/*!
 * smartbanner.js v1.19.0 <https://github.com/ain/smartbanner.js#readme>
 * Copyright © 2022 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 70px;
  background: #f3f3f3;
  z-index:9999;
  /** Android styles **/
}
.smartbanner__exit {
    position: absolute;
    top: calc(50% - 6px);
    left: 9px;
    display: block;
    margin: 0;
    width: 15px;
    height: 15px;
    border: 0;
    text-align: center;
    background-color: #dbdbdb;
    border-radius: 50px;
}
    .smartbanner__exit::before, .smartbanner__exit::after {
        position: absolute;
        width: 1px;
        height: 10px;
        left: 7px;
        background: #444444;
        content: " ";
        top: 2px;
    }
.smartbanner__exit::before {
  transform: rotate(45deg);
}
.smartbanner__exit::after {
  transform: rotate(-45deg);
}
.smartbanner__icon {
    position: absolute;
    top: 10px;
    left: 35px;
    width: 30px;
    height: 54px;
    border-radius: unset;
    background-repeat: no-repeat;
    background-size: contain;
}
.smartbanner__info {
  position: absolute;
  top: 4px;
  left: 80px;
  display: flex;
  overflow-y: hidden;
  width: 60%;
  height: 64px;
  align-items: center;
  color: #000;
}
.smartbanner__info__title {
    font-size: 14px;
    font-weight: 900;
    color: #202020;
}
.smartbanner__info__author, .smartbanner__info__price {
  font-size: 12px;
}
.smartbanner__button {
  position: absolute;
  top: 32px;
  right: 10px;
  z-index: 1;
  display: block;
  padding: 0 10px;
  min-width: 10%;
  border-radius: 5px;
  background: #f3f3f3;
  color: #1474fc;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
span.smartbanner__button__label {
    background-color: #242424;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 4px;
}


.smartbanner.smartbanner--android .smartbanner__exit:active, .smartbanner.smartbanner--android .smartbanner__exit:hover {
  color: #eee;
}
.smartbanner.smartbanner--android .smartbanner__icon {
  background-color: transparent;
  box-shadow: none;
}

.smartbanner__button {
    position: absolute;
    top: 21px;
    right: 5px;
    z-index: 1;
    display: block;
    padding: 0 5px;
    min-width: 10%;
    border-radius: 5px;
    background: #f3f3f3;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

.smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {
  background: none;
}

/*# sourceMappingURL=smartbanner.css.map */
.smartbanner__info__author, .smartbanner__info__price {
    font-size: 11px;
}
