.toggle-gift {
    width: 91%;
  clear: both;
  right: 0;
  border: 1px solid #e0e0e0;
  border-top: none;
  position: absolute;
  z-index: 100;
  display: none;
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px;
}
.toggle-gift li {
    display: block;
    width: 100%;
    padding: 10px;
}
.toggle-gift li:hover {
    cursor: pointer;
    background-color: #E05A5A;
}
.toggle-gift li:hover span{
    color: #fff;
}
.gift-price {
    color: inherit;
    float: right;
    display: inline-flex;
    text-decoration: line-through;
}
.bloc-cadeau .gift-price {
    float: right;
    margin-right: 15px;
}
.bloc-cadeau {
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    position: relative;
    margin-bottom: 0 !important;
    background-color: #CF4B4B;
}
.bloc-cadeau span {
    line-height: 32px;
    height: 32px;
    display: block;
    float: left;
    color: #FFFFFF;
}
.bloc-cadeau i {
    color: #FFFFFF;
}
.bloc-cadeau div {
    cursor: pointer;
}
i.fa-gift {
    font-size: 32px;
    margin-right: 10px;
    display: block;
    float: left;
    color: #fff;
}
.bloc-cadeau i.fa-caret-right {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 24px
}
.selected-gift {
/*    background-color: #cf4b4b;
    color: #fff;*/
}
.relative {
    position: relative;
}
.nopadding {
    padding: 0 !important;
}
.gift-label-colored {
    background-color: #CC4F49;
    text-align: center;
    width: 50%;
    border-radius: 4px;
    margin-bottom: 5px;
    
    position: absolute;
    top: 5px;
    right: 5px;
}
.gift-label-text {
    color: #fff;
    vertical-align: sub;
    font-weight: bold;
}
.product_list.row.list .hide-it.gift-label-colored.product_list {
    display: inline-block;
    position:absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 1024px) and (min-width: 768px ) {
    * {}
    span.gift-name {
        height: auto;
        width: 87%;
        line-height: 15px;
        padding: 5px 0;
    }
}
@media (max-width: 840px) and (min-width: 768px ) {
    * {}
    span.gift-name {
        width: 80%;
    }
}

@media (max-width: 435px) {
    .gift-name {
    width: 80%;
    line-height: 16px!important;
    height: auto!important;
    }
}