/*!
 * smartbanner.js v1.24.1 <https://github.com/ain/smartbanner.js#readme>
 * Copyright ยฉ 2024 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
  position: fixed;
  top: 65px;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: #f3f3f3;
  font-family: "better_togetherregular";
  z-index: 500;
  /** Android styles **/
}

.smartbanner__exit {
  position: absolute;
  top: calc(50% - 6px);
  left: 9px;
  display: block;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 0;
  text-align: center;
}

.smartbanner__exit::before,
.smartbanner__exit::after {
  position: absolute;
  width: 1px;
  height: 12px;
  background: #716f6f;
  content: " ";
}

.smartbanner__exit::before {
  transform: rotate(45deg);
}

.smartbanner__exit::after {
  transform: rotate(-45deg);
}

.smartbanner__icon {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background-size: 48px 48px;
}

.smartbanner__info {
  position: absolute;
  top: 13px;
  left: 86px;
  right: 66px;
  display: flex;
  overflow-y: hidden;
  width: auto;
  height: 64px;
  align-items: center;
  color: #000;
}

.smartbanner__info__title {
  font-size: 14px;
}

.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: #e00000;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.smartbanner__button__label {
  text-align: center;
}

/* เธ–เนเธฒเธ•เนเธญเธเธเธฒเธฃเนเธขเธเธ”เธตเนเธเธเน เธฃเธฐเธซเธงเนเธฒเธ android เธเธฑเธ ios เนเธซเนเน€เธเธดเนเธกเนเธเธเธเธตเน .smartbanner.smartbanner--android / .smartbanner.smartbanner--ios - START */
.smartbanner {
  background: #3d3d3d
    url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
  box-shadow: inset 0 4px 0 #e00000;
}

.smartbanner .smartbanner__exit {
  left: 6px;
  margin-right: 7px;
  width: 17px;
  height: 17px;
  border-radius: 14px;
  background: #1c1e21;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.8) inset,
    0 1px 1px rgba(255, 255, 255, 0.3);
  color: #b1b1b3;
  font-family: "ArialRoundedMTBold", Arial;
  font-size: 20px;
  line-height: 17px;
  text-shadow: 0 1px 1px #000;
}

.smartbanner .smartbanner__exit::before,
.smartbanner .smartbanner__exit::after {
  top: 3px;
  left: 8px;
  width: 2px;
  height: 11px;
  background: #b1b1b3;
}

.smartbanner .smartbanner__exit:active,
.smartbanner .smartbanner__exit:hover {
  color: #eee;
}

.smartbanner .smartbanner__icon {
  background-color: transparent;
  box-shadow: none;
}

.smartbanner .smartbanner__info {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
}

.smartbanner .smartbanner__info__title {
  color: #fff;
  font-weight: bold;
}

.smartbanner .smartbanner__button {
  top: 30px;
  right: 12px;
  padding: 0;
  min-width: auto;
  border-radius: 0;
  background: none;
  /* box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc; */
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.smartbanner .smartbanner__button:active,
.smartbanner .smartbanner__button:hover {
  background: none;
}

.smartbanner .smartbanner__button__label {
  display: block;
  padding: 0 10px;
  background: #e00000;
  color: #ffffff;
  border-radius: 12px;
  box-shadow: none;
  line-height: 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
}

/* .smartbanner .smartbanner__button__label:active,
  .smartbanner .smartbanner__button__label:hover {
    background: #2ac7e1;
  } */
@media (min-width: 992px) {
  .smartbanner {
    top: 122px;
  }
}

/* เธ–เนเธฒเธ•เนเธญเธเธเธฒเธฃเนเธขเธเธ”เธตเนเธเธเน เธฃเธฐเธซเธงเนเธฒเธ android เธเธฑเธข ios เนเธซเนเน€เธเธดเนเธกเนเธเธเธเธตเน .smartbanner.smartbanner--android / .smartbanner.smartbanner--ios - END */

/*# sourceMappingURL=smartbanner.css.map */
