.popup-event-content-section::after {
  content: "";
  display: table;
  clear: both;
}

.popup-event-content {
  position: fixed;
  z-index: 9999;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
}
@media (max-width: 767.98px) {
  .popup-event-content {
    max-width: 80%;
  }
}
.popup-event-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.popup-event-action__close-button {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -15px;
  right: -15px;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 1.5rem;
  color: black;
  background: #eee;
}

.is-desktop {
  display: block;
}
@media (max-width: 767.98px) {
  .is-desktop {
    display: none;
  }
}

.is-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .is-mobile {
    display: block;
  }
}

.sidebar-list__button--2top {
  position: fixed;
  bottom: 230px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  z-index: 1000;
  opacity: 0;
  text-align: center;
  font-size: 32px;
  cursor: pointer;
  color: #aaa;
}
.sidebar-list__button--2top i {
  margin: 0 auto;
  line-height: 60px;
}
.sidebar-list__button--client-service {
  position: fixed;
  bottom: 85px;
  right: 10px;
  z-index: 1000;
}
.sidebar-list__button--whatsapp {
  position: fixed;
  bottom: 12px;
  right: 10px;
  z-index: 1000;
}
.sidebar-list__button--mygift {
  position: fixed;
  right: 10px;
  bottom: 165px;
  width: 60px;
  height: 60px;
  background-color: #007dff;
  color: #ffffff;
  font-size: 32px;
  z-index: 1000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.sidebar-list__button-count {
  position: absolute;
  top: 0px;
  right: 0px;
  background: red;
  color: white;
  border: 1px solid black;
  line-height: 0.5rem;
  padding: 0.25rem 0.5rem;
  text-align: center;
  border-radius: 1rem;
  font-size: 12px;
}
.sidebar-list-cart__button {
  position: fixed;
  bottom: 65px;
  display: none;
}
.sidebar-list-cart__button--2top {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 5px;
  width: 60px;
  height: 60px;
  z-index: 1000;
  opacity: 0;
  text-align: center;
  font-size: 32px;
  cursor: pointer;
  color: #aaa;
}
.sidebar-list-cart__button--2top i {
  margin: 0 auto;
  line-height: 60px;
}
.sidebar-list-cart__button--message {
  display: block;
  z-index: 3;
  right: 10px;
}
.sidebar-list-cart__button--client-service {
  z-index: 2;
  right: 70px;
}
.sidebar-list-cart__button--whatsapp {
  z-index: 1;
  right: 130px;
}

.sidebar-navi-list {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  z-index: 999;
}

/**/
.sidebar-container {
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 100;
  background-color: #f5f5f5;
  border: 1px solid #fff;
}

.sidebar-wrapper {
  height: 2.8rem;
  width: 2.5rem;
  border: 1px solid #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.sidebar-wrapper > i {
  font-size: 1.1rem;
  color: #999;
}

.sidebar-tooltip {
  visibility: hidden;
  position: absolute;
  right: 135%;
  width: 75px;
  padding: 8px 4px;
  color: #fff;
  text-align: center;
}

.sidebar-tooltip--img {
  visibility: hidden;
  position: absolute;
  right: 120%;
  width: 30rem;
  height: 10rem;
  color: #fff;
  text-align: center;
}

.sidebar-tooltip--tail {
  visibility: hidden;
  position: absolute;
  right: 97%;
  top: 32%;
  border-style: solid;
  border-width: 7px;
}

.sidebar-tooltip--messageInfo {
  visibility: hidden;
  position: absolute;
  right: 135%;
  top: 40%;
  width: 155px;
  text-align: center;
}

.sidebar-wrapper:hover .sidebar-tooltip, .sidebar-wrapper:hover .sidebar-tooltip--tail,
.sidebar-wrapper:hover .sidebar-tooltip--img {
  visibility: visible;
}

.tooltip-message {
  padding: 0.4rem 0.5rem;
  background: #494949;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.tooltip-message:hover {
  background: #f99333;
}

.tooltip-message a {
  text-decoration: none;
}

.tooltip--close {
  position: absolute;
  top: -7px;
  right: -7px;
  font-size: 16px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 100%;
  padding: 1px 4px;
  cursor: pointer;
  z-index: 1;
}

.tooltip-message:last-child {
  border-bottom: 0;
}

.tooltip--number {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: red;
  color: white;
  padding: 2px 4px;
  border-radius: 100%;
  font-size: 11px;
}

.sidebar-list__button--2top {
  position: fixed;
  bottom: 22px;
  right: 0;
  z-index: 1000;
  opacity: 0;
  font-size: 25px;
  cursor: pointer;
  color: #999;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/**/
.fixed-event-banner {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 310px;
}
.fixed-event-banner__card {
  position: relative;
  display: none;
  margin-bottom: 0.5rem;
}
.fixed-event-banner__card:last-child {
  margin-bottom: 0;
}
.fixed-event-banner__card-link {
  display: block;
}
.fixed-event-banner__card--service-tutorial {
  position: fixed;
  right: 15px;
  bottom: 130px;
}
.fixed-event-banner__card__num {
  position: absolute;
  bottom: 105px;
  right: 50%;
  -webkit-transform: translate(50%);
          transform: translate(50%);
  color: #303549;
  font-size: 1.5rem;
}
.fixed-event-banner__card__date {
  position: absolute;
  right: 50%;
  bottom: 20px;
  -webkit-transform: translate(50%);
          transform: translate(50%);
  color: #fff;
  word-break: keep-all;
  font-size: 13px;
  text-align: center;
}
.fixed-event-banner-action__close-button {
  position: absolute;
  top: -5px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  color: #989898;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}