
.shop-content {
  /* height: 330px; */
  width: 298px;
  background: #fff;
  padding-top: 10px;
}

.shop-content .item-img {
  margin-bottom: 30px;
  max-height: 100px;
}

.shop-content .item-img img {
  height: 100%;
  width: 100%;
  padding: 0 !important; /* override show nav css */
}

.shop-content .shop-items {
  margin: 0 0 0 10px;
  float: left;
  padding: 5px;
  width: 42%;
}

.shop-content .single-view {
  text-align: center;
  margin: 0 auto;
  float: none;
}

.shop-content .single-view .item-title{
  margin: 0 auto 20px -50%;
  text-align: center;
  width: 245px;
}

.shop-content a {
  text-decoration: none !important;
}

.shop-content .item-title {
  margin-bottom: 15px;
  text-align: center;
}

.shop-content .item-title a, .shop-content .item-headline {
  font-family: 'AmperstandardMedium';
  color: #000;
  line-height: 16px;
}

.shop-content .item-title a {
  font-size: 12px;
}

.shop-content .item-headline {
  font-size: 12px;
  text-align: center;
}

.shop-content .shop-body {
  overflow: hidden;
}

.shop-content .network-logo {
  background-color: #0063b0;
  background-image: url(/profiles/aetv/modules/custom/aetv_shop/images/logo-default.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 49px;
  width: 298px;
  margin: 0 auto 10px auto;
  display: block;
}

.shop-content .shop-info {
  background: #0063b0;
  color: #fff;
  height: 76px;
  padding: 12px 15px;
  position: relative;
}

.shop-content .shop-header {
  font-family: 'AmperstandardMedium';
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
}

.shop-content .shop-text {
  font-family: 'AmperstandardLight';
  font-size: 24px;
  color: #f2ede0;
  line-height: 26px;
}

.shop-content .cta {
  color: white;
  text-decoration: none;
  font-family: 'AmperstandardMedium';
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  left: 15px;
  bottom: 12px;
  font-size: 13px;
}

.shop-content:hover .cta {
  color: #e8483f;
}

/* overrides */
.games_landing_wrapper .item-title a {
  color: #000;
}

#show_shop_tile {
  margin-bottom: 17px;
}

#video-social .shop-content .cta, #video-social .shop-content .item-img a, #video-social .shop-content .item-title a {
  float: none;
  width: auto;
  height: auto;
  background: transparent none;
}

#video-social .shop-content .network-logo, #video-social .shop-content .logo-link, #video-social .shop-content .shop-info {
  display: none;
}
