@charset "UTF-8";
body {
  background: #FFF;
  position: relative;
  z-index: 1;
  font-family: -apple-system, "Microsoft JhengHei", sans-serif;
  overflow-x: hidden;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.header_bar {
  background: #F6F6F6;
  color: #666666;
  font-size: 14px;
}
.header_bar ul {
  margin-bottom: 0;
  list-style: none;
}
.header_bar a[title=購物車] {
  color: #666666;
  text-decoration: none;
  font-size: 14px;
}
.header_bar .lineicon {
  width: 42px;
}
.header_bar .Facebookicon {
  font-size: 18px;
}

.logo {
  max-width: 215px;
  display: block;
}
.logo img {
  width: 100%;
}

.new_products {
  list-style: none;
}
.new_products > li {
  overflow: hidden;
}
.new_products > li > a > div {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.new_products > li > a > div .img_content {
  position: relative;
  padding-bottom: 100%;
  background-size: auto 100% !important;
}
.new_products > li > a .card-body {
  position: relative;
}
.new_products > li:hover .porduct_more {
  transition: 0.5s;
  opacity: 1;
  top: -40px;
}

.porduct_more {
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 33px;
  display: block;
  color: #FFF;
  text-align: center;
  width: 40%;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.8078431373);
  border-radius: 2px;
}

h3.title {
  font-weight: normal;
  position: relative;
}
h3.title::after {
  content: "";
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: #35C47F;
}

.new_products {
  padding-left: 0;
  width: 100%;
}
.new_products > li {
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 53px;
}
.new_products a {
  text-decoration: none;
}
.new_products a h5 {
  color: #666666;
  font-size: 16px;
  background: #F1F3F4;
}

.menuList {
  width: calc(100% - 215px - 100px);
}
.menuList ul {
  width: 100%;
}

.mail_List a {
  color: #717071;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}

.footer {
  box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
}
.footer .qrcode_img {
  width: 182px;
}
.footer .qrcode_img img {
  width: 100%;
}
.footer .footer_padding {
  padding: 80px 0;
}
.footer .footer_logo {
  width: 240px;
  margin-bottom: 10px;
}
.footer .footer_logo img {
  width: 100%;
}
.footer .list-group {
  border: 0;
}
.footer .list-group .list-group-item {
  border: 0;
  font-size: 18px;
  font-weight: bolder;
  color: #717071;
  padding: 0 1rem;
}
.footer .list-group .list-group-item a {
  text-decoration: none;
  color: #717071;
  font-size: 16px;
  font-weight: normal;
  display: block;
  padding: 0.2rem 0;
}
.footer .list-group.Atm_data {
  width: 30%;
}
.footer .list-group.Atm_data .list-group-item {
  font-weight: normal;
  padding: 0.2rem 0;
}
.footer .list-group.Atm_data .list-group-item:nth-of-type(1) {
  font-weight: bolder;
  padding: 0;
}

.copyright {
  background: #F6F6F6;
  text-align: center;
  font-size: 12px;
  padding: 12px 0;
}

.breadcrumb {
  margin: 22px 0;
  display: flex;
  justify-content: flex-end;
}
.breadcrumb li, .breadcrumb a {
  font-size: 14px;
  color: #898989;
  text-decoration: none;
}

.filter_buttons {
  width: 160px;
}
.filter_buttons button, .filter_buttons a {
  width: 45%;
}
.filter_buttons button {
  margin-right: 5%;
}

.filterSelect {
  width: 100%;
  margin-right: 20px;
}
.filterSelect .form-select {
  border-radius: 0;
}
.filterSelect .form-select.List {
  height: 130px;
  scrollbar-width: thin;
  scrollbar-color: #d3d3d3 #FAFAFA;
}
.filterSelect .form-select.List::-webkit-scrollbar {
  width: 12px;
}
.filterSelect .form-select.List::-webkit-scrollbar-track {
  background: #FAFAFA;
}
.filterSelect .form-select.List::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  border-radius: 6px;
  border: 3px solid #FAFAFA;
}
.filterSelect .form-select:disabled {
  background-color: #fff;
  border-bottom: 0;
  color: #666666;
}
.filterSelect .form-select:nth-of-type(2) {
  color: #B8B8B8;
  background: #F8F8F8;
}
.filterSelect .form-select:focus {
  border-color: #ced4da;
  box-shadow: none;
}
.filterSelect option {
  margin-bottom: 7px;
}
.filterSelect option:last-of-type {
  margin-bottom: 0;
}
.filterSelect option:checked {
  background: none;
  color: #333;
}

select:-internal-list-box:focus {
  background-color: red !important;
}

select[multiple]:focus option:checked {
  background: red linear-gradient(0deg, #F8F8F8 0%, #F8F8F8 100%);
}

.filterbutton {
  width: 140px;
}

.pagination a {
  color: #5A5A5A;
}
.pagination .page-item.active .page-link {
  background: #5A5A5A;
  border-color: #5A5A5A;
}
.pagination .page-link:focus, .pagination .page-link:hover {
  color: #333;
  box-shadow: none;
}

.modal-xxl {
  --bs-modal-width: 95%;
}

#flyadImg {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4509803922);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: 0.2s;
}
#flyadImg img {
  position: absolute;
  width: 90%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#flyadImg.flyadImg_opacity {
  opacity: 0;
  z-index: -10;
}

.title_products, .new_productsList {
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}
.title_products li, .new_productsList li {
  list-style: none;
  width: 160px;
  text-align: center;
  color: #666666;
  padding: 30px 0;
}
.title_products li span, .new_productsList li span {
  display: none;
}
.title_products li:nth-of-type(1), .new_productsList li:nth-of-type(1) {
  width: calc(100% - 800px);
  text-align: left;
}

.new_productsList {
  border-bottom: solid 1px #DEE2E6;
}

.LabelSale {
  position: absolute;
  left: 7px;
  top: 10px;
  width: 35px;
  height: 35px;
  padding: 4px 0;
  background: #ff0303;
  font-size: 16px;
  z-index: 5;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.PorductsDetail .porducts_Detail {
  width: calc(100% - 578px);
}
.PorductsDetail select {
  color: #666666;
}
.PorductsDetail .cost_title {
  width: 60px;
  color: #898989;
  padding-top: 4px;
}
.PorductsDetail .porducts_Show {
  width: 578px;
}
.PorductsDetail .porducts_Show img {
  width: 100%;
}
.PorductsDetail .Checkbox_List {
  color: #666666;
}
.PorductsDetail .Checkbox_List.number button {
  border-color: #D2D2D2;
  color: #898989;
  height: 30px;
  line-height: 18px;
}
.PorductsDetail .Checkbox_List.number button:nth-of-type(1) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.PorductsDetail .Checkbox_List.number button:nth-of-type(2) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.PorductsDetail .Checkbox_List.number input[type=number] {
  border-color: #D2D2D2;
  height: 30px;
  width: 70px;
  text-align: center;
}
.PorductsDetail .Checkbox_List .title {
  display: inline-block;
  width: 60px;
  color: #898989;
}

.Checkbox_List input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  vertical-align: middle;
  position: relative;
}
.Checkbox_List input:checked {
  position: relative;
  border-color: #fff;
}
.Checkbox_List input:checked:after {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  color: #FFA800;
  font-weight: 900;
  left: -1px;
  position: absolute;
  top: -6px;
  font-size: 18px;
  border: 0;
  border-radius: 5px;
}
.Checkbox_List label {
  vertical-align: middle;
  width: 110px;
}
.Checkbox_List label p {
  vertical-align: middle;
}

.SelectColorList label {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 16px;
  border-radius: 5px;
  transition: 0.2s;
  position: relative;
}
.SelectColorList label i {
  position: absolute;
  right: 10px;
  top: 9px;
  color: #FFF;
  font-size: 14px;
  transition: 0.2s;
}
.SelectColorList .btn-outline-yellow {
  border-color: #666666;
  color: #666666;
}
.SelectColorList .btn-outline-yellow:hover {
  border-color: #FFA800;
  background: #FFA800;
  color: #fff;
  transition: 0.2s;
}
.SelectColorList input[type=radio]:checked + label {
  border-color: #FFA800;
  background: #FFA800;
  color: #fff;
}
.SelectColorList input[type=radio]:checked + label i {
  color: #FFF;
}

.cost_Lists .cost_box {
  margin-right: 3px;
  width: 24%;
}
.cost_Lists .cost_box input[type=radio]:checked + label {
  border: solid 2px #FFA800;
  position: relative;
  overflow: hidden;
}
.cost_Lists .cost_box input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 81px 25px;
  border-color: transparent transparent #FFA800 transparent;
}
.cost_Lists .cost_box input[type=radio]:checked + label::before {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  color: #fff;
  font-weight: 900;
  right: 2px;
  position: absolute;
  bottom: -3px;
  font-size: 14px;
  border: 0;
  border-radius: 5px;
  z-index: 9;
}
.cost_Lists .cost_box label {
  width: 100%;
  display: block;
  text-align: center;
  padding: 12px 0;
  height: 80px;
}
.cost_Lists .cost_box label i {
  font-style: normal;
  color: #FE0000;
  font-weight: bolder;
}
.cost_Lists .cost_box label .hint_link {
  padding: 0;
}
.cost_Lists .cost_box label .hint_link i {
  color: #333;
  position: relative;
  z-index: 10;
}
.cost_Lists .cost_box p {
  margin-bottom: 5px;
  color: #202020;
}
.cost_Lists .cost_box:nth-of-type(1) {
  background: #FFF4EF;
}
.cost_Lists .cost_box:nth-of-type(2) {
  background: #F5F1FE;
}
.cost_Lists .cost_box:nth-of-type(3) {
  background: #F1F8FE;
}
.cost_Lists .cost_box:nth-of-type(4) {
  background: #f1fef6;
}
.cost_Lists .cost_box:nth-of-type(5) {
  background: #f2f9eb;
}
.cost_Lists .cost_box:nth-of-type(6) {
  background: #dbeff2;
  margin-top: 2px;
}
.cost_Lists .cost_box:nth-of-type(7) {
  background: #f8e6ff;
  margin-top: 2px;
  margin-right: 0;
}

.cost_Lists .cost_box.secondary:nth-of-type(1) {
  background: #EEEEEE;
}
.cost_Lists .cost_box.secondary:nth-of-type(2) {
  background: #EEEEEE;
}
.cost_Lists .cost_box.secondary:nth-of-type(3) {
  background: #EEEEEE;
}
.cost_Lists .cost_box.secondary:nth-of-type(4) {
  background: #EEEEEE;
}

.showCarbtn, .Otherbtn {
  width: 233px;
  max-width: 100%;
  padding: 12px 0;
}

.new_products li ul li:nth-of-type(1) span {
  font-size: 1.2rem;
  font-weight: bolder;
}
.new_products li ul li:nth-of-type(1) span.sold-text {
  font-size: 12px;
  padding: 2px 0px;
  border-radius: 20px;
  color: #7c7c7c;
}

.sold-text {
  font-size: 12px;
  padding: 2px 0px;
  border-radius: 20px;
  color: #7c7c7c;
}

.owlList {
  position: relative;
  width: 497px;
  margin-left: auto;
  margin-right: auto;
}
.owlList .owl-prev, .owlList .owl-next {
  position: absolute;
  z-index: 40;
  background: #787878 !important;
  width: 30px;
  height: 160px;
  border-radius: 0;
  color: #FFF !important;
  font-size: 20px !important;
}
.owlList .owl-prev {
  left: -40px;
  top: -5px;
}
.owlList .owl-next {
  right: -40px;
  top: -5px;
}

.mo_banner {
  display: none;
}

.manage_finances input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  vertical-align: middle;
  position: relative;
}
.manage_finances input[type=radio]:focus {
  box-shadow: none;
}
.manage_finances input[type=radio]:checked {
  position: relative;
  border-color: #fff;
  background: none;
}
.manage_finances input[type=radio]:checked:after {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  color: #FFA800;
  font-weight: 900;
  left: -1px;
  position: absolute;
  top: -6px;
  font-size: 18px;
  border: 0;
  border-radius: 5px;
}

.manage_financesList .title {
  width: 228px;
}
.manage_financesList .content {
  width: calc(100% - 228px);
}

.discountList .discountContent div {
  width: 25%;
  border: solid 1px #DEE2E6;
  border-right: 0;
  border-top: 0;
}
.discountList .discountContent div:last-of-type {
  width: 842px;
  border-right: solid 1px #DEE2E6;
}

.store_detail .store_content {
  width: 400px;
  margin-left: 50px;
}
.store_detail .store_content h3 {
  font-size: 30px;
}
.store_detail .store_content p {
  color: #898989;
}
.store_detail .store_content h4 {
  font-size: 16px;
}
.store_detail .googl_emap iframe {
  width: 100%;
  height: 245px;
}

.CartDetail .addressee_ground > div, .CartDetail .purchasing_ground > div {
  display: flex;
  width: 100%;
}
.CartDetail .addressee_ground > div .form-group, .CartDetail .purchasing_ground > div .form-group {
  margin-right: 10px;
  width: 33.3333333333%;
}
.CartDetail .addressee_ground > div .form-group input, .CartDetail .purchasing_ground > div .form-group input {
  height: 38px;
}
.CartDetail .addressee_ground > div .form-group:last-of-type, .CartDetail .purchasing_ground > div .form-group:last-of-type {
  margin-right: 0;
}
.CartDetail button {
  position: relative;
}
.CartDetail button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.CartDetail hr {
  border-color: #CED4DA;
}
.CartDetail .sumbox {
  display: flex;
  width: 290px;
  margin-left: auto;
  margin-bottom: 20px;
}
.CartDetail .sumbox p {
  margin-bottom: 0;
  width: 50%;
  text-align: right;
}
.CartDetail .sumbox span {
  width: 50%;
  text-align: right;
  color: #FE0000;
}
.CartDetail .cart_sumbox {
  margin-left: auto;
  margin-top: 20px;
}
.CartDetail .cart_sumbox .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 290px;
  margin-left: auto;
}
.CartDetail .cart_sumbox .list p {
  margin-bottom: 0;
  text-align: right;
  width: 50%;
  color: #666666;
}
.CartDetail .cart_sumbox .list span {
  color: #FE0000;
}
.CartDetail .title_List > div, .CartDetail .content_List > div {
  text-align: center;
}
.CartDetail .title_List > div:nth-of-type(1), .CartDetail .content_List > div:nth-of-type(1) {
  width: 625px;
}
.CartDetail .title_List > div:nth-of-type(2), .CartDetail .title_List > div:nth-of-type(3), .CartDetail .title_List > div:nth-of-type(4), .CartDetail .content_List > div:nth-of-type(2), .CartDetail .content_List > div:nth-of-type(3), .CartDetail .content_List > div:nth-of-type(4) {
  width: 190px;
}
.CartDetail .title_List > div:nth-of-type(5), .CartDetail .content_List > div:nth-of-type(5) {
  width: 100px;
}
.CartDetail .content_List img {
  width: 114px;
}
.CartDetail .content_List > div {
  padding: 1rem;
  height: 160px;
  border: solid 1px #CED4DA;
}
.CartDetail .content_List > div:nth-of-type(1) {
  border-right: 0;
  border-top: 0;
  position: relative;
}
.CartDetail .content_List > div:nth-of-type(1) .badge {
  width: 75px;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
}
.CartDetail .content_List > div:nth-of-type(2) {
  border-right: 0;
  border-top: 0;
}
.CartDetail .content_List > div:nth-of-type(3) {
  border-right: 0;
  border-top: 0;
}
.CartDetail .content_List > div:nth-of-type(4) {
  border-right: 0;
  border-top: 0;
}
.CartDetail .content_List > div:nth-of-type(5) {
  border-top: 0;
}

.supermarket_List input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
}
.supermarket_List input[type=radio]:checked + label {
  border: solid 5px #CD8700;
}
.supermarket_List input[type=radio]:checked + label img {
  display: block;
}
.supermarket_List label {
  border: solid 2px #DBDBDB;
  border-radius: 10px;
  margin-right: 10px;
  position: relative;
}
.supermarket_List label:nth-of-type(1) {
  background: #008061;
}
.supermarket_List label img {
  border-radius: 10px;
}
.supermarket_List label .icon {
  position: absolute;
  top: -25px;
  left: -28px;
  display: none;
}

.marquee {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
}
.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.new_products_owl a {
  text-decoration: none;
  border: solid 1px #EEE;
}
.new_products_owl a .img_content {
  position: relative;
  padding-bottom: 100%;
  background-size: auto 100% !important;
}
.new_products_owl a .card-body {
  position: relative;
}
.new_products_owl a h5 {
  color: #666666;
  font-size: 16px;
  background: #F1F3F4;
}
.new_products_owl a:hover .porduct_more {
  transition: 0.5s;
  opacity: 1;
  top: -40px;
}

.owl_prev, .owl_next {
  width: 20px;
  position: absolute;
  top: 40%;
}
.owl_prev img, .owl_next img {
  width: 100%;
}

.owl_prev {
  left: -50px;
}

.owl_next {
  right: -50px;
}

@media screen and (max-width: 1055px) {
  .owl_prev {
    left: 0px;
  }
  .owl_next {
    right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .owl_prev {
    left: -50px;
  }
  .owl_next {
    right: -50px;
  }
}
@media screen and (max-width: 820px) {
  .owl_prev, .owl_next {
    display: none;
  }
}
.menuList ul > li:hover ul.child_menu {
  opacity: 1;
  transition: 0.3s;
  z-index: 10;
}
.menuList ul.child_menu {
  position: absolute;
  z-index: -3;
  background: #FFF;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding: 10px 20px;
  width: 150px;
  border: solid 1px #eaeaea;
  border-radius: 2px;
  top: 40px;
  opacity: 0;
  transition: 0.3s;
}
.menuList ul.child_menu li {
  list-style: none;
}
.menuList ul.child_menu li a {
  text-decoration: none;
  display: block;
  padding: 4px 0;
}
.menuList ul.child_menu li a:hover {
  opacity: 0.7;
}

.blog_List {
  text-decoration: none;
  background: none;
}
.blog_List h2 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 30px;
}
.blog_List .text_content {
  font-size: 16px;
  color: #565656;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_List .img_content {
  width: 150px;
  height: 150px;
  border: solid 1px #EEE;
  background-size: auto 100%;
  background-position-x: center;
}
.blog_List .card-body {
  padding-left: 0;
  padding-right: 0;
}
.blog_List .card-footer {
  padding-left: 0;
  padding-right: 0;
  background: none;
  border-radius: 0;
  font-size: 14px;
  color: #7c7c7c;
}
.blog_List .card-footer p:nth-of-type(1) {
  background: #f1f1f1;
  padding: 2px 10px;
  border-radius: 20px;
}

.blog_detail_title {
  width: 80%;
  font-size: 26px;
}

.blog_detail_Edit img {
  max-width: 100%;
  height: auto !important;
}

.blog_prev_content {
  background: #f9f9f9;
}
.blog_prev_content .pre-title {
  font-size: 18px;
  margin-bottom: 0;
}
.blog_prev_content .img_content {
  width: 120px;
  height: 120px;
}

@media screen and (max-width: 769px) {
  .blog_detail_breadcrumb.breadcrumb {
    justify-content: flex-start;
  }
  .blog_detail_title {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 541px) {
  .blog_List .img_content {
    width: 100px;
    height: 100px;
  }
  .blog_List h2 {
    font-size: 20px;
  }
}
.fly_community_List {
  display: block;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 999;
}
.fly_community_List li {
  list-style: none;
}
.fly_community_List .tell {
  background: #ffd000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fly_community_List .tell a {
  color: #333;
  font-size: 25px;
}
.fly_community_List .line {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #06C755;
  font-size: 30px;
  margin-bottom: 10px;
}
.fly_community_List .line img {
  display: block;
  width: 30px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.footer_menuList button {
  font-size: 16px;
  padding: 0;
  color: #717071;
}

.container_box {
  min-height: 400px;
}

@media screen and (min-width: 922px) {
  .me-md-100 {
    margin-right: 100px !important;
  }
  .w-lg-100x {
    width: 100px;
  }
  .w-md-80x {
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .bg-md-none {
    background: none !important;
  }
  .ms-md-100x {
    margin-left: 100px;
  }
  .w-md-50 {
    width: 50%;
  }
}
@media screen and (min-width: 576px) {
  .w-sm-180x {
    width: 180px;
  }
  .w-sm-195x {
    width: 195px;
  }
  .w-sm-114x {
    width: 114px;
  }
  .w-sm-100x {
    width: 100px;
  }
  .w-sm-600x {
    width: 600px;
  }
  .w-sm-200x {
    width: 230px;
  }
  .w-sm-800x {
    width: 800px;
  }
}
.header_txt {
  color: #666666 !important;
}

.lightSecondary_txt {
  color: #666666 !important;
}

.MaxImagWidth img {
  max-width: 100% !important;
  height: auto !important;
}

.lightSecondary_title {
  color: #898989 !important;
}

.red_money_color {
  color: #FE0000;
}

.text_blue {
  color: #4781CD;
}

.f-14x {
  font-size: 14px !important;
}

.w-80x {
  width: 80px !important;
}

.w-100x {
  width: 100px;
}

.w-122x {
  width: 122px;
}

.mt-77x {
  margin-top: 77px;
}

.btn-lightmuted {
  background: #AAAEB2;
  color: #FFF;
}

.btn-ligsecondary {
  background: #949494;
  color: #FFF;
}

.btn-liggreen {
  background: #51BE77;
  color: #FFF;
}

.font-12x {
  font-size: 12px;
}

@media screen and (max-width: 1422px) {
  .footer .footer_padding {
    padding-left: 5%;
    padding-right: 5%;
  }
  .footer .list-group.Atm_data {
    width: 24%;
  }
}
@media screen and (max-width: 1400px) {
  .secondhand_owl .owlList {
    width: 88%;
  }
  .owlList .owl-prev, .owlList .owl-next {
    height: 100%;
  }
  .PorductsDetail .porducts_Show {
    width: 50%;
  }
  .PorductsDetail .porducts_Detail {
    width: 50%;
  }
  .cost_Lists .cost_box p {
    font-size: 0.9rem;
  }
  .cost_Lists .cost_box button {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 1162px) {
  .cost_Lists .cost_box p {
    font-size: 0.9rem;
  }
  .cost_Lists .cost_box > i {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1077px) {
  .cost_Lists .cost_box {
    width: 48%;
    margin-bottom: 4px;
  }
  .cost_Lists .cost_box:nth-of-type(6), .cost_Lists .cost_box:nth-of-type(7) {
    margin-top: 0;
  }
  .SelectColor label {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 996px) {
  .new_productsList li, .title_products li {
    width: 110px;
  }
  .new_productsList li:nth-of-type(1), .title_products li:nth-of-type(1) {
    width: calc(100% - 550px);
  }
}
@media screen and (max-width: 992px) {
  .Checkbox_List label {
    width: 127px;
  }
  .PorductsDetail {
    font-size: 20px;
  }
  .PorductsDetail select {
    font-size: 20px;
  }
  .SelectColorList label {
    font-size: 20px;
  }
  .secondhand_owl .owlList {
    width: calc(100% - 70px);
  }
  .cost_Lists .cost_box p {
    font-size: 20px;
  }
  .cost_Lists .cost_box label .hint_link i {
    font-size: 20px;
  }
  .PorductsDetail {
    font-size: 20px;
  }
  .pc_banner {
    display: none;
  }
  .mo_banner {
    display: block;
  }
  .CartDetail div[data-id=addressee_ground] > div .form-group, .CartDetail div[data-id=purchasing_ground] > div .form-group {
    display: block;
  }
  .CartDetail .content_List {
    border: solid 1px #CED4DA;
    border-bottom: 0;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .CartDetail .content_List > div {
    border: 0;
  }
  .CartDetail .content_List > div:nth-of-type(1), .CartDetail .content_List > div:nth-of-type(2), .CartDetail .content_List > div:nth-of-type(3), .CartDetail .content_List > div:nth-of-type(4), .CartDetail .content_List > div:nth-of-type(5) {
    width: 100%;
    height: auto;
    border: 0;
  }
  .CartDetail .content_List > div span {
    width: 100px;
    text-align: left;
  }
  .CartDetail .content_List > div:nth-of-type(1) .badge {
    width: 100px;
    padding: 10px 0;
    text-align: center;
  }
  .footer .mail_List {
    width: 290px;
    margin: 0 auto;
  }
  .footer .footer_menuList {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .filter_buttons {
    width: 100%;
    display: block;
  }
  .filter_buttons button, .filter_buttons a {
    width: 100%;
  }
  .filter_buttons button {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .menuList ul {
    border-top: solid 1px #f5f5f5;
  }
  .menuList ul li a, .menuList ul li button {
    color: #333;
  }
}
@media screen and (max-width: 800px) {
  .new_products li h6, .new_products li span {
    font-size: 1rem;
  }
  .new_products > li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .show_flex_fill {
    flex: 1 1 auto;
  }
  .CartDetail button[type=submit] {
    width: 100%;
  }
  .products_detail_plus {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .showCarbtn, .Otherbtn {
    width: 100%;
  }
  .cost_Lists .cost_box {
    width: 49%;
  }
  .PorductsDetail .porducts_Show, .PorductsDetail .porducts_Detail {
    width: 100%;
    margin-bottom: 20px;
  }
  .PorductsDetail .Checkbox_List .title {
    width: 100%;
    margin-bottom: 10px;
    background: #f8f9fa;
    color: #333;
    padding: 3px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .discountList .discountContent div {
    width: 100%;
    border-right: solid 1px #DEE2E6;
    border-top: solid 1px #DEE2E6;
  }
  .discountList .discountContent div:last-of-type {
    width: 100%;
  }
  /* .logo {
    width: 120px;
  } */
  .filterbutton {
    width: 100%;
  }
  .title_products {
    display: none;
  }
  .new_productsList {
    display: block;
    margin-bottom: 20px;
    border: solid 1px #c4c4c4;
    border-radius: 10px;
    padding: 20px;
  }
  .new_productsList li {
    padding: 20px 0;
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #EEE;
  }
  .new_productsList li:last-of-type {
    border: 0;
  }
  .new_productsList li a {
    width: 100%;
    padding: 10px 0;
  }
  .new_productsList li span {
    display: inline-block;
    width: 143px;
  }
  .new_productsList li:nth-of-type(1) {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .manage_financesList .title, .manage_financesList .content {
    width: 50%;
  }
  .store_detail .store_content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .footer .mail_List {
    margin: 0;
  }
  .footer .footer_menuList .list-group {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 50px;
  }
  .footer .footer_menuList .list-group .list-group-item {
    padding-left: 0;
  }
  .new_products > li {
    margin-bottom: 10px;
  }
  .new_products > li:hover .porduct_more {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .new_products > li {
    padding: 0;
  }
  .new_products > li li {
    padding: 4px 0;
  }
}
@media screen and (max-width: 400px) {
  .new_products > li li {
    flex-direction: column;
  }
  .cost_Lists .cost_box {
    width: 48%;
  }
}

    .min_hi {
        min-height: 88vh;

        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    @media (max-width: 1200px) {
        .background img {
            object-fit: cover;
            /* 裁剪圖片以填滿容器 */
            height: 120px!important;
            /* 設置固定的高度 */
        }

        #rwd_ite {
            padding-top: 0px !important;
            margin-top: 30px !important;
        }
    }

    @media (max-width: 800px) {
        .index_title {
            padding-top: 100px;
        }

        #rwd_ite {
            padding-top: 0px !important;
            margin-top: 50px !important;
        }
    }

    @media (max-width: 650px) {
        .index_title {
            padding-top: 105px;
        }

        #rwd_ite {
            padding-top: 0px !important;
            margin-top: 55px !important;
        }
    }

    .index_title {
        overflow: hidden !important;
    }

    .qInfo,
    .qtitle,
    .-Li,
    .info_text {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .-Li {
        white-space: normal !important;
    }

    .bread_title {
        padding-top: 20px;
        padding-left: 10px !important;
        padding-right: 10px !important;

    }
    .in_row{
        margin-left: 1.8rem !important;
    }

    @media (max-width: 1300px) {

        .bread_title,
        .ERP_div {
            min-width: 90% !important;
        }
        .in_row  {
            min-width: 86.4% !important;
        margin-left: 0px !important;
        }

    }

    @media (max-width: 1200px) {

        .bread_title,
        .ERP_div {

            width: 75% !important;
        }

        .-Li {
            margin-left: 5px;
        }

    

        .ERP_div {
            padding-left: 0 !important;
        }


    }

    @media (max-width: 900px) {

        .bread_title,
        .ERP_div {
            width: 85% !important;
            flex: 0 0 100% !important;
        }

        .-Li {
            margin-left: 5px;
        }

     
    }

    @media (max-width: 700px) {

        .bread_title,
        .ERP_div {
            max-width: 83% !important;

        }

        .-Li {
            margin-left: 5px;
        }

    

    }

    @media (max-width: 620px) {

        .bread_title,
        .ERP_div {
            max-width: 86% !important;
        }

        .nav-bar-title {
            padding: 10px 20px !important;

        }
    }

    @media (max-width: 550px) {

        .bread_title,
        .ERP_div {
            max-width: 90% !important;
        }

        .nav-bar-title {
            padding: 10px 17px !important;

        }
    }

    @media (max-width: 500px) {

        .bread_title,
        .ERP_div {
            max-width: 100% !important;
        }

        .nav-bar-title {
            padding: 10px 14px !important;

        }

        .ERP_div {
            flex: 0 0 100% !important;
            max-width: 100% !important;

        }
    }

    @media (max-width: 470px) {

        .bread_title,
        .ERP_div {
            flex: 0 0 100% !important;
            max-width: 100% !important;
            padding-left: 0 !important;
            padding-right: 0 !important;

        }

        .nav-bar-title {
            padding: 10px 14px !important;

        }
    }

    img,
    iframe {
        max-width: 100% !important;
    }
    .accordion-button:not(.collapsed) {
        /* background-color: unset !important; */
    }
    .accordion-button:focus{
 

        box-shadow:none !important;
    }