@charset "UTF-8";
/* 避免 300 delay */
html, a, button, .myelements {
  -ms-touch-action: manipulation; /* IE10 */
  touch-action: manipulation; /* IE11 */
}

/* 避免 iphone 無法點擊 */
a, button, .cursor-pointer {
  cursor: pointer;
}

body {
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  background-color: #F0F0F0;
  font-size: 16px;
}

.header-top, .breadcrumb, .btn, .mega-menu .menu > li > a {
  font-size: 16px;
  font-weight: 700;
}
.mega-menu h4.title{
  font-size: 22px;
  font-weight: 900;
}

.section, .page-wrapper {
  background-color: #F0F0F0;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 1);
  z-index: 9999;
  display: block;
}

#preloader .loader {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  text-align: center;
}

#preloader .loader .loader-img {
  background: url("../images/loading.GIF");
  width: 60px;
  height: 60px;
  display: block;
}

.select2-container {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  height: 40px;
}

.modal-footer .btn { margin-bottom: 0 !important; color: white; }

.border-gray { border-color: #aaa !important; }

mark.highlight { background: #C7AC54; }

img.emoji {
  height: 1em !important;;
  width: 1em !important;;
  margin: 0 .05em 0 .1em;
  vertical-align: -0.1em;
  display: inline-block;
}

.GridTitle {
  background-color: #a8d1ff;
  border-radius: 8px;
  padding: 6px;
  font-weight: bold;
}

.ProductTitle {
  /*min-height: 60px;*/
}

.ProductTitle a {
  /*min-height: 40px;*/
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-color: #ECF5FF;
  border-radius: 8px;
  padding: 6px;
  border: 1px solid #5db2ff;
  border-left-color: #aad5fc;
  border-top-color: #aad5fc;
  margin-top: 15px;
}

.ProductTitle a:hover {
  border-left-color: #5db2ff;
  border-top-color: #5db2ff;
  border-right-color: #aad5fc;
  border-bottom-color: #aad5fc;
}

.ProductImg {
  display: block;
  width: 100% !important;
  height: 0 !important;
  padding-top: 100% !important;
  overflow: hidden;
  border-radius: 4px;
}

.ProductImg img {
  float: none !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto !important;
}

.overlay-container:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
}

.overlay-container img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin: 0 auto;
}

.width-100-margin-center {
  margin: 0 auto;
  max-width: 100px;
  display: block;
}

.width-160-margin-center {
  margin: 0 auto;
  max-width: 160px;
  display: block;
}

.quantity-box { overflow: hidden; margin: 0 0 25px; }

.quantity-box label {
  float: left;
  margin: 0 10px 0 0;
  line-height: 38px;
}

.sp-minus { width: 40px; height: 40px; border: 1px solid #f2f2f2; float: left; text-align: center; color: #999; cursor: pointer; }

.sp-input { width: 80px; height: 40px; border: 1px solid #f2f2f2; border-left: 0px solid black; float: left; }

.sp-plus { width: 40px; height: 40px; border: 1px solid #f2f2f2; border-left: 0px solid #f2f2f2; float: left; text-align: center; color: #999; cursor: pointer; }

.sp-input input { height: 100%; width: 100%; padding: 0; text-align: center; border: 0; }

.sp-input input:focus { border: 1px solid #f2f2f2; border: none; }

.sp-minus a, .sp-plus a { display: block; width: 100%; height: 100%; padding-top: 5px; color: #999; text-decoration: none; }

.terms a { display: inline-block; font-weight: 600; }

.checkout-holder .checkbox.terms { margin: 15px 0 25px; }

.ph-15 { padding-left: 15px !important; padding-right: 15px !important; }

.color-white { color: #fff !important; }

/* region Collapse */
/*Style 1*/
.collapse-style-1 .card {
  border-color: #eaeaea;
}

.collapse-style-1 .card + .card {
  margin-top: 5px;
}

.collapse-style-1 .card-header {
  background-color: #fafafa;
  padding: 0;
  border-bottom: none;
}

.collapse-style-1 .card-header a {
  font-weight: 400;
  display: inline-block;
  width: 100%;
  position: relative;
  text-decoration: none;
  padding: 10px 40px 10px 15px;
  color: inherit;
  font-size: 16px;
}

.collapse-style-1 .card-header a.collapsed {
  color: #999999;
}

.collapse-style-1 .card-header a:not(.collapsed) {
  color: #777777;
}

.collapse-style-1 .card-header a:after {
  font-family: "FontAwesome";
  content: "\f146";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

.collapse-style-1 .card-header a.collapsed:after {
  content: "\f0fe";
}

.collapse-style-1 .card-block {
  border-top: none !important;
  background-color: #fafafa;
  padding: 0 15px 15px 15px;
}

/*Style 2*/
.collapse-style-2 .card {
  border-color: transparent;
}

.collapse-style-2 .card + .card {
  margin-top: 5px;
}

.collapse-style-2 .card-header {
  background-color: transparent;
  padding: 0;
}

.collapse-style-2 .card-header a {
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  position: relative;
  text-decoration: none;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
}

.collapse-style-2 .card-header a.collapsed {
  background-color: #333333;
}

.collapse-style-2 .card-header a:after {
  font-family: "FontAwesome";
  content: "\f106";
  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

.collapse-style-2 .card-header a.collapsed:after {
  content: "\f107";
}

.collapse-style-2 .card-block {
  border-top: none !important;
  background-color: transparent;
  padding: 15px 0;
}

.collapse-style-2 .card-block.p-15 {
  padding: 15px;
}

/*Style 3*/
.collapse-style-3 .card {
  border-color: #999999;
}

.collapse-style-3 .card + .card {
  margin-top: 5px;
}

.collapse-style-3 .card-header {
  background-color: transparent;
  padding: 0;
  border-color: #999999;
}

.collapse-style-3 .card-header a {
  color: #ffffff;
  background-color: #999999;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  position: relative;
  text-decoration: none;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
}

.collapse-style-3 .card-header a.collapsed {
  background-color: #999999;
}

.collapse-style-3 .card-header a:after {
  font-family: "FontAwesome";
  content: "\f139";
  position: absolute;
  right: 15px;
  font-size: 12px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -7px;
}

.collapse-style-3 .card-header a.collapsed:after {
  content: "\f13a";
}

.collapse-style-3 .card-block {
  border-top: none !important;
  background-color: transparent;
  padding: 15px;
}

.card-header a:hover {
  text-decoration: none;
}

.card-header a i {
  font-size: 16px;
}

/*Contextual Headings*/
.collapse-contextual .card + .card {
  margin-top: 5px;
}

.collapse-contextual .card-primary,
.collapse-contextual .card-success,
.collapse-contextual .card-danger,
.collapse-contextual .card-info,
.collapse-contextual .card-warning {
  color: #ffffff;
}

.collapse-contextual .card-primary .card-header a,
.collapse-contextual .card-success .card-header a,
.collapse-contextual .card-danger .card-header a,
.collapse-contextual .card-info .card-header a,
.collapse-contextual .card-warning .card-header a {
  color: #ffffff;
  text-decoration: none;
}

.collapse-contextual .card-header {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
  padding: 0;
}

.collapse-contextual .card-header a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
}

.collapse-contextual .card-header a:after {
  font-family: "FontAwesome";
  content: "\f068";
  position: absolute;
  right: 15px;
  font-size: 10px;
  font-weight: 300;
  top: 50%;
  line-height: 1;
  margin-top: -6px;
}

.collapse-contextual .card-header a.collapsed:after {
  content: "\f067";
}

.collapse-contextual .card-block {
  padding: 15px;
}

/*Content Collapse*/
.btn[data-toggle="collapse"] i:before {
  font-size: 10px;
  content: "\f068";
}

.btn.collapsed[data-toggle="collapse"] i:before {
  content: "\f067";
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 5px;
}

/* endregion Collapse */

.owl-carousel-home .SliderImg {
  display: block;
  width: 100% !important;
  height: 0 !important;
  padding-top: 100% !important;
  overflow: hidden;
}

.owl-carousel-home .SliderImg img {
  float: none !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto !important;
}

.fixed-header-on .header .logo img {
  max-height: 50px;
}

footer#footer {
  border-top: rgba(0, 0, 0, 0.1) 1px solid;
}

.footer {
  background-color: #f2f2f2;
}

body {
  color: #444444;
}

.colored.social-links li.line a, .social-links li.line a:hover, .social-links li.line a:after {
  background-color: #00B901 !important;
  border-color: #00B901;
  color: #ffffff;
}

.social-links:not(.animated-effect-1) li.line a:hover {
  background-color: #00B901 !important;
  border-color: #00B901;
  color: #ffffff;
}

.header {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  background-color: #F0F0F0;
}

/* region Nav */

.main-navigation .mega-menu .dropdown-menu {
  padding: 10px 15px;
}

.main-navigation .nav-bg {
  background-color: #000093;
  border-radius: 15px;
  border: 1px solid #444;
}

.main-navigation .navbar-nav > li > a {
  padding: 20px 15px;
  margin: 8px 5px 8px 5px;
  border-radius: 10px;
  background-color: #000093 !important;
  color: #fff !important;

  font-weight: bold !important;
  font-size: 20px !important;
}

.main-navigation .navbar-nav > li > a:hover,
.main-navigation .navbar-nav > li > a:focus,
.main-navigation .navbar-nav > .active > a,
.main-navigation .navbar-nav > .active > a:hover,
.main-navigation .navbar-nav > .active > a:focus,
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus,
.main-navigation .navbar-nav > .dropdown > a:focus {
  padding: 20px 15px;
  margin: 8px 5px 8px 5px;
  border-radius: 10px;
  background-color: #fff !important;
  color: #122a8a !important;
  border: 1px solid #cfcfcf;
}

.navbar-default .navbar-nav > .dropdown.open > a:before {
  color: #fff;
}

.main-navigation .navbar-nav > li > a.dropdown-toggle {
  padding: 20px 25px 20px 15px;
}

.main-navigation .navbar-nav > li > a.dropdown-toggle:before {
  top: 21px;
  color: #fff !important;
}

.main-navigation .navbar-nav > li.active > a.dropdown-toggle:before, .main-navigation .navbar-nav > li > a.dropdown-toggle:hover:before {
  color: #122a8a !important;
}

.mega-menu .menu > li > a i.fa, .dropdown-menu > li > a i.fa{
  width: 18px;
}
header:not(.full-width):not(.centered) .with-dropdown-buttons .mega-menu:not(.narrow) .dropdown-menu {
  border-radius: 10px;
}

@media (min-width: 1900px) {
  header:not(.full-width):not(.centered) .with-dropdown-buttons .mega-menu:not(.narrow) .dropdown-menu {
    width: 1300px;
    left: -20px;
  }

  .menu-min-h-300 {
    min-height: 300px;
  }
}

@media (min-width: 1200px) and (max-width: 1899px) {
  header:not(.full-width):not(.centered) .with-dropdown-buttons .mega-menu:not(.narrow) .dropdown-menu {
    width: 950px;
  }

  .menu-min-h-300 {
    min-height: 300px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header:not(.full-width):not(.centered) .with-dropdown-buttons .mega-menu:not(.narrow) .dropdown-menu {
    width: 850px;
  }

  .menu-min-h-300 {
    min-height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header:not(.full-width):not(.centered) .with-dropdown-buttons .mega-menu:not(.narrow) .dropdown-menu {
    width: 700px;
  }

  .menu-min-h-300 {
    min-height: 300px;
  }
}

@media (min-width: 768px) {
  .main-navigation .navbar-nav > li > a.dropdown-toggle {
    padding: 20px 25px 20px 15px !important;
  }

  .fixed-header-on .main-navigation .navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .fixed-header-on .header:not(.centered) .main-navigation .navbar-nav > .dropdown > a:before {
    top: 12px !important;
  }

  .with-dropdown-buttons .navbar-default .navbar-collapse {
    padding-right: 80px !important;
  }
}

@media (max-width: 767px) {
  .main-navigation .navbar-nav > li > a.dropdown-toggle:before {
    right: 12px;
  }

  .main-navigation .nav-bg {
    background-color: transparent !important;
    border-radius: 15px;
    border: 1px solid #fff;
  }
}

/* endregion Nav */

@media (min-width: 1900px) {
  .container {
    width: 1470px;
  }

  .home-link-box {
    padding: 0 120px;
  }

  .QuickLinks .col-sm-5-1 {
    padding: 0 30px;
  }

  .QuickLinks .col-sm-5-end {
    padding: 0 30px;
  }

  .col-xl-5-1 {
    width: 20%;
  }
}

@media (min-width: 768px) {
  .col-sm-7-1 {
    width: 14.2857142%;
  }

  .QuickLinks .col-sm-7-end {
    width: 14.2857142%;
  }

  .col-sm-5-1 {
    width: 20%;
  }

  .QuickLinks .col-sm-5-end {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .col-sm-7-1 {
    width: 50%;
  }

  .QuickLinks .col-sm-7-end {
    float: none;
    margin: 0 auto;
    width: 50%;
  }

  .col-sm-5-1 {
    width: 50%;
  }

  .QuickLinks .col-sm-5-end {
    float: none;
    margin: 0 auto;
    width: 50%;
  }
}

.ProductColorTag {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 100%;
  margin-left: 15px;
  vertical-align: middle;
}

.QuickLinks .QuickLinkTitle {
  display: block;
  text-decoration: none;
  font-weight: bold;
  background-color: #ECF5FF;
  border-radius: 8px;
  padding: 6px;
  border: 1px solid #5db2ff;
  border-left-color: #aad5fc;
  border-top-color: #aad5fc;
  margin-top: 15px;
}

.QuickLinks a:hover .QuickLinkTitle {
  border-left-color: #5db2ff;
  border-top-color: #5db2ff;
  border-right-color: #aad5fc;
  border-bottom-color: #aad5fc;
}

.QuickLinks a:hover .QuickLinkImg-1 {
  display: none;
}

.QuickLinks a .QuickLinkImg-2 {
  display: none;
}

.QuickLinks a:hover .QuickLinkImg-2 {
  display: block;
}

.nav-pills.nav-stacked > li.active > a, .nav-pills.nav-stacked > li.active > a:hover, .nav-pills.nav-stacked > li.active > a:focus, .nav-pills.nav-stacked > li > a:hover, .nav-pills.nav-stacked > li > a:focus {
  font-weight: 900;
  font-size: 18px;
}

.nav-pills.nav-stacked > li > a {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}

/*#region Bootstrap Clearfix */
/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  .ColClearFix .col-lg-1:nth-child(12n+1),
  .ColClearFix .col-lg-2:nth-child(6n+1),
  .ColClearFix .col-lg-3:nth-child(4n+1),
  .ColClearFix .col-lg-4:nth-child(3n+1),
  .ColClearFix .col-lg-6:nth-child(2n+1),
  .ColClearFix .col-md-1:nth-child(12n+1),
  .ColClearFix .col-md-2:nth-child(6n+1),
  .ColClearFix .col-md-3:nth-child(4n+1),
  .ColClearFix .col-md-4:nth-child(3n+1),
  .ColClearFix .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .ColClearFix .col-sm-1:nth-child(12n+1),
  .ColClearFix .col-sm-2:nth-child(6n+1),
  .ColClearFix .col-sm-3:nth-child(4n+1),
  .ColClearFix .col-sm-4:nth-child(3n+1),
  .ColClearFix .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .ColClearFix .col-lg-1:nth-child(12n+1),
  .ColClearFix .col-lg-2:nth-child(6n+1),
  .ColClearFix .col-lg-3:nth-child(4n+1),
  .ColClearFix .col-lg-4:nth-child(3n+1),
  .ColClearFix .col-lg-6:nth-child(2n+1),
  .ColClearFix .col-sm-1:nth-child(12n+1),
  .ColClearFix .col-sm-2:nth-child(6n+1),
  .ColClearFix .col-sm-3:nth-child(4n+1),
  .ColClearFix .col-sm-4:nth-child(3n+1),
  .ColClearFix .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .ColClearFix .col-md-1:nth-child(12n+1),
  .ColClearFix .col-md-2:nth-child(6n+1),
  .ColClearFix .col-md-3:nth-child(4n+1),
  .ColClearFix .col-md-4:nth-child(3n+1),
  .ColClearFix .col-md-6:nth-child(2n+1){
    clear: left;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .ColClearFix .col-md-1:nth-child(12n+1),
  .ColClearFix .col-md-2:nth-child(6n+1),
  .ColClearFix .col-md-3:nth-child(4n+1),
  .ColClearFix .col-md-4:nth-child(3n+1),
  .ColClearFix .col-md-6:nth-child(2n+1),
  .ColClearFix .col-sm-1:nth-child(12n+1),
  .ColClearFix .col-sm-2:nth-child(6n+1),
  .ColClearFix .col-sm-3:nth-child(4n+1),
  .ColClearFix .col-sm-4:nth-child(3n+1),
  .ColClearFix .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .ColClearFix .col-lg-1:nth-child(12n+1),
  .ColClearFix .col-lg-2:nth-child(6n+1),
  .ColClearFix .col-lg-3:nth-child(4n+1),
  .ColClearFix .col-lg-4:nth-child(3n+1),
  .ColClearFix .col-lg-6:nth-child(2n+1){
    clear: left;
  }
}
/*#endregion Bootstrap Clearfix */
