.product-tabs-wrapper {
  padding-top: var(--wd-single-spacing);
  padding-bottom: var(--wd-single-spacing);
  border-top: 1px solid var(--brdcolor-gray-300);
  border-bottom: 1px solid var(--brdcolor-gray-300);
  background-color: var(--bgcolor-white);
}
.full-height-sidebar-wrap .product-tabs-wrapper {
  background-color: transparent;
}
.poduct-tabs-inner > div:not(:last-child) {
  margin-bottom: var(--wd-single-spacing);
}
.tabs-layout-tabs .shop_attributes {
  max-width: 650px;
}
.product-tabs-wrapper .tabs-layout-tabs > .wd-nav-tabs-wrapper {
  margin-top: calc(var(--wd-single-spacing) * -1 - 1px);
  margin-bottom: 30px;
}
.wd-nav-wrapper + div .woocommerce-Tabs-panel:not([style]) {
  display: block;
}
.tabs-layout-accordion .wd-scroll-content {
  max-height: 250px;
}
.tabs-layout-accordion .wd-single-reviews .wd-scroll-content {
  max-height: 400px;
}
.tabs-location-standard.tabs-type-accordion {
  --wd-single-spacing: 25px;
}
.tabs-location-standard.tabs-type-accordion .product-tabs-wrapper {
  border-top: none;
}
.tabs-location-standard.tabs-type-accordion.reviews-location-tabs
  .product-tabs-wrapper {
  border-bottom: none;
}
.tabs-location-summary .tabs-layout-accordion {
  --wd-accordion-font-size: 14px;
  --wd-accordion-spacing: 15px;
}
@media (max-width: 1024px) {
  .product-tabs-wrapper {
    border-top: none;
  }
}
