/*
 * Basic styling for the gift steps block.
 */
.abrtg_block {
  box-sizing: border-box;
  margin: 0;
  float: none;
  clear: both;
}

.abrtg_block * {
  line-height: 1.2em;
}

#abrtg_banner {
  text-align: center;
}

#abrtg_checkout_subtotal_details {
  margin-top: 10px;
  text-align: left;
}

#abrtg_shopping_cart_footer,
#abrtg_below_carriers {
  margin-top: 15px;
}

#abrtg_product_additional_info {
  margin-top: 20px;
}

