@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&family=Poetsen+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans HK", sans-serif;
}

@font-face {
  font-family: mqinghuahk;
  src: url(../img/MQingHuaHK-Xbold.otf);
}

@font-face {
  font-family: japanfont1;
  src: url(../fonts/GN-Kin-iro_SansSerif.ttf);
}

@font-face {
  font-family: japanfont2;
  src: url(../fonts/GN-Koharuiro_Sunray.ttf);
}

body {
  text-align: center;
  color: #333;
  font-size: 80%;
  letter-spacing: 0.012em;
  line-height: 130%;
}

p {
  margin: 20px 20px 20px 0px;
  line-height: 140%;
  font-size: medium;
}

.itemPrice strong {
  margin: 20px 20px 20px 0px;
  line-height: 140%;
}

.bigwrapper {
  text-align: center;
  width: 1140px;
  margin: 0 auto;
  text-align: center;
  border: 4px solid #c0c0c0;
  padding: 10px;
  border: 10px solid #f0f0f0;
}

.section_wrapper {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  padding: 0px;
  /* background: #F0F0F0; */
}

.section_wrapper p {
  width: 100%;
  /* margin: 20px auto; */
  text-align: left;
  margin-top: 10px;
  font-weight: 400;
}

.section_wrapper_text {
  width: 75%;
  margin: 0 auto;
  text-align: left;
  padding: 0px;
  /* background: #F0F0F0; */
}

.titlehear {
  margin-bottom: 10px;
  padding: 50px 20px;
  text-align: right;
  border-bottom: 5px solid #ccc;
  font-size: 100%;
  font-weight: bold;
  color: #750003;
}

.inline {
  margin-left: 10px;
  margin-right: 10px;
}

.h1 {
  margin: 0px 0px 10px 0px;
  padding: 0 15px 0 15px;
  color: #3e3a39;
  background: #ffffff;
  border-left: solid 12px #cc890c;
  font-size: 165%;
}

.h1 p {
  margin: 0;
  padding: 0;
  font-size: 130%;
  line-height: 160%;
  font-weight: bold;
}

.imageleft {
  width: 400px;
  margin-right: 10px;
  margin-top: 13px;
}

.imageleft_info {
  width: 400px;
}

.imageright {
  width: 400px;
  margin-right: 10px;
  margin-top: 15px;
}

.imageright_info {
  width: 400px;
}

.ttlType03 {
  margin-bottom: -10px !important;
  padding-top: 0;
  background: url(../img/image/mark_ttltype03.gif) no-repeat 0 2px !important;
  padding-left: 23px;
}

.ttlType04 {
  margin-bottom: -10px !important;
  padding: 0 15px;
  background: url(../img/image/mark_ttltype04.gif) no-repeat 0 2px !important;
}

.column1 {
  width: 820px;
  margin-bottom: 20px;
  padding: 0;
  background: none;
}

.column2 .floatCont {
  float: left;
  width: 400px;
}

.boxtitle {
  margin-top: 10px;
  padding: 10px 15px;
  color: #cc890c;
  background: #ffffff;
  border: solid 1.5px #cc890c;
}

.boxtitle p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 130%;
  line-height: 160%;
  font-weight: bold;
}

.marginTop15 {
  margin-top: 15px !important;
}

.clearBoth {
  clear: both;
}

.column2in2 {
  width: 400px;
  display: flex;
  flex-direction: column;
}

.rightCont {
  width: 400px;
  margin-left: 10px;
}

.leftCont {
  width: 400px;
  margin-right: 10px;
}

.column2 div.leftCont {
  float: left;
  /* background: #ccc; */
}

p.pageTopLink.line {
  /* margin-top: 20px; */
  width: 100%;
  margin-top: 10px;
  padding-top: 1px;
  background: url(../img/image/line01.gif) top left repeat-x;
}

p.pageTopLink {
  /* margin: 5px 0 0 0; */
  text-align: right;
}

.title_UL {
  color: #808080;
  background: #ffffff;
  border-bottom: 1px dotted #808080;
}

.title_UL p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 200%;
  line-height: 160%;
  font-weight: bold;
}

.title_ex1000 {
  margin-top: 10px;
  padding: 10px 10px;
  margin: 0;
  color: #ffffff;
  background: #d60040;
  text-align: center;
}

.title_ex1000 p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 130%;
  line-height: 160%;
  font-weight: bold;
}

div#contents div.innerCont {
  /* width: 640px; */
  margin-left: 10px;
  margin-right: 10px;
}

div#contents div,
div#contents p,
div#contents th,
div#contents td,
div#contents li {
  line-height: 160%;
}

.marginBottom10 {
  margin-bottom: 10px !important;
}

/* .marginTop10 {
  margin-top: 10px !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, 150px);
} */

.marginTop10 {
  margin-top: 10px !important;
  display: grid;
  grid-template-columns: 100px 100px 100px 100px;
  grid-gap: 40px;
}

a:link {
  color: #082754;
}

a {
  text-decoration: none;
}

body div.related div.unit {
  float: left;
  width: 120%;
}

.generalpage.single .column2 {
  width: 820px !important;
  margin-bottom: 20px;
}

.column2 {
  width: 810px !important;
  background: none !important;
  /* background: #CCC !important; */
  /* border: 1px solid #CCC; */
}

/* .borderPictType02 {
  border: 1px solid #ccc !important;
} */

body div.related p.itemName,
body div.related p.itemNum,
body div.related p.itemPrice {
  font-size: 95%;
}

.more_montbell {
  margin-top: 30px;
}
.more_montbell p {
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;

  color: white;
  border: 1px solid #cc8b0b;
  background-color: #cc8b0b;
  width: 30%;
  height: 35px;
  padding-top: 5px;
}

.montbell_logo {
  width: 100px;
  height: auto;
  margin: 80px auto 50px;
  text-align: center;
}

.montbell_logo img {
  width: 140px;
}

.socialmedia {
  margin-top: 50px;
  width: 100%;
  height: 100px;
}

.socialmedia ul {
  display: flex;
  justify-content: center;
}

.socialmedia li {
  width: 40px;
  list-style: none;
  margin: 0 30px;
  transition: 0.3s;
}

.socialmedia li:hover {
  transform: translatey(-3px);
}

.displayflexwithcolumnmobile {
  display: flex;
}

.centerAdjust {
  text-align: center;
  width: 100%;
}

.centerAdjust img {
  width: 80%;
}

.exstart {
  width: 100%;
  display: flex;
}

.extitle {
  width: 100%;
  display: flex;
}
.product_group {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.product {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.product:hover {
  border-radius: 15px;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.product h4 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
}
.product img {
  width: 100%;
}
.product p {
  margin: 10px auto;
}
.kids_price {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kids_price span {
  margin: 0 10px;
}
@media (max-width: 1000px) {
  .bigwrapper {
    width: 100%;
  }

  .section_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .section_wrapper_text {
    width: 100%;
  }

  .image_Specification {
    width: 100%;
    text-align: justify;
  }

  .displayflexwithcolumnmobile {
    display: flex;
    flex-direction: column;
  }

  p.pageTopLink.line {
    width: 85%;
  }

  p {
    margin: 20px 0px 20px 0px;
    line-height: 140%;
  }

  .column2 {
    width: 100% !important;
  }

  .column1 {
    width: 100%;
  }

  .exstart {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .extitle {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .column2in2 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .h1 p {
    font-size: 110%;
  }

  .imageleft {
    width: 100%;
  }

  .imageright {
    width: 100%;
  }

  .section_wrapper p {
    width: 100%;
    text-align: justify;
  }

  .leftCont {
    width: 100%;
  }

  .rightCont {
    width: 100%;
    margin-left: 0px;
  }

  .floatCont {
    padding-left: 0px;
    width: 400%;
  }

  .column2 .floatCont {
    float: left;
    width: 100%;
  }

  .ex1000or800 {
    width: 100%;
  }

  .centerAdjust img {
    width: 100%;
  }

  .column2 .floatCont {
    width: 100%s;
  }

  .more_montbell p {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .marginTop10 {
    grid-template-columns: 160px 160px;
    justify-content: center;
  }
  .section_wrapper_text {
    /* text-align: center; */
  }
  body div.related div.unit {
    float: left;
    width: 100%;
    text-align: center;
  }
  body div.related p.itemName,
  body div.related p.itemNum,
  body div.related p.itemPrice {
    font-size: 100%;
  }
  .itemPrice strong {
    margin: 20px 20px 20px 20px;
  }
  .product_group {
    grid-template-columns: auto auto;
  }
}
