/*
 * 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 2019 FMM Modules
 *  @license   FMM Modules
 *  @version   1.7.0
*/
.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;
}

.giftcards_title {
    padding: 16px;
    border: 1px solid #f6f6f6;
    background: #2fb5d2;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 4px solid #555;
}