.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-end {
  display: flex;
  justify-content: end;
  align-items: center;
}
@font-face {
  font-family: 'Golden Ranger';
  src: url('../font/GoldenRanger.eot');
  src: url('../font/GoldenRanger.eot?#iefix') format('embedded-opentype'), url('../font/GoldenRanger.woff2') format('woff2'), url('../font/GoldenRanger.woff') format('woff'), url('../font/GoldenRanger.ttf') format('truetype'), url('../font/GoldenRanger.svg#GoldenRanger') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.m-font1 {
  font-family: 'Golden Ranger';
}
body {
  background: #F0C00C;
}
header {
  padding: 40px 0 20px;
  background: #B02C44;
  position: relative;
}
header .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-box .logo {
  padding-right: 30px;
}
header .header-box .navmenu {
  width: 100%;
}
header .header-box .navmenu ul {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
header .header-box .navmenu ul li {
  list-style: none;
}
header .header-box .navmenu ul li a {
  color: #fff;
  padding: 0 25px;
}
header .header-box .member-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
header .header-box .member-box a {
  color: #fff;
  white-space: nowrap;
}
header .header-box .member-box .acc-cart {
  display: flex;
  justify-content: end;
  align-items: center;
}
header .header-box .member-box .item {
  border: 1px solid #fff;
  padding: 10px 15px;
  border-radius: 20px;
  margin-left: 10px;
}
header .header-box .member-box .language-pc {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  border: 0;
  padding-right: 0;
}
header .header-box .member-box .language-pc #form-language {
  float: none;
}
header .header-box .member-box .language-pc #form-language a[name=zh-TW] {
  padding-right: 0;
}
header .header-box .member-box .language-pc #form-language a[name=en-gb]:before {
  display: table;
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
}
.index-box {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.index-box .index-item {
  position: relative;
  margin-bottom: 30px;
}
.index-box .index-item a {
  border-radius: 50px;
  display: flex;
  overflow: hidden;
}
.index-box .index-item img {
  width: 100%;
  transition: all 0.5s;
}
.index-box .index-item h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  margin: 0;
}
.index-box .index-item:hover img {
  transform: scale(1.1);
}
footer {
  background: #B02C44;
}
footer h5 {
  font-size: 18px;
  font-weight: 100;
}
footer li,
footer li a {
  font-size: 16px;
  color: #fff;
}
footer .payment {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .payment li {
  height: 34px;
  margin-bottom: 5px;
}
footer hr {
  border-bottom: 1px solid #fff;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom a,
footer .footer-bottom p {
  color: #fff;
}
footer .footer-bottom .info-a a {
  position: relative;
  padding: 0 15px;
}
footer .footer-bottom .info-a a:nth-child(1):before {
  display: table;
  content: ' ';
  position: absolute;
  right: -2px;
  top: 2px;
  width: 1px;
  height: 80%;
  background: #fff;
}
footer .footer-bottom .info-a a:last-child {
  padding-right: 0;
}
.heading_title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 30px 0 40px;
}
.breadcrumb {
  margin-top: 30px;
  background: transparent;
  color: #000;
}
.breadcrumb > li + li:before {
  color: #000;
  content: "\f105";
}
.related h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.checkout-cart #content {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px #ccc;
  margin: 30px 0;
}
.breadcrumb-wrapper {
  display: none;
}
@media (max-width: 758px) {
  footer {
    text-align: center;
  }
  footer .logo {
    text-align: center;
  }
  footer .col-sm-8 .col-sm-6:first-child {
    margin-bottom: 20px;
  }
  footer .col-sm-8 .col-sm-6:last-child ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  footer .col-sm-8 .col-sm-6:last-child ul li {
    padding-right: 10px;
    margin-bottom: 10px;
  }
  footer .col-sm-2 ul li:last-child,
  footer .col-sm-2 ul li:nth-child(7) {
    display: none;
  }
  footer .col-sm-8 li {
    justify-content: center;
  }
  footer h5 {
    font-weight: 700;
  }
  footer hr {
    margin: 15px 0;
  }
  footer .footer-bottom {
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footer-bottom a,
  footer .footer-bottom p {
    color: #fff;
  }
  footer .footer-bottom .info-a a {
    position: relative;
    padding: 0 15px;
  }
  footer .footer-bottom .info-a a:first-child {
    padding-left: 0;
  }
  .proone {
    margin-top: 0;
  }
}