/*
 * 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.
 *
 * You must not modify, adapt or create derivative works of this source code
 *
 *  @author    Frederic Moreau
 *  @copyright 2020 - 2024 BeComWeb
 *  @license   LICENSE.txt
 */
.abdf_message_container {
    font-size: 14px;

}

/*
.abfd_custom_widget_block {
    border-radius: 9px;
    border: #28ba98 solid 1px;
}*/


.abfd_block {
    box-sizing: border-box;
    margin: 0;
    float: none;
    clear: both;
    border-radius: 9px;
    border: #28ba98 solid 1px;
}

.abfd_block * {
    line-height: 1.2em;

}

.abfd_delivery_progress {
    width: 100%;
    margin-bottom: 8px;
}

.abfd_delivery_progress_track {
    width: 100%;
    height: 8px;
    overflow: hidden;
    background: rgba(0, 0, 0, .15);
    border-radius: 999px;
}

.abfd_delivery_progress_fill {
    display: block;
    height: 100%;
    min-width: 0;
    background: #28ba98;
    border-radius: inherit;
    transition: width .35s ease;
}

.abfd_custom_widget_block .abdf_message_container,
.abfd_custom_widget_block .abdf_free_delivery_reached {
    display: block;
}

#abfd_banner {
    text-align: center;
}

#abfd_checkout_subtotal_details {
    margin-top: 10px;
    text-align: center;
}

#abfd_shopping_cart_footer,
#abfd_below_carriers {
    margin-top: 15px;
}

#abfd_product_additional_info {
    margin-top: 20px;
}

@media (max-width: 991px) {

    .abdf_message_container,
    .abdf_free_delivery_reached {
        font-size: 10px;
        text-align: center;
    }

    .abfd_block * {
        line-height: 0.7em;
    }
}