#right-side {
  transition: 100ms ease-in-out opacity;
  opacity: 1;
}

.loading {
  opacity: 0.3;
}

button:focus {
  outline: 0 !important;
}

.hero-desription {
  list-style: square;
}

@media screen and (max-width: 640px) {
  .hero-desription {
    list-style: square inside;
  }
}

#submit-button {
  background-color: #ffb61a !important;
  color: #231f20 !important;
}

#submit-button:disabled {
  background-color: #ffb61ab7 !important;
  color: #231f208e !important;
}

a[role="menuitem"]:hover {
  cursor: pointer;
}

#card-error {
  color: rgb(253, 98, 98) !important;
}

#result-message {
  color: #59d697 !important;
}

.hero-image {
  margin: 1.5em auto 1.5em auto;
}

.purchase-details-header {
  margin-bottom: 1em;
}

/*--*/

.upgrade-plan-info {
  background: #fff;
  background: rgba(255, 255, 255, 0.99);
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 12px 18px;
  border-left: 7px solid #fbbc04;
}

.upgrade-plan-info .plan-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

.upgrade-plan-info .plan-price {
  color: #333;
  font-weight: 300;
  font-size: 18px;
}

.upgrade-panel {
  color: #fff;
  border: 1px solid;
  padding: 15px 15px;
  border-radius: 5px;
  background: linear-gradient(
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
  position: relative;
}

.upgrade-panel .included-label {
  background: #fff;
  background: #fbbc04;
  position: absolute;
  right: -10px;
  bottom: -15px;
  border-radius: 20px;
  color: #222;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 500;
}

.upgrade-panel .unlocks-header {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 15px;
}

.upgrade-panel .unlocks li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
}

.upgrade-panel .unlocks li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #fbbc04;
  border-color: #fff;
  background: url(../img/tick-icon-fff.png);
  background-size: 14px;
  background-position: 3px 0px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 50%;
}

.upgrade-panel .unlocks li + li {
  margin-top: 14px;
}

@media only screen and (max-width: 1024px) {
  .upgrade-plan-info {
    margin-top: 20px;
  }

  .upgrade-panel {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 414px) {
  .upgrade-plan-info {
    padding: 12px 15px;
    margin-bottom: 20px;
  }

  .upgrade-plan-info .plan-title {
    font-size: 19px;
  }

  .upgrade-plan-info .plan-price {
    font-size: 17px;
  }

  .upgrade-panel .unlocks-header {
    font-size: 19px;
  }

  .upgrade-panel .unlocks li {
    font-size: 15.5px;
  }

  .upgrade-panel .included-label {
    font-size: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .upgrade-plan-info {
    padding: 10px 12px;
  }

  .upgrade-panel {
    padding: 12px;
  }

  .upgrade-panel .unlocks-header {
    font-size: 18px;
  }

  .upgrade-panel .unlocks li + li {
    margin-top: 12px;
  }
}
