/*
* 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    FMM Modules
*  @copyright 2018 FMM Modules
*  @license   FMM Modules
*  @version   1.5.3
*/
.gift_reduction_price {
    background: #f13340 none repeat scroll 0 0;
    border: 1px solid #d02a2c;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    margin-right: 10px;
    padding: 1px 2px;
    text-align: center;
    width: 35%;
}

tr.my-gift-voucher td {
    vertical-align: middle;
}

.invisible_row {
    display: none;
}