@font-face {
  font-family: "iconfont";
  /* Project id 3564318 */
  src: url('../fonts/iconfont.woff2?t=1659500847405') format('woff2'), url('../fonts/iconfont.woff?t=1659500847405') format('woff'), url('../fonts/iconfont.ttf?t=1659500847405') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-diqiu:before {
  content: "\e62e";
}
.icon-caidan:before {
  content: "\e668";
}
.icon-dingdan:before {
  content: "\e6e4";
}
.icon-sousuo:before {
  content: "\e60e";
}
.icon-xiazai:before {
  content: "\e60f";
}
body {
  font-size: 14px;
}
a {
  color: #333;
}
a:hover {
  color: #009B4D;
}
.swiper-button-next,
.swiper-button-prev {
  color: #666;
  opacity: 0;
  transition: opacity 0.3s;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 32px;
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  opacity: 1;
}
.text-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-18 {
  font-size: 18px;
}
.hr-line {
  height: 1px;
  border-top: 1px #e6e6e6 solid;
  margin-bottom: 15px;
}
.border-df {
  border: 1px solid #dfdfdf;
}
.background-gray {
  background-color: #f2f2f2;
}
.min-color {
  color: #009B4D;
}
.yellow-color {
  color: #ff8400;
}
.background-white {
  background-color: #ffffff;
}
.background-main {
  background-color: #009B4D;
}
.btn-outline-orange {
  color: #f86401;
  border-color: #f86401;
}
.btn-outline-orange:hover {
  color: #c55001;
}
.btn-orange {
  color: #ffffff;
  background-color: #f86401;
}
.btn-orange:hover {
  color: rgba(255, 255, 255, 0.8);
}
.sitebar-recomment:hover {
  opacity: 0.9;
}
/**
* 栏目区块标题
*/
.block-title {
  margin-bottom: 15px;
  border-left: 5px #009B4D solid;
  padding-left: 8px;
}
.block-title .more {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
}
.block-title .more:hover {
  color: #009B4D;
}
/**
* 面包屑导航
*/
.breadcrumb-wrapper {
  background-color: #fff;
}
.breadcrumb-wrapper .breadcrumb {
  background: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
/**
* 栏目页通用Banner
*/
.page-banner {
  height: 329px;
  background-position: center;
  background-repeat: no-repeat;
}
/**
* 推荐品牌product-card
*/
.brand-wrap {
  padding-left: 15px;
  padding-right: 15px;
  /*
    &>.row {
        border-right: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }
    */
}
.brand-wrap a {
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  /*
        border-left: 1px solid #dfdfdf;
        border-top: 1px solid #dfdfdf;
        */
}
.brand-wrap a img {
  width: 80%;
  max-height: 80%;
  height: 40px;
  object-fit: contain;
}
/**
* 产品卡片
*/
.product-card {
  transition: 0.3s;
  max-height: 335px;
}
.product-card > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  overflow: hidden;
}
.product-card:hover {
  border: 1px #009B4D solid;
}
.product-card a.download {
  color: #ff8400;
  display: block;
  margin-top: -25px;
}
.product-card h5 a {
  color: #009B4D;
}
.product-card .card-body {
  height: auto;
}
.product-card .card-text {

  height: 2.5em;
  line-height: 1.25;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
 /* -webkit-line-clamp: 2;*/
  white-space: nowrap;
  -webkit-box-orient: vertical;
}
.product-card .card-img-top {
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
/**
*区块更多导航
*/
.nav-block-more .nav-link {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}
.nav-block-more .nav-item {
  border-right: 1px #cccccc solid;
}
.nav-block-more .nav-item:last-child {
  border-right: 0;
}
.nav-block-more .nav-item:last-child .nav-link {
  padding-right: 0;
}
/*
* 右侧浮动工具条
*/
.right-fixed {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 999;
}
.right-fixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #009B4D;
  color: #ffffff;
  font-size: 24px;
}
.right-fixed a:hover {
  background-color: #00ce66;
}
/**
*分页
**/
.pagination {
  margin-top: 15px;
}
.pagination li span,
.pagination li a {
  padding: 0.375rem 0.75rem;
  position: relative;
  display: block;
  color: #009B4D;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.pagination li:not(:first-child) a {
  margin-left: -1px;
}
.pagination li.active span {
  z-index: 3;
  color: #fff;
  background-color: #009B4D;
  border-color: #009B4D;
}
/**
* 页头
**/
.header .search-tab {
  margin-bottom: 5px;
  font-size: 0;
}
.header .search-tab a {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px #eee solid;
  font-size: 14px;
}
.header .search-tab a:last-child {
  border-right: 0;
}
.header .search-tab a.active {
  color: #009B4D;
}
.header .search-bar {
  margin-top: -13px;
}
.header .search-bar .txt-input {
  width: 100%;
  line-height: 34px;
  padding: 0;
  margin: 0;
  border: none;
  text-indent: 10px;
  font-size: 12px;
  border: solid 2px #009B4D;
  border-right-width: 0;
  position: relative;
  border-radius: 0.25rem;
}
.header .search-bar .txt-input:focus {
  outline: 0;
}
.header .search-bar .btn-input {
  height: 38px;
  cursor: pointer;
  border-radius: 0;
  padding: 0 10px;
  text-align: left;
  -webkit-appearance: none;
  font-size: 14px;
  position: absolute;
  right: 0;
  margin-right: 15px;
  border: 0;
  background-color: #009B4D;
  color: #ffffff;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  line-height: 1;
}
.header .bom-order {
  padding-top: 13px;
}
.header .bom-order .btn {
  font-size: 14px;
  display: flex;
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
}
.header .bom-order .btn .iconfont {
  font-size: 24px;
}
.header .nav-item {
  height: 41px;
}
.header .nav-categories {
  position: relative;
  width: 230px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding-left: 15px;
  z-index: 10;
}
.header .nav-categories .cat-name {
  display: flex;
  align-items: center;
}
.header .nav-categories .cat-name .iconfont {
  font-size: 32px;
}
.header .nav-categories .cat-name a {
  color: #ffffff;
  display: block;
  padding-bottom: 1px;
}
.header .nav-categories:hover .categories {
  display: block;
}
.header .nav-categories .categories {
  position: absolute;
  left: 0;
  top: 41px;
  width: 100%;
  height: 528px;
  background-color: #fff;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  display: none;
  border: 1px #cccccc solid;
}
.header .nav-categories .categories > li:hover {
  background-color: #d9d9d9 !important;
}
.header .nav-categories .categories > li:hover > a {
  color: #009B4D !important;
}
.header .nav-categories .categories > li:nth-child(even) {
  background-color: #f2f2f2;
}
.header .nav-categories .categories > li > a {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #333;
  height: 33px;
}
.header .nav-categories .categories > li > a:hover {
  color: #009B4D;
}
.header .nav-categories .categories > li > a svg {
  opacity: 0.5;
}
.header .nav-categories .categories > li:hover .sub-cat-menu {
  display: block;
}
.header .nav-categories .categories > li .sub-cat-menu {
  width: 885px;
  height: 530px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 229px;
  margin: 0;
  padding: 24px;
  list-style: none;
  font-size: 0;
  display: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.header .nav-categories .categories > li .sub-cat-menu li {
  display: inline-block;
  font-size: 14px;
  width: 33.33333333%;
  height: 26px;
}
.header .nav-categories .categories > li .sub-cat-menu li a {
  display: block;
  width: 95%;
}
.header .navbar-expand-lg {
  padding: 0;
}
.header .navbar-expand-lg .navbar-nav .dropdown-menu {
  margin: 0;
}
.header .navbar-expand-lg .navbar-nav .dropdown-item {
  font-size: 14px;
}
.header .navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
.header .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  background-color: rgba(0, 0, 0, 0.1);
}
.header .navbar-expand-lg .navbar-nav .nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 24px;
    padding-left: 24px;
  }
}
/**
* 页脚
*/
.footer {
  background-color: #336666;
  color: #ffffff;
}
.footer .product-index {
  border-bottom: 1px #ffffff solid;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.footer .letter {
  gap: 3px;
}
.footer .letter a {
  text-transform: uppercase;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 0.25rem;
  line-height: 1;
}
.footer .letter a:hover {
  background-color: #009B4D;
  color: #ffffff;
}
.footer .footer-contact dt,
.footer .footer-menus dt {
  padding-bottom: 5px;
}
.footer .footer-menus dd a {
  display: block;
  color: #ffffff;
  padding: 8px 0;
}
.footer .footer-menus dd a:hover {
  color: #fff;
}
.footer .footer-contact p {
  margin-bottom: 5px;
}
.footer .footer-contact .newsletter input,
.footer .footer-contact .newsletter button {
  height: 32px;
}
.footer .footer-contact .newsletter input {
  border: 1px #ffffff solid;
  background-color: transparent;
  color: #ffffff;
  border-right: 0;
  padding-left: 5px;
  outline-color: #ffffff;
}
.footer_email a{
  color: #ffffff;
}
.footer .footer-contact .newsletter input:focus{
  border-radius: 0px;
  border: 1px #ffffff solid;
}


.footer .footer-contact .newsletter button {
  border: 0;
  border: 1px #ffffff solid;
  background-color: transparent;
  margin-left: -1px;
  color: #ffffff;
  border-left: 0;
}
.footer .friend-links {
  border-top: 1px #ffffff solid;
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.footer .friend-links strong {
  padding: 5px;
}
.footer .friend-links a {
  display: inline-block;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #ffffff;
}
.footer .friend-links a:hover {
  color: #009B4D;
}
.footer .copyright {
  border-top-color: #ffffff !important;
}
.footer .copyright .copyrignt-links a {
  color: #999;
  margin-left: 8px;
}
.footer .copyright .copyrignt-links a:hover {
  color: #009B4D;
}
/*
*首页
*/
.home .nav-categories .categories {
  display: block;
  border: 0;
}
.home .banner-swiper {
  background-color: #ddd;

    overflow: hidden;
 
    position: relative;

}
.home .banner-swiper .slide-container {
  height: 528px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .banner-swiper .banner-swiper-pagination {
  padding-left: 230px;
}
.home .banner-swiper .swiper-pagination-bullet-active {
  background: #009B4D;
}
.home .new-product .product-item {
  margin-top: 15px;
}
.home .home-news .news-card {
  background-color: #ffffff;
  padding: 15px 0;
  border-radius: 0.25rem;
}
.home .recomment-news .news-card:hover img {
  opacity: 0.9;
}
.home .recomment-news .news-card img {
  height: 120px;
  object-fit: cover;
}
.home .recomment-news .news-card:first-child {
  margin-bottom: 15px;
}
.home .recomment-news a strong {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  height: 2.6em;
  line-height: 1.25;
}
.home .recomment-news .description {
  overflow: hidden;
  height: 4em;
  line-height: 1.25;
  margin-bottom: 0;
}
.home .news-list {
  min-height: 275px;
}
.home .news-list ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.home .news-list li {
  padding: 5px 0;
}
.home .news-list li:first-child {
  padding-top: 0;
}
.home .news-list li:last-child {
  padding-bottom: 0;
}
.home .news-list li a {
  display: block;
  width: 99%;
}
.home .recomment-application img {
  height: 150px;
}
/**
*分类目录
**/
.category dl {
  border-radius: 0.25rem;
  padding: 15px;
}
.category dt {
  border-bottom: 1px #e6e6e6 solid;
  padding-bottom: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.category dd a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
/**
* 产品列表
**/
.products .category-description {
  border: 1px #e6e6e6 solid;
  border-top: 2px #009B4D solid;
}
.products .product-table {
  border: 1px solid #ddd;
}
.products .product-table ul,
.products .product-table li {
  margin: 0;
  padding: 0;
}
.products .product-table ul {
  list-style: none;
}
.products .product-table .product-table-header {
  line-height: 42px;
  height: auto;
  overflow: hidden;
}
.products .product-table .product-table-body > .d-flex {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px #e6e6e6 solid;
}
.products .product-table .product-table-body > .d-flex:last-child {
  border-bottom: 0;
}
.products .product-table .product-table-body > .d-flex:hover {
  background-color: #f2f2f2;
}
.products .product-table .product-table-body .img {
  display: block;
  max-width: 130px;
  max-height: 130px;
  border: 1px solid #dfdfdf;
}
.products .product-table .product-table-body .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.products .product-table .product-table-body .qty {
  margin-bottom: 5px;
}
.products .product-table .product-table-body .qty button {
  width: 30px;
  height: 30px;
  background-position: 0 8px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
}
.products .product-table .product-table-body .qty .qty-text {
  text-align: center;
  color: #666;
  padding: 0 10px !important;
  width: 40px !important;
  height: 30px !important;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/**
* 产品详情
*/
.product-page .qty {
  margin-bottom: 15px;
}
.product-page .qty button {
  width: 30px;
  height: 30px;
  background-position: 0 8px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
}
.product-page .qty .qty-text {
  text-align: center;
  color: #666;
  padding: 0 10px !important;
  width: 115px !important;
  height: 30px !important;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.product-page .product-details {
  border: 1px solid #ddd;
}
.product-page .product-details h1 {
  font-size: 24px;
  padding-top: 15px;
}
.product-page .product-img-info {
  padding: 0;
  border-right: 1px solid #ddd;
  height: 100%;
}
.product-page .product-img-info .product-img-tip {
  border-top: solid 1px #ddd;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #666;
}
.product-page .product-describe {
  margin-top: 20px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.product-page .product-describe ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-page .product-describe li {
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0;
  display: flex;
}
.product-page .product-describe li:last-child {
  border-bottom: 0;
}
.product-page .product-describe li span,
.product-page .product-describe li strong,
.product-page .product-describe li a {
  display: block;
  padding: 4px 8px;
}
.product-page .product-describe li span:first-child {
  background-color: #f9f9f9;
  width: 40%;
}
.product-page .at-share-btn-elements {
  margin-top: 15px;
}
.product-page .at-share-btn-elements .at-share-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 2px 5px;
  padding: 5px;
  overflow: hidden;
  line-height: 0;
  text-decoration: none;
  text-transform: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: 0;
  font-family: helvetica neue, helvetica, arial, sans-serif;
  background-color: transparent;
}
.product-page .at-share-btn-elements .at-share-btn:first-child {
  margin-left: 0;
}
.product-page .details-stock {
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.product-page .details-stock .details-stock-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
.product-page .details-stock .details-stock-table tr td {
  padding: 5px 10px;
  width: 20%;
  border-right: 1px solid #ddd;
  border: 1px solid #ddd;
}
.product-page .details-stock .details-stock-table tr td:first-child {
  border-left: 0;
}
.product-page .details-stock .details-stock-table tr td:last-child {
  border-right: 0;
}
.product-page .details-stock .details-submit {
  width: 100%;
  height: 43px;
}
.product-page .details-stock .details-submit h2 {
  font-weight: 700;
  line-height: 43px;
  font-size: 14px;
  color: #333;
}
.product-page .details-stock form {
  padding: 15px;
  padding-top: 0;
}
.product-page .details-stock form .btn,
.product-page .details-stock form .form-control {
  margin-top: 0.5rem;
}
.product-page .details-stock form .form-control:first-child {
  margin-top: 0;
}
.product-page .nav-tabs .nav-link.active {
  border-top: 2px #009B4D solid;
}
.product-page .tab-content {
  border: 1px solid #dee2e6;
  border-top: 0;
}
.product-page .tab-content .tab-pane {
  padding: 15px;
}
.product-page .tab-content .tab-pane img {
  max-width: 100%;
}
.product-page .reviews-header .text {
  font-size: 24px;
  color: #666;
}
.product-page .reviews-header .text span:first-child {
  color: #ff8400;
}
.product-page .reviews-header .text span:last-child {
  color: #666;
}
.product-page .reviews-header .text span {
  vertical-align: middle;
}
.product-page .reviews-header .text i {
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  padding-top: 2;
}
.product-page .reviews-header .stars {
  font-size: 24px;
}
.product-page .reviews-form .starability {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  padding: 0;
  border: none;
}
.product-page .reviews-form .starability > input {
  position: absolute;
  margin-right: -100%;
  opacity: 0;
}
.product-page .reviews-form .starability > input:checked ~ label::before,
.product-page .reviews-form .starability > input:focus ~ label::before,
.product-page .reviews-form .starability > input:hover ~ label::before {
  content: "\F586";
}
.product-page .reviews-form .starability > label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 0;
  color: #ff8400;
}
.product-page .reviews-form .starability > label::before {
  content: "\F588";
  font-size: 24px;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
*BOM配单
*/
.bom .nav-pills .nav-link.active {
  background-color: #009B4D;
}
.bom .table {
  border-top: 2px #009B4D solid;
}
.bom .contact-form {
  border: 1px #e6e6e6 solid;
}
/*
*供应商列表
*/
.manufacturer .a-to-z {
  font-size: 18px;
  text-transform: uppercase;
}
.manufacturer .a-to-z a {
  flex: 1;
  text-align: center;
}
.manufacturer .a-to-z a:hover {
  background-color: #ffffff;
}
/*
*供应商详情
*/
.manufacturer-page .brand-img {
  width: 100%;
  text-align: center;
  min-height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.manufacturer-page .brand-img img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
/*
*PBC介绍页
*/
.pbc .pbc-main-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pbc .pbc-main-container li {
  width: 5%;
  margin-top: 15px;
  font-size: 12px;
  color: #289a69;
}
/**
*PBC表单
*/
.pcb-form-page .uploads .btn {
  padding-top: 2px;
  padding-bottom: 2px;
}
.application .application-image:hover {
  opacity: 0.9;
}
.application .application-content .badge {
  font-size: 16px;
  font-weight: 400;
}
.application .application-content .badge:hover {
  background-color: #009B4D;
  color: #ffffff;
}
.application-page .catrgorys ul {
  list-style: none;
}
.application-page .popular-electronic-parts {
  list-style: none;
  padding: 0;
}
.application-page .popular-electronic-parts li {
  padding-left: 0;
}
.application-detailed h1 {
  font-size: 24px;
}
.quality-page .icon-image {
  display: block;
  background-color: #ffffff;
  padding: 15px;
}
.tooltip{
  margin-right: 15px;
  height: 40px;
  background-color: #009B4D;
}
.bs-tooltip-left .arrow{
  display: none;
}
.tooltip-inner {
  font-size: 16px;
  max-width: 300px;
  height: 40px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  background-color: #009B4D;

}
.payment dt,.certification dt{
  padding-bottom: 15px;
}
.payment dd,.certification dd {
  float: left;
  background: #fff;
  margin-right: 5px;
  padding: 2px;
  border-radius: 5px;
  /* height: 54px; */
}
.certification dd{
  width: 38px;
  height: 38px;
  display: inline-block;
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  /* height: 54px; */
}



.header-right,.nav-prpo,.header-logo .bom,.header-logo .menu{
  display: none;
}
@media screen and (max-width: 992px) { 

  .navbar-toggler{
    display:none;
  }
  .navbar-nav{
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
  }
  .navbar-collapse{
    display: flex !important;
  }
  .header .nav-categories .categories > li .sub-cat-menu{
    width: 585px;
    left: 150px;
  }

}
@media screen and (max-width: 768px) { 
  .header-right{
    display: block;
  }
  .bom-order,.nav{
    display: none;
  }

  .header-logo{
    display: flex;
    vertical-align: middle;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
  }
  .header-logo img{
    width: 100%;
  }

  .nav-prpo{
    width: 100%;
    display: none;
    background: #f2f2f2;
    margin: 0 15px 15px;
  }
  .nav-prpo ul{
    margin: 0;
    padding: 0;
    list-style-type:none;
  }
  .nav-prpo li{
    border-bottom: 1px solid #fff;
  }

  .header .search-bar{
    margin-top: 0;
  }

  .header-logo .bom,.header-logo .menu{

    flex-shrink: 0;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    width: 36px;
    justify-content: center;
    vertical-align: middle;
    background: #009B4D;
    color: #fff;
    margin-left: 8px;
    display: block;
    display: flex;
    border-radius: 5px;

  }
  .header-logo .bom .iconfont{
    font-size: 18px;
    color: #fff;
  }
  .header-logo .menu .iconfont{
    font-size: 24px;
  }

  .product-page .reviews-header .stars{
    font-size: inherit;
  }
  .product-page .p-5{
    padding: 0 !important;
  }
  .product-page .col-8,.product-page .col-4{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: inherit;
  }
  .d-flex{
    flex-wrap: wrap;
  }
  .pagination{
    flex-wrap: wrap;
  }
  .product-page .reviews-form .starability{
    flex-direction: initial;
  }
  .home .banner-swiper .slide-container{
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .home .banner-swiper .banner-swiper-pagination{
    padding-left: 0;
  }
  .product-page .pl-0, .px-0{
    padding-left:20px !important;
    padding-right:20px !important
  }
  .card-body{
    padding: 0.25rem;
  }

  .pbc .page-banner,.hot-selling .page-banner {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200% auto;
  }

  .pbc .row{
    justify-content:space-evenly;
  }

  .pbc-main-container .col-md-3{
    flex-shrink: 0;
    width: 46%;
    border: 1px solid #ccc;

  }
  .pbc-main-container .pb-3 img{
    width: 100%;
  }

  .nav-pills{
    display: flex;
  }

  .product-table-header{
    display: none;
  }
  .product-table-body .uprice {
    display: none;
  }
  .product-table-body .col-md-1{
    flex: 0 0 35%;
    max-width: 35%;
  }
  .product-table-body .d-flex div:nth-child(2){
    flex: 0 0 65%;
    max-width: 65%;
  }

}

table {
  min-height: 25px;
  line-height: 25px;
  text-align: center;
  border-collapse: collapse;
}

table,
table tr th,
table tr td {
  border: 1px solid #a8aeb2;
  padding: 5px 10px;
}
