@charset "UTF-8";
/* 全局变量 */
h5 {
  font-size: 14px !important;
}

h6 {
  font-size: 13px !important;
}

h6.product-name a {
  color: #1487d3;
}

p.product-name {
  font-size: 12px !important;
}

.fs-1 {
  font-size: 2rem;
}

.font-red {
  color: red;
}

.font-gray {
  color: #979797 !important;
}

.col {
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .navbar-expand .shiping-title {
    display: none !important;
  }
  .navbar-expand .navbar-nav {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 992px) {
  .shiping-logo {
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  .primary-menu .navbar .dropdown-large-menu {
    min-width: 800px;
  }
}
/* 单行文本省略 */
.text_line1 {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
}

.text_line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  height: 40px;
  line-height: 20px;
}

.text_line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  height: 60px;
  line-height: 20px;
}

.navbar-expand {
  justify-content: space-between;
}
.navbar-expand .navbar-nav {
  align-items: center;
}

#form_search {
  width: 100%;
  display: flex;
}
#form_search button {
  display: block;
  width: 80px !important;
}

.primary-menu ul.navbar-nav li.nav-item {
  z-index: 1000 !important;
}
.primary-menu ul.navbar-nav li.nav-item:hover > a {
  color: #ff4800;
}
.primary-menu ul.navbar-nav li.nav-item a.nav-link {
  text-transform: capitalize;
}
.primary-menu ul.navbar-nav .nav-item.active {
  border-left: 3px solid red;
  padding-left: 5px;
}
.primary-menu ul.navbar-nav .nav-item.active a {
  color: red;
}
.primary-menu .dropdown-large-menu ul li a:hover {
  text-decoration-line: underline;
  transition: ease-out 0.3s !important;
}

/* index_Allcates */  
.browse-category .card-body {
  padding: 0;
}

/* index_Newpro|index_Catepro */
.index_Newpro .product-grid .col .product-catergory, .index_Catepro .product-grid .col .product-catergory, .cate_Search .product-grid .col .product-catergory {
  color: #dd5800;
}

/* index_Catepro */        
.index_Catepro .product-grid .item {
  margin-bottom: 10px;
}
.index_Catepro .product-grid .item .product-catergory {
  color: #dd5800;
}

/* index_Hotpro */        
.index_Hotpro .product-grid .item {
  margin-bottom: 10px;
}
.index_Hotpro .product-grid .item .product-dldy span {
  color: #dd5800;
}

/* AllCates */
@media screen and (max-width: 1280px) {
  .page-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .breadcrumb_top {
    width: 100%;
  }
  .breadcrumb_top .page-breadcrumb {
    width: 100%;
    display: inline-block !important;
    text-align: center;
  }
  .breadcrumb_top .page-breadcrumb .breadcrumb-title {
    padding-right: 0 !important;
    margin-bottom: 10px;
    border: none;
  }
  .breadcrumb_top .page-breadcrumb ol.breadcrumb {
    justify-content: center;
  }
}
ol.breadcrumb li {
  font-size: 12px !important;
}

.allcate_brand4 span {
  opacity: 0;
}
.allcate_brand4:hover {
  background-color: #e2eff5 !important;
  transition: all ease-in-out 0.25s;
}
.allcate_brand4:hover span {
  opacity: 1;
}

.breadcrumb-item a {
  line-height: 100%;
}

/* bat_Brand */
.bat_Brand .product-grid .col .product-card {
  border: 1px solid #e9e6e6;
}
.bat_Brand .product-grid .col .product-card .card-body {
  padding: 0;
}
.bat_Brand .product-grid .col .product-card .card-body a.text_line2 {
  color: #292929 !important;
  padding: 0 1rem;
  height: 4rem;
  line-height: 2rem;
  width: 100%;
}
@media (max-width: 992px) {
  .bat_Brand .product-grid .col .product-card .card-body a.text_line2 {
    height: 2rem;
  }
}
.bat_Brand .product-grid .col .product-card .card-body a.text_line1 {
  color: #292929 !important;
  padding: 0 1rem;
  height: 2rem;
  line-height: 2rem;
  width: 100%;
}
.bat_Brand .product-grid .col .product-card:hover {
  border: 1px solid transparent;
  text-decoration-line: underline;
}
.bat_Brand .product-grid .col .product-card:hover a {
  color: #0c77d3 !important;
}
.bat_Brand .product-grid2 .col .product-card {
  border: 1px solid #e9e6e6;
}
.bat_Brand .product-grid2 .col .product-card .card-body {
  padding: 0;
}
.bat_Brand .product-grid2 .col .product-card .card-body a {
  color: #292929 !important;
  padding: 0 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  width: 100%;
}
.bat_Brand .product-grid2 .col .product-card:hover {
  border: 1px solid transparent;
  text-decoration-line: underline;
}
.bat_Brand .product-grid2 .col .product-card:hover a {
  color: #0c77d3 !important;
}

.filter-sidebar {
  z-index: 1001 !important;
}

ul.categories-list li {
  display: block;
  /* border: 1px solid $themeColor_gray */
  border-radius: 0.2rem;
  border-left: 2px solid transparent;
}
ul.categories-list li:hover {
  background-color: #f4feff;
  transition: all ease-in-out 0.25s;
  border-left: 2px solid #0c77d3;
}
ul.categories-list li a {
  padding: 0.5rem;
  cursor: pointer !important;
}

.ul_brand {
  width: 100%;
  padding-left: 0;
}
.ul_brand h5 {
  padding-left: 1rem;
}
.ul_brand h5 a {
  color: #ff4800 !important;
  font-size: 16px;
}
.ul_brand .ul_brand2 {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0 !important;
  width: 100%;
  margin-bottom: 2rem;
}
.ul_brand .ul_brand2 li {
  padding-left: 0.5rem;
  width: 25%;
  height: 2.5rem;
  overflow: hidden;
  border-radius: 0.3rem;
  margin: 0.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: 2.5rem;
  padding-left: 1rem;
  color: #292929;
  /* text-decoration-line: underline */
  border-radius: 0.3rem;
  transition: all 0.3s ease;
  /* border: 1px solid transparent */
}
.ul_brand .ul_brand2 li .a_2:hover {
  color: #ff4800;
}

.cate_Search .stock, .cate_Search .new_logo, .cate_Search .hot_logo, .cate_Brand .stock, .cate_Brand .new_logo, .cate_Brand .hot_logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  border-radius: calc(0.25rem - 1px) 0 20px 0;
  color: #fff;
  padding: 9px 20px 10px 20px;
}
.cate_Search .stock_y, .cate_Brand .stock_y {
  background: green;
}
.cate_Search .stock_n, .cate_Brand .stock_n {
  background: red;
}
.cate_Search .new_logo, .cate_Brand .new_logo {
  background: #58cdeb;
}
.cate_Search .hot_logo, .cate_Brand .hot_logo {
  background: #d1123b;
}
.cate_Search .product-card:hover, .cate_Brand .product-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
  transform: translateY(-10px);
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  .brand-list {
    height: auto !important;
    max-height: 500px !important;
    overflow-y: auto !important;
  }

  .filter-sidebar .btn-close {
    display: none;
  }
}
.filter-sidebar .card {
  min-height: 100%;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .bestseller-list {
    display: none !important;
  }

  .filter-sidebar .btn-close {
    display: block;
    position: fixed;
    left: 240px;
    padding: 0.5rem;
  }
  .filter-sidebar .btn-close:active, .filter-sidebar .btn-close:hover {
    transition: all ease-in-out 0.25s;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
  }
}
.imgMore {
  width: 10% !important;
  height: auto !important;
  margin: 0 !important;
}
.imgMore img {
  width: 100% !important;
}

.product-detail-body .image-zoom-section {
  padding: 1rem 0 !important;
}
.product-detail-body .image-zoom-section .safe_jpg {
  display: block;
  margin: 0 auto;
}
.product-detail-body .product-info-section h1 {
  font-size: 1.5rem !important;
}
.product-detail-body .product-info-section dl .detail_cate1, .product-detail-body .product-info-section dl .detail_cate2 {
  color: #212529 !important;
  text-decoration-line: underline;
}
.product-detail-body .product-info-section dl .detail_address {
  color: #dd5800;
  text-decoration-line: underline;
}
.product-detail-body .product-info-section .detail_price span.title {
  font-size: 22px;
  display: inline-block;
}
.product-detail-body .product-info-section .detail_price h2 {
  font-size: 36px !important;
}
.product-detail-body .product-info-section #cartform .cart-action {
  width: 120px !important;
}
.product-detail-body .product-info-section #cartform .btn-black {
  background-color: #292929;
  color: #fff;
  width: 40%;
}
.product-detail-body .product-info-section .no_stock {
  margin: 30px 0 30px 20px;
}
.product-detail-body .product-info-section .no_stock span {
  display: block;
  font-weight: 600;
  font-size: 32px;
  color: red;
}
.product-detail-body .product-info-section .product-sharing ul li a {
  background-color: #292929;
}
.product-detail-body .product-info-section .product-sharing ul li a:hover {
  color: #fff;
  transform: translateY(-5px);
}

.similar-products .product-info p {
  color: #03578f;
}
.similar-products .product-info p:hover {
  text-decoration-line: underline;
}

.product-more-info .nav-tabs .nav-item .nav-link {
  color: #495057;
}
.product-more-info .nav-tabs .nav-item .nav-link.active {
  background-color: #495057;
  color: #fff;
  border: 1px solid #495057;
  transition: none !important;
}
@media screen and (max-width: 525px) {
  .product-more-info .nav-tabs {
    border: 1px solid #ddd;
  }
  .product-more-info .nav-tabs .nav-item {
    display: inline-block;
    width: 100%;
  }
  .product-more-info .nav-tabs .nav-item .nav-link {
    border-radius: 0;
    border: 1px solid transparent;
  }
  .product-more-info .nav-tabs .nav-item .nav-link div.d-flex {
    justify-content: center;
  }
}
.product-more-info .detail_rep ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-more-info .detail_rep ul li {
  display: inline-block;
  margin: 10px 20px 10px 0;
}
.product-more-info .detail_rep ul li:hover {
  text-decoration-line: underline;
}
.product-more-info .detail_rep ul li a {
  color: #006eb8;
  width: 100%;
}
.product-more-info .detail_rep ul li.active {
  display: inline-block;
  margin: 10px 20px 10px 0;
}
.product-more-info .detail_rep ul li.active:hover {
  text-decoration-line: none;
}
.product-more-info .detail_rep ul li.active a {
  color: #333 !important;
  cursor: default;
  font-weight: 600;
}
.product-more-info h4.title {
  font-size: 20px !important;
  color: red;
}
.product-more-info .detail_warranty ul, .product-more-info .detail_shipping ul, .product-more-info .detail_paypal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-more-info .detail_warranty ul li, .product-more-info .detail_shipping ul li, .product-more-info .detail_paypal ul li {
  line-height: 30px;
}
.product-more-info .detail_warranty ul li i, .product-more-info .detail_shipping ul li i, .product-more-info .detail_paypal ul li i {
  text-decoration: underline;
}

.shop-cart .shop-cart-list .shop-cart-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.shop-cart .shop-cart-list .shop-cart-title span {
  font-size: 12px;
  color: gray;
  margin-bottom: -15px;
}
.shop-cart .shop-cart-list .cart-detail {
  width: 100%;
  overflow: hidden;
  padding-left: 5px;
}
.shop-cart .shop-cart-list .cart-detail .pro_name {
  height: auto !important;
}
.shop-cart .shop-cart-list .cart-detail .pro_name a {
  color: #000;
}
.shop-cart .shop-cart-list .cart-detail .pro_stock .stock_y {
  color: #018b01;
}
.shop-cart .shop-cart-list .cart-detail .pro_stock .stock_n {
  color: red;
}
.shop-cart .shop-cart-list .cart-detail .cart-action {
  display: flex;
  flex-wrap: nowrap;
}
.shop-cart .shop-cart-list .cart-detail .cart-action input {
  width: 120px !important;
  margin-right: 10px;
}
.shop-cart .shop-cart-list .cart-detail .cart-action .add_sub_group {
  display: flex;
  flex-wrap: wrap;
  width: 30px;
  height: 40px;
}
.shop-cart .shop-cart-list .cart-detail .cart-action .add_sub_group .sub, .shop-cart .shop-cart-list .cart-detail .cart-action .add_sub_group .add {
  border: 1px solid #ddd;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
  width: 30px;
  height: 19px;
  line-height: 50%;
  display: block;
  text-align: center;
}
@media (max-width: 992px) {
  .shop-cart .shop-cart-list .cart-detail .cart-action {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.shop-cart .shop-cart-list .cart_money {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.shop-cart .shop-cart-list .cart_money span.pro_price {
  width: 100%;
  font-size: 14px !important;
  font-weight: 600;
}
.shop-cart .shop-cart-list .cart_money span.pro_total {
  margin-top: 3rem;
  width: 100%;
  font-size: 26px !important;
  font-weight: 600;
}
@media (max-width: 992px) {
  .shop-cart .shop-cart-list .cart_money {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .shop-cart .shop-cart-list .cart_money span.pro_price {
    text-align: center;
    margin: 0;
  }
  .shop-cart .shop-cart-list .cart_money span.pro_total {
    text-align: center;
    margin: 0;
  }
}

.checkout-form .pay_method {
  color: #aaa;
}
.checkout-form .btn {
  border-radius: 5px;
  margin-bottom: 20px;
}
.checkout-form .btn-paypal {
  background-color: #FFC539;
  padding: 0 !important;
  border: none;
}
.checkout-form .btn-paypal img {
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .checkout-form .check_btn_group {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .checkout-form .check_btn_group .d-grid {
    width: 45%;
  }
}

.card .shadow-none ul {
  list-style: none !important;
  padding: 0;
}

.cart-list {
  overflow-y: auto !important;
}

.product-price .text-decoration-line-through {
  color: gray !important;
}

.bg-dark-gery {
  background-color: #f3f3f3 !important;
}

@media (max-width: 992px) {
  .banner_img {
    text-align: center !important;
  }
}

.search_btn:focus {
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  transition: all 0.25s;
}