@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 22px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
footer h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
  pointer-events: all;
}
#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* top */
#top {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  min-height: 36px;
  position: relative;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}
#top ul {
  margin-bottom: 0;
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* logo */
#logo img {
  max-width: 200px;
}
/* search */
#search {
  max-width: 80%;
  margin: 0 auto;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn {
  background-color: #e74847;
  color: #fff;
}
.header-cart-wrap .btn-default {
  height: 40px;
  line-height: 40px;
  padding: 0 0.8rem;
}
/* cart */
#header-cart .btn.dropdown-toggle {
  color: #333;
}
#header-cart .dropdown-menu {
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
}
@media (max-width: 768px) {
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
.menu-wrap {
  background-color: #27272700;
}
#menu {
  min-height: 40px;
  border-radius: 4px;
  margin-bottom: 20px;
}
#menu.navbar {
  padding: 0;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  background-color: #eee;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 5px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  background-color: #eee;
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: black;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
#menu .navbar-nav > li:hover > a {
  background-color: #e74847;
}
#menu .navbar-nav > li > a {
  color: #0e0e0e;
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #f1f2f4;
  border-top: 1px solid #e4e4e4;
  color: #e2e2e2;
}
footer .powered-wrap {
  border-top: 1px solid #e4e4e4;
  background: #d4d7de;
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
  color: #777;
  margin-bottom: 0;
}
footer ul.list-unstyled li {
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
}
footer ul.list-unstyled li::before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: auto;
  top: 4px;
  left: 0;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  color: #777;
}
footer ul.list-unstyled li:hover a {
  margin-left: 11px;
}
footer ul.list-unstyled li a {
  padding-left: 16px;
  color: #777;
  transition: all 0.5s ease 0s;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  margin-bottom: 26px;
  color: #333;
  position: relative;
}
footer h5::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 80%;
  border-bottom: 1px solid #ddd;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  position: relative;
  padding: 0;
  white-space: pre-line;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  padding-right: 5px;
  padding-left: 5px;
  color: #666;
}
.breadcrumb > li.breadcrumb-item:before {
  content: "/";
  padding-right: 0;
}
.breadcrumb > li.breadcrumb-item:first-of-type:before {
  content: "";
}
.pagination {
  margin: 0;
}
.btn-primary {
  color: #fff;
}
.quantity-wrap {
  width: 130px;
  border: 1px solid #eee;
  border-radius: var(--bs-border-radius-lg);
}
.quantity-wrap .btn {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #eee;
  border-color: #eee;
}
.quantity-wrap .btn i {
  color: #333;
}
.quantity-wrap input {
  border: none;
  text-align: center;
}
.btn-default {
  border: 1px solid #eee;
  background-color: #fff;
  color: #666;
}
.btn-default:hover {
  color: #222;
  border-color: #e74847;
}
.product-main-image {
  border: 1px solid #eee;
}
.product-description .price-wrap {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.product-description .model-wrap {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.product-description .model-wrap li {
  padding: 3px 0;
}
.product-description .model-wrap li .text-title {
  color: #777;
  display: inline-block;
  width: 100px;
}
/* buttons */
.product-thumb {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 15px;
  transition: all 0.3s ease-out;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb h4 .p-name {
  color: #111;
}
.product-thumb:hover {
  box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #fff;
}
.product-thumb:hover .image .form-btns {
  bottom: 0;
  opacity: 1;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.product-thumb .image .form-btns {
  bottom: -30px;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 40;
}
.product-thumb .image .form-btns .button-group {
  width: 100%;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 0 10px 10px;
  text-align: center;
}
.product-thumb .button-group {
  display: flex;
  background-color: #eee;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #000;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  background-color: #e74847;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #444;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  
  
  
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  width: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
  color: #e74847;
}
.price-old {
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
.account-list h2 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  clear: both;
}
.account-list h2 i {
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 768px) {
  .account-list h2 {
    font-size: 17px;
  }
}
.account-list .list-unstyled {
  margin-right: -2%;
  clear: both;
}
@media (max-width: 768px) {
  .account-list .list-unstyled {
    margin-bottom: 12px;
  }
}
.account-list .list-unstyled li {
  float: left;
  width: 18%;
  margin-right: 2%;
}
.account-list .list-unstyled a {
  position: relative;
  display: block;
  text-align: center;
  padding: 14px;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #666;
  border: 1px solid #ddd;
  transition: all 0.3s ease 0s;
}
.account-list .list-unstyled a i {
  font-size: 26px;
}
.account-list .list-unstyled a span {
  display: block;
  margin-top: 12px;
  height: 40px;
}
@media (max-width: 768px) {
  .account-list .list-unstyled a {
    font-size: 14px;
    padding: 5px 0 5px 22px;
  }
  h1 {
    font-size: 20px;
  }
}
.account-list .list-unstyled a:hover {
  background: #e74847;
  border-color: #e74847;
  color: #000;
  box-shadow: 0 -1px 16px 6px #e4e4e4;
}

//菜单
*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{height:100%}body{font-family:Lato,sans-serif;font-size:14px;font-weight:400;font-style:normal;line-height:25px;position:relative;visibility:visible;color:#3d3d3d;background-color:#fff}a{line-height:inherit;display:inline-block;cursor:pointer;text-decoration:none;color:inherit}a{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}:focus{outline:0!important}a:focus{text-decoration:none;color:inherit;outline:0}a:hover{text-decoration:none;color:#408ed4}
.categoryes-menu-btn{position:relative;z-index:9;background:#009a2f00;padding:10px 20px;overflow:hidden}.categoryes-menu-btn a,.categoryes-menu-btn i{color:black;font-size:18px;text-transform:capitalize;cursor:pointer}@media only screen and (min-width:992px) and (max-width:1199px){.categoryes-menu-btn a{padding-right:40px}}@media only screen and (max-width:479px){.categoryes-menu-btn a{font-size:14px}}.categoryes-menu-btn i{font-size:14px;font-weight:500}.categoryes-menu-bar .categorye-menus{width:270px;background:#fff;border-radius:0 0 10px 10px;border:2px solid #176ab4;border-top:none;padding:0;position:absolute;top:100%;z-index:9}@media only screen and (min-width:992px) and (max-width:1199px){.categoryes-menu-bar .categorye-menus{width:210px}}@media only screen and (max-width:479px){.categoryes-menu-bar .categorye-menus{width:175px}}.categoryes-menu-bar .categorye-menus>ul>li{position:relative}.categoryes-menu-bar .categorye-menus>ul>li>a{display:block;overflow:hidden;line-height:52px;word-wrap:break-word;background:#fff;color:#3d3d3d;font-size:14px;font-weight:400;margin:0 26px;border-bottom:1px solid #ebebeb;-webkit-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (max-width:479px){.categoryes-menu-bar .categorye-menus>ul>li>a{margin:0 10px;font-size:12px;line-height:3.6}}.categoryes-menu-bar .categorye-menus>ul>li>a:hover{color:#408ed4;padding-left:3px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.categoryes-menu-bar .categorye-menus>ul>li>a>i{line-height:3.7}@media only screen and (max-width:991px){.categories-expand .categories-hover-right{display:none}}@media only screen and (max-width:991px){.categoryes-menu-bar{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;width:100%}.categoryes-menu-bar .categorye-menus{display:none}.categoryes-menu-bar .categoryes-menu-btn{width:78%}}@media only screen and (max-width:991px) and (max-width:767px){.categoryes-menu-bar .categoryes-menu-btn{width:75.9%}}@media only screen and (max-width:991px) and (max-width:575px){.categoryes-menu-bar .categoryes-menu-btn{width:270px}}@media only screen and (max-width:991px){.categoryes-menu-bar .categoryes-menu-btn a{padding-right:30px}}@media only screen and (max-width:767px){.categoryes-menu-bar{-webkit-box-flex:0;-webkit-flex:0 0 70%;-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%;width:100%}}@media only screen and (max-width:479px){.categoryes-menu-btn{width:174px!important}.categoryes-menu-btn a{padding-right:30px}}.categoryes-menu-btn{position:relative;z-index:9;background:#009a2f00;padding:10px 20px;overflow:hidden}.categoryes-menu-btn a,.categoryes-menu-btn i{color:black;font-size:18px;text-transform:capitalize;cursor:pointer}@media only screen and (min-width:992px) and (max-width:1199px){.categoryes-menu-btn a{padding-right:40px}}@media only screen and (max-width:479px){.categoryes-menu-btn a{font-size:14px}}.categoryes-menu-btn i{font-size:14px;font-weight:500}.categoryes-menu-bar .categorye-menus{width:270px;background:#fff;border-radius:0 0 10px 10px;border:2px solid #176ab4;border-top:none;padding:0;position:absolute;top:100%;z-index:9}@media only screen and (min-width:992px) and (max-width:1199px){.categoryes-menu-bar .categorye-menus{width:210px}}@media only screen and (max-width:479px){.categoryes-menu-bar .categorye-menus{width:175px}}.categoryes-menu-bar .categorye-menus>ul>li{position:relative}.categoryes-menu-bar .categorye-menus>ul>li>a{display:block;overflow:hidden;line-height:52px;word-wrap:break-word;background:#fff;color:#3d3d3d;font-size:14px;font-weight:400;margin:0 26px;border-bottom:1px solid #ebebeb;-webkit-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}@media only screen and (min-width:992px) and (max-width:1199px),only screen and (max-width:479px){.categoryes-menu-bar .categorye-menus>ul>li>a{margin:0 10px;font-size:12px;line-height:3.6}}.categoryes-menu-bar .categorye-menus>ul>li>a:hover{color:#408ed4;padding-left:3px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.categoryes-menu-bar .categorye-menus>ul>li>a>i{line-height:3.7}@media only screen and (max-width:991px){.categories-expand .categories-hover-right{display:none}}@media only screen and (max-width:991px){.categoryes-menu-bar{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;width:100%}.categoryes-menu-bar .categorye-menus{display:none}.categoryes-menu-bar .categoryes-menu-btn{width:78%}}@media only screen and (max-width:991px) and (max-width:767px){.categoryes-menu-bar .categoryes-menu-btn{width:75.9%}}@media only screen and (max-width:991px) and (max-width:575px){.categoryes-menu-bar .categoryes-menu-btn{display:none;width:270px}}@media only screen and (max-width:991px){.categoryes-menu-bar .categoryes-menu-btn a{padding-right:30px}}@media only screen and (max-width:767px){.categoryes-menu-bar{-webkit-box-flex:0;-webkit-flex:0 0 70%;-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%;width:100%}}@media only screen and (max-width:479px){.categoryes-menu-btn{width:174px!important}.categoryes-menu-btn a{padding-right:30px}}.float-left{float:left}.float-right{float:right}

svg.bi.bi-justify {
    font-size: 20px;
    /* size: 59px; */
    width: 1em;
    height: 1em;
    color: black;
}
.float-left {
    color: white;
}
.cate-top {
    margin: 0 0 17px 0;
}
.header-cart-wrap {
   
    margin-top: 9px;
}

#tab-description img {
    width: 90%;
}