@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&family=Poetsen+One&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans HK", sans-serif;
}
a {
  text-decoration: none;
}
h2{
  font-weight: 800;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
h3{
  font-weight: 600;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}
.bigwrapper {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.banner {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.banner img {
  width: 0 auto;
  height: auto;
}
.p_content{
  width: 800px;
  height: auto;
  margin: 0 auto 40px;
}
.p_content p{
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  color: #4d4d4d;
}
.menu{
  width: 90%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
}
.precautions{
  width: 90%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 80px;
}
.product_group{
  width: 90%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
  gap: 20px;
}
.product{
  height: auto;
  background-color: #fdfdfd;
    flex: 1;
  width: 10px;
  height: auto;
  object-fit: cover;
}

.product img{
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
   transition: ease-in-out 0.3s;
}
.product img:hover{
  transform: scale(1.05);
}
.product p{
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  color: #4d4d4d;
  /* margin-bottom: 10px; */
}
.buyitnow{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #01638D;
  margin: 20px auto 0;
  padding: 16px 60px;
}
.buyitnow a{
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 2px;
}
.buyitnow:hover{
  color: #ffffff;
  letter-spacing: 2px;
    background-color: #3b8caf;
    cursor: pointer;
}
.suggestion{
  width: 800px;
  height: auto;
  margin: 0 auto 40px;
}
.suggestion h3{
  padding-bottom: 10px;
  margin-bottom: 0;
}
.suggestion td{
  text-align: left;
  vertical-align: top;
}
.suggestion td p {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 6px;
  color: #4d4d4d;
  
}
.table-center td {
  text-align: center;
}
.suggestion table{
  width: 800px;
  border: none;
}
.suggestion_group{
  width: 90%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
}
table {
  font-size: 14px;
  width: 800px;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
}
table, th, td {
  margin: 0 auto;
  letter-spacing: 1px;
  border: 1px solid #000;
   padding: 10px;
}
table th{
  background-color: #f2f2f2;
}
.ps{
  font-size: 12px;
  letter-spacing: 2px;
  font-style: italic;
  color: #4d4d4d;
}

.sub_image{
  width: 100%;
  height: auto;
}
.sub_image img{
  width: 100%;
  height: auto;
}
.sub_image p{
    font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  color: #4d4d4d;
  margin-top: 10px;
}
.imageswithtext {
  width: 800px;
  height: auto;
  margin: 0 auto 40px;
}
.imageswithtext img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.imageswithtext p{
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  color: #4d4d4d;
  margin-top: 10px;
}

.imageswithtext_group{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  margin: 0 auto 40px;
  gap: 20px;
}
.notice{
  width: 600px;
  height: auto;
  margin: 0 auto 40px;
}
.notice ul li{
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 10px;
}
li::marker {
  font-size: 0.8rem; /* Adjust this value to make bullets smaller */
}
.montbell_logo {
  width: 140px;
  height: auto;
  margin: 100px auto 0px;
  text-align: center;
}
.button {
  border: none;
  color: white;
  width: 228px;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 14px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px dashed #5b3413;
}

.button1:hover {
  background-color: #5b3413;
  color: white;
}

.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);
}

#btn-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 0px;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

ol,
ul {
  padding-left: 0rem !important;
}

.footer {
  background: #ffffff;
  color: #898989;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .bigwrapper{
    width: 100%;
  }
  .banner{
    width: 100%;
  }
  .p_content{
    width: 80%;
  }
}
@media (max-width: 1000px) {
}
@media (max-width: 768px) {
  .suggestion table {
    width: 100%;
  }
  .imageswithtext {
    width: 90%;
  }
  .suggestion {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .product {
    width: 100%;
  }
    h2 {
        width: 90%;
        margin: 0 auto;
    }
  .product_group {
    flex-direction: column;
  }
  .notice{
    width: 80%;
  }
  .menu {
    flex-direction: column;
}
}
@media (max-width: 425px) {
}

/* For iphone 13 pro */
@media (max-width: 390px) {
}
@media (max-width: 375px) {
}
