﻿/*This will fix the UHF v4 Button height issue. It's an override for shell.scss where in height is set to 95px adn this breaks underline on hover over action on buttons in UHF v4*/
.c-uhf-menu button {
  height: inherit !important;
  font-size: 15px !important; }

/*This is to align the Seacrh iconin UHF v4*/
.c-search button {
  min-width: 34px !important; }

/*This is to override the font weight from bold to normal. It's an override for shell.scss where in anchor text is set to bold*/
#headerUniversalHeader a {
  font-weight: normal !important;
  font-size: 15px !important; }

/*This is fix the underline issue in Xbox Logo*/
.c-universal-header .c-logo.f-image:before {
  content: none !important; }

/*Fix for font-size for Search box*/
.c-search input {
  font-size: 15px !important;
  line-height: normal !important; }

/*UHF specific fix*/
.c-universal-header {
  line-height: normal !important; }

/*Fix for font size for footer links*/
.c-universal-footer li {
  margin-bottom: 0 !important;
  font-size: 11px !important; }

/*Fix for font family for heading in footer*/
.c-universal-footer .c-heading-4 {
  font-family: SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif; }

/*Fix for font weight for links in footer*/
.c-universal-footer a {
  font-weight: normal !important; }

/*Fix for MWF override for header shopping cart glyph*/
.c-universal-header > div:first-child .c-action-trigger.glyph-shopping-cart {
  padding-left: 7px;
  padding-top: 0;
  height: 46px;
  width: 40px;
  margin: 2px 0 0 5px;
  min-width: 1px;
  color: rgba(0, 0, 0, 0.6); }

/*Fix for image trruncation in MeControl*/
.c-universal-header .c-me img {
  vertical-align: inherit !important; }

