.outer-arrow .elementor-swiper-button-prev {
  left: -30px !important;
}
.outer-arrow .elementor-swiper-button-next {
  right: -30px !important;
}

.product-list-item .elementor-widget-button {
  line-height: 0px;
}

.product-list-item img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.single-product-price > p {
  margin-bottom: 0px;
}

.single_add_to_cart_button {
  font-size: 0px !important;
  background: unset !important;
}

.single_add_to_cart_button::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/wp-content/plugins/snippets/cart.webp) no-repeat center;
  background-size: contain;
}
/* 
.single-product-add-cart .quantity{
    position: relative;
}
.single-product-add-cart .quantity:before {
  content: "-";
  display: inline-flex;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #9b9b9b;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -25px;
  top: 55%;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  color: #9b9b9b;
  padding-bottom: 3px;
  cursor: pointer;
}
.single-product-add-cart .quantity:after {
  content: "+";
  display: inline-flex;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #9b9b9b;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -25px;
  top: 55%;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  color: #9b9b9b;
  padding-bottom: 3px;
  cursor: pointer;
} */
.single-product-add-cart .quantity {
  display: flex;
  margin-right: 20px !important;
  align-items: center;
}
.single-product-add-cart .quantity input {
  padding: 0px;
  border: none;
  outline: none;
  -moz-appearance: textfield;
  font-size: 20px;
  font-weight: 600;
  width: 50px !important;
  padding-bottom: 3px;
}
.single-product-add-cart .quantity input::-webkit-inner-spin-button,
.single-product-add-cart .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product-add-cart .qty-btn {
  height: 20px;
  width: 20px;
  padding: 0px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #858585;
  color: #858585;
  padding-bottom: 2px;
}
.single-product-add-cart .qty-btn:hover {
  color: #fff;
  border-color: #c36;
}

.woocommerce div.product div.images img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #e3e3e3;
}

.single-product-gallery .flex-control-thumbs {
  margin-top: 10px;
}
.single-product-gallery .flex-control-thumbs li {
  clear: none !important;
  padding: 10px;
}

.single-product-gallery .flex-control-thumbs li img {
  border-radius: 15px;
}

.single-product-gallery .flex-control-thumbs .slick-list {
  margin: 0 -10px;
}

.single-product-add-cart form.cart .variations {
  display: none;
}

select.product-cat-dropdown {
  border: 1px solid #dddddd;
  border-radius: 0;
}

/* 外层菜单 */
.product-cat-menu,
.product-cat-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 每个菜单项 */
.product-cat-menu li {
  position: relative;
  padding: 0px;
  cursor: pointer;
}

/* 链接样式 */
.product-cat-menu li a {
  text-decoration: none;
  color: #3f3f3f;
  display: block;
  font-family: "AlibabaPuHuiTi", Sans-serif;
  border-bottom: 1px solid #f0f0f0;
  padding: 8px 0px;
  font-weight: 500;
}
.product-cat-menu li a:hover {
  color: #c91d1d;
}
.product-cat-menu ul > li:last-child > a {
  border-bottom: none;
}

.product-cat-menu > li:last-child > a {
  border-bottom: none;
}
/* 当前页面高亮 */
.product-cat-menu li.current-cat > a {
  /* font-weight: bold; */
  color: #c91d1d;
}

/* 子菜单默认隐藏 */
.product-cat-menu li .children,
.product-cat-menu li .sub-menu {
  display: none;
  margin-left: 15px;
}

.product-cat-menu li.has-children > a {
  position: relative;
}

.product-cat-menu li.has-children > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
  position: absolute;
  right: 10px; /* 右边距离 */
  top: 50%; /* 垂直居中参考点 */
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s;
}

.product-cat-menu li.has-children.expanded > a::after {
  transform: translateY(-50%) rotate(45deg);
}

.single-post-carousel .elementor-widget-theme-post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-post-carousel .elementor-swiper-button-prev {
  left: -12px !important;
  top: 100px !important;
}
.single-post-carousel .elementor-swiper-button-next {
  right: -12px !important;
  top: 100px !important;
}

.single-solution-content h2 {
  font-weight: 900;
  margin-top: 30px;
  color: #c91d1d;
}

.single-solution-content p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.single-solution-content table th {
  vertical-align: middle;
  text-align: left;
  width: 30%;
  font-size: 18px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.single-solution-content table th pre {
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  font-family: "AlibabaPuHuiTi", Sans-serif;
}

.single-solution-content table th p {
  display: none;
}

.single-solution-content table td {
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.single-solution-content table th,
.single-solution-content table td {
  border: none; /* 去掉默认边框 */
}

.single-solution-content table tr {
  border-top: 1px solid #cacaca; /* 只在行与行之间显示边框 */
}
.single-solution-content table tr:last-child {
  border-bottom: 1px solid #cacaca; /* 去掉最后一行底部边框 */
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: unset !important;
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: unset !important;
}
.bread * {
  white-space: nowrap;
  overflow: hidden;
}

.content-image2-container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  margin: 40px 0px;
}

.content-image2-container img {
  width: 40%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gtranslate_wrapper {
  position: relative;
  width: 65px;
  height: 30px;
}
div#gt_float_wrapper {
  position: absolute;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  
}
.gt_float_switcher {
  box-shadow: none !important;
  font-family: "AlibabaPuHuiTi", Sans-serif !important;
  font-size: 16px !important;
  border-radius: 0px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0px !important;
}

.gt_float_switcher img {
  width: 22px !important;
  border-radius: 0px !important;
  margin-right: 0px !important;
}
.gt_float_switcher .gt-selected {
  overflow: unset !important;
}
.gt_float_switcher {
  overflow: unset !important;
}
.gt_float_switcher .gt_options{
  width: 100px !important;
}
.gt_float_switcher .gt_options a {
    padding: 10px 5px !important;
        width: max-content;
        background: #f3f3f3;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow{
  rotate: 180deg;
} 
.elementor-add-to-cart .ppcp-messages {
    display: none!important;
}
@media screen and (max-width: 768px) {
  .single-solution-content h2 {
    font-size: 1.5rem;
    margin-top: 20px;
  }

  .single-solution-content table th {
    width: 40%;
    font-size: 14px;
  }
  .single-solution-content table td {
    font-size: 13px;
    line-height: 1.3;
    padding-right: 0px;
  }
  .single-solution-content table th pre {
    font-size: 13px;
    font-weight: 400;
    margin: 0px;
    line-height: 1.2;
    font-family: "AlibabaPuHuiTi", Sans-serif;
  }

  .bwarrow-right > .elementor-widget-image-box:not(:last-child)::after {
    display: none;
  }
  .bwarrow-left > .elementor-widget-image-box:not(:last-child)::after {
    display: none;
  }
  .content-image2-container {
    margin: 20px 0px;
  }
}

@media screen and (max-width: 768px) {
  .single_add_to_cart_button::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}