/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from SOLEDIS
* Use, copy, modification or distribution of this source file without written
* license agreement from the SOLEDIS GROUP is strictly forbidden.
*    ___  ___  _    ___ ___ ___ ___
*   / __|/ _ \| |  | __|   \_ _/ __|
*   \__ \ (_) | |__| _|| |) | |\__ \
*   |___/\___/|____|___|___/___|___/
*
*  @author    SOLEDIS <prestashop@groupe-soledis.com>
*  @copyright 2019 SOLEDIS
*  @license   All Rights Reserved
*/

.sld-lotery.cart-right {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
}
.sld-lotery.cart-right span{
    font-weight: 700;
    color: #748e2e;
}

.sld-lotery.cart-sidebar {
    padding: 5px;
    background-color: #748E2E;
    text-align: center;
}
.sld-lotery.cart-sidebar span {
    color: #fff;
}

.lotery-total-tickets {
    border: 1px solid #c7c7c7;
    background-color: #ebebeb;
    padding: 10px;
    text-align: right;
    font-weight: 700;
}
.lotery-total-tickets .totals {
    display: inline-block;
    width: 50px;
    text-align: center;
}

#history .table-labeled .label {
    display: block;
    white-space: initial;
}