/**
 * NOTICE OF LICENSE
 *
 * This file is licenced under the GNU General Public License, version 3 (GPL-3.0).
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * @author    TreeHouseStudio www.treehousestudio.it <prestashop@treehousestudio.it>
 * @copyright 2021 treehousestudio
 * @license   https://opensource.org/licenses/GPL-3.0 GNU General Public License version 3
 */
.thsspecialpricestools-container {
    background-color: #f39d72;
    clear: both;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
    padding: 5px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}

.thsspecialpricestools-container-empty {
    background-color: transparent;
    clear: both;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
    padding: 5px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}
