/**
* 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;
    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: -38px;
    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{
    border: 1px solid #d6d4d4;
    margin-bottom: 13px;
    padding: 9px;
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;

}

.idx-product_list li{
    padding-bottom: 20px;
    text-align: center;
    min-height: 320px;
}


.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: 30px 20px;
    border-bottom: 2px solid #000000 !important;
    padding-bottom: 20px;

}

.idxSelecGiftAttr{
    background: #ffffff;
    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-image-container .product_img_link img {
   max-width: 100% !important;
}

