/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.hikashop_cart_module_product_icon_title {
  display: block !important;
  /* Ensures the icon occupies the full width of its container */
  margin: 0 auto !important;
  /* Centers the icon horizontally */
  width: 50px !important;
  /* Adjust the width as needed */
  height: auto !important;
  /* Maintains the aspect ratio */
  max-width: 100% !important;
  /* Ensures the icon fits within its container */
}
.hikashop_small_cart_total_title {
  display: block !important;
  /* Forces the text to a new line */
  text-align: center !important;
  /* Centers the text below the icon */
  margin-top: 10px !important;
  /* Adds space between the icon and the text */
}
.hikashop_small_cart_clean_link {
  display: block !important;
  /* Forces the icon to a new line */
  margin: 0 auto !important;
  /* Centers the icon horizontally */
  text-align: center !important;
}
/* Hide the redirect text */
.hikashop_cart_module .hikashop_cart_total_redirect {
  display: none !important;
}
/* Ensure the cart icon appears */
.hikashop_cart_module .hikashop_cart_icon {
  display: inline-block !important;
  margin: 0 auto;
  /* Center the icon */
}
/* Hide the redirect text */
.hikashop_cart_redirect_text {
  display: none !important;
}
/* Ensure the cart icon is always visible */
.hikashop_cart_module_product_icon_title {
  display: block !important;
  visibility: visible !important;
}
/*# sourceMappingURL=custom_16.css.map */