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

:root {
  --theme-color: #1e72e6;
}

#footer {
  background: var(--theme-color);
  color: #ffffff;
}

.main-cart-head-left .boxshot {
}

.main-subtitle {
  color: var(--faint-color);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.main-title {
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 450px;
  text-align: center;
  text-align: center;
}

.main-subsubtitle {
  color: var(--faint-color);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.main-cart-head-center {
}

.main-feature-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.main-feature-list li {
  position: relative;
}

.main-feature-list li::before {
  /* color: #01df73; */
  color: #0b8acf;
  content: '\2713';
  display: inline-block;
  font-size: 120%;
  font-weight: 800;
  left: -1em;
  line-height: 1;
  position: absolute;
}

.plan-total {
  text-align: center;
}

.plan-total .per-month {
  font-size: 11px;
  font-weight: 700;
}

.plan-total .onetime-activation {
  font-size: 12px;
}

.plan-total .activation-fee {
  font-weight: 700;
}

.main-feature-list .product {
  font-weight: 700;
}

.FAM1Y1 .main-title {
  text-align: left;
}

.FAM1Y1 .main-subsubtitle {
  text-align: left;
}

