.mLargeButtonPrimary {
  padding: 15px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 2px;
  background-color: #fc7949;
  display: inline-block;
  text-decoration: none; }
  .mLargeButtonPrimary .mIconWrap {
    padding-right: 10px; }

.mLargeButtonSecondary {
  padding: 15px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 2px;
  background-color: #242a36;
  display: inline-block;
  text-decoration: none; }
  .mLargeButtonSecondary .mIconWrap {
    padding-right: 10px; }

.mButtonCircle {
  border: 1px solid #d8d8d8;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.mListModal .modalHeader {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.mListModal .headerTitle {
  margin-top: 28px;
  margin-left: 28px;
  font-size: 20px;
  font-weight: 700;
  max-width: 70%;
  line-height: 1.2; }

.aImage {
  vertical-align: bottom; }

.mStoreList {
  margin: 0 22px; }
  .mStoreList li {
    border-bottom: 1px solid #E5E5E5; }
    .mStoreList li .aArrowLink {
      padding: 20px 0;
      display: block;
      height: 100%; }
      @media screen and (max-width: 725px) {
        .mStoreList li .aArrowLink {
          padding: 15px 0; } }
      .mStoreList li .aArrowLink .aImage {
        height: 35px; }
        @media screen and (max-width: 725px) {
          .mStoreList li .aArrowLink .aImage {
            height: 30px; } }

.mBuyButtonModal .mHeadingWrap {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
  margin-top: 24px; }
  .mBuyButtonModal .mHeadingWrap .mContentHedding {
    margin-left: 22px; }
    .mBuyButtonModal .mHeadingWrap .mContentHedding .aContentHeadding {
      font-size: 18.67px; }

.aToggleButton {
  width: 50px;
  height: 30px;
  border-radius: 15px;
  background: #e5e5e5;
  float: right;
  position: relative;
  cursor: pointer;
  transition: background 200ms ease;
  border: 0; }
  .aToggleButton:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    left: 3px;
    top: 3px;
    transition: left 200ms ease; }
  .aToggleButton > span {
    display: none; }

.toggleActive {
  background: #53d769; }
  .toggleActive:before {
    left: 23px; }

.oModalAlert {
  display: flex;
  flex-direction: column; }
  .oModalAlert .mHeadingWrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 16px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 15px; }
  .oModalAlert .mButton {
    color: #808080;
    font-size: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: auto; }
  .oModalAlert .content {
    padding: 20px; }
    .oModalAlert .content > p {
      font-size: 14px; }
      .oModalAlert .content > p a {
        color: #0189ec;
        text-decoration: underline; }
        .oModalAlert .content > p a:hover {
          text-decoration: none; }

.mBookListViewDetail .aContentHeadding {
  margin: 0;
  line-height: 20px;
  margin-bottom: 3px; }

.mBookListViewDetail .aText {
  font-size: 12px;
  font-weight: 500; }

.mBookListViewDetail .mRatingWrap {
  position: relative;
  align-items: center; }
  .mBookListViewDetail .mRatingWrap .mRatingStarBar {
    transform: translateY(-1px); }
  .mBookListViewDetail .mRatingWrap .aNumberText {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 19px;
    position: relative;
    margin-top: -0.2em; }

.mBookListViewDetail .aSubText {
  font-size: 11px; }

.mBookListViewDetail .mButtonsWrap .mButton {
  width: 55px;
  font-size: 10px;
  font-weight: 700;
  height: 25px;
  line-height: 25px; }
  .mBookListViewDetail .mButtonsWrap .mButton + .mButton {
    margin-left: 5px; }

