@charset "UTF-8";
/* 全局变量 */
/* 全局滚动条 */
* {
  font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Apple Legacy Chevron","Helvetica Neue","Helvetica","Arial",sans-serif !important;
  font-weight: 500 !important;
  /* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸 */
  /* 定义滚动条轨道 内阴影+圆角 */
  /* 内层滚动槽 */
  /* 定义滑块 内阴影+圆角 */
  /* 当焦点不在当前区域滑块的状态 */
  /* &::-webkit-scrollbar-thumb:window-inactive
   display: none */
}

*::-webkit-scrollbar {
  width: 5px;
  height: 6px;
  background-color: transparent;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 0px 5px 5px 0;
}

*::-webkit-scrollbar-track-piece {
  background: #fff;
}

*::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background: #ccc;
  /* background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.24, rgb(122,153,217)),color-stop(0.42, rgb(73,125,189)),color-stop(0.66, rgb(28,58,148))) */
}

body {
  /* font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif !important */
  overflow-x: hidden !important;
  color: #333 !important;
  background-color: #fff !important;
}

body a:hover {
  color: #336699;
  cursor: default;
}

body a[href]:hover {
  cursor: pointer;
}

body p {
  color: #333;
}

body b {
  font-weight: bolder !important;
}

body .btn:hover {
  background: #444040;
}

/* 单行文本省略 */
.text_line {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 多行文本省略 */
.text_line_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.4rem;
}

.text_line_3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 3.6rem;
}

/* 商品详情样式 */
.product-cart-wrap {
  /* 图片 */
  /* 内容 */
}

.product-cart-wrap:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.product-cart-wrap .product-img-action-wrap {
  padding: 0;
}

.product-cart-wrap .product-content-wrap {
  padding: 10px;
  /* 电压电流 */
  /* 价格 */
  /* 库存 */
}

.product-cart-wrap .product-content-wrap .product-rate-cover span {
  color: dodgerblue !important;
}

.product-cart-wrap .product-content-wrap .product-price span:first-child {
  color: red;
}

.product-cart-wrap .product-content-wrap .sold span {
  padding: .5rem .8rem;
  background: #a6f1a9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0b630b;
  border-radius: .5rem;
}

.card-1 {
  padding: 30px 15px;
}

.card-1 h6 {
  width: 100%;
}

.card-1 h6 a {
  width: 100%;
  overflow-wrap: anywhere;
}

.product-list-small article {
  border-radius: 0.5rem;
}

.product-list-small .hover-up {
  padding: 10px 0;
}

.product-list-small .hover-up:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.product-price span:first-child {
  color: red;
}

/* ----------------------- 局部自定义sass ----------------------- */
/* 头部 */
.header-style-1 .header-bottom-bg-color {
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.58) 0px 2px 4px !important;
          box-shadow: rgba(0, 0, 0, 0.58) 0px 2px 4px !important;
}

.header-style-1 .header-middle-ptb-1 .container .header-wrap {
  /* border: 1px solid red */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 80px;
}

.header-style-1 .header-middle-ptb-1 .container .header-wrap .logo.logo-width-1 {
  margin-right: 0;
}

.header-style-1 .header-middle-ptb-1 .container .header-wrap .search-style-2 {
  width: 40%;
  /* 搜索框获取焦点 */
}

.header-style-1 .header-middle-ptb-1 .container .header-wrap .search-style-2 #form_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #333;
}

.header-style-1 .header-middle-ptb-1 .container .header-wrap .search-style-2 #form_search:focus {
  border: 3px solid #333;
}

.header-style-1 .header-middle-ptb-1 .container .header-wrap .search-style-2 #form_search input {
  margin: 0 !important;
  padding-left: 10px;
  border-radius: 5px;
}

.header-style-1 .header-middle-ptb-1 .container .header-wrap .search-style-2 #form_search button {
  width: 50px;
  padding: 0;
  border: none;
  color: #333 !important;
}

.header-style-1 .header-middle-ptb-1 .container .header-wrap .search-style-2 #form_search button .bi-search {
  font-size: 2rem;
  width: 50px;
}

.header-style-1 .header-middle-ptb-1 .container .header-wrap .header-action-right .mini-cart-icon {
  width: 2rem;
}

.header-style-1 .header-middle-ptb-1 .container .header-wrap .header-action-right .mini-cart-icon img {
  max-width: 2rem;
}

.header-style-1 .header-middle-ptb-1 .container .header-wrap .help-dropdown {
  text-align: right;
}

.header-style-1 .header-middle-ptb-1 .container .header-wrap .help-dropdown button {
  background: #fff;
  color: #336699;
  border: none;
  font-size: 1.2rem;
}

.header-style-1 .header-middle-ptb-1 .container .header-wrap .help-dropdown ul {
  width: 100%;
  max-width: 200px;
  padding: 0;
}

.header-style-1 .header-middle-ptb-1 .container .header-wrap .help-dropdown ul li .dropdown-item {
  padding: 0 1rem;
  height: 2rem;
  line-height: 2rem;
}

.header-bottom {
  background-color: #0e3368 !important;
}

@media screen and (max-width: 992px) {
  .header-bottom {
    background-color: #fff !important;
  }
}

.header-bottom .header-wrap .header-nav ul.h-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-bottom .header-wrap .header-nav ul.h-ul li.h-ul-li {
  width: 150px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0;
}

.header-bottom .header-wrap .header-nav ul.h-ul li.h-ul-li:first-child {
  width: 80px;
}

.header-bottom .header-wrap .header-nav ul.h-ul li.h-ul-li:first-child:hover {
  border: none !important;
  color: #fff !important;
}

.header-bottom .header-wrap .header-nav ul.h-ul li.h-ul-li:first-child:hover a, .header-bottom .header-wrap .header-nav ul.h-ul li.h-ul-li:first-child:hover i {
  color: #fff !important;
}

.header-bottom .header-wrap .header-nav ul.h-ul li.h-ul-li:first-child a {
  color: #fff !important;
  line-height: 38px;
  border: 3px solid transparent !important;
}

.header-bottom .header-wrap .header-nav ul.h-ul li.h-ul-li:first-child a:active {
  border: 3px solid #fff !important;
}

.header-bottom .header-wrap .header-nav ul.h-ul li.h-ul-li:first-child a i {
  font-size: 30px !important;
}

.header-bottom .header-wrap .header-nav ul.h-ul li.h-ul-li:hover {
  /* background-color: #336699 */
  /* transition: all ease 0.3s */
  /* border-block-end: 3px solid #aaa */
}

.header-bottom .header-wrap .header-nav ul.h-ul li.h-ul-li:hover > a {
  color: #aaa !important;
}

.main-menu > nav > ul > li ul.sub-menu {
  text-align: left !important;
  top: 80%;
  padding: 0;
}

.main-menu > nav > ul > li ul.sub-menu li {
  margin-bottom: 0;
  padding: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  overflow-x: hidden;
}

.main-menu > nav > ul > li ul.sub-menu li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #7e7979 !important;
  border-radius: 5px 5px 0 0;
}

.main-menu > nav > ul > li ul.sub-menu li a:hover {
  background-color: #336699;
  color: #fff !important;
}

.main-menu > nav > ul > li:hover ul.mega-menu {
  -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.1) !important;
  color: #333;
}

.main-menu > nav > ul > li a {
  width: 100%;
  height: 100%;
  color: #fff !important;
  border-radius: 0 !important;
}

@media screen and (max-width: 1250px) {
  .hotline {
    display: none !important;
  }
  .header-bottom .header-wrap .header-nav ul.h-ul li.h-ul-li {
    width: 140px;
  }
}

.news-flash {
  height: 1rem !important;
  line-height: 100% !important;
}

/* 头部全部分类下拉 */
.categories-dropdown-active-large {
  padding: 0;
  min-width: 100%;
  width: 100%;
}

.main-categori-wrap .categori-dropdown-inner {
  min-width: 100% !important;
  height: 560px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-categori-wrap .categori-dropdown-inner ul {
  width: 100% !important;
  overflow-y: hidden;
  overflow-x: hidden;
}

.main-categori-wrap .categori-dropdown-inner ul:hover {
  overflow-y: auto;
}

.main-categori-wrap .categori-dropdown-inner ul li {
  margin: 0 0 10px 0;
  padding: 0 15px;
  background: #fff;
  color: #336699;
  border: 1px solid transparent;
  border-radius: 0;
}

.main-categori-wrap .categori-dropdown-inner ul li:hover {
  border-left: 3px solid #336699;
  padding-left: 30px;
}

.main-categori-wrap .categori-dropdown-inner ul li a {
  color: #333;
  width: 100%;
  height: 100%;
}

/* Deals Of The Day */
.product-cart-wrap.style-2 .product-content-wrap {
  max-width: 95% !important;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  margin-top: 0;
}

.product-cart-wrap.style-2 .product-content-wrap .deals-content {
  padding: 10px 10px !important;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

/* banner */
.banner-img.style-2 {
  height: 470px !important;
}

@media only screen and (max-width: 1400px) {
  .banner-img.style-2 {
    height: 400px !important;
  }
}

.banner-img .banner-text h4 {
  min-height: auto;
}

.banner-img .b-left {
  top: 40%;
}

.newsletter-content {
  text-align: center;
}

.newsletter-content .form-subcriber {
  margin: 0 auto;
}

/* 品牌电池 */
.brand_bat {
  height: 480px !important;
}

/* 头部展示 */
.header_ul {
  height: 650px;
}

.header_ul ul {
  height: 520px;
  overflow-y: hidden;
  width: 100%;
}

.header_p a {
  display: inline-block;
  height: 30px !important;
  line-height: 30px !important;
  width: 200px !important;
}

.header_p a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.main-menu > nav > ul > li ul.mega-menu li.sub-mega-menu-width-22 {
  width: 25%;
}

.main-menu > nav > ul > li ul.mega-menu li a.menu-title {
  font-size: 22px;
  width: 100%;
  height: 22px;
  text-align: left;
  padding-left: 10px;
  color: #333 !important;
}

.main-menu > nav > ul > li ul.mega-menu li a.menu-title:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.main-menu > nav > ul > li ul.mega-menu li ul li {
  margin: 0;
  padding-left: 10px;
  height: 40px;
  text-align: left;
}

.main-menu > nav > ul > li ul.mega-menu li ul li a {
  display: block;
  line-height: 40px;
  color: #7e7979 !important;
}

.main-menu > nav > ul > li ul.mega-menu li ul li i {
  color: #336699;
  font-size: 16px;
}

.main-menu > nav > ul > li ul.mega-menu li ul li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #336699;
}

.main-menu > nav > ul > li ul.mega-menu li ul li:hover a {
  color: #fff !important;
}

.main-menu > nav > ul > li ul.mega-menu li ul li:hover i {
  color: #fff !important;
}

.cate_card, .help_card {
  padding: 0 !important;
  margin: 0 0 30px 0 !important;
}

.cate_card h5, .help_card h5 {
  padding: 16px 30px;
  background-color: #336699;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.brand_card {
  padding: 20px 20px !important;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 4px;
  border-left-color: #336699;
  font-size: 16px;
}

/* All Categories */
.ul_cate, .help_ul {
  margin: 0;
  padding: 0;
}

.ul_cate li, .help_ul li {
  margin: 0 !important;
  padding: 0 15px !important;
  background: #fff;
  color: #5f7285;
  border: 1px solid #eee;
  border-radius: 0 !important;
}

.ul_cate li a, .help_ul li a {
  display: inline-block;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1rem !important;
}

.ul_cate li:hover, .help_ul li:hover {
  padding-left: 30px;
  background-color: #efefef !important;
  border: 1px solid #eee !important;
  padding-left: 30px !important;
  border-left: 3px solid #336699 !important;
}

.ul_cate li:hover a, .help_ul li:hover a {
  color: #5f7285;
}

.ul_cate li.active, .help_ul li.active {
  border-left: 3px solid #336699;
}

.ul_brand {
  width: 100%;
}

.ul_brand li {
  height: 36px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ul_brand li img {
  width: 36px !important;
  margin-left: 10px;
}

.ul_brand li .a_1 {
  display: inline-block;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: 600 !important;
  border-radius: .3rem;
  /* border: 1px solid red */
}

.ul_brand li .a_1:hover {
  /* text-decoration-line: underline */
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff !important;
}

.ul_brand .ul_brand2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.ul_brand .ul_brand2 li {
  width: 25%;
  height: 3rem;
  overflow: hidden;
  /* border: 1px solid #336699 */
  border-radius: .3rem;
  margin: .3rem 0;
}

@media only screen and (max-width: 1400px) {
  .ul_brand .ul_brand2 li {
    width: 33.33%;
  }
}

@media only screen and (max-width: 1050px) {
  .ul_brand .ul_brand2 li {
    width: 50%;
  }
}

@media only screen and (max-width: 765px) {
  .ul_brand .ul_brand2 li {
    width: 50%;
  }
}

.ul_brand .ul_brand2 li .a_2 {
  width: 100%;
  height: 100%;
  line-height: 3rem;
  padding-left: 1rem;
  display: inline-block;
  /* font-size: 15px !important */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ul_brand .ul_brand2 li .a_2:hover {
  color: #fff;
  background: #336699;
}

.h1_cate_name {
  font-size: 36px !important;
}

.h2_cate_name {
  font-size: 24px !important;
}

/* 品牌标题 */
.pageTitle {
  width: 100%;
}

.pageTitle h1 {
  display: inline-block;
  width: 100%;
  margin: 0;
  line-height: 60px;
  color: #336699;
  font-weight: 600;
  font-size: 1.6rem;
  font-family: 'Open Sans',sans-serif;
}

@media screen and (max-width: 992px) {
  .pageTitle h1 {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 20px;
    margin-top: 20px;
  }
}

/* 库存标签 */
.y_stock {
  background-color: green;
}

.n_stock {
  background-color: red;
}

.stock-status.in-stock {
  background: green;
  color: #fff;
}

/* 红色字体 */
.c_r {
  color: red;
}

/* 随机标签 */
.tags-list li {
  margin: 10px;
}

/* 字体样式、粗体、#333 */
.text_b_0 {
  font-weight: bold;
  color: #333;
}

/* 面包屑导航 */
.page-header.breadcrumb-wrap {
  padding: 15px;
}

/* no_result */
.no_result {
  display: block;
  height: 200px;
  width: 100%;
  text-align: center;
  line-height: 150px;
}

/* 详情页 */
.product-detail {
  /* 左图 */
  /* .detail-gallery */
  /* 右文 */
}

.product-detail #mainCarousel {
  width: 100%;
}

.product-detail #mainCarousel img {
  width: 100%;
}

.product-detail #thumbCarousel {
  cursor: pointer;
}

.product-detail #thumbCarousel .carousel__slide {
  overflow-y: hidden !important;
}

.product-detail .detail-info {
  /* h1标题 */
  /* 价格 */
  /* 属性 */
  /* 描述 */
  /* 加入购物车 */
}

.product-detail .detail-info h1.title-detail {
  font-size: 2rem;
  font-weight: bolder !important;
  /* line-height: 2rem */
}

.product-detail .detail-info .product-price-cover .current-price {
  font-size: 2.5rem;
  font-weight: bolder;
  color: red !important;
}

.product-detail .detail-info .product-price-cover .save-price {
  color: magenta;
}

.product-detail .detail-info .product-price-cover .old-price {
  font-size: 1.5rem;
  font-weight: bolder;
}

.product-detail .detail-info .product-attribute {
  width: 100%;
}

.product-detail .detail-info .product-attribute ul {
  display: inline-block;
  width: 100%;
}

.product-detail .detail-info .product-attribute ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 3rem;
  width: 100%;
}

.product-detail .detail-info .product-attribute ul li:nth-child(2n+1) {
  background-color: #efefef;
  border-radius: 3px;
}

.product-detail .detail-info .product-attribute ul li b {
  display: block;
  width: 45%;
  padding-left: 1rem;
  color: #637381;
}

.product-detail .detail-info .product-attribute ul li span {
  display: block;
  width: 55%;
}

.product-detail .detail-info .short-desc {
  color: #444;
}

.product-detail .detail-info .detail-extralink .detail-qty {
  padding: 0 !important;
  width: 100px !important;
}

.product-detail .detail-info .detail-extralink .detail-qty input {
  height: 47px;
  border: 1px solid transparent;
  text-align: center;
}

.product-detail .detail-info .detail-extralink .button-add-to-cart:hover {
  background: #336699;
  color: #fff;
}

/* 混合器 */
/* 详情页概述 */
.product-info {
  border: 0;
  padding: 0;
}

.product-info .nav-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-info .nav-tabs li.nav-item {
  width: 20%;
  height: 60px;
}

@media (max-width: 992px) {
  .product-info .nav-tabs li.nav-item {
    width: 100%;
  }
  .product-info .nav-tabs li.nav-item.nav-link {
    border-right: 0;
  }
}

.product-info .nav-tabs li.nav-item a.nav-link {
  width: 100%;
  height: 100%;
  line-height: 60px;
  padding: 0 !important;
  color: #333;
  border-radius: 0;
  background-color: #efefef;
  border-right: 1px solid #ddd;
}

.product-info .nav-tabs li.nav-item a.nav-link.active {
  background-color: #336699 !important;
  color: #fff;
}

.product-info .nav-tabs li.nav-item a.nav-link:hover {
  background-color: #336699 !important;
  color: #fff;
  -webkit-transform: none !important;
          transform: none !important;
}

.product-info .shop_info_tab {
  /* 概览 */
}

.product-info .shop_info_tab #Overview .overview_p, .product-info .shop_info_tab #Overview .overview_h3, .product-info .shop_info_tab #Compatible .overview_p, .product-info .shop_info_tab #Compatible .overview_h3, .product-info .shop_info_tab #Shipping .overview_p, .product-info .shop_info_tab #Shipping .overview_h3, .product-info .shop_info_tab #Returns .overview_p, .product-info .shop_info_tab #Returns .overview_h3, .product-info .shop_info_tab #FAQs .overview_p, .product-info .shop_info_tab #FAQs .overview_h3 {
  background-color: #efefef;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 1.1rem;
  color: #333;
}

.product-info .shop_info_tab #Overview .overview_p i, .product-info .shop_info_tab #Overview .overview_h3 i, .product-info .shop_info_tab #Compatible .overview_p i, .product-info .shop_info_tab #Compatible .overview_h3 i, .product-info .shop_info_tab #Shipping .overview_p i, .product-info .shop_info_tab #Shipping .overview_h3 i, .product-info .shop_info_tab #Returns .overview_p i, .product-info .shop_info_tab #Returns .overview_h3 i, .product-info .shop_info_tab #FAQs .overview_p i, .product-info .shop_info_tab #FAQs .overview_h3 i {
  color: #336699;
}

.product-info .shop_info_tab #Overview .overview_h3, .product-info .shop_info_tab #Compatible .overview_h3, .product-info .shop_info_tab #Shipping .overview_h3, .product-info .shop_info_tab #Returns .overview_h3, .product-info .shop_info_tab #FAQs .overview_h3 {
  font-size: 18px;
  margin: 20px 0;
  padding-left: 10px;
}

.product-info .shop_info_tab #Overview .overview_table tr, .product-info .shop_info_tab #Compatible .overview_table tr, .product-info .shop_info_tab #Shipping .overview_table tr, .product-info .shop_info_tab #Returns .overview_table tr, .product-info .shop_info_tab #FAQs .overview_table tr {
  width: 100%;
}

.product-info .shop_info_tab #Overview .overview_table tr th, .product-info .shop_info_tab #Compatible .overview_table tr th, .product-info .shop_info_tab #Shipping .overview_table tr th, .product-info .shop_info_tab #Returns .overview_table tr th, .product-info .shop_info_tab #FAQs .overview_table tr th {
  width: 40%;
}

.product-info .shop_info_tab #Overview h4, .product-info .shop_info_tab #Compatible h4, .product-info .shop_info_tab #Shipping h4, .product-info .shop_info_tab #Returns h4, .product-info .shop_info_tab #FAQs h4 {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  display: block;
  font-size: 1rem;
  text-transform: capitalize;
  background-color: #336699;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

.product-info .shop_info_tab #Overview .overview_div .overview_div1, .product-info .shop_info_tab #Compatible .overview_div .overview_div1, .product-info .shop_info_tab #Shipping .overview_div .overview_div1, .product-info .shop_info_tab #Returns .overview_div .overview_div1, .product-info .shop_info_tab #FAQs .overview_div .overview_div1 {
  border: 1px solid #336699;
  border-radius: 10px;
  padding: 30px;
}

.product-info .shop_info_tab #Overview .ul_brand .ul_brand2, .product-info .shop_info_tab #Compatible .ul_brand .ul_brand2, .product-info .shop_info_tab #Shipping .ul_brand .ul_brand2, .product-info .shop_info_tab #Returns .ul_brand .ul_brand2, .product-info .shop_info_tab #FAQs .ul_brand .ul_brand2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.product-info .shop_info_tab #Overview .ul_brand .ul_brand2 li, .product-info .shop_info_tab #Compatible .ul_brand .ul_brand2 li, .product-info .shop_info_tab #Shipping .ul_brand .ul_brand2 li, .product-info .shop_info_tab #Returns .ul_brand .ul_brand2 li, .product-info .shop_info_tab #FAQs .ul_brand .ul_brand2 li {
  width: 25%;
  height: 3rem;
  overflow: hidden;
  /* border: 1px solid #ddd */
  border-radius: .3rem;
  margin: .3rem 0;
}

@media only screen and (max-width: 1400px) {
  .product-info .shop_info_tab #Overview .ul_brand .ul_brand2 li, .product-info .shop_info_tab #Compatible .ul_brand .ul_brand2 li, .product-info .shop_info_tab #Shipping .ul_brand .ul_brand2 li, .product-info .shop_info_tab #Returns .ul_brand .ul_brand2 li, .product-info .shop_info_tab #FAQs .ul_brand .ul_brand2 li {
    width: 33.33%;
  }
}

@media only screen and (max-width: 1050px) {
  .product-info .shop_info_tab #Overview .ul_brand .ul_brand2 li, .product-info .shop_info_tab #Compatible .ul_brand .ul_brand2 li, .product-info .shop_info_tab #Shipping .ul_brand .ul_brand2 li, .product-info .shop_info_tab #Returns .ul_brand .ul_brand2 li, .product-info .shop_info_tab #FAQs .ul_brand .ul_brand2 li {
    width: 50%;
  }
}

@media only screen and (max-width: 875px) {
  .product-info .shop_info_tab #Overview .ul_brand .ul_brand2 li, .product-info .shop_info_tab #Compatible .ul_brand .ul_brand2 li, .product-info .shop_info_tab #Shipping .ul_brand .ul_brand2 li, .product-info .shop_info_tab #Returns .ul_brand .ul_brand2 li, .product-info .shop_info_tab #FAQs .ul_brand .ul_brand2 li {
    width: 50%;
  }
}

.product-info .shop_info_tab #Overview .overview_div2, .product-info .shop_info_tab #Overview .overview_div3, .product-info .shop_info_tab #Overview .overview_div4, .product-info .shop_info_tab #Overview .overview_div5, .product-info .shop_info_tab #Compatible .overview_div2, .product-info .shop_info_tab #Compatible .overview_div3, .product-info .shop_info_tab #Compatible .overview_div4, .product-info .shop_info_tab #Compatible .overview_div5, .product-info .shop_info_tab #Shipping .overview_div2, .product-info .shop_info_tab #Shipping .overview_div3, .product-info .shop_info_tab #Shipping .overview_div4, .product-info .shop_info_tab #Shipping .overview_div5, .product-info .shop_info_tab #Returns .overview_div2, .product-info .shop_info_tab #Returns .overview_div3, .product-info .shop_info_tab #Returns .overview_div4, .product-info .shop_info_tab #Returns .overview_div5, .product-info .shop_info_tab #FAQs .overview_div2, .product-info .shop_info_tab #FAQs .overview_div3, .product-info .shop_info_tab #FAQs .overview_div4, .product-info .shop_info_tab #FAQs .overview_div5 {
  padding: 10px;
  font-size: 1rem;
}

.product-info .shop_info_tab #Overview .overview_div3 h5, .product-info .shop_info_tab #Overview .overview_div4 h5, .product-info .shop_info_tab #Overview .overview_div5 h5, .product-info .shop_info_tab #Compatible .overview_div3 h5, .product-info .shop_info_tab #Compatible .overview_div4 h5, .product-info .shop_info_tab #Compatible .overview_div5 h5, .product-info .shop_info_tab #Shipping .overview_div3 h5, .product-info .shop_info_tab #Shipping .overview_div4 h5, .product-info .shop_info_tab #Shipping .overview_div5 h5, .product-info .shop_info_tab #Returns .overview_div3 h5, .product-info .shop_info_tab #Returns .overview_div4 h5, .product-info .shop_info_tab #Returns .overview_div5 h5, .product-info .shop_info_tab #FAQs .overview_div3 h5, .product-info .shop_info_tab #FAQs .overview_div4 h5, .product-info .shop_info_tab #FAQs .overview_div5 h5 {
  font-weight: bolder !important;
  font-size: 16px;
  color: steelblue;
}

.product-info .shop_info_tab #Overview .overview_div3 p, .product-info .shop_info_tab #Overview .overview_div4 p, .product-info .shop_info_tab #Overview .overview_div5 p, .product-info .shop_info_tab #Compatible .overview_div3 p, .product-info .shop_info_tab #Compatible .overview_div4 p, .product-info .shop_info_tab #Compatible .overview_div5 p, .product-info .shop_info_tab #Shipping .overview_div3 p, .product-info .shop_info_tab #Shipping .overview_div4 p, .product-info .shop_info_tab #Shipping .overview_div5 p, .product-info .shop_info_tab #Returns .overview_div3 p, .product-info .shop_info_tab #Returns .overview_div4 p, .product-info .shop_info_tab #Returns .overview_div5 p, .product-info .shop_info_tab #FAQs .overview_div3 p, .product-info .shop_info_tab #FAQs .overview_div4 p, .product-info .shop_info_tab #FAQs .overview_div5 p {
  padding: 10px 0 5px 0;
  font-size: 1rem;
}

/* 购物车 */
.shopping-summery .text-body {
  font-size: 18px;
}

.shopping-summery .text-brand {
  font-size: 18px;
  font-weight: bolder !important;
}

/* 购物车结算 */
.cart_last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .cart_last img {
    display: none;
  }
}

.cart_last p {
  width: 100%;
  color: #333;
  line-height: 60px;
  text-align: end;
  font-size: 1.1rem;
}

.cart_last p span {
  color: red;
}

.cart_last p span:last-child {
  font-weight: bolder !important;
}

/* checkout */
.form-group input {
  height: 44px !important;
}

.form-control, .form-group input {
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}

.form-control:focus, .form-group input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.has-success .form-control {
  border-color: #198754;
}

.has-success .form-control:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25) !important;
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25) !important;
}

.has-error .form-control:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}

span.required {
  color: red;
}

.cart-dropdown-wrap ul li {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-border-after: 1px solid #ededed;
          border-block-end: 1px solid #ededed;
}

.header-action-2 .header-action-icon-2 > a span.pro-count.blue {
  color: #fff;
  background-color: red;
}

.help_col section {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.help_col section .section-title {
  padding-top: 5px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.help_col section .section-title h2 {
  font-size: 28px;
}

.help_col section h5 {
  margin-bottom: 5px;
  color: #336699;
  font-size: 20px !important;
  font-weight: bold !important;
}

.help_col section p {
  /* text-indent: 2rem */
  margin-bottom: 15px;
  font-size: 16px !important;
  color: #333 !important;
}

.help_col section ul {
  font-size: 16px !important;
  line-height: 2rem;
  margin-bottom: 10px;
}

.help_col section b {
  color: red;
}

.cart_h4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 2rem;
}

.help_col section .f_p {
  font-size: 20px !important;
  color: #e23535 !important;
}

.dropdown-item:active {
  background-color: #61b7e2;
}

.slider-arrow .slider-btn {
  line-height: 50px !important;
}

.alert-success p {
  color: #3c763d;
}

.alert-warning h5 {
  font-weight: bold !important;
  color: #8a6d3b;
}

.alert-warning p {
  color: #8a6d3b;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  padding: 30px;
  border: 3px solid transparent;
  border-radius: 30px;
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
  border: 3px solid #336699;
  background-color: #336699;
}
/*# sourceMappingURL=index.css.map */