/*!
 * smartbanner.js v1.10.1 <https://github.com/ain/smartbanner.js>
 * Copyright © 2018 Ain Tohvri, contributors. Licensed under GPL-3.0.
*/
.smartbanner {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.smartbanner__exit {
  display: block;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 0;
  text-align: center;
  margin: 0 .5rem;
}

.smartbanner__exit::before,
.smartbanner__exit::after {
  position: absolute;
  width: 1px;
  height: 12px;
  background: #767676;
  content: ' ';
}

.smartbanner__exit::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.smartbanner__exit::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.smartbanner__icon {
  width: 58px;
  height: 58px;
  border-radius: 15px;
  background-size: 58px 58px;
  margin-right: .5rem;
  flex: 0 0 auto;
}

.smartbanner__info {
  display: flex;
  overflow-y: hidden;
  height: 64px;
  align-items: center;
  color: #343434;
  padding-right: .5rem;
}

.smartbanner__info__title {
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: .25rem;
}

.smartbanner__info__author,
.smartbanner__info__price {
  font-size: .8em;
  line-height: 1.2;
}

.smartbanner__button {
  z-index: 1;
  display: block;
  min-width: 10%;
  color: #006dbf;
  text-align: center;
  text-decoration: none;
  margin-left: auto;
  margin-right: 1rem;
}

.smartbanner__button__label {
  text-align: center;
}
