/**
* 2007-2020 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-2020 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.
*/
.dz-action-body {
    display: flex;
    align-items: center;
    justify-content: left;
}
.dz-action-name {
    color: #f84147;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.dz-action-body img {
    margin-right: 5px;
}
#dz-action-product {
    display: flex;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    background: #FFF;
}
.dz-action-btn {
    background-color: #f5f5f5;
    box-shadow: inset 0 0 0 1px #ebebeb;
    color: #3e77aa;
    font-size: 14px;
    padding: 7px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}
.dz-clock-div .dz_clock {
    color: #000;
}
.dz-clock-div .dz_clock {
    display: inline-block;
}
.dz-clock-title {
    color: #a6a5a5;
    display: inline-block;
}
.dz-action-product-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.dz-action-image {
    display: flex;
    flex-direction: column;
}
