/* -*- coding: utf-8 -*- */

.main-cart-left-head .header-store {
  display: none;
}

.basket-item-logo img {
  margin-left: -10px;
  width: 45px;
}

#post_uninstall .main-title {
  font-size: 32px;
  margin-top: 30px;
}

#post_uninstall .main-subtitle {
  font-size: 22px;
  margin-top: 15px;
}

#post_uninstall .trial-button {
  align-items: center;
  background-color: #00df73;
  border-radius: 30px;
  box-shadow: 0 7px 19px rgba(0, 171, 88, 0.57);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 26px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  margin: 60px auto 45px;
  text-align: center;
  white-space: nowrap;
  width: 300px;
}

#post_uninstall .trial-button:focus,
#post_uninstall .trial-button:hover {
  filter: brightness(0.95);
}

#post_uninstall .only1d {
  background-color: #FFFF99;
}

#post_uninstall .footer-section2 {
  display: none;
}

.prepopup .dismiss-button {
  background: rgba(38, 81, 166, 1);
}
