body {
    background-color: #fff;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Rubik", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 15.5px;
}
.page {
  padding: 10px 0;
}
.brown {
    color:#422803;
}
.gray {
    color:#212121;
}
.italic  {
  font-style: italic;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}
h4 {
    font-size: 1.8em;
    /* font-family: 'Rubik', sans-serif; */
    /* font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Rubik", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
    font-weight: 600;
}
p, a, button, ul, li {
    /* font-family: 'Rubik', serif; */
    /* font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Rubik", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
    font-size: 1em;
}
hr{
  padding: 0px;
  margin: 6px 0px;    
}
.btn-primary {
  background-color: #212121;
  padding: 15px 25px;
  color: #ffffff;
  margin-top: 30px;
  cursor: pointer;
}
.btn-primary:hover {
  text-decoration: none;
  background-color: #434343;
}
#top-bar {
    width: 100%;
    height: 56px;
    background-color: #212121;
    vertical-align: middle;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    z-index: 1000;

}
#top-bar .btn-topleft {
    padding: 17px 0px;
    position: absolute;
    top: 0;
    left: 16px;
}
#top-bar .topbar-goback-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top: 0px;
  font-size: 30px !important; 
}
#top-bar .btn-text {
  height: 30px;
  margin-top: 1px;
  font-size: 1em;
  line-height: 30px;
}

#top-bar .white-logo-big img {
    height: 34px;
    width: auto;
    margin-top: 13px;
}
#top-bar .white-logo-big-text {
  color:#ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 2px;
}
#top-bar .nav-btn {
  background: transparent;
  border: none;
  color: #fff;
}
#top-bar .nav-btn:hover, #top-bar .nav-btn:focus {
  text-decoration: none;
  color: #F2EDE9;
}
#top-bar .nav-btn img {
  width: 26px;
  height: 20px;
  margin-right: 6px;
  margin-top: -2px;
}
.content-body {
  margin-bottom: 30px;
}
.content-body li {
  margin-bottom: 4px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 400;
}
li.section {
  display: flex;
  justify-content: space-between;
  font-size: 19px;
  font-weight: 700;
  /* font-family: 'Rubik', sans-serif; */
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: left;
}
.section-title-ordernumber {
  font-size: 16px;
}
ul.section-body{
  width: 100%;
  margin-top: 10px;
  margin-left: 0%;
  font-size: 15px;
  font-weight: 900;
  border: 1px solid #D0D0D0;
  /* border-radius: 10px; */
  /* box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.15); */
  padding: 10px
}

.indent {
  padding-left: 20px;
}
.indent::before {
  content: "\2022";
  padding-right: 10px;
}
@media (min-width: 992px) and (max-width: 1200px){
  .page {
    padding: 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px){
  .page {
    padding: 10px 40px;
  }
}
@media (max-width: 767px){
  #top-bar .btn-topleft {
      padding: 17px 5px;
      position: absolute;
      top: 0;
      left: 10px;
    }
  .nav-btn span.btn-text {
    display: none;
  }
  #top-bar .nav-btn img {
    width: 26px;
    height: 20px;
    margin-right: 6px;
    margin-left: 1px;
    margin-top: -1px;
  }
  .page {
    padding: 10px 24px;
  }
}


.result-footer-row-price {
  display: flex;
  justify-content: flex-end;
  font-style: italic;
}
.result-footer-row-price2 {
  display: flex;
  justify-content: space-between;
  /* font-style: italic; */
}
.result-footer-row-cancel-link{
  font-weight: 400;
  opacity: 0.7;
  color: #6a6a6a;
  text-decoration: underline;
}
.result-footer-row-cancel-link:hover{
  color: #141414;
  text-decoration: underline;
}
.result-footer-total-price {
  font-size: 0.9em !important;
}

.result-footer-total-subprice::before {
content: "Sub Price   ";
font-size: 1.2rem;
/* color: var(--color, #A69E8B); */
padding-right: 4px;
}
.result-footer-total-subprice-en::before {
content: "Sub Price   ";
font-size: 1.2rem;
/* color: var(--color, #A69E8B); */
padding-right: 4px;
}
.result-footer-total-subprice-ja::before {
content: "小計   ";
font-size: 1.2rem;
/* color: var(--color, #A69E8B); */
padding-right: 4px;
}
.result-footer-total-subprice {
font-size: 1.2rem;
color: #A69E8B;
}
.result-footer-total-subprice-en {
font-size: 1.2rem;
color: #A69E8B;
}
.result-footer-total-subprice-ja {
font-size: 1.2rem;
color: #A69E8B;
}
.result-footer-total-subprice::after {
  content: "";
  font-size: 1.2rem;
  color: var(--color, #A69E8B);
  padding-right: 0px;
}

.result-footer-total-discount::before {
  content: "Promotion  -$";
  font-size: 1.2rem;
  color: var(--color, #A69E8B);
  padding-right: 4px;
}
.result-footer-total-discount-en::before {
  content: "Promotion  -$";
  font-size: 1.2rem;
  color: var(--color, #A69E8B);
  padding-right: 4px;
}
.result-footer-total-discount-ja::before {
  content: "割り引き  -$";
  font-size: 1.2rem;
  color: var(--color, #A69E8B);
  padding-right: 4px;
}
.result-footer-total-discount {
  font-size: 1.2rem;
  color: var(--color, #A69E8B);
}
.result-footer-total-discount::after {
  content: "";
  font-size: 1.2rem;
  color: var(--color, #A69E8B);
  padding-right: 0px;
}

.result-footer-tax::after {
  content: "GST";
  font-size: 1.0rem;
  color: var(--color, #A69E8B);
  padding-right: 0px;
}
.result-footer-tax-en::after {
  content: "GST";
  font-size: 1.0rem;
  color: var(--color, #A69E8B);
  padding-right: 0px;
}
.result-footer-tax-ja::after {
  content: "";
  font-size: 1.0rem;
  color: var(--color, #A69E8B);
  padding-right: 0px;
}

.result-footer-total-price::before {
  content: "Total Price   ";
  font-size: 1.2rem;
  color: var(--color, #7D7769);
  padding-right: 4px;
}
.result-footer-total-price-en::before {
  content: "Total Price   ";
  font-size: 1.2rem;
  color: var(--color, #7D7769);
  padding-right: 4px;
}
.result-footer-total-price-ja::before {
  content: "合計   ";
  font-size: 1.2rem;
  color: var(--color, #7D7769);
  padding-right: 4px;
}

.result-footer-total-price-others {
  font-size: 0.9em !important;
}
.result-footer-total-price-others::before {
  content: "Others   ";
  font-size: 1.2rem;
  /* color: var(--color, #A69E8B); */
  padding-right: 4px;
}
.result-footer-total-price-others-en::before {
  content: "Others   ";
  font-size: 1.2rem;
  /* color: var(--color, #A69E8B); */
  padding-right: 4px;
}
.result-footer-total-price-others-ja::before {
  content: "その他   ";
  font-size: 1.2rem;
  /* color: var(--color, #A69E8B); */
  padding-right: 4px;
}

.order-item li {
  overflow: hidden;
  transition: .5s ease-out;
}

.order-item:focus {
  outline: 0;
}

.order-item .name {
  display: block !important;
  white-space: pre-wrap;
  font-size: 15px;
  font-weight: 700;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.order-item .description {
  display: block !important;
  white-space: pre-wrap;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  margin: 0px 0px 0px 0px;
}

.order-item p.qty::before {
  content: "Qty: ";
  font-size: 12px;
  font-weight: 700;
  /* color: var(--color, #212121); */
}
.order-item p.qty-en::before {
  content: "Qty: ";
  font-size: 12px;
  font-weight: 700;
  /* color: var(--color, #212121); */
}
.order-item p.qty-ja::before {
  content: "数量: ";
  font-size: 12px;
  font-weight: 700;
  /* color: var(--color, #212121); */
}
.order-item p.qty {
    padding: 0 2px 0 0;
    font-size: 12px;
    font-weight: 700;
    /* font-style: italic; */
    margin: 0;
    line-height: 13px;
    display: inline-block;
    padding-right: 2px;
}
.order-item p.qty-en {
    padding: 0 2px 0 0;
    font-size: 12px;
    font-weight: 700;
    /* font-style: italic; */
    margin: 0;
    line-height: 13px;
    display: inline-block;
    padding-right: 2px;
}
.order-item p.qty-ja {
    padding: 0 2px 0 0;
    font-size: 12px;
    font-weight: 700;
    /* font-style: italic; */
    margin: 0;
    line-height: 13px;
    display: inline-block;
    padding-right: 2px;
}
.order-item p.price {
  /* font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  position: absolute;
  padding: 0 2px 0 0;
  right: 2px;
  bottom: 2px; */
  display: block !important;
  white-space: pre-wrap;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  margin: 0px 0px 0px 0px;
}

.order-item .priceLabel {
  font-size: 0.85em;
  color: #7D7769;
  padding-right: 4px;
}

.order-item > .body {
  /* padding-left: 10px; */
  /* padding-bottom: 23px; */

}
.order-item li h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 18px;
  margin-top: 0px;
}
.order-item .body {
  width: 100%;
  position: relative;
  padding: 5px 10px 3px 10px;
}
.order-item p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.order-item .details {
  /* position: absolute;
  right: 0px;
  bottom: 0px;
  left: 10px; */
}

.order-item p.customer::before {
  content: "Label:";
  font-size: 0.85em;
  color: var(--color, #7D7769);
  padding-right: 4px;
}
.order-item .details > p:nth-child(1) {
  max-width: 50%;
  margin-right: 10px;
}
#OrderHistoryTable .topsplitter {
  margin: 15px 10px 5px 10px;
  border-bottom: 1px solid #c4c4c4;
}
#OrderHistoryTable .splitter {
  margin: 5px 10px 5px 10px;
  border-bottom: 1px solid #c4c4c4;
}

.order-item .discount {
  display: inline-block !important;
  padding: 2px 10px 2px 10px;
  font-size: 1.2rem !important;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #577bfd;
  border: none;
  border-radius: 15px;
}


/*--- Mobile Landscape & Portrait ---*/
@media (max-width: 767px) {
  .order-item button {
    width: 70px;
  }
}
