/**
 * 2017 IQIT-COMMERCE.COM
 *
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement
 *
 *  @author    IQIT-COMMERCE.COM <support@iqit-commerce.com>
 *  @copyright 2017 IQIT-COMMERCE.COM
 *  @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 *
 */

.iqitfreedeliverycount {
    background: #d8effe;
    margin: 8px 0;
}

.ifdc-remaining {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.iqitfreedeliverycount-detach.hidden-detach {
    display: none;
}

.iqitfreedeliverycount-hidden {
    display: none;
}
