@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
menu,
nav,
main,
aside,
article,
p,
a,
ul,
ol,
li,
table,
tr,
td,
th,
input,
button,
form,
img,
div,
span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  list-style: none;
  text-decoration: none;
  font-family: "Red Hat Text", "Noto Sans TC", "微軟正黑體";
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

.blank {
  min-height: 100vh;
  /* 滿版高度 */
  display: flex;
  flex-direction: column;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  word-break: break-all;
  overflow-wrap: break-word;
}

main,
section {
  width: 100%;
  flex: 1;
  /* 撐開內容區 */
}

a:hover,
.main-c {
  color: #ef8b1e;
}

.text-black {
  color: #000;
}

.mainTitle-center {
  text-align: center;
}
.mainTitle-center img {
  width: auto;
  align-items: center;
  max-height: 60px;
  margin-top: 20px;
}
.mainTitle-center h3,
.mainTitle-center h5 {
  margin-bottom: 15px;
  color: #ef8b1e;
  font-weight: 700;
}
.mainTitle-center h6 {
  font-weight: 700;
}
.mainTitle-center p {
  margin: 10px;
}

.btn {
  width: 100%;
  font-size: 16px;
  display: flex;
  margin-top: 20px;
}
.btn button {
  left: 0;
  width: 7em;
  height: 3.5em;
  color: #000;
  border: none;
  background-color: #fff;
}
.btn button:hover {
  background-color: #2184a5;
  color: #FFF;
}

.pageAll {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 1em auto;
}
.pageAll .page {
  width: 40px;
  height: 40px;
  color: #000;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  justify-content: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 18px;
  margin: 0 10px;
}
.pageAll .page i {
  vertical-align: middle;
}
.pageAll .page p {
  width: 100%;
  height: 100%;
}
.pageAll .page:hover,
.pageAll .page.active {
  background-color: #ef8b1e;
  color: #fff;
  font-weight: 500;
}

.container .breadcrumb {
  padding-left: 50px;
}
.container .breadcrumb .breadcrumb-item.active a {
  color: #eba72b;
}

@media only screen and (max-width: 576px) {
  .grid-sm-1 {
    width: 8.3333333333%;
  }
  .grid-sm-2 {
    width: 16.6666666667%;
  }
  .grid-sm-3 {
    width: 25%;
  }
  .grid-sm-4 {
    width: 33.3333333333%;
  }
  .grid-sm-5 {
    width: 41.6666666667%;
  }
  .grid-sm-6 {
    width: 50%;
  }
  .grid-sm-7 {
    width: 58.3333333333%;
  }
  .grid-sm-8 {
    width: 66.6666666667%;
  }
  .grid-sm-9 {
    width: 75%;
  }
  .grid-sm-10 {
    width: 83.3333333333%;
  }
  .grid-sm-11 {
    width: 91.6666666667%;
  }
  .grid-sm-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-1 {
    width: 8.3333333333%;
  }
  .grid-2 {
    width: 16.6666666667%;
  }
  .grid-3 {
    width: 25%;
  }
  .grid-4 {
    width: 33.3333333333%;
  }
  .grid-5 {
    width: 41.6666666667%;
  }
  .grid-6 {
    width: 50%;
  }
  .grid-7 {
    width: 58.3333333333%;
  }
  .grid-8 {
    width: 66.6666666667%;
  }
  .grid-9 {
    width: 75%;
  }
  .grid-10 {
    width: 83.3333333333%;
  }
  .grid-11 {
    width: 91.6666666667%;
  }
  .grid-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid-md-1 {
    width: 8.3333333333%;
  }
  .grid-md-2 {
    width: 16.6666666667%;
  }
  .grid-md-3 {
    width: 25%;
  }
  .grid-md-4 {
    width: 33.3333333333%;
  }
  .grid-md-5 {
    width: 41.6666666667%;
  }
  .grid-md-6 {
    width: 50%;
  }
  .grid-md-7 {
    width: 58.3333333333%;
  }
  .grid-md-8 {
    width: 66.6666666667%;
  }
  .grid-md-9 {
    width: 75%;
  }
  .grid-md-10 {
    width: 83.3333333333%;
  }
  .grid-md-11 {
    width: 91.6666666667%;
  }
  .grid-md-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .grid-lg-1 {
    width: 8.3333333333%;
  }
  .grid-lg-2 {
    width: 16.6666666667%;
  }
  .grid-lg-3 {
    width: 25%;
  }
  .grid-lg-4 {
    width: 33.3333333333%;
  }
  .grid-lg-5 {
    width: 41.6666666667%;
  }
  .grid-lg-6 {
    width: 50%;
  }
  .grid-lg-7 {
    width: 58.3333333333%;
  }
  .grid-lg-8 {
    width: 66.6666666667%;
  }
  .grid-lg-9 {
    width: 75%;
  }
  .grid-lg-10 {
    width: 83.3333333333%;
  }
  .grid-lg-11 {
    width: 91.6666666667%;
  }
  .grid-lg-12 {
    width: 100%;
  }
  main section.container {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .grid-xl-1 {
    width: 8.3333333333%;
  }
  .grid-xl-2 {
    width: 16.6666666667%;
  }
  .grid-xl-3 {
    width: 25%;
  }
  .grid-xl-4 {
    width: 33.3333333333%;
  }
  .grid-xl-5 {
    width: 41.6666666667%;
  }
  .grid-xl-6 {
    width: 50%;
  }
  .grid-xl-7 {
    width: 58.3333333333%;
  }
  .grid-xl-8 {
    width: 66.6666666667%;
  }
  .grid-xl-9 {
    width: 75%;
  }
  .grid-xl-10 {
    width: 83.3333333333%;
  }
  .grid-xl-11 {
    width: 91.6666666667%;
  }
  .grid-xl-12 {
    width: 100%;
  }
  main section.container {
    margin-left: 250px;
  }
}
main .row1x4 {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background-image: url(../images/aboutbg.png);
  background-repeat: no-repeat;
}
main .row1x4 .flexBox1x4 {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .row1x4 .flexBox1x4 .contentFlexBox1x4 h5,
main .row1x4 .flexBox1x4 .contentFlexBox1x4 h6 {
  color: #ef8b1e;
}
main .row1x4 .flexBox1x4 .contentFlexBox1x4 p {
  margin: 15px 0;
}
main .row1x4 .flexBox1x4 .contentFlexBox1x4 img {
  height: 80px;
  margin-bottom: 10px;
}
main .row1x4 .flexBox1x4 .grid-5 {
  margin: 0 0.5em;
}
main .row1x4 .flexBox1x4 .grid-5 p {
  font-size: 14px;
}
main .default-padding-md.container.mainSaleCart .row > * {
  padding: 10px 30px;
}
main .default-padding-md.container.mainSaleCart .lSAction > a {
  color: #808080;
  background: none;
  /* 取消原本背景圖 */
  background-color: #fff;
  opacity: 1;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: opacity 0.3s;
}
main .default-padding-md.container.mainSaleCart .lSAction > a:hover {
  opacity: 1;
}
main .default-padding-md.container.mainSaleCart .lSAction > .lSPrev {
  left: 0;
}
main .default-padding-md.container.mainSaleCart .lSAction > .lSNext {
  right: 0;
}
main .default-padding-md.container.mainSaleCart .d-flex a:hover button {
  color: #ef8b1e;
}
main .row1x3 {
  position: relative;
  width: 100%;
  background-image: url(../images/mainsidebg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-origin: border-box;
  background-size: 80%;
  padding: 20px 0;
}
main .row1x3 .flexBox1x3 {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em auto;
  margin-bottom: 0;
}
main .row1x3 .flexBox1x3 .contentflexBox1x3 {
  padding: 10px;
}
main .row1x3 .flexBox1x3 .contentflexBox1x3 .text {
  text-align: center;
  max-height: 200px;
  overflow-y: hidden;
  text-align: left;
}
main .row1x3 .flexBox1x3 .contentflexBox1x3 .text h5 {
  margin: 10px 0;
}
main .row1x3 .flexBox1x3 .contentflexBox1x3 .text p {
  margin: 5px 0;
  color: gray;
}
main .row1x3 .flexBox1x3 .contentflexBox1x3 .text p:hover {
  color: #eba72b;
}
main .row1x3 .flexBox1x3 .contentflexBox1x3 .text:hover p {
  color: #ef8b1e !important;
}
main .row1x3 .flexBox1x3 .grid-11 {
  padding: 30px;
  padding-top: 0;
  margin: 5px 0;
  max-width: 350px;
}
main .qaAccordin {
  margin: 20px auto;
}
main .qaAccordin .mainTitle-center {
  margin-bottom: 20px;
}
main .qaAccordin .qa-item {
  border: 1px solid #f3a83b;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
main .qaAccordin .qa-item .question {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 30px;
  color: #000;
  background-color: #fff;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
main .qaAccordin .qa-item .question .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #eaeaea;
  color: #f3a83b;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  flex-shrink: 0;
  transition: background-color 0.3s, color 0.3s;
}
main .qaAccordin .qa-item .question.active {
  background-color: #f3a83b;
  /* 黃色底 */
  color: #fff;
}
main .qaAccordin .qa-item .question.active .icon {
  background-color: #fff;
  color: #f3a83b;
  /* 白底白字 */
}
main .qaAccordin .qa-item .answer {
  display: none;
  padding: 16px;
  padding-top: 0;
  padding-left: 40px;
  background-color: #f3a83b;
  /* 黃色底 */
  color: #fff;
  transition: all 0.3s;
}
main .qaAccordin .qa-item .answer.show {
  display: block;
}

.mainContactx3 {
  padding: 32px 0;
  background-image: url(../images/contactbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.mainContactx3 [class*=grid] {
  margin: 30px 0;
}
.mainContactx3 .contLeft {
  text-align: center;
}
.mainContactx3 .contLeft img {
  width: 90%;
  max-width: 300px;
  height: auto;
  margin: 10px;
}
.mainContactx3 .contCenter {
  justify-content: start;
  max-width: 350px;
}
.mainContactx3 .contCenter img {
  max-height: 40px;
  margin: 10px 0;
}
.mainContactx3 .contCenter h4 {
  margin-bottom: 10px;
}
.mainContactx3 .contCenter hr {
  width: 50px;
  border: 1px solid #000;
  opacity: 1;
}
.mainContactx3 .contCenter p {
  line-height: 2em;
}
.mainContactx3 .contCenter p span {
  margin-right: 12px;
}
.mainContactx3 .contCenter p a:hover {
  color: #ef8b1e;
}
.mainContactx3 .link p {
  color: #000;
}
.mainContactx3 .link p i {
  color: #8f80a6;
}
.mainContactx3 .contRight {
  display: flex;
  justify-content: center;
}
.mainContactx3 .contRight img {
  width: 150px;
  height: 150px;
}

aside {
  display: flex;
  position: fixed;
  flex-direction: column;
  right: 0;
  bottom: 100px;
  text-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0.5em 0;
  width: 50px;
  border-radius: 10px;
  transform: scale(0.8);
  z-index: 99;
}
aside a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin: 10px 0;
}
aside a p {
  margin: 15px 0;
  font-size: 12px;
}
aside a p:hover {
  color: #dbd7e0;
}
aside a i {
  color: #8f80a6;
  font-size: 25px;
}
aside .asideBottom {
  margin-top: 5px;
  transition: opacity 0.3s ease;
  opacity: 1;
}
aside .asideBottom a {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
aside .asideBottom.hidden {
  opacity: 0;
  pointer-events: none;
}
aside hr {
  margin: 0.5em;
  width: 2.5em;
  border: 1px solid #8f80a6;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

footer {
  background-color: #f3a83b;
  line-height: 3em;
  text-align: center;
  font-size: 14px;
}

section.about h4 {
  margin: 10px;
  margin-left: 0;
  color: #ef8b1e;
  font-weight: 800;
}
section.about h4,
section.about h5,
section.about h6,
section.about p {
  line-height: 2em;
}
section.about .aboutContent {
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
section.about .aboutTextFlex {
  max-width: 500px;
  padding: 30px;
  max-width: 700px;
  margin: 0 auto;
}
section.about .aboutTextFlex .aboutText1x5,
section.about .aboutTextFlex .aboutText1x3 {
  background-color: #fff;
  border: 2px solid #f3a83b;
  border-radius: 30px;
  margin: 10px;
  padding: 30px;
}

section .product-container {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
section .product-container .product-sidebar {
  margin: 1em auto;
  max-width: 300px;
}
section .product-container .product-sidebar hr {
  width: 18em;
  margin: 0;
}
section .product-container .product-sidebar h3 {
  color: #fff;
  background-color: #ef8b1e;
  padding: 20px;
  border-radius: 10px;
}
section .product-container .product-sidebar ul li.filter-btn {
  line-height: 2em;
  padding: 10px;
  cursor: pointer;
  border-radius: 10px;
}
section .product-container .product-sidebar ul li.filter-btn i {
  padding-left: 1em;
}
section .product-container .product-sidebar ul li.filter-btn .dropdown-content {
  display: none;
}
section .product-container .product-sidebar ul li.filter-btn:hover {
  background-color: #ef8b1e;
  color: #fff;
  font-weight: 700;
}
section .product-container .product-sidebar ul .dropdown-toggle:hover ul {
  display: block;
}
section .product-container .product-sidebar ul li.dropdown-toggle::after {
  content: none;
  /* 或刪除整個這段 */
}
section .product-container .product-list {
  margin: 0 auto;
  margin-top: 1em;
  align-items: center;
}
section .product-container .product-list .product-item {
  margin: 1em;
}
section .product-container .product-list .product-item a {
  text-decoration: none;
  color: #000000;
}
section .product-container .product-list .product-item h3 {
  font-size: 18px;
  line-height: 2.5em;
  text-align: center;
}
section .product-container .product-list .product-item h3:hover {
  color: #fff;
  background-color: #ef8b1e;
}
section .product-container .product-list .product-item hr {
  margin: 0;
}
section .product-container .product-list .product-item p {
  font-size: 14px;
}
section .product-container .product-list .product-item .prices {
  display: flex;
  position: relative;
}
section .product-container .product-list .product-item .prices img {
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
section .product-container .product-list .product-item .boximg1x1 {
  position: relative;
  overflow: hidden;
}
section .product-container .product-list .product-item .boximg1x1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  /* 半透明白 */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  color: #333;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  /* 確保點擊可穿透到連結 */
}
section .product-container .product-list .product-item .boximg1x1 .overlay i {
  font-size: 20px;
}
section .product-container .product-list .product-item .boximg1x1:hover .overlay,
section .product-container .product-list .product-item .boximg1x1:active .overlay {
  opacity: 1;
}

section.saleCart .default-padding-md {
  padding-top: 48px;
  padding-bottom: 48px;
  margin: 0 auto;
}
section.saleCart .default-padding-md .list-unstyle {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.saleCart .default-padding-md .list-unstyle #zoomIn a {
  position: relative;
  display: inline-block;
  width: 100%;
}
section.saleCart .default-padding-md .list-unstyle #zoomIn a .img-wrapper {
  display: none;
}
section.saleCart .default-padding-md .list-unstyle #zoomIn a:hover .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.saleCart .default-padding-md .list-unstyle #zoomIn a:hover .img-wrapper i {
  color: #fff;
  font-size: 2rem;
}
section.saleCart a {
  text-decoration: none;
  color: var(--bs-body-color);
}
section.saleCart a:hover {
  color: #034D91;
}
section.saleCart .product-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 1.25rem;
}
section.saleCart .product-info .type {
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.25rem 1.25rem;
  background-color: #036EAE;
  color: #fff;
  margin-bottom: 0.75rem;
}
section.saleCart .product-info .price {
  font-weight: normal;
  width: 100%;
  margin: 10px 0;
}
section.saleCart .product-info .price .onSale {
  padding-left: 40px;
  color: #f11717;
}
section.saleCart .product-info .price .sale {
  color: #000;
}
section.saleCart .product-info .price:has(.onSale:not(:empty)) .default {
  text-decoration: line-through;
}
section.saleCart .product-info hr {
  border-top: 1px solid #808080;
  width: 100%;
}
section.saleCart .product-info .product-content {
  flex-grow: 1;
  padding: 1.25rem 0;
  min-height: 120px;
}
section.saleCart .product-info .spec {
  margin: 0.5rem 0;
  width: 100%;
}
section.saleCart .product-info .spec select {
  width: 100%;
  padding: 0.5rem;
}
section.saleCart .product-info .add-number {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  width: 70%;
}
section.saleCart .product-info .add-number label {
  margin: 0;
  padding-right: 0.5rem;
  flex-shrink: 0;
}
section.saleCart .product-info .add-number input {
  min-height: 2rem;
  padding: 0;
  flex: 1 0 auto;
}
section.saleCart .product-info .d-flex .btn {
  padding: 0.5rem 1.5rem;
}
section.saleCart .product-info .d-flex .btn-second {
  border-color: #ef8b1e;
  background-color: #fff;
  color: #000;
}
section.saleCart .product-info .d-flex .btn-second:hover {
  border-color: #ef8b1e;
  background-color: #ef8b1e;
  color: #fff;
}
section.saleCart .product-info .d-flex .btn-primary {
  border-color: #036EAE;
  background-color: #036EAE;
}
section.saleCart .product-info .d-flex .btn-primary:hover {
  border-color: #eba72b;
  background-color: #eba72b;
}
section.saleCart .product-info .align-items-center {
  height: 2em;
}
section.saleCart .product-info .align-items-center .fa-line {
  transform: scale(0.9);
}
section.saleCart .col-lg-12 .area-title {
  border-bottom: 1px solid #036EAE;
  padding: 8px;
  font-size: 18px;
  margin-top: 20px;
  color: #036EAE;
}
section.saleCart .col-lg-12 .product-detail {
  margin-top: 1.5rem;
}
section.saleCart .col-lg-12 .product-detail img {
  display: block;
  margin: 1rem auto;
}

article.articleBorder {
  width: 90%;
  margin: 10px auto;
  max-width: 900px;
  background-color: #fff;
  padding: 15px;
}
article.articleBorder hr {
  width: 100%;
  margin: 20px auto;
  border: 1px solid #8f80a6;
}
article.articleBorder .articleContent {
  margin: 0 auto;
  width: 90%;
}
article.articleBorder .articleContent h4 {
  line-height: 1.5em;
}
article.articleBorder .articleContent hr {
  max-width: 500px;
}
article.articleBorder .articleContent p {
  line-height: 2em;
}
article.articleBorder .articleContent span {
  font-size: 32px;
}
article.articleBorder .articleContent h6 {
  font-weight: normal;
}
article.articleBorder .articleContent img {
  width: 100% !important;
  height: 100% !important;
}
article.articleBorder .articleContent iframe {
  width: 100% !important;
  height: 100% !important;
}

section .product-container .product-list .contact-item {
  box-shadow: 0px 0px 10px gray;
  padding: 30px 40px;
  border-radius: 15px;
  margin: 15px 0;
}
section .product-container .product-list .contact-item h5 {
  text-align: center;
  color: #ef8b1e;
}
section .product-container .product-list .contact-item hr {
  margin: 20px 0;
  border: 1px solid #ef8b1e;
  opacity: 1;
}
section .product-container .product-list .contact-item a:hover, section .product-container .product-list .contact-item i {
  color: #ef8b1e;
}

@media only screen and (min-width: 400px) {
  aside {
    right: 10px;
    transform: scale(1);
  }
}
@media only screen and (min-width: 700px) {
  article .articleContent {
    margin: 0 auto;
    width: 700px;
  }
}
@media only screen and (min-width: 768px) {
  main .row1x4 .flexBox1x4 .grid-md-4 {
    margin: 15px;
  }
  main .row1x3 {
    background-size: 60%;
  }
  main .row1x3 .flexBox1x3 {
    display: flex;
    justify-content: start;
  }
  main .row1x3 .flexBox1x3 img {
    margin-bottom: 1em;
    width: 100%;
  }
  main .row1x3 .flexBox1x3 .text {
    margin-left: 0;
  }
  main .row1x3 .flexBox1x3 .text h5 {
    font-size: 18px;
  }
  main .row1x3 .flexBox1x3 .text p {
    font-size: 16px;
  }
  main .row1x3 .justifyContentSpaceBetween {
    justify-content: space-between;
  }
  .mainContactx3 .grid-md-5 {
    margin: 10px;
  }
  .mainContactx3 .contLeft {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mainContactx3 .contLeft img {
    width: 80%;
    height: 80%;
  }
  .mainContactx3 .contCenter {
    max-width: 400px;
  }
  section.about .aboutContent {
    padding: 30px;
    width: 80%;
    margin: 0 auto;
  }
  section .product-container {
    display: flex;
  }
  section .product-container .product-list {
    align-items: flex-start;
  }
  section .product-container .product-list.grid-md-7 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    justify-content: start;
  }
  section .product-container .product-list .contact-item {
    min-height: 350px;
    margin: 10px;
  }
}
@media only screen and (min-width: 992px) {
  section.about .aboutContent {
    padding: 20px;
  }
  section.about .aboutTextFlex {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
  }
  section.about .aboutTextFlex .aboutText1x5 {
    width: calc(50% - 20px);
  }
  section.about .aboutTextFlex .aboutText1x3 {
    width: calc(33% - 20px);
  }
  .mainContactx3 .contLeft,
  .mainContactx3 .contRight {
    margin: auto 15px;
  }
}
@media only screen and (min-width: 1200px) {
  section.about .aboutTextFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
  }
  section.about .aboutTextFlex .aboutText1x5 {
    width: 200px;
  }
}
@media only screen and (min-width: 1400px) {
  .mainContactx3 .contRight {
    justify-content: start;
  }
  section .product-container {
    max-width: 1400px;
    margin: 0 auto;
  }
  section .product-container .product-list {
    max-width: 900px;
    margin-left: 20px;
    margin-right: 0;
    flex-wrap: nowrap;
  }
  section .product-container .product-list .product-item {
    margin: 10px;
    width: 100%;
    max-width: 30%;
  }
  section.saleCart .container {
    max-width: 1250px;
  }
}/*# sourceMappingURL=style.css.map */