a {
  text-decoration: none;
  color: inherit; }

.overlay {
  position: relative;
  z-index: 1; }

.overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  /* Adjust the opacity as needed */
  /* z-index: 2; */ }

.wqrcode {
  width: 150px;
  height: 150px; }

.categories .tree {
  background-color: #f7f7f7;
  padding: 18px; }
  .categories .tree .children {
    padding-left: 20px; }
    .categories .tree .children li {
      padding: 5px 0; }
  .categories .tree .oneLevel a {
    font-size: 16px; }

.categories h5.title {
  background-color: #008f0a;
  color: white;
  padding: 20px;
  margin-bottom: 0; }

.sitemap .row {
  margin-top: 20px; }

.sitemap .term {
  font-size: 16px;
  line-height: 32px;
  padding-right: 14px; }

#float-menu {
  position: fixed;
  top: 45%;
  right: 20px;
  background-color: #f1f1f1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 9999; }
  #float-menu .btn {
    --bs-btn-padding-x: 0.4rem;
    --bs-btn-padding-y: 0.1rem; }

#mainMenu .nav-item {
  padding: 0 20px; }

#mainMenu .menu-parent {
  position: relative;
  z-index: 9999; }
  #mainMenu .menu-parent .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    width: max-content;
    padding: 14px 0; }
    #mainMenu .menu-parent .sub-menu li {
      display: block;
      padding: 0 16px;
      line-height: 40px; }
      #mainMenu .menu-parent .sub-menu li a {
        text-decoration: none;
        font-size: 16px; }
    #mainMenu .menu-parent .sub-menu.end {
      left: 100% !important;
      top: 30% !important; }

.detailPage .sku {
  line-height: 48px; }
  .detailPage .sku .name {
    display: inline-block;
    width: 136px;
    font-size: 16px;
    color: #333; }
  .detailPage .sku .val {
    font-size: 14px;
    color: #666666; }

.detailPage .relatedProducts .product img {
  width: 80px;
  height: 80px; }

.detailPage .attrs {
  padding: 20px 0; }
  .detailPage .attrs .attr {
    font-size: 16px;
    line-height: 32px; }
    .detailPage .attrs .attr .name {
      display: inline-block;
      width: 130px; }

.detailPage .description h1 {
  font-size: 22px; }
