html, body {
  height: 100%;
  margin: 0;
}

body {
  background-color: #ccc;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ad-wrapper {
  background-color: #EEEEEE;
  width: 320px;
  height: 50px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mobile {
  position: relative;
  height: 50px;
}

#top-color {
  width: 60px;
  height: 50px;
  float: left;
}

#bottom-color {
  width: 260px;
  height: 50px;
  float: right;
}

#carousel {
  position: relative;
  float: left;
  width: 76px;
  height: 100%;
  overflow: hidden;
}

#carousel ul {
  position: relative;
  height: 50px;
  width: 76px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#carousel li {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 76px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#carousel li a {
  display: block;
  width: 100%;
  height: 100%;
}

#carousel li:nth-child(1) {
  height: 50px;
  width: 76px;
  left: -76px;
  z-index: 1;
  pointer-events: none;
  cursor: default;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transition: -webkit-transform all 0.12s ease-in-out;
  will-change: all;
}

#carousel li:nth-child(2) {
  height: 50px;
  width: 76px;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transition: -webkit-transform all 0.12s ease-in-out;
  will-change: all;
}

#carousel li:nth-child(3) {
  height: 50px;
  width: 76px;
  left: 76px;
  z-index: 1;
  pointer-events: none;
  cursor: default;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transition: -webkit-transform all 0.12s ease-in-out;
  will-change: all;
}

#arrow-left,
#arrow-right {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 2;
  top: 28px;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}

#arrow-left {
  left: 108px;
}

#arrow-right {
  left: 131px;
}

#details-wrapper {
  position: absolute;
  left: 160px;
  width: 180px;
  height: 50px;
  padding-top: 5px;
}

#price-frame {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 150px;
}

#headline {
  display: inline-block;
  margin-bottom: 0px;
  padding: 4px 20px 6px 0;
}

#logo-frame {
  position: relative;
  width: 51px;
  height: 48px;
  margin: 2px 2px 0 2px;
  float: left;
}

#logo, #logo2 {
  width: 56px;
  height: 20px;
}

#item-title {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  height: 15px;
}

.truncate {
  width: 155px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#item-price {
  font-size: 11px;
  display: inline;
  vertical-align: middle;
}

#item-price-s {
  font-size: 9px;
  display: inline;
  vertical-align: middle;
  text-decoration: line-through;
}

#item-subtitle {
  font-size: 8px;
  width: 200px;
}

#disclaimer-text {
  position: absolute;
  top: 41px;
  left: 2px;
  color: #000;
  font-size: 8px;
  height: 10px;
  width: 50px;
  text-align: left;
}

.disclaimer {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 320px;
  padding: 5px;
  color: #000;
  background-color: rgba(255,255,255,0.85);
  font-size: 8px;
  font-weight: normal;
  z-index: 6;
  display: none;
  overflow-y: auto;
}

.truncate-disclaimer {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#disclaimer-close {
  font-size: 8px;
  font-weight: bold;
  margin: 0 15px 0 0;
  display: inline;
}

*:focus {
  outline: none;
}

a img {
  border: none;
}
