html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

a.button {
  display: block;
  width: 100%;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  font-family: Noto Sans TC, cwTeXKai, cwTeXYen, cwTeXFangSong, cwTeXMing;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.itmImg {
  width: 70px;
  border-radius: 10px;
}

.HeaderText {
  padding-left: 15px;
  font-size: 30px;
  line-height: 50px;
}

.HeaderPics {
  width: 60px;
}

.carousel-item a {
  text-decoration: none;
}

.carousel-item:hover .buttonBox {
  display: flex;
  opacity: 1;
  animation-duration: 1s;
  animation-name: slidein;
}

.carousel-item .buttonBox {
  display: flex;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  justify-content: center;
  align-content: center;
  transition: all .1s;
}

.carousel-item .buttonBox .button {
  text-align: center;
  background-color: #4f81bd;
  color: white;
  padding: 10px 15px;
  border: none;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: .1s;
  width: 100%;
}

.carousel-item .buttonBox .button:hover {
  background-color: #fcc800;
}

@media (max-width: 575px) {
  .carousel-item .buttonBox .button {
    font-size: 15px;
    padding: 5px 10px;
  }
}

@media (max-width: 575px) {
  .HeaderText {
    font-size: 25px;
  }
}

@media (max-width: 400px) {
  .HeaderText {
    padding-left: 5px !important;
    font-size: 20px !important;
    line-height: 20px !important;
  }
}

@media (max-width: 400px) {
  .itmImg {
    width: 50px !important;
  }
}

@media (max-width: 400px) {
  .HeaderPics {
    width: 40px !important;
  }
}

@media (max-width: 330px) {
  .HeaderText {
    padding-left: 5px !important;
    font-size: 18px !important;
    line-height: 18px !important;
  }
}

@media (max-width: 330px) {
  .itmImg {
    width: 40px !important;
  }
}

@media (max-width: 330px) {
  .HeaderPics {
    width: 30px !important;
  }
}

@media (max-width: 320px) {
  .carousel-item .buttonBox .button {
    font-size: 12px;
    padding: 3px 8px;
    button: 8%;
  }
}

@media (max-width: 320px) {
  #lblCartCount {
    font-size: 10px !important;
    padding: 0 4px !important;
  }
}

@media (max-width: 320px) {
  .iconsize {
    width: 25px !important;
    height: 24px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}

@media (max-width: 320px) {
  .carousel-indicators [ data-bs-target] {
    width: 10px !important;
  }
}

header .navbar {
  top: 0;
  width: 100%;
  height: 80px;
  background-color: white;
}

header .fixednav {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
}

header .fixednav .navbar-brand {
  color: #303030;
  font-weight: 500;
  margin-left: 15px;
  margin-right: 0;
}

header .fixednav .account:not(:disabled):not(.disabled):active, header .fixednav .btn-outline-success:not(:disabled):not(.disabled).active, header .fixednav .show > .btn-outline-success.dropdown-toggle, header .fixednav .shopcart:not(:disabled):not(.disabled):active, header .fixednav .btn-outline-success:not(:disabled):not(.disabled).active, header .fixednav .show > .btn-outline-success.dropdown-toggle {
  background-color: #fcc800 !important;
  border-color: #fcc800 !important;
}

header .fixednav .account, header .fixednav .shopcart {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
  color: #4f81bd;
  font-size: 35px;
}

header .fixednav .account:hover, header .fixednav .shopcart:hover {
  background: #fcc800;
  color: white;
}

@media (max-width: 375px) {
  header .fixednav .navbar-brand {
    margin-right: 0;
  }
}

@media (max-width: 375px) {
  header .fixednav .account, header .fixednav .shopcart {
    font-size: 30px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 375px) {
  header .fixednav .navbar-brand {
    margin-left: 10px;
  }
}

@media (max-width: 375px) {
  header .fixednav .account, header .fixednav .shopcart {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 320px) {
  header .fixednav .account, header .fixednav .shopcart {
    font-size: 25px;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

section.section_banner .wrap {
  max-white: 100vw;
  /*padding-top: 80px;*/
}

section.section_banner .wrap .banner {
  border: 1px solid black;
}

body.HomePage section.section_contents .container {
  max-width: 95vw;
  max-height: 108px;
  position: relative;
}

body.HomePage section.section_contents .container .innertext .buttonBox {
  margin-top: 5%;
}

body.HomePage section.section_contents .container .innertext .buttonBox a {
  text-decoration: none;
}

body.HomePage section.section_contents .container .innertext .buttonBox a .button {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #4f81bd;
  color: white;
  padding: 30px 20px;
  border: none;
  border: 1px solid;
  border-radius: 10px;
  font-size: 25px;
  cursor: pointer;
  transition: 0.1s;
}

body.HomePage section.section_contents .container .innertext .buttonBox a .button:hover {
  background-color: #fcc800;
  border: 1px solid transparent;
  color: white;
}

body.HomePage section.section_contents .container .category .buttonBox {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

body.HomePage section.section_contents .container .category .buttonBox a {
  text-decoration: none;
}

body.HomePage section.section_contents .container .category .buttonBox a .button {
  border: 1px solid #4f81bd;
  border-radius: 25px;
  display: inline-block;
  padding: 8px 35px;
  color: #4f81bd;
  transition: 0.1s;
  width: 190px;
  text-align: center;
  margin: 5px 5px;
}

body.HomePage section.section_contents .container .category .buttonBox a .button:hover {
  border: 1px solid transparent;
  background: #fcc800;
  color: white;
}

@media (min-width: 992px) {
  body.HomePage section.section_contents .container {
    max-width: 50vw;
    margin-top: 52px;
  }
}

@media (min-width: 992px) {
  body.HomePage section.section_contents .container .innertext {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  body.HomePage section.section_contents .container {
    max-width: 95vw;
    margin-top: 52px;
  }
}

@media (max-width: 575px) {
  body.HomePage section.section_contents .container .innertext .buttonBox a .button {
    width: 70%;
    font-size: large;
    padding: 15px;
    margin-bottom: -10px;
  }
}

@media (max-width: 575px) {
  body.HomePage section.section_contents .container .category .buttonBox {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

body.OfflinePage section.section_contents .container .title {
  margin-top: 80px;
  margin-bottom: 45px;
  color: #303030;
}

body.OfflinePage section.section_contents .container .title h4 {
  text-align: center;
}

body.OfflinePage section.section_contents .contents .title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #303030;
}

body.OfflinePage section.section_contents .contents .title h4 {
  text-align: center;
}

body.OfflinePage section.section_contents .container .Box {
  width: 100%;
}

body.OfflinePage section.section_contents .container .Box ul.item {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 16px;
  text-align: center;
}

body.OfflinePage section.section_contents .container .Box ul.item li {
  width: 100%;
  border: 1px solid white;
  border-radius: 3px;
  padding: 10px 0;
  background: #4f81bd;
  color: white;
  transition: 0.1s;
}

body.OfflinePage section.section_contents .container .Box ul.item li:hover {
  background: #fcc800;
}

body.OfflinePage section.section_contents .container .Box ul.item li.item {
  flex-grow: 1;
  flex-basis: 30%;
}

body.OfflinePage section.section_contents .container .buttonBox {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

body.OfflinePage section.section_contents .container .buttonBox a {
  text-decoration: none;
}

body.OfflinePage section.section_contents .container .buttonBox a .button {
  border: 1px solid #4f81bd;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 35px;
  color: #4f81bd;
  transition: 0.1s;
  width: 190px;
  text-align: center;
  margin: 5px 5px;
}

body.OfflinePage section.section_contents .container .buttonBox a .button:hover {
  border: 1px solid transparent;
  background: #fcc800;
  color: white;
}

@media (max-width: 545px) {
  body.OfflinePage section.section_contents .container .Box ul.item li.item {
    flex-basis: 50%;
  }
}

body.OnlinePage section.section_contents .container .title {
  /*margin-top: 80px;*/
  margin-bottom: 45px;
  color: #303030;
}

body.OnlinePage section.section_contents .container .title h4 {
  text-align: center;
}

body.OnlinePage section.section_contents .contents .title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #303030;
}

body.OnlinePage section.section_contents .contents .title h4 {
  text-align: center;
}

body.OnlinePage section.section_contents .container .Box {
  width: 100%;
}

body.OnlinePage section.section_contents .container .Box ul.item {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 16px;
  text-align: center;
}

body.OnlinePage section.section_contents .container .Box ul.item li {
  width: 100%;
  border: 1px solid white;
  border-radius: 3px;
  padding: 10px 0;
  background: #4f81bd;
  color: white;
  transition: 0.1s;
}

body.OnlinePage section.section_contents .container .Box ul.item li:hover {
  background: #fcc800;
}

body.OnlinePage section.section_contents .container .Box ul.item li.item {
  flex-grow: 1;
  flex-basis: 30%;
}

body.OnlinePage section.section_contents .container .buttonBox {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

body.OnlinePage section.section_contents .container .buttonBox a {
  text-decoration: none;
}

body.OnlinePage section.section_contents .container .buttonBox a .button {
  border: 1px solid #4f81bd;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 35px;
  color: #4f81bd;
  transition: 0.1s;
  width: 190px;
  text-align: center;
  margin: 5px 5px;
}

body.OnlinePage section.section_contents .container .buttonBox a .button:hover {
  border: 1px solid transparent;
  background: #fcc800;
  color: white;
}

@media (max-width: 545px) {
  body.OnlinePage section.section_contents .container .Box ul.item li.item {
    flex-basis: 50%;
  }
}

/* # sourceMappingURL=style.css.map */

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (max-width:991px) {
  #heading {
    padding-left: 50px;
  }
}

@media (max-width:991px) {
  #prc {
    margin-left: 70px;
    padding-left: 110px;
  }
}

@media (max-width:991px) {
  #quantity {
    padding-left: 48px;
  }
}

@media (max-width:991px) {
  #produc {
    padding-left: 40px;
  }
}

@media (max-width:991px) {
  #total {
    padding-left: 54px;
  }
}

@media (max-width:767px) {
  .mobile {
    font-size: 15px;
  }
}

@media (max-width:767px) {
  h5 {
    font-size: 14px;
  }
}

@media (max-width:767px) {
  h6 {
    font-size: 9px;
  }
}

@media (max-width:767px) {
  #mobile-font {
    font-size: 11px;
  }
}

@media (max-width:767px) {
  #prc {
    font-weight: 700;
    margin-left: -45px;
    padding-left: 105px;
  }
}

@media (max-width:767px) {
  #quantity {
    font-weight: 700;
    padding-left: 6px;
  }
}

@media (max-width:767px) {
  #produc {
    font-weight: 700;
    padding-left: 0px;
  }
}

@media (max-width:767px) {
  #total {
    font-weight: 700;
    padding-left: 9px;
  }
}

@media (max-width:767px) {
  #image {
    width: 60px;
    height: 60px;
  }
}

@media (max-width:767px) {
  .col {
    width: 100%;
  }
}

@media (max-width:767px) {
  #zero-pad {
    padding: 2%;
    margin-left: 10px;
  }
}

@media (max-width:767px) {
  #footer-font {
    font-size: 12px;
  }
}

@media (max-width:767px) {
  #heading {
    padding-top: 15px;
  }
}

@media (max-width:767px) {
  .over767Center {
    text-align: left !important;
  }
}

.over767Center {
  text-align: center;
}

body.CartPage section.section_contents .container .title {
  margin-top: 80px;
  margin-bottom: 45px;
  color: #303030;
}

body.CartPage section.section_contents .container .title h4 {
  text-align: center;
}

body.CartPage section.section_contents .contents .title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #303030;
}

body.CartPage section.section_contents .contents .title h4 {
  text-align: center;
}

body.CartPage section.section_contents .container .Box {
  width: 100%;
}

body.CartPage section.section_contents .container .Box ul.item {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 16px;
  text-align: center;
}

body.CartPage section.section_contents .container .Box ul.item li {
  width: 100%;
  border: 1px solid white;
  border-radius: 3px;
  padding: 10px 0;
  background: #4f81bd;
  color: white;
  transition: 0.1s;
}

body.CartPage section.section_contents .container .Box ul.item li:hover {
  background: #fcc800;
}

body.CartPage section.section_contents .container .Box ul.item li.item {
  flex-grow: 1;
  flex-basis: 30%;
}

body.CartPage section.section_contents .container .buttonBox {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

body.CartPage section.section_contents .container .buttonBox a {
  text-decoration: none;
}

body.CartPage section.section_contents .container .buttonBox a .button {
  border: 1px solid #4f81bd;
  border-radius: 5px;
  display: inline-block;
  padding: 8px 35px;
  color: #4f81bd;
  transition: 0.1s;
  width: 100%;
  text-align: center;
  margin: 5px 5px;
}

body.CartPage section.section_contents .container .buttonBox a .button:hover {
  border: 1px solid transparent;
  background: #fcc800;
  color: white;
}

@media (max-width: 545px) {
  body.CartPage section.section_contents .container .Box ul.item li.item {
    flex-basis: 50%;
  }
}

/* #lblCartCount {
  font-size: 15px;
  background: #ff0000;
  border-radius: 10px;
  color: #fff;
  padding: 0 5px;
  vertical-align: top;
  margin-left: -13px;
} */

.owrap {
  overflow-wrap: anywhere;
}

.iconsize {
  width: 30px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../assets/img/dollarCircleMemory.svg?h=79234d8d5ff7a9e08468eb6fb37fb91f');
}

.iconsize:hover {
  width: 30px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../assets/img/dollarCircleMemoryWhite.svg?h=6a3d83dea3983424be8f979a596c3c6d');
}

.w-size14 {
  width: calc(47% - 55px);
}

.w-size13 {
  width: 53%;
}

.fa {
  color: rgb(79,129,189) !important;
}

.far {
  color: rgb(79,129,189) !important;
}

.Icon {
  color: rgb(79,129,189) !important;
}

