.plugin_activitybar_list {
    border-bottom: 1px solid rgb(var(--color-base-outline-button-labels)) !important;
    border-top: 1px solid rgb(var(--color-base-outline-button-labels)) !important;
}

.bootstrap.bundle-plugin__container,
#reviews {
    width: 100%;
}

.bootstrap.bundle-plugin__container *,
#reviews * {
    font-family: var(--font--body) !important;
    color: var(--color--text) !important;
    font-weight: var(--font--body-weight) !important;
    font-style: var(--font--body-style) !important;
}

.bootstrap.bundle-plugin__container .bundle-plugin__title,
#reviews .reviews-header-h,
.bootstrap.bundle-plugin__container .bundle-plugin__total-price_wrap span.total-price {
    font-family: var(--font--title) !important;
    word-break: break-word;
    line-height: 1.45 !important;
    font-size: calc((var(--font--size-h1) / var(--font--size-base)) * 1rem)!important;
    color: var(--color--headings) !important;
    font-weight: var(--font--title-weight) !important;
    font-style: var(--font--title-style) !important;
    letter-spacing: var(--font--title-space) !important;
    text-transform: var(--font--title-transform) !important;
}

.bootstrap.bundle-plugin__container .bundle-plugin__total-price_wrap span.total-price {
    color: var(--color--product-sale) !important;
}

.bundle-plugin__total-price_wrap span.total-price {
    word-break: break-word;
    color: var(--color--product-sale) !important;
}

.bundle-plugin__products {
    justify-content: space-between;
}

.bundle-plugin__bottom .bundle-plugin__product {
    width: 100%;
    display: grid !important;
    grid-template-columns: 300px 1fr;
}

.bundle-plugin__bottom .bundle-plugin__product-title {
    width: 100% !important;
}

.bundle-plugin__bottom .bundle-plugin__variant-info {
    justify-content: space-between;
}

.bundle-plugin__selected-variant-text {
    max-width: 25rem;
    display: flex;
    position: relative;
    width: 100%;
}

.bootstrap.bundle-plugin__container .bundle-plugin__product-count{
    color: var(--color--btn) !important;
}

.bootstrap.bundle-plugin__container svg path {
    fill: var(--color--brand) !important;
}

.bootstrap.bundle-plugin__container .bundle-plugin__add-to-cart-btn {
    border: 2px solid var(--color--brand) !important;
    font-family: var(--font--button) !important;
    letter-spacing: var(--font--button-space) !important;
    text-transform: var(--font--button-transform) !important;
    transition: all .2s ease-in-out !important;
    color: var(--color--btn) !important;
    font-size: var(--font--button-size) !important;
    font-weight: var(--font--button-weight) !important;
    font-style: var(--font--button-style) !important;
    height: auto !important;
    line-height: 30px !important;
    padding: 9px 30px !important;
    border-radius: 0 !important;
    background-color: var(--color--brand) !important;
}

.bundle-plugin__bottom .bundle-plugin__product-price {
    display: inline-block;
    margin: 0 1rem 0 0;
    color: rgb(var(--color-foreground)) !important;
}

#reviews .reviews-distributions-rating-row {
    color: rgba(var(--color-foreground), 0.75) !important;
}

.reviews {
    border: 1px solid rgb(var(--color-base-outline-button-labels)) !important;
    transition: box-shadow var(--duration-short) ease;
}

.reviews-sort-text_selected,
.reviews-sort-list li {
    color: rgb(var(--color-foreground)) !important;
}

.reviews-list-item_content,
#reviews .reviews-list-item_footer * {
    margin-left: 20px;
}

#reviews .reviews-list-item_footer *,
#reviews .reviews-pagination *{
    color: #9f9f9f !important;
}

#reviews .reviews-tab-item_on,
#reviews .reviews-tab-item_on *,
#reviews .reviews-pagination-item_on {
    color: #FFC700 !important;
    font-weight: bold !important;
}

#reviews .reviews {
    border: 1px solid var(--color--brand) !important;
}