/* ---------------------------------------------------------------------------- */
/* -------------------------------------Header--------------------------------- */
/* ---------------------------------------------------------------------------- */
header {
  /*padding: 10px 0 10px;*/
  display: inline-block;
  width: 100%;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2000;
  background: white;
  /* background-image: url("../images/bg_image.png"); */
  background-size: cover;
}

.edm-area {
  width: 100%;
}

.fullscreen-edm {
  margin-top: 0;
  margin-left: 0;
}

.fullscreen-edm img {
  width: 100%;
}

.marquee {
  margin-top: 0;
  width: 100%;
  height: auto;
  padding: auto;
  justify-content: center;
  align-items: center;
  background-color:#eb7a77;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 5px 15px;
}

div.marquee p{
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin: auto 0.5em;
}

div.logo{
  width:20%;
  margin: 1.5vh auto;
}


div.logo img {
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 2000;
  margin: 20px 0 10px 0;
  top: 0;
}

.footer-item-heading {
  padding:2em 2em 2em;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.footer-item-logo{
  width: 15em;
} 

.footer-item-logo img{
  width: 100%;
}

.footer-item-content{
  justify-content: center;
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;

}

.footer-social {
  text-align: center;
  display: flex;
  padding: 10px;
  justify-content: center;
  text-align: center;
}

.social-item {
  display: flex;
  align-items: center;
  color:var(--p-color);
  width: 40px;
  height: 40px;
  justify-content: center;
  text-align: center;
}

.social-item :hover {
  color:#eb7a77;
}

.with-icon {
  display:inline-flex;
  align-items: center;
  padding: 5px 0;
  width: 100%;
  
}

.with-icon img{
  max-width:20%;
}

.footer-list {
  --bs-text-opacity: 1;
  color: var(--p-color);
  font-weight: var(--font-weight-normal);
  font-size:0.8em;
  padding-bottom: 5px;
  text-align: left;
}

.word-with-icon {
  display: block;
  flex-direction: column;
  line-height: 1.3333333333;
  padding-left: 10px;
  padding: 5px;
  text-align: left;
}

.footer-phone-lg {
  font-size: 0.7em;
  font-weight: var(--font-weight-normal);
  text-align: left;
}

.footer-small {
  font-size: 0.7em;
  text-align: left;
}

.outside-box {
  display: flex;
  flex-wrap: wrap;
  padding: 3em 0;
  justify-content:center;
}

.box1 {
  max-width: 250px;
  max-height: 100px;
  background-color: white;
  background-position: center;
  justify-content: center;
  display: flex;
  margin: 10px 10px;
}

.box2 {
  max-width: 250px;
  max-height: 100px;
  background-color: white;
  background-position: center;
  justify-content: center;
  display: flex;
  margin: 10px 10px;
}

.box3 {
  max-width: 250px;
  max-height: 100px;
  background-color: white;
  background-position: center;
  justify-content: center;
  display: flex;
  margin: 10px 10px;
}

.box4 {
  max-width: 250px;
  max-height: 100px;
  background-color: white;
  background-position: center;
  justify-content: center;
  display: flex;
  margin: 10px 10px;
}

.box1:hover,
.box2:hover,
.box3:hover,
.box4:hover {
  border: 1px solid rgba(74, 74, 74, 0.3);
}

.box-content {
  padding-top: 10px;
  padding-left: 10px;
  padding-right:20px
  flex-direction: column;
  justify-content: center;
}

.box-content-word {
  padding: 0px;
  display: flex;
  font-size: 0.8rem;
  color: #939393;
  font-weight: var(--font-weight-normal);
}

.box1-icon {
  padding: 10px 10px;
}

/*megamenu*/
.cn-col-4 {
  width: 100%;
  float: left;
  padding: 15px;
  border-right: 1px solid #f2f4f8;
}

.single-mega a {
  height: auto;
  line-height: 2;
  display: flex;
}

.megamenu li a {
  padding: 0 12px;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 200;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.ul li .megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #fff;
  z-index: 200;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.megamenu .single-mega.cn-col-4:last-of-type {
  border-right: none;
}

.ul li .megamenu .single-mega {
  border-bottom: 1px solid #f2f4f8;
  padding: 8px 12px;
  background-color: #fff;
}

.header-button {
  position: absolute;
  top: 6vh;
  /* right: 3vw; */
  display:flex;
  z-index: 1000;
  float: right;
  justify-content: right;
  width: 100%;
}

.header-button > ul > li.member,
.header-button > ul > li.header-shop-cart {
  cursor: pointer;
}

.header-button > ul > li {
  list-style: none;
  padding-right: 1rem;
  position: relative;
  display: inline-block;
}

.header-button > ul {
  display: flex;
}

.header-button ul li > a,
.header-button ul li .shop-cart-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.8rem;
  color: #666;
}

.icon-outter-box{
  font-display: flex;
  flex-direction: column;
}

.icon-outter-box small{
  font-size: 0.8rem;
}

.icon-img-outter{
 width:50% ;
}

.header-wrapper-mobile li.button i.header-user,
.header-button i.header-user {
  background-image: url(../images/user.png);
  background-repeat:no-repeat;
  margin: 2px auto;
  display: flex;
  width: 1.8em;
}

.dropdown,
.dropup {
  position: relative;
  display:inline-block;
}

.dropdown a {
  text-decoration: none;
  display:inline-block;
}

.dropdown-content a {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
  min-width: 200px;
}

/* icon下拉式選單 */
.icon-dropdown-content {
  display: none;
  position: absolute;
  top: 2.2em;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border-radius: 0 0 0.2em 0.2em;
  /* right: -35px; */
  -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
  z-index: 2; 
  transition: all ease 10s;
}

.icon-dropdown-content li a{
  padding: 2px 0;
}


.icon-dropdown-content a:hover {
  background-color: rgb(238, 238, 238,0.5);
  text-decoration: none;
}

.icon-dropdown:hover .icon-dropdown-content {
  display: block;
  min-width: 70px;
  transition: all ease 10s;
}

.icon-center {
  position: relative;
  display:inline-block;
}

.icon-center a {
  text-decoration: none;
  display: block;
}

.header-button ul li:last-child {
  padding-right: 0;
}

.header-button ul li.header-shop-cart .shop-cart-button {
  position: relative;
  margin-right: 2vw;
}

.header-button ul li > a,
.header-button ul li .shop-cart-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.8rem;
  color: #666;
}

.header-button i.header-order {
  background-image: url(../images/list.png);
  background-repeat:no-repeat;
  margin: 2px auto;
  display: flex;
  width: 1.8em;
}

.header-button i.header-cart {
  background-image: url(../images/shopping-cart.png);
  background-repeat:no-repeat;
  margin: 2px auto;
  display: flex;
  width: 1.8em;
}

.header-wrapper-mobile li.button i,
.header-button ul li i {
  /* font-size: 20px; */
  width: 1.8em; /*header icon尺吋*/
  height: 1.8em; /*header icon尺吋*/
  background-size: 100%;
  display: block;
  opacity: 0.8;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.header-main {
  width: 100%;
  padding-top:3vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-button ul li.header-shop-cart .shop-cart-button .amount {
  position: absolute;
  top: 5px;
  right: -8px;
}

.header-button ul li.header-shop-cart .shop-cart-button .amount {
  font-family: "noto sans tc", "Microsoft JhengHei", "sans-serif";
  min-width: 20px;
  padding: 0 2px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgb(231, 15, 15);
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  color: #ffffff;
  align-items: center;
  text-align: center;
}

ul li .member-pc,
.header-order-pc,
.header-shop-cart {
  position: relative;
  display: inline-block;

}

.user-outter{
  padding: 0 10px;
}

.order-outter{
  padding: 0 10px;
}

.shop-cart-outter{
  padding: 0 10px;
}


@media only screen and (max-width: 992px) {
  div.logo{
    width: 40%;
  }

  div.logo img{
    width: 100%;
    justify-content: center;
    align-items: center;
    transition:3ms;
    display: flex;
    margin: auto;
  }
}


/* ---------------------------------------------------------------------------- */
/* -------------------------------------prodcuts--------------------------------- */
/* ---------------------------------------------------------------------------- */
.product-fullpage{
  width: 100%;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------login-------------------------------- */
/* ---------------------------------------------------------------------------- */
.member-login-background{
  width: 100%;
  /* background-color: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.member-login-box{
  background-color: #f1f1f1;
  width: 100%;
  padding: 5vh 5vw;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin: 10vh auto;
}

.login-word{
  font-size: 2rem;
  color: var(--p-color);
  align-items: center;
  justify-content: center;
  display: flex;
}

.form-outter{
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* background-color: red; */
}

.form-outline{
  width: 100px;
  display:flex;
  padding-top: 10px;
}

.form-outline2{
  width: 420px;
  display:flex;
  color:var(--main-color);
}

div.form-outline2 input{
  width:100%;
  margin-left: 0;
  padding-left: 6px;
  padding-right: 0;
}

div.form-outline2 :hover{
  color: var(--secondary-color);
}

div.form-outline2 :focus{
  background-color: #f1f1f1;
}

.form-outline3{
  width:6em;
  display:flex;
  margin-top: 8px;
}

select[id=cellphone-space] {
  width:6em;
  height: 2.3em;
  text-align: center;
}

.form-outline3 select{
  font-size: 0.9em;
}

div.box-outter{
  background-color: red;
}

.form-outline-sm{
  width: 10em;
  display:flex;
  line-height: 3em;
}

.form-outline-sm ::placeholder{
  width: 8em;
}

.form-outline-sm input{
  font-size: 0.9em;
  text-align: center;
}

.form-outline-sm :focus{
  background-color: #f1f1f1;
}

.form-outline-double{
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.form-outline-lg{
  width:500px;
}

.form-outline-word{
  width: 120px;
  display: flex;
  padding: 5px 5px 0 5px;
}

.form-outline-word small{
  font-size: 0.9em;
  color: var(--main-color);
}

.form-control{
  border: none;
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 0;
  line-height: 2em;
}

.form-outline-link{
  width: 420px;
  display: flex;
  justify-content: space-between;
}

.form-outline-link small {
  font-size: 0.9em;
  color:var(--main-color);
}

.form-outline-twobottoms button{
  width: 420px;
  display: flex;
  flex-direction: column;
}

/*hr style*/
hr {
  border: none;
  border-top: 1px double #333;
  color: #333;
  overflow: visible;
  text-align: center;
  height: 5px;
}

hr:after {
  background-color: #f1f1f1;
  content: '或';
  padding: 0 4px;
  position: relative;
  top: -13px;
}

/*login register*/
.login-register-box{
  background-color:transparent;
  border: 1px solid black;
  min-width: 800px;
  min-height:600px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
  flex-direction: column;
}

.register-phone-bg{
  background-color:#f1f1f1;
  margin: 0 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction:column;
  width: 100%;
  height: 300px;
}

.register-phone-bg p{
color: rgb(212, 0, 0);
justify-content: center;
text-align: center;
font-size: 1rem;
}

.register-phone-check{
  width:500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nextstep-button{
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
  text-align: center;
  width: 200px;
}

.form-outline-phone{
  width: 100px;
  display: flex;
}

.form-outline-phone p{
  font-size: 1.1em; 
  font-weight: 400;  
}

.form-outline-phone span{
  color:#cb2a25;   
}

.login-register-process1-box{
  background-color:#f9f9f9;
  width: 100%;
  /* border-radius: 15px; */
  justify-content: center;
  align-items: center;
  margin: 3em auto;
  display: flex;
  flex-direction: column;
  padding: 3em 0;
}

.form-outline-double-process1 {
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
}


.form-outline-third-process{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form-outline-third-process-outter{
  width: 100%;
  display: flex;
}

.form-outline-third-process-left{
  width: 30%;
  margin-right: 1em;
}

.form-outline-third-process-left P{
  font-size: 1em;
  font-weight: 400;
  padding-bottom: 1em;
  padding-top: 1em;
}

/* .form-outline-third-process-left-m{
  margin-top: 1.6em;
  margin-bottom: 0.1em;
} */

.form-outline-third-process p{
  margin: 0.45em;
  text-align: right;
}

.form-outline-third-process-right{
  width: 70%;
  display: flex;
  flex-direction: column;
}

.form-outline-third-process-birthday{
  width: 70%;
  display: flex;
}

.form-outline-third-process-routter{
  width: 100%;
  margin: 0.5em auto;
}

.form-outline-third-process-routter input{
  width:18em;
  font-size: 0.9em;
  padding: 1em;
}

.form-outline-third-process-routter-zipcode{
  width: 100%;
  margin: 0.5em auto;
}

.form-outline-third-process-routter-zipcode-outter{
  width: 100%;
  display: flex;
  flex-wrap:wrap;
}


.form-outline-third-process-routter-zipcode-space{
  margin: 0.5em 0;
}

input[id=address-space] {
  width:18em;
  height: 3em;
  font-size: 0.9em;
  padding: 1em;
  margin-top: 1.5em;
}


select[id=city] {
  width:7em;
  height: 3em;
  margin-left: 1em;
  font-size: 0.9em;
}

select[id=dist] {
  width:8em;
  height: 3em;
  margin-left: 1em;
  font-size: 0.9em;
}


input[id=zipcode-space]{
  width:5em;
  height: 3em;
  font-size: 0.9em;
  text-align: center;
}

.form-outline-third-process-routter-birth{
  width: 100%;
  margin: 0.5em auto;
  display: flex;
}

.form-outline-third-process-routter-birth-space{
  margin: 0.5em 0.4em;
}

select[id=year-space] {
  width:4em;
  height: 2em;
  text-align: center;
}

select[id=month-space] {
  width:3em;
  height: 2em;
  text-align: center;
}

select[id=day-space] {
  width:3em;
  height: 2em;
  text-align: center;
}

.form-outline-third-process-routter-sex{
  width: 100%;
  margin: 0.5em auto;
  display: flex;
}

.form-outline-third-process-routter-male{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 2em;
  display: flex;
}

.form-outline-third-process-routter-male label{
  padding-left: 1em;
  margin: 0.2em 0;
}

.form-outline-third-process-routter-female{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 2em;
  display: flex;
}

.form-outline-third-process-routter-female label{
  padding-left: 1em;
  margin: 0.2em 0;
}




/* .form-outline-third-process-routter select{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 2em;
  display: flex;
} */

.form-step2-outter{
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: right;
}

.form-step2-outter p{
  text-align: right;
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em 1em;
}

.form-step2-outter-sec{
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: right;
}

.form-step2-outter-sec p{
  font-size: 1em;
  align-items: center;
  padding: 0.7em 0;

}



/* div.form-outline-double-process1 p{
  font-size: 1.1rem;
  color: var(--p-color);
} */

.form-outline-double-process2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notice-word{
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
}

.notice-word p{
  color:#cb2a25;
  font-size: 1em;
}

.form-outline-xs{
  width:10em;
  margin-left:0;
  /* margin: 0 3px 0 3px; */
}

.form-outline-xs input{
  width:10em;
  font-size: 0.9em;
  padding: 0.7em 0;
  text-align: center;
  height: 2.5em;
}

.form-outline-xs ::placeholder{
  width:10em;
}

.countdown {
  align-items: center;
  justify-content: center;
  text-align: center;
}

#time{
  font-size:  1.1rem;
  color: rgb(232, 0, 0);
  padding: 10px;
}

select{
  border: none;
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
  background-color: transparent;
  color: var(--p-color);
  font-family: var(--body-font-family);
  font-size: 1rem;
}

::placeholder {
  font-family: var(--body-font-family);
  font-size: 0.9em;
  /*background-color: #f1f1f1;*/
}

input {
  border: none;
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 0;
  margin: 0 0;
  height: auto;
  background-color: #f1f1f1;
}

.icon-center{
align-items: center;
align-items: center;
text-align: center;
z-index: 1000;
}

div.form-outline-link a{
  color: var(--main-color);
}

div.form-outline-link :hover{
  color: var(--secondary-color);
}

.product-detail-box {
  flex-basis: 200px;
  display:flex;
  flex-wrap: wrap;
}

.product-left{
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

.product-right{
  display: flex;
  /* flex-wrap: wrap; */
  flex-grow: 1;
}

.product-name h3{
  color:var(--dark-color);
  /* display: flex;
  flex-wrap: wrap; */
}

/* .product-outter {
  width: 100%;
  top: 0;
  left: 0;
} */

.knowledge-left{
  display: flex;
  flex-wrap: wrap;
  flex-grow: 4;
}

.knowledge-classification-right{
  display: flex;
  /* flex-wrap: wrap; */
  flex-grow: 1;
}

.knowledge-classification-search-outter input {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid var(--light-gray);
  border-radius: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  background-color: transparent;
}

.knowledge-classification-search-outter input::placeholder {
  background:transparent;
}

.knowledge-classification-search-outter{
  width: 100%;
  margin: 1em;
  display: flex;
  flex-direction: column;
}

.knowledge-classification-search-title{
  width: 100%;
  margin: 0 1em 1em 1em;
  display: flex;
  flex-direction: column;
}

.knowledge-classification-search-title h5{
  color: var(--p-color);
  margin: 0.5em 0;
  font-size: 1.5em;
}

.knowledge-classification-search-list{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.knowledge-classification-search-list-word{
  width: 100%;
  height: auto;
  border: 1px solid var(--bs-gray-200);
}

.knowledge-classification-search-list-word p{
  font-size: 1.2em;
  font-weight: 400;
  padding-left: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0;
  color: var(--p-color);
  align-items: center;
  text-align: left;
  width: 100%;
  display: flex;
}

.knowledge-classification-search-list-word :hover{
  background-color: var(--main-color);
  color: white;
}

.background-white{
  width: 100%;
  background-color:white;
  /* margin-top: -3em; */
  padding-top: 3vh;
  padding-bottom: 5vh;
  flex-basis: 200px;
  /* align-items: center;
  justify-content: center;
  display: flex; */
}

.background-white2{
  width: 100%;
  background-color:white;
  margin-top: 3em;
  padding-bottom: 3vh;
}

.product-container,
.product-container,
.product-container-md,
.product-container-sm,
.product-container-xl,
.product-container-xxl  {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  /* margin: 8vh 10vw; */
  margin-right: auto;
  margin-left: auto; 
  margin-top: 3rem;
  margin-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center;
  align-items: center; */
  width: 100%;
}

.recommendedproducts-container,
.recommendedproducts-container,
.recommendedproducts-container-md,
.recommendedproducts-container-sm,
.recommendedproducts-container-xl,
.recommendedproducts-container-xxl  {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  /* margin: 8vh 10vw; */
  margin-right: auto;
  margin-left: auto; 
  margin-top: 5em;
  padding-top: 2em;
  margin-bottom: 4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.mutiproduct-container,
.mutiproduct-container,
.mutiproduct-container-md,
.mutiproduct-container-sm,
.mutiproduct-container-xl,
.mutiproduct-container-xxl  {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  /* margin: 8vh 10vw; */
  margin: 3rem auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

.product-showcase{
  width: 100%;
  /* justify-content: center; */
  /* align-items: center; */
}

@media (min-width: 320px) {
  .product-container,
  .product-container-sm {
    max-width: 344px;
    margin-bottom: 1rem;
  }
}

@media (min-width: 375px) {
  .product-container,
  .product-container-sm {
    max-width: 356px;
    margin-bottom: 1rem;
  }
}

@media (min-width: 576px) {
  .product-container,
  .product-container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .product-container,
  .product-container-md,
  .product-container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .product-container,
  .product-container-lg,
  .product-container-md,
  .product-container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .product-container,
  .product-container-lg,
  .product-container-md,
  .product-container-sm,
  .product-container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1450px) {
  .product-container,
  .product-container-lg,
  .product-container-md,
  .product-container-sm,
  .product-container-xl,
  .product-container-xxl {
    max-width: 1320px;
  }
}

@media (min-width: 576px) {
  .mutiproduct-container,
  .mutiproduct-container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .mutiproduct-container,
  .mutiproduct-container-md,
  .mutiproduct-container-sm {
    max-width: 750px;
  }
}

@media (min-width: 800px) {
  .mutiproduct-container,
  .mutiproduct-container-lg,
  .mutiproduct-container-md,
  .mutiproduct-container-sm {
    max-width: 790px;
  }
}

@media (min-width: 810px) {
  .mutiproduct-container,
  .mutiproduct-container-lg,
  .mutiproduct-container-md,
  .mutiproduct-container-sm {
    max-width: 790px;
  }
}

@media (min-width: 820px) {
  .mutiproduct-container,
  .mutiproduct-container-lg,
  .mutiproduct-container-md,
  .mutiproduct-container-sm {
    max-width: 800px;
  }
}
@media (min-width: 900px) {
  .mutiproduct-container,
  .mutiproduct-container-lg,
  .mutiproduct-container-md,
  .mutiproduct-container-sm {
    max-width: 886px;
  }
}
@media (min-width: 950px) {
  .mutiproduct-container,
  .mutiproduct-container-lg,
  .mutiproduct-container-md,
  .mutiproduct-container-sm {
    max-width: 936px;
  }
}
@media (min-width: 992px) {
  .mutiproduct-container,
  .mutiproduct-container-lg,
  .mutiproduct-container-md,
  .mutiproduct-container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .mutiproduct-container,
  .mutiproduct-container-lg,
  .mutiproduct-container-md,
  .mutiproduct-container-sm,
  .mutiproduct-container-xl {
    max-width: 1140px;
  }
}


@media (min-width: 1450px) {
  .mutiproduct-container,
  .mutiproduct-container-lg,
  .mutiproduct-container-md,
  .mutiproduct-container-sm,
  .mutiproduct-container-xl,
  .mutiproduct-container-xxl {
    max-width: 1320px;
  }
}

.knowledge-showcase{
  width: 100%;
  margin: 1.5em 2.5em auto 0;
}

.knowledge-title h1{
  color:var(--p-color);
  font-size: 2.5em;
  font-weight: 500;
  /* margin-top: 1em; */
}

.knowledge-left-outter{
  width: 100%;
  border-radius: 1rem;
  border:1px solid var(--light-gray);
  /* color: #d8d8d8; */
  margin: 1rem 0 2rem 0;
  display: flex;
  padding-bottom: 0.5em;
}

.knowledge-detail-left-outter{
  width: 100%;
  border-top:1px solid var(--bs-gray-200);
  /* color: #d8d8d8; */
  margin-top: 1.5rem;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.knowledge-detail-images img{
  width: 100%;
}


.knowledge-left-list{
  width: 50%;
  padding: 1em;
}

.knowledge-left-title{
  width: 100%;
  margin: 0;
}

.knowledge-left-list img {
  width: 100%;
  margin: 0.5em;
  border-radius: 1em;
}

div.knowledge-left-title h3 {
  padding: 1em 0 0 0;
  color: var(--main-color);
  font-size: 1.8em;
}

div.knowledge-left-title h4 {
  padding: 1rem 0 0 0;
  color: var(--main-color);
  font-size: 1.5rem;
}
.knowledge-left-readmore{
  width: 50%;
}

.knowledge-left-list-readmore{
  width: 100%;
}


.knowledge-left-list-readmore p {
  color: var(--p-color);
  font-weight: 400;
  font-size: 1.1em;
  line-height: 2em;
  text-align: justify;
  text-indent: 2em;
  padding: 0 1em;
}

.knowledge-left-list-readmore-highlight{
  width: 100%;
  padding: 0 1em;
}

.knowledge-left-list-readmore-highlight h3{
  color: var(--main-color);
  margin:1em 0;
  font-weight: 500;
  font-size: 1.8em;
  padding-left: 0;
}

.knowledge-left-list-readmore-highlight h4{
  color: var(--main-color);
  margin:1em 0;
  font-weight: 500;
  font-size: 1.5em;
  padding-left: 0;
}

.knowledge-left-list-readmore-highlight ul li{
  color: var(--p-color);
  padding:0.3em 0;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  list-style-type: decimal;
  text-align: justify;
  line-height: 2em;
}

/* .knowledge-left-list-readmore ul ol ul li{
  color: var(--p-color);
  padding:0.3rem 0;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  list-style-type: decimal;
} */

.member-benefits-detail{
  width: 100%;
}

.member-benefits h1{
  color:var(--p-color);
  text-align:center;
  font-size: 2em;
  font-weight: 500;
  justify-content: center;
}

.knowledge-list-word-outter{
  width: 50%;
  padding: 1em 1.5em;
}

.knowledge-detail-word-outter{
  width:100%;
  margin:2em auto;
}

.detail-container,
.detail-container,
.detail-container-md,
.detail-container-sm,
.detail-container-xl,
.detail-container-xxl  {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  /* margin: 8vh 10vw; */
  margin-right: auto;
  margin-left: auto; 
  margin-top: 4vh;
  /* margin-bottom: 8vh; */
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.shopcart-container,
.shopcart-container,
.shopcart-container-md,
.shopcartcontainer-sm,
.shopcart-container-xl,
.shopcart-container-xxl  {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  /* margin: 8vh 10vw; */
  margin-right: auto;
  margin-left: auto; 
  margin-top:4vh;
  display:flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 70%;
  flex-grow: 3;
}

@media only screen and (max-width: 950px) {
  
  div.shopcart-container {
    width: 100%;
    margin-right: auto;
    margin-top:4vh;
    padding-right: 5vw;
  }
}


/* @media only screen and (max-width: 1280px) {
  .product-showcase {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .product-showcase {
    width: 49.99999%;
  }
}
@media only screen and (max-width: 500px) {
  .product-showcase {
    width: 100%;
  }
} */


.product-showcase img{
  display: flex;
  width: 100%;
}

.product-right li{
  list-style-type: disc;
  font-size: 1rem;
}

.shopping-notice-outter {
  margin: 0.5vh 3vw;
  padding: 1vh 0 ;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}

.shopping-notice-outter-min {
  width: 100%;
  padding: 1vh;
  display: flex;
  width: 100%;
  background-color:var(--white-color);
  box-shadow: rgba(0, 0, 0, 0.18) 0px 5px 15px;
  position:sticky;
  bottom: 0;
  z-index: 2000;
  display: none;
}

shopping-notice-outter-mb-device{
  width: 100%;
}

.shopping-notice-outter-min-iconspace{
  width: 55%;
}

.shopping-notice-outter-minbg {
  background-color: var(--light-gray);
  margin: 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  border: none;
}

.shopping-notice-outter-minbg:hover{
  background-color: var(--main-color);
  border: 2px var(--main-color);
}

.shopping-notice-title-outter{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 5px 0 0 0;
}

.shopping-notice-outter2 {
  padding: 0 2.5vw;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.shopping-notice-outter2 li {
  color: var(--dark-color);
  font-size: 1.1em;
}

.shopping-notice-attention{
  color:var(--main-color);
}

.shopping-notice{
  border-left: 3px solid var(--lightblue-color);
  margin-left: 0.5vw;
  padding-left:1vw;
  padding-right:2.5vw;
  color: #67aad3;
  display: flex;
}

.gift-giving-consumption img{
  display: flex;
  width: 50px;
  height: auto;
  border: 1px solid var(--p-color);
  padding: 3px;
  margin-right: 1vw;
}

.shopping-notice2{
  margin-left: 0.5vw;
  border-left: 3px solid var(--lightblue-color);
  padding: 0 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopping-notice2 p{
  font-size: 1rem;
  padding-top: 20px;
  font-weight: normal;
  color:var(--lightblue-color);
}

.product-sellingprice-outter{
  margin: 0.5vh 3vw 0 3vw;
  /* padding: 1vh 0 ; */
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}

.product-sellingprice small{
  font-size: 1em;
  margin: 10px;
  color: var(--dark-color);
}

.product-price{
  font-size: 1.8em;
  margin: 0 0;
  color:var(--main-color);
}

.product-price small{
  font-size: 0.8rem;
  margin: 10px;
  color: var(--dark-color);
}

.shopping-notice-outter label{
  font-size: 1em;
  padding: 5px 10px;
  color: var(--dark-color);
}

.chartandpay-outter {
  margin: 0 2vw;
  padding: 1vh 1vw;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  display: flex;
}

.btn-space {
  margin:4px;
}

.row-image-middle {
  display:inline-block;
  width: 100%;
  display: flex;
}
.outter-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  justify-content: center;
  align-items: center;
}

div.row-image-box{
  padding: 0px;
  border: 1px solid #d3d3d3;
  margin: 10px 10px 10px 0;
  width: 17%;
  background-size: contain;
}

.row-image-box img {
  width: 100%;
}

.row-image-box:hover {
  border: 1px solid var(--main-color);
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.row-image-outter{
  display: flex;
  width: 100%;
}

.mutiprice-outter{
  max-width: 25%;
  display: flex;
  margin: 1em auto;
  border-radius: 10px;
  border: 2px solid #d4d4d4;
  text-align: center;
  /* justify-content:space-between; */
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 1rem;
}

.mutiprice-outter:hover{
  border-radius: 10px;
  border: 2px solid var(--p-color);
  box-shadow: 0 4px 8px 0 rgba(197, 197, 197, 0.2), 0 6px 20px 0 rgba(197, 197, 197, 0.19);
  transition: 0.3s;
}

.muti-shop-outter{
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 100%;
  border-radius: 10px;
}

.muti-shop-outter h1{
  font-size: 7rem;
  font-family:Arial, Helvetica, sans-serif;
  margin: 0 0;
}

.muti-shop-outter h3{
  margin-top: 5vh;
}

.muti-price-outter{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem auto;
  line-height: 0.8rem;
  align-items: center;
}

.mutiprice-price p{
  color: #cb4042;
  font-weight: 400;
  flex-wrap: wrap;
  font-size: 100%;
}

.mutiprice-spacial-price p{
  color: var(--dark-color);
  width: 100%;
  font-weight: 400;
  font-size: 1.3em;
}

/* bottom menu area */
.bottomnav {
  overflow: hidden;
  background-color: white;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 15rem;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 5px 15px;
  z-index: 1000;
}

div.bottomnav-outter {
  justify-content: center;
  margin: 0 auto;
  display: flex;
}


@media screen and (max-width:950px) {

  div.bottomnav-outter{
  justify-content: center;
  margin: 0 auto;
  display: flex;
  }
}

.bottomnav-outter{
  justify-content: center;
  margin: 0 19vw;
  display: flex;
}

.bottomnav-outter-min{
  margin: 0 0;
  justify-content: center;
  display: none;
}

/*scrollmenu Horizontal Scrollable Menu start*/
div.scrollmenu {
  background-color: #333;
  line-height: 1.5em;
  overflow: auto;
  white-space: nowrap;
  position: sticky;
  margin-top: 6em;
  z-index: 1000;
}
  
div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 1em;
  text-decoration: none;
  font-size: 0.9em;
}
  
div.scrollmenu a:hover {
  background-color: #777;
}
/*scrollmenu Horizontal Scrollable Menu end*/


.bottomnav-box{
  margin: 0 0;
  width: 7em;
  margin: 1em 2em;
  display: flex;
}

.bottomnav a {
  display: flex;
  /* float: left; */
  color:var(--dark-color);
  text-align: center;
  justify-content: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 1.2em;
  text-decoration: none;
  background-image: linear-gradient(#eb7a77, #eb7a77);
  background-position: left bottom;
  background-size: 0 2.5px;
  background-repeat: no-repeat;
  transition: background-size 0.15s linear;
}
  
.bottomnav a:hover {
  background-size: 100% 2.5px;
}
  
.bottomnav a.active {
  background-size: 100% 2.5px;
}

.product-left-showcase{
  width:70%;
  display: flex;
  flex-direction: column;
}

.product-left-showcase-mid{
  margin: 0 0 1rem 0;
}

.product-left-showcase-exam{
  /* margin: 0 2em 1em 2em; */
  width:100%;
  height: auto;
  border-top:1px solid var(--bs-gray-200);
  border-bottom: 1px solid var(--bs-gray-200);
  margin-bottom: 2em;
  padding: 0 1em;
}

.product-left-showcase-exam-outter{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2em 0;
}

.product-left-showcase-exam-outter2{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
}

.product-left-showcase-exam-outter button{
  border-radius: 20%;
}

.product-left-showcase-exam-title p {
  font-size: 2em;
  color:var(--p-color);
  padding: 1em 0 0.2em 0;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.product-left-showcase-examspace {
  margin-top: 0.5em;
  width: 23%;
}

.product-left-showcase-examspace img {
  width: 100%; 
  height:auto;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 5px 15px;
}

.product-left-showcase-examspace-word{
  width: 100%;
  margin: 1em 0;
}

.product-left-showcase-examspace-word p{
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: var(--dark-color);
}


.product-left-showcase-ingredient{
  margin-bottom: 2rem;
  width: 100%;
  height: auto;
  border-bottom: 1px solid var(--bs-gray-200);
  padding-bottom: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

    .product-left-showcase-ingredient-title p {
      font-size: 2rem;
      color:var(--p-color);
      padding: 0.2em 0;
      font-weight: 400;
      text-align: center;
      justify-content: center;
     }

    .product-left-showcase-ingredient-detail{
      padding: 2rem 4rem;
      width: 100%;
      height: auto;
      background-color: #f4f4f4;
      border-radius: 0.8rem;
      display: flex;
      flex-direction:column;
    }

    .product-left-showcase-ingredient-detail ul li{
      line-height: 2em;
      list-style-type: disc;
      font-size: 1.1em;
      color:var(--p-color);
    }

    .product-left-showcase-qna{
      margin-bottom: 2em;
      width: 100%;
      height: auto;
      border-bottom: 1px solid var(--bs-gray-200);
      justify-content: center;
    }

    .product-left-showcase-qna-title p {
      font-size: 2em;
      color: var(--p-color);
      padding: 0.2em 0;
      font-weight: 400;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .product-left-showcase-qna-detail{
      padding: 0 1.5em 3em 1.5em;
      width: 100%;
      height: auto;
    }

    .product-left-showcase-mid img{
      width: 100%;
    }
    
    .product-info-right-shopcart{
      padding: 3rem 2rem;
      height:fit-content;
      min-width: 250px;
      right: 0;
      border: 1px var(--p-color) solid;
      border-radius: 10px;
      /* padding: 30px; */
      justify-content: center;
    }

    .product-info-right-sticky{
      position: -webkit-sticky;
      position: sticky;
      top: 23rem;
      /* right: 0; */
      /* float:right; */
      height:fit-content;
      display: flex;
      flex-grow: 1;
      width: 20%;
      margin: 0 0 2rem 0;
      padding: 0 3rem;
    }

    .product-info-right-shopcart h3{
      color: var(--dark-color);
      font-weight: normal;
      font-size: 1.8rem;
    }

    .shopcart-right-notice-outter {
      margin: 0 0;
      padding: 1.5vh 0 ;
      display: flex;
      flex-wrap: wrap;
    }
       
    .shopcart-notice{
      border-left: 2px solid var(--lightblue-color);
      margin-left: 0.5vw;
      padding: 0 0.5vw;
      color: var(--lightblue-color);
      display: flex;
      font-size: 1rem;
    }

    .shopcart-notice2 {
      margin-left: 0.5vw;
      border-left: 2px solid var(--lightblue-color);
      padding: 0 0.5vw;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    div.shopcart-notice2 p{
      font-size: 1rem;
      font-weight: 400;
      color: var(--lightblue-color);
    }

    .shopcart-notice-outter {
      margin: 1em auto;
      padding: 1em auto ;
      /* display: flex;
      flex-wrap: wrap; */
      /* background-color: green; */
    }

    .shopcart-notice-outter-count-min {
      display: flex;
      width: 45%;
    }

    .shopcart-notice-outter-count-min form {
        width: 90%;
        align-items: center;
        display: flex;
        justify-content: center;
      }

    .btn-right-addcart {
      color: var(--main-color);
      /* background-color: var(--main-color); */
      border-color: var(--main-color);
      border-radius: 10px 10px;
      width:100%;
      margin: 0.5em 0;
      height: 3em;
    }
    
    .btn-right-addcart:hover {
      color: #fff;
      background-color: var(--main-color);
      border: 1px solid var(--main-color);
    }
    .btn-rightaddcart-space{
      margin-bottom: 8vh;/*按鈕距離*/ 
    }
    .btn-rightbuynow {
      color: #fff;
      background-color: var(--dark-color);
      border-color: var(--dark-color);
      border-radius: 10px 10px;
      width: 100%;
      margin: 0.5em 0;
      height: 3em;
    }
    .btn-rightbuynow:hover {
      color: #fff;
      background-color: var(--dark-color);
      border-color: var(--dark-color);
    }

/* -----------shop cart area----------- */

    .shop-cart-area-top {
    margin:3em auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: block;
    /* background-color: red; */
    }

    .shop-cart-area-top h1{
      color: var(--p-color);
      text-align: center;
      justify-content: center;
      font-size: 2.2em;
      font-weight:400;
      align-items: center;
    }

    .memberight-outterbox-word p{
      color: var(--p-color);
      text-align: left;
      font-size: 1.2rem;
      font-weight:400;
      align-items: center;
      padding: 1vh 1vw;
    }

    .memberright-outterbox {
      border: 1px solid var(--bs-gray-400);
      margin: 3vh 0;
      width: 100%;
      display:flex;
    }

    .memberight-outterbox-word{
      width: 80%;
      padding-top: 1.5vh;
    }

    .memberight-outterbox-word a {
      color: var(--main-color);
    }
    
    .login-btn {
      width: 20%;
      float: right;
      padding: 1em;
    }

    .word-box-outter{
      width: 100%;
      border-bottom: 3px solid var(--main-color);
    }
    .word-box{
      width: 15rem;
      height: 3.5rem;
      border-radius: 15px 15px 0 0;
      background-color: var(--main-color);
  
    }
    .word-box p{
      color:white;
      align-items: center;
      text-align: center;
      padding: 12px 10px 10px 10px;
      font-weight: 500;
    }

    .shop-cart-title{
      width: 100%;
      height: 3.5rem;
      border-bottom: 1px solid var(--bs-gray-400);
      padding: 0.3rem 0;
      display: flex;
    }

    .shop-cart-title-background{
      width: 100%;
      height: 2.5em;
      background-color: var(--main-color);
      /* padding: 0.5em 0; */
      display: flex;
      align-items: center;
    }

    .shop-cart-title1{
      min-width:42%;
      padding-left: 1em;
      background-color: #67aad3;
    }

    .shop-cart-title1 p{
      font-size: 0.9em;
      font-weight: 400;
      color: white;
      display: flex;
      margin: auto;
    }


    .shop-cart-title2{
      min-width: 14%;  
      background-color: #c867d3;

    }

    .shop-cart-title2 p{
      font-size: 0.9em;
      font-weight: 400;
      color: white;
      display: flex;
      margin: auto;
      align-items: center;
      justify-content: center;
     
    }

    .shop-cart-title3{
      min-width: 15%;
      background-color: #69d367;
    }

    .shop-cart-title3 p{
      font-size: 0.9em;
      font-weight: 400;
      color: white;
      display: flex;
      margin: 0 auto;
      justify-content: center;
    }

    .shop-cart-title4{
      min-width: 14%; 
      background-color: #c3d367;
    }

    .shop-cart-title4 p{
      font-size: 0.9em;
      font-weight: 400;
      color: white;
      display: flex;
      margin: 0 auto;
      justify-content: center;
    }

    .shop-cart-title5{
      min-width: 15%;
      background-color: #d36774;
    }

    .shop-cart-title5 p{
      font-size: 0.9em;
      font-weight: 400;
      color: white;
      display: flex;
      margin: 0 auto;
      justify-content: center;
    }

    .shop-cart-title-list{
      width: 100%;
      height: auto;
      border-bottom: 1px solid var(--bs-gray-400);
      padding: 0.2rem;
      display: flex;
      align-items: center;
    }

    .shop-cart-title-list-min-outter{
      width: 100%;
      height: auto;
      border-bottom: 1px solid var(--bs-gray-400);
      padding: 1em 0;
      display: flex;
      align-items: center;
      margin: 0 1em;
    }

    .shopcart-title-list-min {
      flex-basis: 20px;
      }

    .shopcart-title-list-left{
      display:flex;
      flex-grow: 1;
      }

      .shop-cart-title-list-minpic{
        width: 6em;
        height: auto;
        border: 1px solid var(--bs-gray-400);
        background-color: white;
        padding: 5px;
        margin: 0 auto 5px auto;
      }

      .shop-cart-title-list-minpic img{
        width: 100%;
      }
      
    .shopcart-title-list-right{
      display: flex;
      flex-direction: column;
      flex-grow: 5;
      }

      .shopcar-title-list-detail{
        width: 100%;
        padding: 1.5vh 4vw;
      }

      .shopcart-title-list-right-product{
        width: 100%;
        }

        .shopcart-title-list-right-product p{
          font-size: 0.9em;
          color: var(--p-color);
          font-weight: 400;
          }

      .shopcart-title-list-right-price{
        width: 100%;
        }

        .shopcart-title-list-right-price p{
          font-size: 0.9em;
          color: var(--p-color);
          font-weight: 400;
          }
      
      .shopcart-title-list-right-form {
          width: 100%;
          display: flex;
          padding: 2px;
        }

      .shopcart-title-list-min-lgoutter{
        width: 100%;
        display: none;
      }

      .shopcart-title-list-right-del{
          width: 10%;
          align-items: center;
          justify-content: center;
          margin-left: 1em;
          display: flex;
        }

        .shopcart-title-list-right-del i{
          color:var(--p-color);
          margin-top: 0.7em;
          font-size: 0.9em;
          
        }


    .shop-cart-title-list-pic{
      width: 4em;
      height: auto;
      border: 1px solid var(--bs-gray-400);
      background-color: white;
      padding: 0.3em;
      margin: 0.5em;
    }

    .shop-cart-title-list-pic img{
      width: 100%;
    }

    .shop-cart-title-list-center{
      width: 100%;
      display: flex;
    }

    .shop-cart-title-list-box {
      min-width: 38%;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin: 0.5em 0;
      padding:1em;
      background-color: #67aad3;
    }

    .shop-cart-title-list-box p {
      color: var(--p-color);
      display: flex;
      flex-wrap: wrap;
      font-weight: 400;
      font-size: 0.9em;
      align-items: center;
      position: relative;
      top: 50%;
      transform: translate(0, -50%);
    }

    .shop-cart-title-list-box2 {
      min-width: 15%;
      align-items: center;
      justify-content: center;
      margin: 0.5em 0;
      background-color: #69d367;
    }

    .shop-cart-title-list-box2 p{
      color: var(--p-color);
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: 400;
      font-size: 0.9em;
      position: relative;
      top: 50%;
      transform: translate(0, -50%);
    }

    .shop-cart-title-list-box3 {
      min-width: 16%;
      display: flex;
      align-items: center;
      margin: 0.5em 0;
      background-color: #c3d367;
    }

    .shop-cart-title-list-box3 form{
      align-items: center;
      justify-content: center;
      margin: 0 auto;
    }


    .shop-cart-title-list-box4 {
      min-width: 15%;
      align-items: center;
      margin: 0.5em 0;
      background-color: #c867d3;
    }

    .shop-cart-title-list-box4 p{
      color: var(--p-color);
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: 400;
      font-size: 0.9em;
      position: relative;
      top: 50%;
      transform: translate(0, -50%);
    }

    .shop-cart-title-list-box5 {
      min-width: 16%;
      text-align: center;
      margin: 0.5em 0;
      background-color: #cb2a25;
    }

      .shop-cart-title-list-box5 i{
        color: var(--p-color);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 0.9em;
        position: relative;
        top: 50%;
        transform: translate(0, -50%);
      }

    @media screen and (min-width: 800px) and (max-width: 899px) {

      div.header-button {
        top: 5vh;
      }

      .col-lg-4 {
        flex: 0 0 auto;
        width:30%;
      }

      div.product-info-right-sticky{
        top: 15rem;
      }

      div.product-info-right-shopcart{
        padding: 3rem auto;
        height:fit-content;
        right: 0;
        border: 1px var(--p-color) solid;
        border-radius: 10px;
        /* padding: 30px; */
        justify-content: center;
      }
      
      div.mutiprice-price p{
        font-size: 0.8em;
      }

      .btn-warning {
        width:140px;
        height: 50px;
      }

      .background-white{
        width: 100%;
        padding-right:0;
        /* flex-basis: auto; */
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
      }

      div.mutiprice-outter{
        padding: 1rem auto;
        align-items: center;
        max-width: 24%;
      }
    
      div.mutiprice-outter button{
        width: 100%;
      }
    
  
      div.mutiprice-spacial-price p{
        font-size: 1rem;
      }
    
      div.mutiproduct-container{
        margin: 1rem auto;
        padding: 1rem 2rem;
      }
   
      div.product-left-showcase{
        width:60%;
        display: flex;
        margin: 0 auto;
      }

      div.mutiprice-spacial-price p{
        color: var(--dark-color);
        font-weight: 400;
        font-size: 1rem;
      }

 
      div.total-subtotal-left-proceed{
        width:100%;
        float: left;
        margin-right: auto;
        padding-left: 1rem;
        margin-top: 0.5em;
      }

      div.total-subtotal-right-proceed{
        width: 100%;
        display: flex;
        float: right;
        flex-direction: column;
        margin-left: auto;
        /* padding-right: 1em; */
      }

      div.form-outline-md{
        width: 60%;
        margin:0 0.5em;
        display: flex;
      }

      div.form-outline-md input{
        height: 3.2vh;
        margin:0 0.5em;
        display: flex;
        }

        .add-address-box{
          width: 50%;
          text-align: left;
        }

        .knowledge-left-outter{
          flex-direction: column;
          margin-bottom:1.5em ;
        }

        div.knowledge-left-list{
          width: 100%;
          padding: 2em;
        }

        div.knowledge-left-list img{
          justify-content: center;
          margin: 0.5rem auto 0 auto;
        }
      
        div.knowledge-list-word-outter{
          width: 100%;
          padding-top: 0;
          margin-top: 0;
          margin-bottom: 1rem;
        }

        .shop-cart-title-list-box {
          min-width: 33%;
          background-color: #67aad3;
        }
        
        .shop-cart-title-list-box2 {
          min-width: 17%;
          background-color: #69d367;
        }
        
        .shop-cart-title-list-box3 {
          min-width: 17%;
          background-color: #c3d367;
        }
        
        .shop-cart-title-list-box4 {
          min-width: 17%;
          background-color: #c867d3;
        }
        
        .shop-cart-title-list-box5 {
          min-width: 16%;
          background-color: #cb2a25;
        }

        input.qtyplus{
          width:1.2em;
          font-size: 1em;
        }
  
        input.qtyminus {
          width:1.2em;
          font-size: 1em;
        }
      
    }

    @media screen and (max-width:950px) {
     
      .vip-right-box{
        margin-top: 1em;
      }
    
      .vip-left{
        display: none;
      }

     
      div.total-subtotal-right-proceed{
        width: 100%;
        display: flex;
        float: right;
        flex-direction: column;
        margin-left: auto;
        /* padding-right: 1em; */
      }

      div.form-outline-md{
        width: 60%;
        margin:0 0.5em;
        display: flex;
      }
        div.form-outline-md input{
          height: 3.2vh;
          margin:0 0.5em;
          display: flex;
        }
      
      
    }


    .total-outter{
      width: 100%;
      height: auto;
      margin: 5rem 0 1rem 0 ;
      padding: 2px;
      display: flex;
    }

    .total-subtotal{
      width: 100%;
      float: right;
    }

    .total-subtotal-underline{
      border-bottom: 1px solid var(--bs-gray-400);
      width: 25%;
      float: right;
    }

    .total-subtotal p {
      font-size: 1.3rem;
      font-weight:400;
      text-align: right;
    }

    .total-subtotal small {
      text-align: right;
      float: right;
    }

    .total-outter-2{
      width: 100%;
      height: auto;
      margin: 0 0 2rem 0 ;
      padding: 2px;
      display: flex;
    }

    .total-button-outter{
      width: 100%;
      height: auto;
      margin: 0 0 2rem 0 ;
      padding: 2px 0 2px 2px;
      display:block;
    }

      .total-button-outter-min{
        width: 100%;
        height: auto;
      }

    .total-button {
      float: right;
      }

      .total-button-min {
        float: right;
        }

      .total-button button{
        border-radius: 5px;
        
      }

        .total-button-min button{
          border-radius: 5px;
          font-size: 0.9em;
        }

      #continue button{
        width: 200px;
      }

      .ordering-info-box{
        width: 100%;
        background-color:white;
        border: 1px solid var(--main-color);
        height: auto;
        margin: 2rem auto;
        display: flex;
        flex-direction: column;
        padding: 1rem 0;
      }

    .ordering-info-box-noborderbg{
      width: 100%;
      height: auto;
      display: flex;
      margin: 2em auto;
      flex-direction: column;
    }

    .ordering-info-box2{
      width: 100%;
       background-color:white;
      border: 1px solid var(--main-color);
      height: auto;
      margin: 2rem auto;
      display: flex;
      flex-direction: column;
      padding: 1rem 0;
    }


    .ordering-info-box2-noborderbg{
      width: 50vw;
      height: auto;
      margin: 5vh 1vw 1vh 1vw;
      display: flex;
      flex-direction: column;
    }

    .proceed-to-checkout-noborderbg{
      display: flex;
      flex-direction: column;
      margin: 2em auto;
    }

    .ordering-title-box {
      width: 90%;
      border-bottom: 1px solid var(--bs-gray-300);
      margin: 1rem auto;
      display: flex;
      align-items: center;
      padding-left: 1rem;
    }
    
    .ordering-title-box p {
      font-size: 1.6rem;
      color: var(--p-color);
      font-weight: 400;
      padding: 0.5rem 0 0 0;
    }
    
    .ordering-checkbox{
      width: 50%;
      margin-left: 2rem;
    }

    .ordering-title-input-area-outter {
      width: 100%;
      background-color: #c3d367;
    }

    .ordering-title-input-area4 {
      width: 90%;
      margin: 0.7em 2em;
      display: flex; 
    }

    .ordering-title-input-area3 {
      width: 100%;
      display: flex;
      flex-direction: column;
    }
 

    .ordering-title-input-area2 {
      width: 90%;
      margin: 1em 2em;
      display: flex;
    }

    .ordering-title-input-area {
      width: 90%;
      margin: 0.7em 2em;
      display: flex; 
      height: 2em; 
    }

    .ordering-title-input-area select {
      width: 8rem;
      margin: 1vh 0;
      display: flex;
    }

    .ordering-title-input-area label{
      font-size: 1em;
      color: #666666;
      font-weight: 400;
    }

    .ordering-title-input-area input{ 
      width:100%;
      margin-right: 5vw;
    }

    .ordering-title-input-area2 label{
      font-size: 1em;
      color: #666666;
      font-weight: 400;
    }


    .ordering-title-input-area2 input{ 
      width:100%;
      margin-right: 5vw;
    }

    .ordering-input-item{
      min-width: 8em;
      text-align: right;
      padding-right: 1.5em;
      line-height: 2em;
    }

    .ordering-input-item-delete{
      width:8em;
      text-align: right;
      padding-right: 1.5em;
      margin-left: 0.7em;
    }


    .ordering-input-item2{
      width: 50%;
      align-items: center;
      justify-content: center;
      display: flex;
      margin: auto;
    }

    .ordering-input-item2 button{
      width: 50%;
      display: flex;
      margin: auto;
      text-align: center;
      align-items: center;
      justify-content: center;
    }

    .ordering-input-item label{
      font-size: 1em;
      text-align: right;
      font-weight: 400;
      color: var(--p-color);
      padding: 0.5em auto;
    }

    .ordering-input-item span{
      color: #cb2a25;
    }

    .infor-input-item{
      width: 30%;
      text-align: right;
    }
    
    .infor-input-item label{
      font-size: 1.1rem;
      text-align: right;
      font-weight: 400;
      /* line-height: 3vh; */
      padding-right: 2vw;
      padding-top: 10px;
      justify-content: center;
      align-items: center;
      color: var(--p-color);
    }
    .radio-box {
      width: 2em;
      margin: 0.2em;
    }

    .input-area-outter{
      width: 90%;
      display: flex;
    }

    .input-area-outter textarea{
      width: 90.5%;
    }

    .input-area-outter-name{
      width: 50%;
      display: flex;
    }

    .input-area-outter-sex{
      width: 40%;
      display: flex;
    }

    .input-area-outter-sex label{
      font-size: 1.1em;
    }

    .input-area-outter-email{
      width: 100%;
      display: flex;
    }

    .input-area-outter-email input{
      width: 77%;
      padding-left: 8px;
      line-height: 2em;
    }

    .input-area-outter-phonevehicle{
      width: 100%;
      display: flex;
    }

    .input-area-outter-phonevehicle input{
      width: 77%;
      line-height: 2em;
    }

    .input-area-outter input[type=radio]{
        appearance: none;
        padding: 8px;
        background-color: white;
        border-radius:50%;
        border: 3px solid var(--main-color);
    }

    .input-area-outter input[type=radio]:checked{
       /* background-color:white; */
       border-radius:50%;
       padding: 8px;
       background-color: var(--main-color);
     }

    /* .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color:transparent;
      border-radius: 50%;
    } */
    
    /* .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    } */

    /* .checkmark:after{
      top: 9px;
      left: 9px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: white;
    } */

    .input-area-outter input[type=email]{
      width: 100%;
      height:2em;
      justify-content: center;
    }

    .input-area-outter2 input[type=email]{
      width: 100%;
      height:2em;
      justify-content: center;
      display: flex;
      align-items: center;
    }     

    .input-area-outter input[type=name]{
      width: 100%;
      height:2em;
      justify-content: center;
    }


    .input-area-outter-md input[type=text]{
      width: 100%;
      height:2em;
      justify-content: center;
    }

    .input-area-outter label{
      font-size: 1.2em; 
      font-weight: 400;
      color: var(--p-color);
    }

    .input-area-outter-word label{
      font-size: 1.2em; 
      font-weight: 400;
      color: var(--p-color);
    }

    .input-area-outter-word p{
      font-size: 1.2em; 
      font-weight: 400;
      color: var(--p-color);
      display: flex;
      margin: auto auto;
      line-height: 1.8em;
    }

    .input-area-outter-md-outter {
      width: 100%;
      height: 2em;
      display: flex;
    }

    .input-area-outter-md {
      margin: 0 0;
      padding: 0 0;
      width: 50%;
      align-items: center;
    }

     .input-area-outter-md input{
      width: 50%;
      padding-left: 0.3em;
      margin: 0 0;
      height: 2em;
       }

    .search-market-button button{
      width: 8em;
      height: 2em;
      margin-left:1em;
      text-align: center;     
      justify-content: center;
      align-items: center;
      display: flex;
    }

    .input-area-outter-lg{
      width: 90%;
    }

    .input-area-outter2{
      width:90.5%;
      height: 2em;
      display: flex;
      margin: 0.5em 0;
      align-items: center;
    }

    .input-area-outter2 label{
      color: var(--p-color);
    }

    .ordering-title-input-outter{
      width: 100%;
    }

    .input-area-outter3{
      width:60%;
      display: flex;
      flex-wrap: wrap;
      }

      .input-area-outter4{
        width:100%;
        height: 2em;
        display: flex;
        align-items: center;
      }

    .form-outline-city{
      /* width: 20%; */
      margin:0 0.5rem;
      display: flex;
    }
    

    .form-outline-md{
      width: 30%;
      margin:0 0.5em 0 0;
      display: flex;
    }

    .form-outline-md-checkout{
      width: 100%;
      display: flex;
      height: 2em;
    }

    .form-outline-md-checkout input{
      width: 100%;
      font-size: 0.9em;
      color: var(--p-color);
    }


    .form-outline-tel{
      width: 40%;
      margin:0 0.5em;
    }

    .form-outline-tel input[type=phone]{
      width: 40%;
      height:2em;
    }

    .form-outline-md-2{
      width: 100%;
    }

    .form-outline-md-2 input {
      width: 90%;
      line-height: 2em;
      padding: 0 0.5em;
    }

    .country-codes {
      width: 8em;
      height:2em;
      border: none;
      margin-right: 1em;
      box-sizing: border-box;
      background-color: transparent;
      
    }

    .country-codes input{
      color:var(--p-color);
      width: 100%;
      text-align: center;
    }

 
    .country-codes select{
      width:100%;
      height:2.2em;
      text-align: center;
      margin: 0 0;
      /* padding: 0.5em; */
      font-size: 0.9em;
      bottom: 0;
    }


    /* checkbox basic */
    .ordering-checkbox {
      display: block;
      position: relative;
      padding-left: 35px;
      /* margin-bottom: 12px; */
      cursor: pointer;
      font-size: 1.2rem;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      align-items: center;
    }

    .ordering-checkbox label{
      font-size: 1.2rem;
      color: var(--p-color);
      margin: 0 0.1vw;
    }
    /* Hide the browser's default checkbox */
    .ordering-checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }

    /* Create a custom checkbox */
    .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color:transparent;
      border: var(--main-color) 1px solid;
      border-radius: 5px;
     }

    /* On mouse-over, add a grey background color */
    .ordering-checkbox:hover input ~ .checkmark {
      background-color:transparent;
    }

    /* When the checkbox is checked, add a blue background */
    .ordering-checkbox input:checked ~ .checkmark {
      border: var(--main-color) 1px solid;
      border-radius: 5px;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }

    /* Show the checkmark when checked */
    .ordering-checkbox input:checked ~ .checkmark:after {
      display: block;
    }

    /* Style the checkmark/indicator */
    .ordering-checkbox .checkmark:after {
      left: 6px;
      top: 2px;
      width: 10px;
      height: 15px;
      border: solid var(--main-color);
      border-width: 0 4px 4px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
     }

    .vip-information-menu-outter{
     width: 80%;
     border: 1px solid var(--bs-gray-200);
     margin: 10px 0;
    }

    .vip-information-menu-outter p{
      color: var(--p-color);
      font-size: 1.1em;
      font-weight: 400;
      justify-content: center;
      padding:10px 0;
      display: flex;
      margin: 0 auto;
       }

     .vip-information-menu-outter :hover{
      background-color: var(--main-color);
      color: white;
     }

    .vip-information-button-top{
      width: 100%;
      margin: 0 auto;
      display: none;
    }

    .vip-information-button-top button{
      font-size: 1em;
      font-weight: 400;
      padding: 1em;
      margin-right: 0.5em;
      margin-bottom: 0.5em;
      background-color:var(--bs-gray-200);
    }

      .vip-information-box {
        flex-basis: 100px;
        }

      .vip-left{
        display:flex;
        flex-grow: 1;
        /* justify-content: center;
        align-items: center; */
        }
        
      .vip-right{
        display: flex;
        flex-wrap: wrap;
        flex-grow: 5;
        align-items: left;
        margin-top: 0;
        top: 0;
        /* background-color: #67aad3; */
        }
      
        .vip-right-box{
        width: 100%;
        }

        div.vip-right-box h1{
          color: var(--p-color);
          font-size: 2em;
        }

      .title-outter-box {
        width: 100%;
        display: flex;
        border-bottom: var(--main-color) 1px solid;
        margin-top: 2rem;
      }

      .title-outter-box-one{
        width: 20%;
        background-color: var(--main-color);
        border-radius: 10px 10px 0 0;
        padding: 2em auto;
        margin-right: 0.5vw;
        line-height: 2em;
      }

      .title-outter-box-one p{
        color:white;
        font-size: 1.1em;
        font-weight: 400;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding: 10px 0;
      }

      .title-outter-box-two{
        width: 20%;
        background-color:var(--bs-gray-200);
        border-radius: 10px 10px 0 0;
        padding: 2em auto;
        margin-right: 0.5vw;
        line-height: 2em;
      }

      .title-outter-box-two p{
        color:var(--bs-gray-700);
        font-size: 1.1em;
        font-weight: 400;
        text-align: center;
        justify-content: center;
        margin: 0 auto;
        padding: 10px 0;
      }

      .vip-info-box{
        width: 100%;
        border: 1px solid var(--main-color);
        margin-bottom:3em;
        display: flex;
        flex-direction: column;
        padding: 2em;
      }

      
    .vip-infor-box{
      width: 50%;
      display: flex;
    }

    .vip-left-menu-box{
      width: 100%;
    }

    .vip-infor-area1 {
      width: 100%;
      margin: 0.8em 0;
      line-height: 2em;
      display: flex;
    }

    .vip-infor-area2 {
      width: 100%;
      margin: 0.8em auto;
      line-height: 1.5em;
      display: flex;
    }

    .vip-infor-area3 {
      width: 30%;
      display: flex;
    }

    .vip-infor-area3-move {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin: 0.8em 0;
      line-height: 2em;
    }

    .vip-infor-area4 {
      width: 90%;
      margin: 0 1em 2em 1em;
      line-height: 1em;
      display: flex;
    }

    .vip-infor-area4 button{
      width: 40%;
      height: 3em;
    }
 
    .line-square-icon img{
      width: 80%;
    }

    .mycoupon-outter-space{
      width:100% ;
      margin-bottom: 3rem;
    }
    .mycoupon-outterbox{
      border: 1px solid var(--bs-gray-200);
      max-width: 100%;
      height:50%;
      display: flex;
      padding: 1rem auto;
      justify-content: center;
      align-items: center;
      margin-bottom: 1rem;
     }

    .mycoupon-coupon-bg {
      background-color: var(--lightpink-color);
      width: 200px;
      height: 280px;
      margin: 2em;
      flex-direction: column;
      display: flex;
      padding: 1em;
      justify-content: center;
    }

    .mycoupon-outter-box{
      justify-content: center;
      align-items: center;
      margin: 2em auto;
    }

    .mycoupon-outter-box p{
      color: var(--p-color);
      font-size: 1.5em;
      font-weight: 500;
      margin:auto;
      text-align: center;
    }

    span.mycoupon-outter-box-larer{
      color: var(--main-color);
      font-size: 3em;
      font-weight: 600;
      margin:auto;
      text-align: center;
      display: flex;
    }

    .mycoupon-coupon-outter {
      width: 100%;
      padding-right:1rem ;
    }

    .mycoupon-coupon-word p{
      font-size: 1em;
      font-weight: 500;
      color: var(--p-color);
      line-height: 1em;
      align-items: center;
      justify-content: center;
     }

    span.mycoupon-coupon-lightgrayword{
      font-size: 1em;
      font-weight: 500;
      color: var(--light-gray);
    }

    .mycoupon-coupon-pinkword p{
      font-size: 1em;
      font-weight: 500;
      color: var(--main-color);
    }

    .historyorder-outter-box {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom:0;
   }

   .historyorder-outter-box-data {
    width: 100%;
    height: 3em;
    display: flex;
    border-bottom: 1px solid var(--bs-gray-300);

    }

    .historyorder-outter-box-one{
      width: 20%;
      background-color: var(--main-color);
      margin: 2em auto 0.5em auto;
      display: flex;
    }

    .historyorder-outter-box-one p{
      color: white;
      font-weight: 400; 
      text-align: center;
      font-size: 0.9em;
      padding: 0.5em;
      margin: auto auto;
    }

    .historyorder-outter-box-two{
      width: 20%;
      background-color: transparent;
      margin: 0.5em 1em;
      display: flex;
    }

    .historyorder-outter-box-two p{
      color:var(--bs-gray-600);
      font-weight: 400; 
      text-align: center;
      font-size: 0.8em;
      margin: auto auto;
    }

    .historyorder-outter-box-min {
      width: 100%;
      margin: 1em auto;
      border-top: 1px solid var(--bs-gray-400);
      border-bottom: 1px solid var(--light-gray);
      display: none;
     }

     .historyorder-outter-box-min-bgbox {
       width: 100%;
       margin: 1.2em auto;
       padding: 1.5em auto;
       display: flex;
       border: 1px solid var(--bs-gray-300);
     }

    .historyorder-min-box {
      flex-basis: 50px;
    }

    .min-bgbox-left{
      display:flex;
      flex-grow: 1;
    }

    .min-bgbox-left-bg{
       width: 100%;
     }

    .min-bgbox-left-outter{
      width: 100%;
      display: flex;
      flex-direction: column;
      text-align: left;
    }

    .min-bgbox-left-outter p{
      font-size: 0.9em;
      color: var(--bs-gray-600);
      font-weight: 400;
    }
      
    .min-bgbox-right{
      display: flex;
      flex-wrap: wrap;
      flex-grow: 5;
      align-items: left;
      margin-top: 0;
      top: 0;
    }

    .min-bgbox-right-bg{
      width: 100%;
    }

    .min-bgbox-right-outter{
      width: 100%;
      display: flex;
      flex-direction: column;
    }

    .min-bgbox-right-bg p{
      color:var(--dark-color);
      font-size: 0.9rem;
      font-weight: 400;
    }

    .min-bgbox-right-bg small{
      color:var(--dark-color);
      font-size: 0.7rem;
      font-weight: 400;
    }



    .historyorder-amout{
      margin-top: 2em;
      padding: 1em;
    }

    .historyorder-amout p{
      font-size: 0.8em;
      color:var(--p-color);
      font-weight: 400;
    }

    .address-box{
      width: 100%;
      display: flex;
    }

    .address-box-sm01{
      width: 100%;
      justify-content: left;
    }

    .address-box-sm01 h1{
      color: var(--p-color);
      text-align: left;
      font-size: 2em;
      font-weight: 500;
      color: var(--p-color);
    }  

    .address-box-sm02{
      width: 100%;
      display: flex;
      justify-content: right;
      align-items: flex-end;
    }

    .add-address-outter{
      width:100% ;
      display: flex;
      padding:1rem;
      margin: 0 auto;
      flex-wrap: wrap;
    }  

    .add-address-box{
      width:30%;
      height: auto;
      margin: 1em;
      padding: 0.3em;
      border: 1px solid var(--bs-gray-400);
      display: flex;
      flex-wrap: wrap;
    } 

    #add-address-box-name{
      font-weight: 500;
      font-size: 1.2em;
    } 

    .address-info-outter{
      width: 100%;
      min-height: 160px;
    }


    .add-address-box-outter{
      width: 100%;
    }

    .add-address-box ul li{
      font-size: 0.9em;
      color: var(--p-color);
      margin: 1em auto;
      justify-content: center;
    } 

    .address-btn-outter{
      width: 100%;
      display: flex;
      justify-content: center;
      justify-self: stretch;
    }

    .address-btn{
      /* border: 1px solid var(--bs-gray-200); */
      border-radius: 8px;
      width:40%;
      height: 40px;
      display: flex;
      justify-content: center;
      margin: 0 5px 1em 5px;
      background-color: var(--main-color);
    }

    .address-btn p{
      justify-content: center;
      text-align: center;
      font-size: 1rem;
      color: white;
      margin: 0.5em auto;
      font-weight: 400;
    }

    .address-btn:hover{
      background-color:#d76e6b;
    }

    .row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
    }

    .px-xl-5 {
      padding-right: 3rem !important;
    }

    .col {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }

    .border {
      border: 1px solid #EDF1FF !important;
    }

    .p-4 {
      padding: 1.5rem !important;
    }

    .brand-mission-title{
      width: 100%;
      display: flex;
      justify-content: center;
      text-align: center;
      align-items: center;
      }

    .brand-mission-title-underline{
      width: 2em;
      border-bottom: var(--main-color);
       }

    .brand-mission-title img{
      width: 100%;
      margin: 1em 0;
      justify-content: center;
      text-align: center;
      align-items: center;
    }

    .brand-mission-title p{
      color:var(--p-color);
      font-size: 1em;
      line-height: 2em;
      padding: 0 1em;
      text-indent:2em;
      font-weight: 400;
      text-align:left;
    }

    .brand-mission-title h1{
      color: var(--p-color);
      font-size: 2em;
      font-weight: 500;
    }

    .brand-mission-title h2{
      color: var(--p-color);
      text-align: left;
      margin-top: 1em;
      font-size: 1.8em;
    }

    .must-try-title{
      width: 100%;
      display: flex;
      flex-direction: column;
      }

      .must-try-title li{
        color: var(--p-color);
        font-size: 1.3em;
        font-weight: 500;
      }

      .must-try-title ol li{
        line-height: 2em;
        color: var(--p-color);
        font-weight: 400;
        padding: 1em;
        margin-bottom: 0.5rem;
        font-size: 0.8em;
        margin-right: 1em;
        text-indent:2em;
        text-align:justify;
      }

      .must-try-title ol li ul li{
        color: var(--p-color);
        padding:0.1em 0;
        font-weight: 400;
        font-size: 0.9em;
        list-style-type: disc;
      }

      .must-try-title p{
        color:var(--p-color);
        font-size: 1em;
        line-height: 2em;
        text-align:justify;
        padding: 0 1em;
        font-weight: 400;
        text-indent: 2em;
      }


.auto-coupon-outter{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  }

.auto-coupon-outterbox{
  margin: 2rem 1rem 0 0;
  min-width: 48%;
  border: 1px solid #afafaf;
  padding: 5px;
  display: flex;
}

.auto-coupon-smallbox{
  width: 20%;
  padding: 5px;
  background-color:#e4e4e4;
}

.auto-coupon-smallbox-get{
  width: 20%;
  padding: 5px;
  background-color:var(--main-color);
}

.auto-coupon-smallbox-word{
  width: 100%;
  padding: 1px;
}

.auto-coupon-smallbox-word p{
 color:#939393;
 text-align: center;
 padding: 10px 1px 0 1px;
 font-weight: 400;
}

.auto-coupon-smallbox-word-get{
  width: 100%;
  padding: 1px;
}

.auto-coupon-smallbox-word-get p{
 color:white;
 text-align: center;
 padding: 10px 1px 0 1px;
 font-weight: 400;
}

.auto-coupon-outterbox2{
  width: 80%;
  padding: 1px 1px 1px 5px;
}

.auto-coupon-largebox{
  width: 100%;
  padding: 12px;
  background-color:#f4f2f3;
}

.auto-unusedcoupon{
  background-color: #939393;
  width: 30%;
  color:white;
  text-align: center;
}

.auto-usedcoupon{
  background-color: var(--main-color);
  width: 30%;
  color: white;
  text-align: center;
}

.auto-coupon-use-largebox{
  width: 100%;
  padding: 25px 12px;
  background-color:#f4f2f3;
}

.auto-unusedcoupon-word {
  color: #333;
  /* font-size: 1.1em; */
}

.auto-unusedcoupon-redword {
  color: red;
  /* font-size: 1.1em; */
  }


.additional-purchasearea-outter{
    width: 100%;
    background-color:#eeeeee;
    margin: 0 0;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
  }

  .additional-purchasearea-title{
    width: 100%;
    background-color: var(--main-color);
    border-radius: 5px 5px 0 0 ;
    line-height:3rem ;
    padding: 0 20px;
    margin-top: 3rem;
  }

  .additional-purchasearea-title p{
    color: white;
    font-size: 1.2rem;
    margin: 0;
  }

  .additional-purchase-item{
    background-color: white;
    width: 31%;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    display: flex;
    margin: 1rem 0.5rem;
    padding-bottom: 1rem;
  }

  .additional-purchase-item-right p {
    color: #333;
    padding: 10px;
    font-weight: 400;
    margin-bottom: 0;
  }

  .additional-purchase-item-right span {
    color: red;
    font-weight: 400;
   }

  .additional-purchase-item-show{
    width: 50%;
    padding: 10px;
    margin: 5px;
  }
  .additional-purchase-item img{
    width: 100%;

    /* border: 1px solid #f1f1f1; */
  }

  .additional-purchase-item-right button {
    width: 70%;
    border-radius: 10px;
    height: 2.5rem;
  }

  .additional-purchase-item-right{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .additional-purchase-item-account{
    width: 100%;
    margin: 0 0 1rem 0;
    padding-left: 10px;
  }

.proceed-to-checkout-outter{
  border: 1px solid var(--main-color);
  margin: 2em auto;
  padding: 1em;
  width: 100%;
}

.proceed-to-check-outterbox{
  display: none;
}

.proceed-to-checkout-inbox-title{
  margin: 2em;
  display: flex;
  border-bottom:1px solid #cccccc;
  padding-bottom: 1.2vh;
}

.proceed-to-checkout-inbox-title h3{
  color: var(--p-color);
  font-size: 1.8em;
  display: flex;
}

div.proceed-to-checkout-inbox-title p{
  font-size: 1em;
  display: flex;
  color:var(--main-color);
  padding: 5px 10px;
  font-weight: 400;
}

.proceed-to-checkout-inbox-title button{
  margin: 0 0.5vw;
}

.proceed-to-checkout-inbox{
  margin: 2em;
  display: flex;
}

.proceed-to-checkout-inbox-payment{
  margin: 2em;
  display: flex;
}

  .proceed-to-checkout-inbox-mintop{
    margin: 20px auto;
    display: flex;
  }

.proceed-to-checkout-inbox-min{
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  
}

.proceed-to-checkout-inbox-min-ch{
  margin: 5px auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.proceed-to-checkout-inbox-transport{
  margin: 2em;
  display: flex;
}

.proceed-to-checkout-inbox p{
  margin-right: 1rem;
}

.proceed-to-checkout-inbox h3{
  color: var(--p-color);
  font-size: 1.8rem;
  display: flex;
}

.proceed-to-checkout-inbox h3 p{
  color:var(--main-color);
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: 400;
}

.proceed-to-checkout-inbox-bg{
  margin: 2em;
  padding: 5px;
  display: flex;
  background-color:var(--bs-gray-200);
}

.proceed-to-checkout-inbox-bg p{
  color: #333;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0.5em;
  padding: 0.2em;
}

.total-subtotal-proceed-outter{
  width: 100%;
  height: auto;
  display: flex;
}

  .total-subtotal-proceed-outter-min{
    width: 100%;
    height: auto;
    margin: 1rem 0;
    padding: 2px;
    display: flex;
  }

.total-subtotal-right-proceed{
  width: 80%;
  display: flex;
  float: right;
  flex-direction: column;
  margin-left: auto;
}

  .total-subtotal-right-proceed-min{
    width: 100%;
    display: flex;
    float: right;
    flex-direction: column;
    margin-left: auto;
  }

.total-subtotal-proceed{
  width: 100%;
  float: right;
}

  .total-subtotal-proceed-min{
    width: 100%;
    float: right;
  }

.total-subtotal-proceed p{
  font-size: 0.9em;
  font-weight: 400;
  text-align: right;
  justify-content: right;
}

  .total-subtotal-proceed-min p{
    font-size: 0.9em;
    font-weight: 400;
    text-align: right;
    justify-content: right;
  }

.total-subtotal-proceed-highlight{
  width: 100%;
  float: right;
}

  .total-subtotal-proceed-highlight-min{
    width: 100%;
    float: right;
  }

.total-subtotal-proceed-highlight p{
  font-size: 0.9em;
  font-weight: 400;
  text-align: right;
  justify-content: right;
  color: #f94449;
}

  .total-subtotal-proceed-highlight-min p{
    font-size: 0.9em;
    font-weight: 400;
    text-align: right;
    justify-content: right;
    color: #f94449;
  }

.total-subtotal-left-proceed{
  float: left;
  margin-right: auto;
  padding-left: 1em;
}

  .total-subtotal-left-proceed-min{
    width:100%;
    text-align: right;
  }

.total-subtotal-left-proceed input{
  width: 55%;
  height: 2em;
  padding: 5px 10px;
  margin-bottom: 1em;
}

  .total-subtotal-left-proceed-min input{
    width: 12em;
    height: 2em;
    padding: 5px 10px;
    margin-bottom: 1em;
  }

.total-subtotal-left-proceed button{
  margin: 0 5px;
}

  .total-subtotal-left-proceed-min button{
    margin: 0 5px;
  }

.total-subtotal-left-proceed p{
  color: #f94449;
  font-size:0.9em;
  font-weight: 400;
}

  .total-subtotal-left-proceed-min p{
    color: #f94449;
    font-size:0.9em;
    font-weight: 400;
    margin: 5px;
  }

.total-subtotal-left-proceed h6{
  color: var(--main-color);
  font-size: 0.9em;
  font-weight: 400;
}

  .total-subtotal-left-proceed-min h6{
    color: var(--main-color);
    font-size: 1rem;
    font-weight: 400;
    margin: 5px;
  }


.proceed-to-invoice-check{
  margin: 2em;
  display: flex;
  width: 90%;
}


.proceed-to-invoice-outter{
  width: 80%;
  margin: 0 2em;
}

.proceed-to-invoice-outter input{
  width: 100%;
  height: 2em;
}

.proceed-to-invoice-outter select{
  width: 100%;
  height: 2em;
}

.icon-lightgray {
  color: #dddddd;
}

.icon-lightgray:hover{
  color:#eb7a77;
}

.icon-lotion{
  color:var(--white-color);
}

.icon-blue {
  color: var(--facebook-color);
}

.shop-body-outter {
  padding:10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.shop-body-outter2 {
  padding:20px 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.shop-body-outter3 {
  padding:15px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.shop-body-space {
  display: flex;
}

.sharelink-space{
  width: 100%;
  float: right;
  text-align: right;
}

.sharelink-space i{
  font-size: 1.2rem;
}

.footer-bottom{
  width: 100%;
}

span.red-star{
  color:#cb2a25;
}


@media and (min-width:900px) and (max-width: 980px) {

  div.mutiprice-outter{
    max-width: 22%;
  }

  div.muti-shop-outter{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    
  }
  
  div.muti-shop-outter h1{
    font-size: 7rem;
    font-family:Arial, Helvetica, sans-serif;
    margin: 0 0;
  }
  
  div.muti-shop-outter h3{
    margin-top: 3vh;
  }

  div.mutiprice-price p{
    color: #cb4042;
    font-weight: 400;
    flex-wrap: wrap;
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: center;
  }

  div.mutiprice-spacial-price p{
    color: var(--dark-color);
    font-weight: 400;
    font-size: 1.2rem;
  }
  
  div.mutiprice-outter button{
    width: 90%;
  }


  div.background-white{
    width: 100%;
    padding-right:0;
    flex-basis: auto;
    justify-content: center;
    align-items: center;
  }

  div.shopcart-container{
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-grow:none;
    margin: 0 auto;
    /* background-color: #67aad3; */
  }

  div.product-left-showcase{
    width:100%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 auto;
  }

  div.product-info-right-shopcart{
    padding: 3rem auto;
    height:fit-content;
    /* min-width: 80px; */
    right: 0;
    border: 1px var(--p-color) solid;
    border-radius: 10px;
    /* padding: 30px; */
    justify-content: center;
  }

}

@media (max-width: 1444px){

  .knowledge-title h1{
    font-size: 2.2em;
  }

  .add-address-box{
    width:40%;
  } 

  div.logo{
    width: 28%;
  }

  div.bottomnav {
    top: 14.5rem;
  }

  .product-info-right-sticky{
    top: 22rem;
  }

  div.product-price{
    font-size: 1.6rem;
  }

  /* icon下拉式選單 */
  .icon-dropdown-content {
  top: 4.5vh;
}

}

@media (max-width: 1280px) {

  .mycoupon-coupon-bg {
    width: 200px;
    margin: 1em;
  }

  .add-address-box{
    width:40%;
  } 

  .btn-warning {
    width:10em;
    height: 3em;
  }

  div.logo{
    width: 30%;
  }

  div.bottomnav {
    top: 13.7em;
  }

  div.product-info-right-sticky{
    top: 22rem;
  }

  div.product-price{
    font-size: 1.5rem;
    margin: 0 0;
    color:var(--main-color);
  }
  
  div.product-price small{
    font-size: 0.8rem;
    margin: 10px;
    color: var(--dark-color);
  }

  div.shopcart-notice2 p{
    font-size: 0.9rem;
  }

  /* icon下拉式選單 */
  .icon-dropdown-content {
    top: 6vh;
  }

}

@media (max-width: 850px) {
  div.bottomnav {
    top: 12.5rem;
  }
}


@media (max-width: 770px) {

  .historyorder-outter-box-two{
    width: 20%;
    background-color: transparent;
    margin: 0.3em auto;
    display: flex;
  }

  .historyorder-outter-box-two p{
    color:var(--bs-gray-600);
    font-weight: 400; 
    text-align: center;
    font-size: 0.7em;
    margin: auto auto;
  }

  .historyorder-outter-box-one{
    width: 20%;
    background-color: var(--main-color);
    margin: 1em auto 0.3em auto;
    display: flex;
  }

  .historyorder-outter-box-one p{
    color: white;
    font-weight: 400; 
    text-align: center;
    font-size: 0.7em;
    padding: 0.8em 1em;
    margin: auto auto;
  }

  .vip-right-box{
    margin-top: 1em;
  }

  .vip-left{
    display: none;
  }

  .vip-information-button-top{
    display:contents;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .vip-information-button-top button{
    font-size: 1em;
    font-weight: 400;
    padding: 1.5em;
    margin-right: 0.5em;
    margin-bottom: 1.5em;
  }

  .ordering-input-item2 button{
    width: 60%;
  }

  .form-outline-md-2 input[type=address]{
    width: 100%;
  }

  .country-codes {
    width: 25%;
  }

  .ordering-input-item{
    min-width: 35%;
  }

  .input-area-outter-phonevehicle input{
    width: 100%;
  }

  .input-area-outter-email input{
    width: 100%;
    padding-left: 8px;
  }

  .vip-infor-area3 {
    width: 100%;
  }

  .title-outter-box-two{
    width: 30%;
  }

  .title-outter-box-one{
    width: 30%;
  }

  div.form-outline-twobottoms button{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  div.form-outline-twobottoms hr {
    width: 100%;
  }

  .form-outter{
    width: 400px;
  }

  span.mycoupon-coupon-lightgrayword{
    font-size: 0.9em;
    font-weight: 500;
    color: var(--light-gray);
  }

  .mycoupon-coupon-bg {
    width: 200px;
    margin: 1em;
  }

  .mycoupon-coupon-pinkword p{
    font-size: 0.9em;
  }

  span.mycoupon-outter-box-larer{
    font-size: 2em;
  }

  .mycoupon-coupon-word p{
    font-size: 0.9em;
   }

  div.product-detail-box {
    flex-basis: 300px;
  }

  .knowledge-showcase{
    width: 100%;
    margin: auto auto ;
  }

  .add-address-box{
    width: 70%;
  }

  .footer-item-logo{
    width: 100%;
  } 
  
  div.logo{
    width: 40%;
  }

  div.mutiprice-outter{
    max-width: 24%;
  }

  div.mutiprice-price p{
    font-size: 0.8rem;
  }

  div.mutiprice-spacial-price p{
    font-size: 0.9rem;
  }

  div.mutiprice-outter button{
    width: 100%;
    height: 5vh;
  }

  div.bottomnav {
    top: 12rem;
  }

  div.product-info-right-sticky{
    top: 20rem;
  }

  .footer-container{
    margin:auto auto;
    justify-content: center;
  }

  div.product-left-showcase{
    width:55%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 0.5rem;
    /* background-color: red; */
  }

  /* div.order-outter {
    display: none;
  } */

    
}


@media (max-width: 960px) {

  .knowledge-showcase{
    width: 100%;
    margin: auto auto ;
  }

  div.auto-coupon-outterbox{
    min-width: 47%;
  }

  div.additional-purchase-item{
    width: 32%;
    margin: 1rem 0.2rem;
    padding-bottom: 1rem;
  }

  div.total-subtotal-underline{
    border-bottom: 1px solid var(--bs-gray-400);
    width: 50%;
    float: right;
  }
}


@media and (min-width: 320px)and (max-width:380px) {

  /* .col-lg-3 {
    flex:0 0 auto; 
    width: 100%;
    justify-content: center;
  }

  .col-lg-2-3 {
    flex: 0 0 auto;
    width: 50%;
    justify-content:space-between;
  } */

  .col-lg-4 {
    flex: 0 0 auto;
    width:100%;
  }
 }

@media and (min-width: 400px) and (max-width: 450px) {
  /* div.col-lg-3 {
    flex:0 0 auto; 
    width: 100%;
    justify-content: center;
  } */

  div.col-lg-2-3 {
    flex: 0 0 auto;
    width: 50%;
    justify-content:space-between;
  }

  div.col-lg-4 {
    flex: 0 0 auto;
    width:100%;
    justify-content: center;
    margin-top: 1rem;
  }
 }

@media screen and (min-width: 320px) and (max-width: 450px) {

      .form-outline-third-process-routter-zipcode-space{
        margin: 0.3em 0;
      }
      
      input[id=address-space] {
        width:15em;
        height: 2em;
        font-size: 0.9em;
        padding: 1em;
        margin-top: 1em;
      }
  
      select[id=dist] {
        width:8em;
        height: 2em;
        font-size: 0.9em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-right: 0.3em;
        margin-left: 0;
      }

      select[id=city] {
        width:7em;
        height: 2em;
        font-size: 0.9em;
        margin-top: 0.1em;
        margin-bottom: 0.1em;
        margin-right: 0.3em;
      }
 
      input[id=zipcode-space]{
        width:5em;
        height: 2em;
        font-size: 0.9em;
        text-align: center;
        margin-top: 0.1em;
        margin-bottom: 0.1em;
        margin-right: 0.3em;
      }

      .form-outline-third-process-routter-birth-space{
        margin: 0.3em 0;
        font-size: 0.9em;
      }
      
      select[id=year-space] {
        width:4em;
        height: 2em;
        text-align: center;
        margin-right: 0.2em;
      }
      
      select[id=month-space] {
        width:3em;
        height: 2em;
        text-align: center;
        margin-right: 0.2em;
      }
      
      
      select[id=day-space] {
        width:3em;
        height: 2em;
        text-align: center;
      }

      .form-outline-third-process-routter-sex{
        margin: 0.3em auto;
      }

      .form-outline-third-process-routter input{
        width:15em;
        font-size: 0.9em;
        padding: 0.5em;
      }

      .form-outline-third-process-left P{
        font-size: 1em;
        font-weight: 400;
        padding-bottom: 0.8em;
        padding-top: 0.8em;
      }

      .form-outline-third-process-left{
        width: 25%;
        margin-right: 0.5em;
        font-size: 0.9em;
      }

      .form-outline-third-process-right{
        width: 65%;
      }

      .form-outline-sm input{
        font-size: 0.9em;
      }

      .form-outline-phone{
        width: 70px;
      }

      .form-outline3 select{
        font-size: 0.9em;
      }

      .form-outline3{
        width:100px;
      }

      .form-outline-phone p{
        font-size: 0.9em; 
      }

      .min-bgbox-right-outter{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-left: 0.5em;
      }

      .min-bgbox-right-bg p{
        color:var(--section-bg-color);
        font-size: 0.8rem;
        font-weight: 400;
        margin: 0.5em;
      }

      .min-bgbox-right-outter small{
        color:var(--section-bg-color);
        font-size: 0.8rem;
        font-weight: 400;
      }

      .min-bgbox-left-outter{
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: left;
        background-color: var(--main-color);
      }

      .min-bgbox-left-outter p{
        font-size: 0.8em;
        color: var(--white-color);
        font-weight: 400;
        margin: 0.5em auto;
      }

      .historyorder-amout{
        display: none;
      }

      .historyorder-outter-box-data{
        display: none;
      }

      .knowledge-title h1{
        font-size: 2em;
        margin-top: 0.3em;
      }

      .brand-mission-title h2{
        font-size: 1.5em;
      }

      div.logo{
        width: 70%;
      }

      div.logo img{
        width: 100%;
      }

      .knowledge-left-outter{
        flex-direction: column;
        margin-bottom:1.5em ;
      }

      div.knowledge-left-list{
        width: 100%;
        padding: 1em;
      }

      div.knowledge-left-list img{
        justify-content: center;
        margin: 0.5rem auto 0 auto;
      }

      div.knowledge-list-word-outter{
        width: 100%;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 1rem;
      }

      div.knowledge-showcase{
        width: 100%;
        margin: auto auto;
      }
    
      div.knowledge-detail-left-outter{
        padding: 2rem auto;
      }
        
      .must-try-title ol{
        padding-left:0;
      }
      
      .must-try-title ol li ul{
        color: var(--p-color);
        font-weight: 400;
        font-size: 1.1rem;
        list-style-type: disc;
        padding-left:0;
      }

      .knowledge-classification-search-outter form{
        display: none;
      }

      .vip-information-box .vip-left{
        display: none;
      }

      .vip-left{
        display: none;
      }

      .vip-left-menu-box{
        display: none;
      }

      .address-box{
        margin-top: 3vh;
      }

      .vip-right-box{
        margin-top: 3vh;
      }
      
      div.address-box-sm01{
        width:100%;
        display: flex;
      }
      
      div.address-box-sm01 h1{
        display: flex;
        font-size: 2em;
        font-weight: 500;
        padding-left: 0.5em;
        justify-content: center;
        text-align: left;
      }
      div.address-box-sm02{
        width:50%;
        display: flex;
      }

      div.address-box-sm02 button{
        align-items: center;
        margin: auto;
        display: flex;
        font-size: 0.8rem;
      }

      .add-address-box{
        width:100%;
        margin: 1rem 0;
        border: 1px solid var(--bs-gray-400);
      } 

      .address-btn a p{
        font-size: 0.9em;
      }

      div.member-login-box{
        max-width:100%;
        padding: 5vh 5vw;
        margin: 10vh auto;
      }

      div.form-outline-double{
        width:75%;
      }

      div.form-outline2{
        width:70%;
        margin-left: 4vw;
      }

      div.form-outline2 input{
        width:50vw;
      }
     
      div.form-outline-link{
        width: 75%;
        color:var(--main-color);
      }

      div.form-outline-link small{
        font-size: 0.8rem;
      }

      div.form-outline-twobottoms button{
        width: 75%;
        display: flex;
        flex-direction: column;
      }

      div.form-outline-twobottoms hr {
        width: 75%;
      }

      .form-outline-word{
        width: 90px;
      }
      
      .form-outline-word small{
        font-size: 0.7em;
      }

      div.marquee p{
        font-size: 0.9rem;
      }

      div.shopping-notice-outter-min {
        display: contents;
        display: flex;
      }

      div.background-white{
        width: 100%;
        padding-right:0;
        flex-basis: auto;
        justify-content: center;
        align-items: center;
      }

      div.shopcart-container{
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-grow:none;
        margin: 0 auto;
        /* background-color: #67aad3; */
      }

      div.product-left-showcase{
        width:100%;
        justify-content: center;
        align-items: center;
        display: flex;
        margin: 0 auto;
        /* background-color: red; */
      }

      #product-detail-del{
        display: none;
      }

      #mutiprodcut-del{
        display: none;
      }

      div.product-left-showcase-ingredient-detail{
        padding: 1.5em;
        border-radius: 0.5rem;
      }

      .product-left-showcase-ingredient-detail ul li{
        line-height: 2em;
        list-style-type: disc;
        font-size: 1em;
        color:var(--p-color);
      }

      div.row-image-box{
        width: 15%;
      }

      div.bottomnav {
        top: 11em;
      }

      div.bottomnav-outter{
        display: none;
      }

      div.bottomnav-outter-min{
        display: contents;
      }

      div.product-sellingprice small{
        margin: 0 2vw;
      }

      div.shopping-notice-outter-mb-device{
        display: none;
      }

      div.shopping-notice-outter .product-price small{
        margin: 0 2vw;
      } 

      div.shopping-notice-outter form{
        width: 80%;
      } 

      div.shopping-notice-outter input{
        width: 20%;
      } 

      div.shopping-notice-outter2 {
        margin: 0 0;
        padding: 0 0;
        display: flex;
      }

      div.shopping-notice {
        margin-left: 0.5vw;
        margin-bottom: 2vh;
        padding: 0 2vw;
        font-size: 0.9rem;
      }

      div.shopping-notice2 {
        margin-left: 0.5vw;
        margin-bottom: 2vh;
        padding: 0 1.5vw;
      }

      div.gift-giving-consumption img{
        border: 1px solid #afafaf;
        margin-right: 2vw;
      }

      div.shopping-notice2 p{
        font-size: 0.9rem;
      }

      div.chartandpay-outter {
        width: 320px;
      }

      div.mutiproduct-container{
        display: flex;
        flex-direction: column;
        margin: 1rem auto ;
      }

      div.mutiprice-outter{
        min-width: 100%;
        display: flex;
        flex-direction: row;
        padding:1.5vh 1vw;
        margin: 0.3rem auto;
      }

      div.muti-shop-outter{
        display: flex;
        width: 30%;
        border-radius: 10px;
      }
      
      div.muti-shop-outter h1{
        font-size: 5rem;
        margin: 0 0.3rem;
      }

      div.muti-shop-outter h3{
        font-size: 1.5rem;
        padding: 0 0;
      }

      div.muti-price-outter{
        padding: 0 auto;
        line-height:0;
        width: 70%;
        justify-content: center;
        align-items: center;
      }

      div.mutiprice-price p{
        font-size: 1rem;  
      }

      div.mutiprice-spacial-price p{
        font-size: 1rem;
      }

      div.mutiprice-outter button{
        width: 80%;
        height: 5vh;
      }

      div.title-outter-box-one{
        width: 30%;
        margin-right: 0.2em;
      }

      .title-outter-box-two{
        width: 30%;
        margin-right: 0.2em;
      }

      div.mycoupon-outterbox{
        border: 2px solid var(--bs-gray-200);
        padding: 1rem auto;
        margin-bottom: 1rem;
      }

      div.mycoupon-coupon-bg {
        background-color: var(--lightpink-color);
        width: 150px;
        height: 200px;
        margin: 1em;
        padding: 0.5em;
      }

      .mycoupon-outter-box{
        margin: 2rem auto;
      }

      .mycoupon-outter-box p{
        font-size: 1rem;
      }

      span.mycoupon-outter-box-larer{
        font-size: 2rem;
      }

      .mycoupon-coupon-word p{
        font-size: 0.8rem;
        line-height: 1.2em;
      }

      span.mycoupon-coupon-lightgrayword{
        font-size: 0.8em;
      }

      .mycoupon-coupon-pinkword p{
        font-size: 0.8rem;
        font-weight: 500;
      }

      div.vip-info-box{
        padding: 2em 1.5em;
        display: flex;
        flex-direction: column;
      }

      .vip-infor-area1 {
        width: 100%;
        margin: 0 0;
        display: flex;
        line-height: 1.5em;
        flex-direction: column;
      }

      .ordering-input-item{
        width: 100%;
        text-align: left;
      }

      .ordering-input-item label{
          font-size: 0.9em;
          padding:1em auto;
      }

      div.vip-infor-area3-move,div.ordering-input-item-delete{
        display: none;
      }

      div.vip-infor-area2 {
        width: 100%;
        margin: 0 0;
        display: flex;
        line-height: 2em;
        flex-direction: column;
      }

      div.vip-infor-area3{
        width:60%;
        margin: 1vh 0;
      }

      div.input-area-outter input[type=radio]{
        width: 100%;
      }

      div.input-area-outter{
        width: 100%;
        margin: 1vh 0;
        padding-bottom: 1.5vh;
        border-bottom: 1px solid var(--bs-gray-300);
        }

      #nounderline{
        border-bottom:none;
        margin: 0.5vh 0;
        padding-bottom:none;
      }

      div.input-area-outter img{
        width: 70%;
        }

      div.input-area-outter-sex{
          width: 50%;
          display: flex;
        }

      div.input-area-outter-email{
          width: 100%;
        }

      div.input-area-outter-email input{
        width: 100%;
        height: 2em;
        margin: 1em 0;
      }

      div.input-area-outter-phonevehicle{
        width: 100%; 
      }

      div.input-area-outter-phonevehicle input{
        width: 100%;
        height: 2em;
        margin: 1em 0;
      }

      div.input-area-outter3{
        width:100%;
        display: flex;
        margin: 1em auto;
      }

      div.ordering-input-item2{
        margin: 1rem auto;  
        width: 70%;
        }

      div.vip-infor-area3-move {
          width: 100%;
          display: flex;
          margin: 1em auto;
        }

      .country-codes {
        margin: 0.5em 0;
        min-width: 7em;
      }

      .country-codes select {
        width:7em;
        height: 2.1em;
      }

      div.form-outline-city select{
        width: 100%;
        margin:0 0.5rem;
        display: flex;
      }

      div.form-outline-md select{
        width: 80%;
        display: flex;
        height: 2em;
      }

      div.form-outline-md-2{
        width: 100%;
      }
      
      div.form-outline-md-2 input[type=address]{
        width: 100%;
        height:2em;
      }

      div.ordering-input-item2 button{
          width: 70%;
        }

      .login-register-process1-box{
        margin: 1em auto;
        padding: 5em auto;
        align-items: center;
      }
    
      div.notice-word{
        padding: 5vh auto;
        display: flex;
      }

      .form-step2-outter{
        margin-right: 0.5em;
      }

      .form-step2-outter pa{
        text-align: right;
        padding-right: 1em;
        font-size: 1em;
        font-weight: 400;
      }

      .form-step2-outter-sec{
        margin-bottom: 1.2em;
      }
        
      .form-step2-outter-sec p{
        font-size: 1em;
        align-items: center;
        padding: 1em 0;
      }
    
      .form-outline-xs{
        width:100%;
        margin-left:0;
        height: 1.2em;
      }
      
      .form-outline-xs input{
        width:100%;
        line-height: 1.2em;
        text-align: center;
        padding: 0.5em 0;
      }
    
      div.form-outline-third-process-left-m{
        margin-top: 3.2rem;
        margin-bottom: 0.1rem;
      }

      .historyorder-outter-box{
        display: none;
      }
  
      .historyorder-outter-box-min {
        display:contents;
      }

      .proceed-to-check-outterbox {
        display: contents;
      }

      .proceed-to-checkout-outter-min {
        margin: 2em auto;
        padding: 1em;
        border: 1px solid var(--main-color);
        width: 100%;
      }

      .ordering-title-input-area4-min {
        width: 90%;
        margin: 0.5em auto;
        display: flex; 
        flex-direction: column;
      }
   
      .proceed-to-checkout-inbox-title-min{
        margin: 1em;
        display: flex;
        border-bottom:1px solid #cccccc;
        padding-bottom: 1vh;
        flex-direction: column;
      }
    
      .proceed-to-checkout-inbox-title-min h3{
        color: var(--p-color);
        font-size: 1.8em;
        display: flex;
      }
      
      .proceed-to-checkout-inbox-title-min p{
        font-size: 0.9em;
        display: flex;
        color:var(--main-color);
        padding:0;
        font-weight: 400;
      }
  
      div.proceed-to-checkout-inbox-transport{
        width: 100%;
        margin: 1vh auto;
        display: flex;
        flex-direction: column;
      }
    
      .proceed-to-checkout-inbox-bg-min{
        width: 100%;
        display: flex;
        background-color:var(--bs-gray-200);
        margin: 1em auto;
        padding: 5px;
      }

      .proceed-to-checkout-inbox-bg-min p{
        color: #333;
        font-size: 0.9em;
        font-weight: 400;
        margin: 0.5em;
        padding: 0.2em;
      }
    
      div.shop-cart-title-background{
        display:none;
      }
    
      div.proceed-to-checkout-inbox{
        margin:0 auto;
      }
    
      div.shopcart-title-list-min-lgoutter{
        display: contents;
      }
    
      div.shop-cart-title-list{
        display: none;
      }
    
      div.proceed-to-checkout-inbox{
        display: none;
      }
    
      .ordering-title-input-area-min {
        margin: 0.25em 1em;
        flex-direction: column;
      }

      .ordering-title-input-phonearea-min {
        margin:0.5em 0;
        display: flex;
      }

    
      .ordering-input-item{
        width: 100%;
      }
  
      div.input-area-outter{
        width: 100%;
        border-bottom: none;
      }
    
      .input-area-outter2{
        width:100%;
        margin: 0.8em auto;
      }
    
      div.input-area-outter2 input[type=email]{
        width: 100%;
        height:2em;
        justify-content: center;
      }

      .input-area-outter2 label{
        font-size: 0.9em;
        color: var(--p-color);
      }
    
      .form-outline-md-checkout{
        width: 100%;
        margin:0;
      }
    
      .form-outline-md-checkout input{
        width: 100%;
        height: 2.4em;
        font-size: 1em;
      }
    
      .ordering-checkbox{
        width: 10em;
        margin: 1em 0;
      }

      .recipient-info-outter{
        width: 100%;
        display: flex;
      }

      .recipient-info-outter label{
        justify-content: center;
        align-items: center;
      }
  
      div.ordering-title-input-area2 {
        padding-left:5vw;
        flex-direction: column;
        margin: 0.25vh 0;
      }
    
      div.input-area-outter-md{
        width: 120px;
        margin: 1vh 1vw;
      }
    
      div.input-area-outter-md input{
        width: 120px;
        }
    
      div.search-market-button button{
        width: 30vw;
        margin: 0.5vh 1vw;
        }
    
      div.input-area-outter textarea{
        width:70vw;
        }
    
      div.proceed-to-checkout-inbox-payment{
          margin:0;
          flex-direction: column;
        }
    
      div.proceed-to-invoice-check{
          text-align: left;
          justify-content:left;
          align-items:center;
        }
    
        div.proceed-to-invoice-check label{
          margin-right: 3px;
        }
  
      div.proceed-to-invoice-outter{
          width: 60%;
          margin:0;
        }
    
      div.proceed-to-invoice-outter select{
          width:40vw;
        }
      
      div.order-outter{
        display: none;
      }

      div.shop-cart-outter{
        display: none;
      }

      div.user-outter{
        margin-right: 8px;
      }

      .btn-primary{
        font-size: 0.9em;
      }

      .proceed-to-checkout-outter{
        display: none;
      }

}

@media screen and (min-width: 300px) and (max-width: 320px)  {
  div.marquee p{
    font-size: 0.8em;
  }

  .sharelink-space i{
    font-size: 0.9em;
  }

  div.shopping-notice-outter2 li {
    font-size: 0.9em;
  }

  div.mutiprice-outter button{
    width: 80%;
    height: auto;
  }

  .bottomnav {
    top: 2rem;
  }

  .product-left-showcase-ingredient-detail ul li{
    font-size: 0.8em;
  }

  div.shopping-notice-outter-min {
    display: contents;
    display: flex;
  }

  .shopping-notice-outter-minbg {
    background-color: var(--light-gray);
    margin: 5px;
    width: 35px;
    height: 35px;
  }

  div.footer-container{
    display: none;
  }

}

@media  (max-width: 600px) {

  .historyorder-amout{
    margin-top: 1em;
    padding: 1em;
  }

  .min-bgbox-right-outter{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 0.5em;
  }

  .min-bgbox-right-bg p{
    color:var(--section-bg-color);
    font-size: 0.8rem;
    font-weight: 400;
    margin: 0.5em;
  }

  .min-bgbox-right-outter small{
    color:var(--section-bg-color);
    font-size: 0.8rem;
    font-weight: 400;
  }

  .historyorder-outter-box-min-bgbox {
    width: 100%;
    margin: 1.2em auto;
    padding: 1.5em auto;
    display: flex;
    border: 1px solid var(--bs-gray-300);
  }

  .min-bgbox-left-outter{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    background-color: var(--main-color);
  }

  .min-bgbox-left-outter p{
    font-size: 0.8em;
    color: var(--white-color);
    font-weight: 400;
    margin: 0.5em auto;
  }

  .historyorder-outter-box{
    display: none;
  }

  .historyorder-outter-box-data{
    display: none;
  }

  .historyorder-outter-box-min {
    display: contents;
   }


  .ordering-input-item{
    min-width: 35%;
  }

  .knowledge-left-outter{
    display: flex;
    flex-direction: column;
  }
 
  .knowledge-left-list img {
    width: 100%;
    margin: 0.1em;
  }

  .knowledge-list-word-outter{
    width: 100%;
    padding: 0.5em 1.5em;
  }

  .knowledge-left-list{
    width: 100%;
    padding: 0.8em;
  }

  div.product-detail-box {
    flex-basis: 500px;
  }

  .vip-left{
    display: none;
  }

  .vip-left-menu-box{
    display: none;
  }

  .vip-information-button-top{
    display:contents;
  }

  .vip-information-button-top button{
    font-size: 0.7em;
    font-weight: 400;
    padding: 1em;
    margin-right: 0.4em;
    margin-bottom: 0.5em;
  }

  .address-box{
    margin-top: 1em;
  }

  .vip-right-box{
    margin-top: 1em;
  }

  div.address-box-sm02{
    width:50%;
    display: flex;
  }

  div.address-box-sm02 button{
    align-items: center;
    margin: auto;
    display: flex;
    font-size: 0.8rem;
  }

  .add-address-box{
    width: 100%;
  }

  .shop-body h5{
    font-size: 1.1em;
  }

  .footer-phone-lg {
    font-size: 0.6em;
  }

  .footer-small {
    font-size: 0.6em;
  }

  .footer-list {
    --bs-text-opacity: 1;
    color: var(--p-color);
    font-weight: var(--font-weight-normal);
    font-size:0.7em;
    padding-bottom: 5px;
  }

  .text-white {
    font-size:0.7em;
  }
 
  div.mutiprice-outter{
    max-width: 24%;
  }

  div.user-outter{
    padding: 0 5px;
  }

  a.shop-cart-button{
    width: 30px;
  }

  small{
  font-size: 0.6rem;  
  }

  div.mutiprice-price p{
    font-size: 0.8rem;
  }

  div.mutiprice-spacial-price p{
    font-size: 0.9rem;
  }

  div.mutiprice-outter button{
    width: 80%;
    height: 5vh;
  }

  div.bottomnav {
    top: 5rem;
  }

  div.shopping-notice-outter2 li {
    font-size: 0.9em;
  }

  div.shopping-notice-outter2 {
    padding: 0 1vw;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  div.chartandpay-outter {
    margin: 0 auto;
    padding: 1vh 1vw;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    display: flex;
  }

  .btn-buy {
    width: 150px;
    height: 50px;
  }

  .btn-danger {
    width: 150px;
    height: 50px;
  }

  div.muti-shop-outter h1{
    font-size: 5rem;
    margin: 0 0;
  }
  
  div.muti-shop-outter h3{
    margin-top: 3vh;
    font-size: 1rem;
    line-height: 1rem;
  }

  div.mutiprice-price p{
    font-size: 1rem;
    line-height: 1.2rem;
  }

  div.mutiprice-spacial-price p{
    font-size: 1.1rem;
    line-height: 1.2rem;
  }
  
  i.bi-cart4{
    font-size: 0.9rem;
  }

  button.btn-warning{
    font-size: 0.9em;
  }

  .footer-container{
    margin:auto auto;
    justify-content: center;
  }

  div.product-left-showcase{
    width:55%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 0.5rem;
    /* background-color: red; */
  }

  #product-detail-del{
    display: none;
  }

  div.bottomnav-box{
    margin: 0 0;
    width: 7rem;
    margin: 0.5rem;
    display: flex;
  }

  div.bottomnav a {
    font-size: 1em;
  }

  div.product-left-showcase{
    width:100%;
  }

  }
  

@media screen and (min-width: 900px) and (max-width:1024px)  {

  .historyorder-outter-box-two{
    width: 20%;
    background-color: transparent;
    margin: 0.3em auto;
    display: flex;
  }

  .historyorder-outter-box-two p{
    color:var(--bs-gray-600);
    font-weight: 400; 
    text-align: center;
    font-size: 0.7em;
    margin: auto auto;
  }

  .historyorder-outter-box-one{
    width: 20%;
    background-color: var(--main-color);
    margin: 1em auto 0.3em auto;
    display: flex;
  }

  .historyorder-outter-box-one p{
    color: white;
    font-weight: 400; 
    text-align: center;
    font-size: 0.7em;
    padding: 0.8em 1em;
    margin: auto auto;
  }

  .input-area-outter-sex{
    width: 100%;
    display: flex;
  }

  .country-codes {
    width: 25%;
  }

  .input-area-outter{
    width: 100%;
  }

  .add-address-box{
    width: 60%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width:50%;
  }

  .mutiprice-spacial-price p{
    font-size: 1.1em;
  }

  div.mutiprice-outter{
    max-width: 25%;
    padding: 1em auto;
    margin: 0 auto;
  }

  div.logo{
    width:35%;
    margin: 1.5vh auto;
  }

  div.product-detail-box {
    flex-basis: 250px;
  }

  div.row-image-box{
    width: 16%;
  }

  div.bottomnav {
    top: 15.5em;
  }

  div.mutiprice-price p{
    font-size: 0.9em;
  }

  div.shopcart-container{
    width: 95%;
    margin: 0 auto;
  }

  div.product-left-showcase{
    width:65%;
  }

  .bottomnav-outter{
     margin: 0 15vw;
  }
  
  .btn-warning {
    width:10em;
    height: 3em;
  }

  input.qtyplus{
        width:1.5em;
        font-size: 1em;
      }

      input.qtyminus {
        width:1.5em;
        font-size: 1em;
      }

      .qty {
        width:1.5em;
        text-align: center;
        border: none ;
        font-size: 1em;
        background-color:#f9f9f9;
        justify-content: center;
        align-items: center;
      }

  .total-subtotal-left-proceed input{
    font-size: 0.9em;
  }
  
}

@media screen and (min-width: 1025px) and (max-width:1280px)  {

  div.mutiprice-price p{
    font-size: 0.9em;
  }

  .mutiprice-spacial-price p{
    font-size: 1.1em;
  }

  div.mutiprice-outter{
    max-width: 25%;
    padding: 1em auto;
    margin: 0 auto;
  }

  div.logo{
    width:30%;
    margin: 1.5vh auto;
  }

  div.product-detail-box {
    flex-basis: 250px;
  }

  div.row-image-box{
    width: 16%;
  }

  div.bottomnav {
    top: 14.3em;
  }

  .shop-cart-title-list-box {
    min-width: 37%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0.5em 0;
    padding:1em;
    background-color: #67aad3;
  }

  .shop-cart-title-list-box2 {
    min-width: 15.5%;
    align-items: center;
    justify-content: center;
    margin: 0.5em 0;
    background-color: #69d367;
  }

  .shop-cart-title-list-box3 {
    min-width: 16%;
    display: flex;
    align-items: center;
    margin: 0.5em 0;
    background-color: #c3d367;
  }

  .shop-cart-title-list-box4 {
    min-width: 15.5%;
    align-items: center;
    margin: 0.5em 0;
    background-color: #c867d3;
  }

  .shop-cart-title-list-box5 {
    min-width: 16%;
    text-align: center;
    margin: 0.5em 0;
    background-color: #cb2a25;
  }

  .input-area-outter2{
    width:92.5%;
  }

  .input-area-outter2 label{
    color: var(--p-color);
  }

  .input-area-outter textarea{
    width: 92.5%;
  }
    
}


@media screen and (min-width: 800px) and (max-width: 899px) {

  .historyorder-outter-box-two{
    width: 20%;
    background-color: transparent;
    margin: 0.3em auto;
    display: flex;
  }

  .historyorder-outter-box-two p{
    color:var(--bs-gray-600);
    font-weight: 400; 
    text-align: center;
    font-size: 0.7em;
    margin: auto auto;
  }

  .historyorder-outter-box-one{
    width: 20%;
    background-color: var(--main-color);
    margin: 1em auto 0.3em auto;
    display: flex;
  }

  .historyorder-outter-box-one p{
    color: white;
    font-weight: 400; 
    text-align: center;
    font-size: 0.7em;
    padding: 0.8em 1em;
    margin: auto auto;
  }

  .input-area-outter-sex{
    width: 100%;
    display: flex;
  }

  .country-codes {
    width: 30%;
  }

  .input-area-outter{
    width: 100%;
  }

  div.logo{
    width: 35%;
  }

  .add-address-box{
    width: 70%;
  }

  /* div.header-button {
    top: 5vh;
  } */

}

@media screen and (min-width: 400px) and (max-width:450px) {
  div.bottomnav-outter  {
    margin: 0 19vw;
  }

  div.scrollmenu {
    margin-top: 6em;

  }
  
}

@media screen and (max-width: 380px){
  div.scrollmenu {
    margin-top: 5.5em;

  }
}

@media screen and (max-width: 320px){
  div.scrollmenu {
    margin-top: 4.5em;

  }
}

@media screen and (min-width: 400px) and (max-width: 420px){
  div.scrollmenu {
    margin-top: 6.2em;

  }
}

@media screen and (min-width: 425px) and (max-width: 480px){
  div.scrollmenu {
    margin-top: 6.5em;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px){

  div.col-lg-2-3 {
    flex: 0 0 auto;
    width: 23%;
  }

  .col-lg-4 {
    width:100%;
  }

  .col-lg-3 {
    flex:0 0 auto; 
    width: 50%;
  }

  #footer-logo-del{
    display: none;
  }

  .col-lg-12 {
    padding: 0 0;
  }
}

@media screen and (max-width:960px){
  div.product-detail-box {
    flex-basis: 600px;
  }

}

@media screen and (min-width: 320px) and (max-width: 360px){
 
  div.member-login-box{
    width: 100%;
  }

  .form-outter{
    width: 100%;
    /* background-color: green; */
  }

  div.form-outline-double{
    width:100%;
    /* background-color: #67aad3; */
  }

  .form-outline{
    width: 40%;
  }

  .form-outline-sm{
    width:8em;
  }

  div.form-outline2{
    width:100%;
    margin-left: 0;
  }

  div.form-outline2 input{
    width:80%;
    margin-left: 2vw;
    padding-left: 0;
    padding-right: 0;
  }

  .form-outline-word{
    width: 90px;
  }
  
  .form-outline-word small{
    font-size: 0.8em;
  }

  div.form-outline-link{
    width: 100%;
  }

  div.form-outline-link small{
    font-size: 0.8rem;
  }

  div.form-outline-twobottoms button{
    width:100%;
  }

  div.form-outline-twobottoms hr {
    width:100%;
  }

  .form-outline-third-process-routter-zipcode-space{
    margin: 0.3em 0;
  }
  
  input[id=address-space] {
    width:15em;
    height: 2em;
    font-size: 0.8em;
    padding: 1em;
    margin-top: 1em;
  }

  select[id=dist] {
    width:8em;
    height: 2em;
    font-size: 0.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 0.3em;
    margin-left: 0;
  }

  select[id=city] {
    width:7em;
    height: 2em;
    font-size: 0.8em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    margin-right: 0.3em;
  }

  input[id=zipcode-space]{
    width:5em;
    height: 2em;
    font-size: 0.8em;
    text-align: center;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    margin-right: 0.3em;
  }

  .form-outline-third-process-routter-birth-space{
    margin: 0.3em 0;
    font-size: 0.9em;
  }
  
  select[id=year-space] {
    width:4em;
    height: 2em;
    text-align: center;
    margin-right: 0.2em;
    font-size: 1em;
  }
  
  select[id=month-space] {
    width:3em;
    height: 2em;
    text-align: center;
    margin-right: 0.2em;
    font-size: 1em;
  }
  
  
  select[id=day-space] {
    width:3em;
    height: 2em;
    text-align: center;
    font-size: 1em;
  }

  .form-outline-third-process-routter-sex{
    margin: 0.3em auto;
  }

  .form-outline-third-process-routter input{
    width:14em;
    font-size: 0.9em;
    padding: 0.5em;
  }

  .form-outline-third-process-left P{
    font-size: 0.9em;
    font-weight: 400;
    padding-bottom: 0.8em;
    padding-top: 0.8em;
  }

  .form-outline-third-process-left{
    width: 25%;
    margin-right: 0.5em;
  }

  .form-outline-third-process-right{
    width: 65%;
  }

}

.btn-light {
  width: 12em;
  height: 3em;
}

#input-your-mail{
  width: 100%;
}

#input-your-mail input{
  width: 100%;
}

.form-check-width {
 min-width: 8em;
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
.shop-cart-title-list-box {
  min-width: 36%;
  background-color: #67aad3;
}

.shop-cart-title-list-box2 {
  min-width: 16%;
  background-color: #69d367;
}

.shop-cart-title-list-box3 {
  min-width: 16%;
  background-color: #c3d367;
}

.shop-cart-title-list-box4 {
  min-width: 16%;
  background-color: #c867d3;
}

.shop-cart-title-list-box5 {
  min-width: 16%;
  background-color: #cb2a25;
}

.input-area-outter2{
  width:92.5%;
}

.input-area-outter2 label{
  color: var(--p-color);
}

.input-area-outter2 input[type=email]{
  width: 100%;
} 

.input-area-outter textarea{
  width: 92%;
}

}

@media screen and (min-width: 900px) and (max-width: 990px) {
  .shop-cart-title-list-box {
    min-width: 34%;
    background-color: #67aad3;
  }
  
  .shop-cart-title-list-box2 {
    min-width: 16%;
    background-color: #69d367;
  }
  
  .shop-cart-title-list-box3 {
    min-width: 17%;
    background-color: #c3d367;
  }
  
  .shop-cart-title-list-box4 {
    min-width: 17%;
    background-color: #c867d3;
  }
  
  .shop-cart-title-list-box5 {
    min-width: 16%;
    background-color: #cb2a25;
  }
  
  .col-lg-3 {
    flex:0 0 auto; 
    width: 20%;
    margin: 0 3em;
  }

  .col-lg-2-3 {
    flex: 0 0 auto;
    width: 16%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width:30%;
  }
  
  }

  @media screen and (min-width: 1400px) and (max-width: 1440px) {
    .input-area-outter2{
      width:93%;
    }

    .input-area-outter2 label{
      color: var(--p-color);
    }

    .input-area-outter textarea{
      width: 93%;
    }

  }

  @media screen and (min-width: 1300px) and (max-width: 1399px) {
    .input-area-outter2{
      width:92%;
    }

    .input-area-outter2 label{
      color: var(--p-color);
    }

    .input-area-outter textarea{
      width: 92%;
    }

  }

  @media screen and (min-width: 1100px) and (max-width: 1200px) {
    .input-area-outter2{
      width:91.5%;
    }

    .input-area-outter2 label{
      color: var(--p-color);
    }

    .input-area-outter textarea{
      width: 91.5%;
    }

  }

  @media screen and (min-width: 700px) and (max-width: 790px) {
    .input-area-outter2{
      width:91.5%;
    }

    .input-area-outter2 label{
      color: var(--p-color);
    }

    .input-area-outter textarea{
      width: 91.5%;
    }

    .shop-cart-title-list-box {
      min-width: 34%;
      background-color: #67aad3;
    }
    
    .shop-cart-title-list-box2 {
      min-width: 16%;
      background-color: #69d367;
    }
    
    .shop-cart-title-list-box3 {
      min-width: 17%;
      background-color: #c3d367;
    }
    
    .shop-cart-title-list-box4 {
      min-width: 17%;
      background-color: #c867d3;
    }
    
    .shop-cart-title-list-box5 {
      min-width: 16%;
      background-color: #cb2a25;
    }

    input.qtyplus{
      width:1.2em;
      font-size: 1em;
    }

    input.qtyminus {
      width:1.2em;
      font-size: 1em;
    }

  }

  .fa-trash-can{
    color:#787878; ;
  }

  .Carousel-outter{
    width: 100%;
    margin: 1em auto;
  }

  .popularitem{
    width:70%;
    height: auto;
    padding: 1em;
  }

  .popularitem img{
    width: 100%;
  }

  #popularitem_name{
    font-size: 1.2em;
    color:var(--p-color) ;
  }

  .hotitem_slae-price{
  font-size: 1.5em;
  margin: 0 0;
  color:var(--main-color);
}

.hotitem_price_outter{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items:center;

}

.del-style {
  color:var(--bs-gray-600);
  font-size: 0.9em;
}

.titlebar{
  width: 100%;
  background-color: var(--main-color);
  margin-top: 3em;
  margin-bottom: 1em;
}

.titlebar h2{
  font-size: 1.1em;
  color:white;
  font-family: var(--body-font-family);
  padding: 0.5em;
  font-weight: 400;
  height: 2em;
  margin-left: 0.5em;
}

.index-title-column{
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Pagination links */
.pagination a {
  color: var(--p-color)
  float: none;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

/* Style the active/current link */
.pagination a.active {
  background-color:var(--main-color);
  color: white;
}

/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {background-color: #ddd;} 

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-outter{
  justify-content: center;
  align-items: center;
  width: 100%;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  max-width:100%;
  margin: 2em 0;
  background-color:#f0f0f0;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.carousel-card {
  flex: 0 0 300px;
  margin-right: 16px;
}

.carousel-card .card-sm {
  height: 100%;
  
}

.carousel-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.card-sm {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 300px;
  word-wrap: break-word;
  background-color:#fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  /* border-radius: 0.25rem; */
  padding:0.5em 1em 0 1em;
  justify-content: center;
  align-items: center;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--main-color);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: white;
  z-index: 10;
}

.carousel-btn:disabled {
  opacity: 0.5;
}

.carousel-prev {
  left: 10px; /* 改為容器內 */
 }

.carousel-next {
  right: 10px; /* 改為容器內 */
}

@media (max-width: 768px) {
      .carousel-card {
        flex: 0 0 90%;
      }

      .carousel-btn {
        width: 32px;
        height: 32px;
      }
  }

.card-text-date{
  color: var(--main-color-dark);
  font-size:0.9em;
  font-family: var(--body-font-family);
  font-weight: 500;
  text-align: left;
  margin-bottom: 0.5em;
}

.card-text-title{
  font-weight: 500;
  font-size:1.1em;
  font-family: var(--body-font-family);
  color: var(--main-color-dark);
  margin-bottom: 0.5rem;
  text-align: left;
}

.card-text-info{
  font-size:1em;
  text-align: left;
  color: var(--dark-color);
  margin: 0.3em auto;
}

.card-text-more{
  font-size:1em;
  text-align: right;
  font-weight: 600;
  width: 100%;
  color: var(--main-color-dark);
  margin: 0 0;
}

.card-body-width {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  /* background-color: #055160; */
  width: 100%;
  display: flex;
}

.cart-hotitem-icon{
  float: right;
  text-align: right;
  position: absolute;
  bottom: 2em;
  right: 2em;
}

.bi-cart-plus-fill{
  color: var(--p-color);
  border: 1px solid var(--p-color) ;
  padding: 0.5em;
  border-radius: 8px;
  opacity: 50%;
}

.cart-hotitem-icon :hover{
  color: var(--main-color);
  border: 1px solid var(--main-color) ;
  opacity: 100%;
}

.hotitem-special-price{
  font-size: 1em;
  color: var(--p-color);
}

#Scroll-To-Top-Btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--main-color);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#Scroll-To-Top-Btn:hover {
  background-color: var(--main-color-lightdark);
}

.bi-arrow-bar-up{
  font-size: 1.5em;
}

.footer-col-title{
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  color: var( --section-bg-color);
}

.footer-text-body-secondary{
  direction: none;
  color: var(--p-color);
  font-size: 0.8em;
  text-align: center;
  font-weight: 400;
}

.py-5-width {
  width: 65%;
  /* padding-top: 3rem !important; */
  padding-bottom: 3rem !important;
}

.newsletter-button-size{
  width: 5em;
}

.new-input ::placeholder{
  font-size: 1em;
  background-color: var(--white-color);
  direction: none;
  height: 2em;
}

.footer-info{
  width: 100%;
  background-color: var(--light-gray);
  margin: 0;
  padding: 0 ;
}

.fa-outter{
 display: flex;
}

.fa {
  padding: 15px;
  font-size: 1em;
  height: 3px;
  width: 3px;
  text-decoration: none;
  margin-right: 0.5em;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

.fa-brands {
  padding: 15px;
  font-size: 2em;
  height:5px;
  width: 5px;
  text-decoration: none;
  margin-right: 0.5em;
  border-radius: 50%;
  display: grid;
  place-content: center;
  overflow: hidden; 
  
}

.fa:hover {
  color:white;
}

.fa-brands:hover {
  color:white;
}

.fa-facebook {
  background: var(--facebook-color);
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: var(--instagram-color);
  color: white;
}

.fa-line {
  background: var(--line-color);
  color: var(--white-color);
}

.company-text p {
  color: var(--p-color);
  font-size: var(--copyright-font-size);
  font-weight: 400;
  text-align: center;
  justify-content: center;
  padding:1em;
}

.newsletter-text{
  color: var( --section-bg-color);
}

