@font-face {
  font-family: "Montserrat-Light";
  src: url("../font/Montserrat-Light-6.woff2") format("woff2"), url("../font/Montserrat-Light-6.woff") format("woff"), url("../font/Montserrat-Light-6.ttf") format("truetype"), url("../font/Montserrat-Light-6.eot") format("embedded-opentype"), url("../font/Montserrat-Light-6.svg") format("svg");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../font/Montserrat-Regular-8.woff2") format("woff2"), url("../font/Montserrat-Regular-8.woff") format("woff"), url("../font/Montserrat-Regular-8.ttf") format("truetype"), url("../font/Montserrat-Regular-8.eot") format("embedded-opentype"), url("../font/Montserrat-Regular-8.svg") format("svg");
}
@font-face {
  font-family: "Baskerville-Regular";
  src: url("../font/Baskerville-Regular-6.woff2") format("woff2"), url("../font/Baskerville-Regular-6.woff") format("woff"), url("../font/Baskerville-Regular-6.ttf") format("truetype"), url("../font/Baskerville-Regular-6.eot") format("embedded-opentype"), url("../font/Baskerville-Regular-6.svg") format("svg");
}
.font1,
#menu .nav li a {
  font-family: "Montserrat-Light", "Microsoft JhengHei";
}
.font2,
* {
  font-family: "Montserrat-Regular", "Microsoft JhengHei";
}
.font3 {
  font-family: "Baskerville-Regular", "Microsoft JhengHei";
}
* {
  color: #010101;
}
.unified-a {
  padding: 10px 65px;
  font-size: 18px;
  border: 1px solid #000;
  transition: all 0.5s;
}
.unified-a:hover {
  background: #000;
  color: #fff;
}
.black-a {
  background: #000;
  color: #fff;
}
.black-a:hover {
  background: transparent;
  color: #000;
}
@media (min-width: 1400px) {
  .container {
    width: 1442px;
  }
}
#form-language a {
  position: relative;
  font-size: 14px;
  padding: 0 10px;
}
#form-language a:first-child {
  padding-left: 0;
}
#form-language a:first-child:after {
  display: table;
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #010101;
}
#form-language a:hover {
  color: #010101;
}
#search input {
  height: 32px;
  background: #f8f8f8;
  padding-left: 14px;
  border: 0;
  box-shadow: inherit;
  font-size: 14px;
}
#search input::-webkit-input-placeholder {
  color: #010101;
}
#search .button-submit {
  top: 50%;
  transform: translateY(-50%);
}
#search .button-submit img {
  height: 16px;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container > div:first-child,
header .container > div:last-child {
  width: 40%;
}
header .container > div:nth-child(2) {
  width: 20%;
}
header .header-left {
  display: flex;
  align-items: center;
}
header .header-left #form-language {
  white-space: nowrap;
}
header .header-left #search {
  margin-left: 10px;
  width: 15vw;
}
header .logo a img {
  margin: 0 auto;
}
header .header-right {
  padding: 0;
}
header .header-right > li {
  list-style: none;
  float: right;
  margin-left: 40px;
}
header .header-right > li a {
  display: table;
  text-align: center;
  font-size: 14px;
}
header .header-right > li a i,
header .header-right > li a img {
  height: 18px;
  display: table;
  font-size: 18px;
  margin: 0 auto 5px;
}
.menu-wrapper {
  border: 1px solid #b2b2b2;
  border-left: 0;
  border-right: 0;
}
.menu-wrapper .nav {
  display: flex;
  width: 100%;
  justify-content: center;
}
.menu-wrapper .nav li a {
  text-transform: uppercase;
  background: transparent !important;
}
.banner {
  margin-top: 20px;
}
.banner .txt {
  max-width: 645px;
  text-align: center;
  padding: 40px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
}
.banner .txt p {
  font-size: 14px;
}
.banner .txt h1 {
  font-size: 48px;
  line-height: 1.5;
}
.banner .txt a {
  display: table;
  margin: 0 auto;
  margin-top: 20px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 14px ;
  height: 14px;
  border: 2px solid #fff;
  background: transparent !important;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
}
.index-about {
  margin-top: 50px;
}
.index-about .container .rows {
  overflow: hidden;
  border: 1px solid #efefef;
}
.index-about .container .rows .col-md-4 {
  padding: 45px 80px;
}
.index-about .container .rows .col-md-4 img {
  margin-left: -8px;
}
.index-about .container .rows .col-md-4 p {
  margin-top: 20px;
  color: #888888;
}
.index-about .container .rows .col-md-4 h1 {
  font-size: 36px;
  text-transform: uppercase;
}
.index-about .container .rows .col-md-8 {
  padding: 25px 40px;
}
.index-about .container .rows .col-md-8 p,
.index-about .container .rows .col-md-8 span {
  text-align: justify;
  font-size: 16px !important;
  line-height: 1.5;
  font-family: "Montserrat-Light", "Microsoft JhengHei" !important;
  margin: 0;
  color: #222222 !important;
}
.index-about .container .rows .col-md-8 a {
  display: table;
  margin-top: 30px;
}
.our-brands {
  margin-top: 50px;
}
.our-brands .title {
  margin-bottom: 30px;
}
.our-brands .brands-box {
  display: flex;
  justify-content: space-between;
}
.our-brands .brands-box .brands-item .img-txt {
  position: relative;
}
.our-brands .brands-box .brands-item .img-txt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-brands .brands-box .brands-item .img-txt .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
  padding: 50px 60px;
  text-align: center;
}
.our-brands .brands-box .brands-item .img-txt .txt h3 {
  font-size: 30px;
}
.our-brands .brands-box .brands-item .img-txt .txt p {
  font-size: 18px;
}
.our-brands .brands-box .brands-item:first-child {
  width: calc(55% - 22px);
}
.our-brands .brands-box .brands-item:first-child .img-txt:last-child {
  margin-top: 22px;
}
.our-brands .brands-box .brands-item:last-child {
  width: 45%;
}
.our-brands .brands-box .brands-item:last-child .img-txt {
  height: 100%;
}
.our-brands .brands-box .brands-item:last-child .img-txt .txt {
  padding: 100px 60px;
}
.promise {
  background: #eaf1ff;
  margin-top: 50px;
  padding: 30px 0;
}
.promise .title {
  margin-bottom: 30px;
}
.promise .promise-box {
  display: flex;
  justify-content: space-between;
}
.promise .promise-box .promise-item {
  width: 20%;
}
.promise .promise-box .promise-item img {
  height: 116px;
  margin-bottom: 10px;
}
.bestsellers {
  margin: 50px 0;
}
.bestsellers .title {
  margin-bottom: 30px;
}
footer {
  background: #f8f8f8;
  padding: 50px 0 0;
  border: 0;
}
footer h5 {
  margin-bottom: 20px;
}
footer h5,
footer a {
  color: #000 !important;
  font-size: 18px;
}
footer a {
  font-size: 16px;
  font-family: "Montserrat-Light", "Microsoft JhengHei";
}
footer ul.list-unstyled li {
  margin: 10px 0;
}
footer .row > div {
  width: 20%;
}
footer .row > div:last-child {
  width: 40%;
}
footer .newsletter {
  display: flex;
}
footer .newsletter input {
  width: 100%;
  height: 55px;
  border: 1px solid #e5e5e5;
  color: #000;
  background: transparent;
  box-shadow: initial;
  padding-left: 16px;
  font-size: 16px;
}
footer .newsletter button {
  white-space: nowrap;
  padding: 0 30px;
  height: 55px;
  background: #000;
  border: 0;
  color: #fff;
  text-transform: uppercase;
}
footer .midoe a {
  margin-right: 10px;
}
footer .footer-bottom {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom p {
  padding-left: 30px;
  font-size: 16px;
}
footer .footer-bottom img {
  height: 30px;
  margin-left: 15px;
}
.category-left-box {
  padding: 0 !important;
  border: 0;
  border-right: 1px solid #e5e5e5;
}
.category-left-box > h2 {
  margin: 0;
  margin-bottom: 30px;
}
.category-left-box .sidebar-widget {
  padding-right: 20px;
}
.category-left-box .sidebar-widget > li {
  padding: 25px 0;
  margin: 0;
}
.category-left-box .sidebar-widget > li .category-href {
  font-size: 14px;
  margin: 0;
}
.category-left-box .sidebar-widget > li ul {
  padding: 20px 0 0;
}
.category-left-box .sidebar-widget > li ul li {
  border: 0;
  padding: 15px 0;
}
.breadcrumb-wrapper {
  margin-top: 20px;
  background: url("../../images/banner3.jpg") no-repeat center / cover;
  position: relative;
  height: 350px;
}
.breadcrumb-wrapper .breadcrumb {
  padding: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.breadcrumb-wrapper .breadcrumb li {
  display: none;
}
.breadcrumb-wrapper .breadcrumb li:last-child {
  display: block;
  width: 100%;
  text-align: center;
}
.breadcrumb-wrapper .breadcrumb li:last-child a {
  text-transform: uppercase;
  font-family: "Baskerville-Regular";
  font-size: 48px;
}
.pagination li a,
.pagination li span {
  margin-left: 10px;
  border-radius: 10px !important;
  border: 1px solid #c8c8c8;
  color: #000;
}
.pagination .active span {
  background-color: #68d2df;
  border-color: #68d2df;
}
.product-images {
  position: relative;
}
.product-images .main-image{
      border: 1px solid #cccccc;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-images img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.product-images-swiper img{
  width: 100px;
  height: 100px;
  object-fit: contain;
}

@media (max-width: 960px) {
.product-images .swiper-slide{
  width: 100px !important;
  height: 85px !important;
  /*object-fit: contain;*/
}
}


.product-images-swiper .swiper-slide{
  margin-right: 0 !important;
}

.product-images .product-images-swiper {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-top: 30px;
}
.product-images .product-images-swiper .swiper-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  content: ' ';
  width: 101%;
  height: 101%;
  background: rgba(255, 255, 255, 0.6);
}
.product-images .product-images-swiper .swiper-slide-active:after {
  display: none;
}
.product-images .swiper-button-prev,
.product-images .swiper-button-next {
  width: 10px;
  height: 28px;
  background-size: 10px 28px;
  bottom: 55px;
  top: initial;
}
.product-images .swiper-button-prev {
  left: -15px;
}
.product-images .swiper-button-next {
  right: -15px;
}
.modie {
  margin-top: 20px;
}
.modie a {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #e2e2e2;
  margin-right: 10px;
}
.product-info {
  padding-left: 50px;
}
.product-info h1 {
  font-weight: bold;
}
.product-info .product-level {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.product-info .product-level img {
  margin-right: 20px;
}
.product-info .form-group select {
  border-radius: inherit;
  border: 1px solid #e7e7e7;
  color: #000;
  height: 40px;
}
.product-info .product-option-radio {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.product-info .product-option-radio .radio {
  margin-right: 10px;
  border: 1px solid #e7e7e7;
  padding: 0;
}
.product-info .product-option-radio .radio label {
  display: block;
  padding: 10px 30px;
  color: #000;
  font-size: 18px;
}
.product-info .product-option-radio .radio input {
  display: none;
}
.product-info .product-option-radio .active {
  background: #000;
}
.product-info .product-option-radio .active label {
  color: #fff;
}
.product-info .price {
  margin: 30px 0;
  font-size: 30px;
  color: #333;
}
.product-info .pro-cart {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.product-info .pro-cart .cart {
  width: 100%;
  max-width: 248px;
  margin: 0 30px 0 0;
  color: #fff;
  font-size: 16px;
  background: #000;
  padding: 0;
  height: 60px;
}
.product-info .pro-cart .wishlis,
.product-info .pro-cart .compare {
  width: 42px;
  height: 42px;
  line-height: 10px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  margin-left: 10px;
  font-size: 28px;
}
.product-info .pro-cart .quantity-box {
  transition: all 0.5s;
  border: 1px solid #e2e2e2;
  display: flex;
  height: 42px;
  border-radius: 4px;
}
.product-info .pro-cart .quantity-box > div {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.product-info .pro-cart .quantity-box input {
  height: 100%;
  width: calc(100% - 80px);
  box-shadow: initial;
  border: 0;
}
.product-info .description p,
.product-info .description div,
.product-info .description span,
.product-info .description b,
.product-info .description font,
.product-info .description strong {
  line-height: 2;
  font-size: 16px;
  color: #333;
}
.faq-box .panel {
  border-radius: inherit;
  margin-top: 15px !important;
}
.faq-box .panel .panel-heading {
  padding: 15px 25px;
  background: #000;
}
.faq-box .panel .panel-heading a,
.faq-box .panel .panel-heading i {
  color: #fff;
}
.faq-box .panel .panel-heading i {
  float: right;
}
.faq-box .panel .panel-heading .panel-title[aria-expanded=false] i.yes {
  display: none;
}
.faq-box .panel .panel-heading .panel-title[aria-expanded=false] i.no {
  display: block;
}
.faq-box .panel .panel-heading .panel-title[aria-expanded=true] i.yes {
  display: block;
}
.faq-box .panel .panel-heading .panel-title[aria-expanded=true] i.no {
  display: none;
}
.faq-box .panel .panel-collapse .panel-body {
  padding: 20px 40px;
  background: #f3f3f3;
}
.faq-box .panel .panel-collapse .panel-body p,
.faq-box .panel .panel-collapse .panel-body div,
.faq-box .panel .panel-collapse .panel-body span,
.faq-box .panel .panel-collapse .panel-body b,
.faq-box .panel .panel-collapse .panel-body font,
.faq-box .panel .panel-collapse .panel-body strong {
  line-height: 2;
  font-size: 16px;
  color: #333;
  font-family: "Montserrat-Light";
}
.brand-page p,
.about-page p,
.brand-page div,
.about-page div,
.brand-page span,
.about-page span,
.brand-page b,
.about-page b,
.brand-page font,
.about-page font,
.brand-page strong,
.about-page strong {
  line-height: 2;
  font-size: 18px;
  color: #333;
  font-family: "Montserrat-Light";
}
.brand-page .brand-page-top {
  margin: 30px 0 50px;
}
.brand-page .brand-page-top .content {
  margin: 30px auto 0;
  width: 60vw;
}
.brand-page .brand-page-bottom {
  margin-bottom: 50px;
}
.brand-page .brand-page-bottom .brand-page-bottom-item {
  display: flex;
  margin-bottom: 50px;
}
.brand-page .brand-page-bottom .brand-page-bottom-item > div {
  width: 50%;
  position: relative;
}
.brand-page .brand-page-bottom .brand-page-bottom-item > div img {
  max-width: 100%;
}
.brand-page .brand-page-bottom .brand-page-bottom-item > div .text {
  padding: 0 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.brand-page .brand-page-bottom .brand-page-bottom-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.about-page {
  margin-top: 50px;
}
.about-page .about-top img {
  width: 100%;
}
.about-page .about-bottom {
  margin: 50px 0;
  position: relative;
}
.about-page .about-bottom > img {
  width: 100%;
  min-height: 375px;
  object-fit: cover;
}
.about-page .about-bottom .txt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 22px;
  background: rgba(230, 235, 247, 0.8);
}
.about-page .about-bottom .txt > div {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .language-m {
    display: none;
  }
}
@media (max-width: 992px) {
  .language-pc,
  header {
    display: none;
  }
  .banner {
    margin-top: 0;
  }
  .banner img {
    height: 70vh;
  }
  .banner .txt {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .banner .txt h1 {
    font-size: 28px;
    line-height: 1.5;
  }
  .index-about .container .rows .col-md-4 {
    padding: 15px;
  }
  .index-about .container .rows .col-md-8 {
    padding: 15px;
  }
  .about-page .about-bottom {
    margin-bottom: 0;
  }
  .our-brands .brands-box {
    flex-wrap: wrap;
  }
  .our-brands .brands-box .brands-item {
    margin-bottom: 20px;
  }
  .our-brands .brands-box .brands-item .img-txt .txt {
    width: calc(100% - 30px);
    padding: 30px 0;
  }
  .our-brands .brands-box .brands-item:first-child {
    width: 100%;
  }
  .our-brands .brands-box .brands-item:last-child {
    width: 100%;
  }
  .our-brands .brands-box .brands-item:last-child .img-txt .txt {
    padding: 30px 0;
  }
  .promise .promise-box {
    flex-wrap: wrap;
  }
  .promise .promise-box .promise-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-thumb .image img {
    /*width: 100%;*/
  }
  footer {
    margin-bottom: 72px;
  }
  footer .row > div {
    width: 50%;
    margin-bottom: 20px;
    float: left;
    min-height: 260px;
  }
  footer .row > div:nth-child(3) {
    min-height: 100px;
  }
  footer .row > div:last-child {
    width: 100%;
  }
  footer .footer-bottom {
    flex-wrap: wrap;
  }
  footer .footer-bottom p {
    padding-left: 0;
  }
  footer .footer-bottom img {
    margin-left: 0;
    margin-right: 15px;
  }
  .breadcrumb-wrapper {
    height: 140px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .breadcrumb-wrapper .breadcrumb {
    padding: 0;
    top: 60%;
    left: inherit;
    transform: translateY(-50%);
    padding-left: 15px;
    width: 100%;
  }
  .breadcrumb-wrapper .breadcrumb h1 {
    left: 15px;
    font-size: 24px;
  }
  .breadcrumb-wrapper .breadcrumb li a {
    font-size: 20px !important;
  }
  .breadcrumb-wrapper .breadcrumb > li + li:before {
    display: none;
  }
  .brand-page .brand-page-top {
    margin: 0;
  }
  .brand-page .brand-page-top .content {
    margin: 0;
    width: 100%;
    text-align: left;
  }
  .brand-page .brand-page-bottom {
    margin-bottom: 50px;
  }
  .brand-page .brand-page-bottom .brand-page-bottom-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .brand-page .brand-page-bottom .brand-page-bottom-item > div {
    width: 100%;
  }
  .brand-page .brand-page-bottom .brand-page-bottom-item > div .text {
    padding: 0;
    position: initial;
    top: initial;
    transform: initial;
  }
  .brand-page .brand-page-bottom .brand-page-bottom-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .product-images .product-images-swiper {
    width: calc(100% - 40px);
  }
  .product-images .swiper-button-prev,
  .product-images .swiper-button-next {
    bottom: 38px;
  }
  .product-images .swiper-button-next {
    right: 0;
  }
  .product-images .swiper-button-prev {
    left: 0;
  }
  .product-info {
    padding-left: 15px;
  }
  .product-info h1 {
    font-size: 26px;
  }
}
