/*
 * 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 - 2022 BeComWeb
 *  @license   LICENSE.txt
 */
.abfd_block{
    box-sizing:border-box;
    margin:0;
    float:none;
    clear:both;
}
.abfd_block *{
    line-height:1.2em;
}
#abfd_banner{
    text-align:center;
}

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

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

#abfd_product_additional_info{
    margin-top:20px;
}


.abfd_custom_info_footer {
  background: #f2f2f2;
  padding-top: 5px;
}

.abfd_custom_info_footer #abfd_shopping_cart_footer {
  margin-bottom: -15px;
}

@media only screen and (max-width: 991px){
  .abfd_custom_info_footer {
    background: white;
    padding-top: 0px;
  }
}
