/**
* 2007-2019 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-2019 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.
*/
.product_message.extra-right,
.product_message.checkout-message {
    display: flex;
    border: 1px solid #F7C166;
    border-radius: 6px;
    align-items: center;
    background-color: #fef5e6;
    min-height: 52px;
    padding: 10px;
    margin-bottom: 1rem;
}

.checkout-product-messages {
    margin-bottom: 20px;
}

.checkout-product-messages .product_message {
    margin-bottom: 10px;
}

.checkout-product-messages .product_message:last-child {
    margin-bottom: 0;
}

.product_message .discount-message h3 {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.product_message .discount-message p,
.product_message .discount-message .description {
    color: #666666;
    font-size: 12px;
    line-height: 14px;
    margin: 5px 0 0 0;
    padding: 0;
}

.product_message .discount-message .description p {
    margin: 0;
}

.product_message img {
    max-width: 100px;
    margin-right: 10px;
    width: 30px;
    flex-shrink: 0;
}