/* ******************** ------------------------- EBAY STYLES (handles wildcard issues and overrides) ------------------------- ******************** */
/* ---------- FORCE CORRECT EBAY VIEW ---------- */
html:not(.touch) .rl-creative.rl-pageformat-banner,
html.rl-tablet .rl-creative.rl-pageformat-banner,
html.rl-desktop .rl-creative.rl-pageformat-banner {
  width: 720px !important; }

html:not(.touch) .rl-creative.rl-pageformat-leftnav,
html.rl-tablet .rl-creative.rl-pageformat-leftnav,
html.rl-desktop .rl-creative.rl-pageformat-leftnav {
  width: 740px !important; }

html:not(.touch) .rl-creative.rl-pageformat-nonav,
html.rl-tablet .rl-creative.rl-pageformat-nonav,
html.rl-desktop .rl-creative.rl-pageformat-nonav {
  width: 940px !important; }

html:not(.touch) .rl-creative.rl-pageformat-fullbleed,
html.rl-tablet .rl-creative.rl-pageformat-fullbleed,
html.rl-desktop .rl-creative.rl-pageformat-fullbleed {
  width: 1400px !important; }

/* ---------- REMOVE SPACE BETWEEN BG IMAGES ---------- */
#rl-content .rl-background {
  font-size: 0;
  /*  done to remove extra space getting applied to background imagery because of ebay wildcard font-size:9.313501144164759px; !!!! make sure this doesn't affect other elements besides images here !!!!*/ }

/* ============ EBAY HOMEPAGE SPECIFIC ============ */
/* gsi overrides - US */
.homepage #site-header {
  position: relative;
  height: 130px !important; }

.homepage #site-header #logo {
  margin-top: 0;
  position: relative;
  top: 45px !important; }

/* gsi overrides - EU */
#home #rl-topnav {
  position: relative;
  height: 130px !important; }

#home #rl-logo {
  margin-top: 0;
  position: relative;
  top: 45px !important; }

/* lg styles */
.rl-creative.homepage {
  width: 100%;
  height: auto; }

.rl-creative.desktop.homepage,
.rl-creative.tablet.homepage {
  min-width: 6em; }

.rl-creative.homepage > .rl-inner {
  position: relative;
  overflow: hidden; }

.rl-creative.desktop.homepage > .rl-inner {
  left: 50%;
  margin-left: -700px !important;
  max-width: 116.667em; }

.rl-creative.tablet.homepage > .rl-inner,
.rl-creative.phone.homepage > .rl-inner {
  left: inherit;
  margin-left: inherit;
  max-width: inherit; }

/* ============ /EBAY HOMEPAGE SPECIFIC ============ */

/*# sourceMappingURL=maps/ebay.css.map */
