.wd-single-brands .wd-label {
    flex: 1 1 100%
}

.wd-single-brands.wd-layout-inline .wd-label {
    flex: 0 0 auto
}

.wd-single-brands.wd-layout-justify .wd-label {
    flex: 1 1 auto;
    text-align: start
}

.wd-single-brands.wd-style-shadow a {
    padding: 10px;
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12);
    border-radius: calc(var(--wd-brd-radius) / 1.5);
    opacity: 1
}

.wd-single-brands.wd-style-shadow a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .14)
}

.product_meta.wd-layout-justify > span {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center
}

.product_meta.wd-layout-justify .meta-label {
    flex: 1 1 auto;
    margin-inline-end: 2px
}

.product_meta.wd-layout-justify .meta-sep {
    margin-inline-end: 2px
}

.wd-single-tabs .wd-nav-tabs-wrapper {
    margin-bottom: 20px
}

.wd-single-title .product_title {
    margin-bottom: 0
}

.wd-single-short-desc .woocommerce-product-details__short-description {
    margin-bottom: 0
}

.wd-single-price .price {
    margin-bottom: 0;
    display: block;
    font-size: 155%;
    line-height: 1.2
}

.wd-single-price .price .login-to-prices-msg {
    font-size: 80%
}

.wd-single-price .price:empty {
    display: none
}

.wd-single-stock-status {
    --wd-tags-mb: 0
}

.wd-single-stock-status:not(:has(.stock)) {
    display: none
}

.wd-single-countdown .wd-el-title {
    margin-bottom: 10px;
    font-size: 18px;
    justify-content: var(--text-align)
}

.wd-single-action-btn {
    line-height: 1
}

.wd-single-action-btn .wd-action-btn.wd-style-icon > a {
    width: auto;
    height: auto;
    line-height: 1
}

.wd-single-add-cart > div > *:last-child, .wd-single-add-cart > *:last-child {
    margin-bottom: 0
}

.wd-atc-btn-style-flat .single_add_to_cart_button, .wd-bn-btn-style-flat .wd-buy-now-btn {
    --btn-accented-box-shadow: none;
    --btn-accented-box-shadow-hover: none;
    --btn-accented-bottom-active: 0
}

.wd-atc-btn-style-bordered .single_add_to_cart_button, .wd-bn-btn-style-bordered .wd-buy-now-btn {
    --btn-brd-width: 2px;
    --btn-brd-color: #E9E9E9;
    --btn-brd-color-hover: #e0e0e0;
    --btn-accented-color: var(--color-gray-900);
    --btn-accented-color-hover: var(--color-gray-900);
    --btn-accented-bgcolor: transparent;
    --btn-accented-bgcolor-hover: transparent;
    --btn-accented-box-shadow: none;
    --btn-accented-box-shadow-hover: none;
    --btn-accented-bottom-active: 0
}

.wd-btn-design-full form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn) {
    flex: 1 1 auto
}

[class*=wd-single-].wd-swatch-layout-inline table.variations tbody {
    /*display: flex;*/
    flex-wrap: wrap;
    align-items: center;
    justify-content: var(--content-align);
    gap: 20px 40px
}

[class*=wd-single-].wd-swatch-layout-inline table.variations .cell {
    padding-bottom: 0;
    width: 100%;
    max-width: 100%;
}

.wd-stock-status-off :is(.stock,.woocommerce-variation-availability) {
    display: none
}
