/**
* 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;
}



/* CSS EKYPIA */

.idx-product-container .idx-product-image-container{
    padding: 0;
    margin: 0;
}


#product_list.idx-product_list  li{
    margin-right: 0;
}


#deluxecartgift-add{
    padding-top: 0px;
}

#HOOK_SHOPPING_CART_EXTRA #product_list li {
    height: auto;
}

#HOOK_SHOPPING_CART_EXTRA #product_list li .idx-content_price{
    position: relative;
    background-color: #f9f9f9;
    color: #484747;
}

#HOOK_SHOPPING_CART_EXTRA  .idx-product-container .idx-product-image-container .product_img_link{
    border: none;
}

#HOOK_SHOPPING_CART_EXTRA .add_btn{
    background-color: #f8a23b;
    background-image: -moz-linear-gradient(top, #f9ab4e, #f7941d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9ab4e), to(#f7941d));
    background-image: -webkit-linear-gradient(top, #f9ab4e, #f7941d);
    background-image: -o-linear-gradient(top, #f9ab4e, #f7941d);
    background-image: linear-gradient(to bottom, #f9ab4e, #f7941d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8ab4e', endColorstr='#fff7941d', GradientType=0);
    color: #ffffff;
    text-shadow: 1px 1px 0 #f28809;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #f7941d;
    border-bottom-color: #d97a08;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 14px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    outline: 0;
    padding: 5px 8px;
}
#order .idx-product_list.ek_no_gift li .content-product .right-block h5{
    overflow: hidden;
}
#order .idx-product_list.ek_no_gift li .content-product .right-block h5 p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.idx-product-name{
    text-transform: uppercase;
    margin: 5px 0 3px;
    overflow: hidden;
    /*border-bottom: 1px solid #ddd;*/
    color: #111;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    font-weight: 700 !important;
    border-bottom: 1px solid #353535;
    margin-bottom: 1rem;
}

#HOOK_SHOPPING_CART_EXTRA h2.page-heading{
    letter-spacing: normal;
}

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

.idx-product_list .block-bottom .content_price , .idx-product_list .block-bottom .content_btn{
    width: 100%;
    display: inline-block;
}

.idx-product_list .block-bottom .idx-old-price{
    color: #aaa;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 14px;
}


.button_large.echantillons{
    margin-bottom: 20px;
}

.idx-product_list.row{
    margin-left: 0;
}
#HOOK_SHOPPING_CART_EXTRA{
    margin-bottom: 25px;
    margin-top:25px;

}
.btn-echantillons{
    text-align: center;
}

@media (max-width: 1200px){
    #order .idx-product_list.ek_no_gift li{
        flex: 0 0 auto;
        width: 33.3333% !important;
    }
}
@media (max-width: 979px){
    #order .idx-product_list.ek_no_gift li{
        flex: 0 0 auto;
        width: 50% !important;
    }
    #order #HOOK_SHOPPING_CART #product_list.idx-product_list{
        margin: 0 !important;
    }
}
@media (max-width: 580px){
    #order .idx-product_list.ek_no_gift li{
        flex: 0 0 auto;
        width: 50% !important;
        max-width: 350px;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0 8px;
    }
}

@media (max-width: 414px){
    #order .idx-product_list.ek_no_gift li .content-product{
        padding: 0 4px;
    }
    #order .idx-product_list.ek_no_gift li .content-product .right-block h5 p{
        height:auto;
        min-height: auto;
        border-bottom:none;
    }
    #order .idx-product_list.ek_no_gift li .content-product .right-block h5{
        min-height:74px;
        border-bottom: 1px solid #000;
    }
}