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


 

#js-gift-list .gift-content ol {
  padding-left:15px!important;
  text-indent:unset!important;
}

#js-gift-list .gift-content ul {
  padding-left:0px!important;

}



#module-lcgiftgroups-gifts #main .page-header {
    margin: 0 0 20px;
}
#lcgiftgroups-general-conditions {
    margin-top:20px;
    margin-bottom:25px;
    border:2px solid #f2f2f2;  
    border-radius: 5px;
    background-color:#FBFBFB;
    padding:20px;
}


@media (min-width: 1200px) {
    #module-lcgiftgroups-gifts #content-wrapper {
        padding-left:50px;
        padding-right:50px;
    }

    #lcgiftgroups-general-conditions {
        padding:20px 150px 10px 100px;
    }

}



#js-gift-list p {
    margin-bottom:5px;
    text-align:left;
}

#js-gift-list .gifts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#js-gift-list .js-gift {
    padding: 0;
    box-shadow: 0 0 0 1px #e2e2e2;
    background: #fff;
    border-bottom: 7px solid #8B8B8A;
    padding-bottom:10px;
}


#js-gift-list .gifts article.gift-miniature {
    margin-bottom: 10px;
}
#js-gift-list .gifts article.gift-miniature a, 
#js-gift-list .gifts article.gift-miniature a > img, 
#js-gift-list .gifts article.gift-miniature img {
    max-width: 100%;
    position: relative;
    max-height:200px;
}
#js-gift-list .gifts article.gift-miniature a span {
    display: flex;
    opacity: 0;
    z-index: 2;
    position: absolute;
    width: 110px;
    height: 40px;
    border-radius: 10px;
    background-color: #e24c1f;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #ffffff;
    top: calc(50% - 20px);
    left: calc(50% - 56px);
    transition: 0.3s all ease-in-out;
    text-transform: uppercase;
}
#js-gift-list .gifts article.gift-miniature a:hover span {
    opacity: 1;
}
#js-gift-list .gifts article.gift-miniature .gift-content {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*min-height: 430px;*/
}
#js-gift-list .gifts article.gift-miniature .gift-title {
    margin-top: 0.7rem;
    font-size: 16px;
    color: #30302f;
}

#js-gift-list .gifts article.gift-miniature .gift-description {
    color: #30302f;
    text-align: left;
}

/*subtema sección*/
#js-gift-list .gifts article.gift-miniature p.subt {
    font-weight: bold;
    margin-bottom:10px;
    margin-top:14px;
    padding: 5px 10px;
    color: #30302f;
    border-top: 2px solid #D1D1D1;
    border-bottom: 2px solid #D1D1D1;
    background-color:#FAFAFA;
}





#js-gift-list .gifts article.gift-miniature .gift-cabecera.h100 {min-height: 100px;}
#js-gift-list .gifts article.gift-miniature .gift-cabecera.h110 {min-height: 110px;}
#js-gift-list .gifts article.gift-miniature .gift-cabecera.h120 {min-height: 120px;}

#js-gift-list .gifts article.gift-miniature .gift-conditions.h130 {min-height: 130px;}
#js-gift-list .gifts article.gift-miniature .gift-conditions.h140 {min-height: 140px;}
#js-gift-list .gifts article.gift-miniature .gift-conditions.h150 {min-height: 150px;}
#js-gift-list .gifts article.gift-miniature .gift-conditions.h160 {min-height: 160px;}
#js-gift-list .gifts article.gift-miniature .gift-conditions.h170 {min-height: 170px;}
#js-gift-list .gifts article.gift-miniature .gift-conditions.h180 {min-height: 180px;}

#js-gift-list .gifts article.gift-miniature .gift-status.h100 {min-height: 100px;}
#js-gift-list .gifts article.gift-miniature .gift-status.h110 {min-height: 110px;}
#js-gift-list .gifts article.gift-miniature .gift-status.h120 {min-height: 120px;}
#js-gift-list .gifts article.gift-miniature .gift-status.h130 {min-height: 130px;}
#js-gift-list .gifts article.gift-miniature .gift-status.h140 {min-height: 140px;}

#js-gift-list .gifts article.gift-miniature .gift-status {
    font-size: 14px;
    color:#6b6b6b;
}

#js-gift-list .gifts article.gift-miniature .gift-status span.value {
    font-weight: bold;
    color:#7F7F7F;
}
#js-gift-list .gifts article.gift-miniature .gift-status span.value.ok {
    color: #49ab5c;
}
#js-gift-list .gifts article.gift-miniature .gift-status span.value.ko {
    color: #e24c1f;
}

/*check de condiciones o aspa*/
#js-gift-list .gifts article.gift-miniature .gift-status i.material-icons.check {
     margin-top: -5px;
}

#js-gift-list .gifts article.gift-miniature .gift-content ul li::before {
    height: 2px;
    background-color:#3b3b3b;
    width: 5px;
    height: 5px;
    border-radius:50%;
    margin-right:7px;
    margin-left:3px;

}

#js-gift-list .gifts article.gift-miniature .gift-content .addToCartFormWrapper .btn-primary {
    width: 100%;
    padding: 0.5rem 5px;
    margin-top:5px;
    margin-bottom:0px;
    font-size:0.95em;
}
#js-gift-list .gifts article.gift-miniature .gift-content .addToCartFormWrapper .btn-primary.active-promotion {
    background-color: #e24c1f;
    /*cursor: initial;*/
}
#js-gift-list .gifts article.gift-miniature .gift-content .addToCartFormWrapper .btn-primary.active-promotion:hover,
#js-gift-list .gifts article.gift-miniature .gift-content .addToCartFormWrapper .btn-primary.active-promotion:active,
#js-gift-list .gifts article.gift-miniature .gift-content .addToCartFormWrapper .btn-primary.active-promotion:focus {
    background-color: #f97750;
}
#js-gift-list .gifts article.gift-miniature .gift-content .addToCartFormWrapper .btn-primary.exhausted {
    background-color: #00b3e8;
}

#js-gift-list .gifts article.gift-miniature .gift-content .addToCartFormWrapper .btn-primary.exceeded {
    background-color: #3b3b3b;
}

#js-gift-list .gifts article.gift-miniature .gift-content .addToCartFormWrapper .btn-primary.invalid {
    
}

@media (max-width: 1199px){
    #module-lcgiftgroups-gifts #main {
        padding: 0 20px;
    }
}
@media (max-width: 991px){
    #module-lcgiftgroups-gifts #main {
        padding: 0 10px;
    }
}
@media (max-width: 575px){
    #module-lcgiftgroups-gifts #main {
        padding: 0 10px;
    }
    #js-gift-list .gifts article.gift-miniature .gift-content {
        min-height: 255px;
    }
}

