/* 
 * osCommerce v4 Theme Override CSS
 * This file contains custom CSS overrides for the vinyl_envelope theme
 * Following Yii2 and osCommerce v4 conventions
 * DEBUG: Override CSS is loading - check page source for this comment!
 */

/* Account Icon Override - Replace background SVG with font icon */
div.w-account a.my-acc-link:before {
  background-image: none !important;
  content: '\e906' !important;
  font-family: trueloaded !important;
  font-size: 1.5em !important;
  line-height: 0.75 !important;
  vertical-align: middle !important;
  display: inline-block !important;
  margin-right: 8px !important;
  width: auto !important;
  height: auto !important;
  background-position: none !important;
  background-repeat: none !important;
}

.cart-box > a:before, 
.w-cart .cart-box-link:before,
body .cart-box > a:before, 
body .w-cart .cart-box-link:before {
  content: '\f07a' !important; /* FontAwesome classic shopping cart */
  font-family: FontAwesome !important;
  font-size: 1.4em !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
  margin-right: 6px !important;
  color: #FFFFFF !important;
  font-weight: normal !important;
  background-image: none !important;
  width: auto !important;
  height: auto !important;
}