/* -*- 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);
}

#exit-popup {
  background-color: #ffffff;
  border-radius: 16px;
  left: 50%;
  max-width: 400px;
  min-width: 320px;
  overflow: hidden;
  padding: 0 20px;
  position: fixed;
  top: 60px;
  transform: translate(-50%, 0);
  width: 80%;
  z-index: 20;
}

#exit-popup .accent-color {
  color: rgba(60, 152, 243, 1)
}

#exit-popup .close-icon {
  border-radius: 5px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
}

#exit-popup .exit-top {
  padding: 44px 30px 10px;
  text-align: center;
}

#exit-popup .exit-middle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

#exit-popup .exit-cta {
  display: flex;
  width: 90%;
}

#exit-popup .exit-pass {
  color: #646464;
  display: flex;
  flex-basis: 50%;
  text-decoration: underline;
}

#exit-popup .exit-bottom {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  padding: 20px 30px 36px;
  text-align: center;
}

#exit-popup .exit-complete {
  font-size: 16px;
}

#exit-popup .exit-extra {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

#exit-popup .exit-pass {
  padding: 0;
}

#exit-popup .exit-button {
  flex-basis: 100%;
  border: none;
  border-radius: 22px;
  color: #fff;
  background: rgba(60, 152, 243, 1);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  margin: 10px 10px;
  padding: 13px 10px;
}

#exit-popup .exit-button:focus,
#exit-popup .exit-button:hover {
  filter: brightness(0.95);
  text-shadow: 0 0 1px currentColor;
}
