.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 *{
    font-weight: var(--main-weight) !important;
    color: var(--text-color) !important;
    font-size: var(--font-size) !important;
    font-family: var(--main-family) !important;
    letter-spacing: var(--main-spacing) !important;
    line-height: 1.6em;
}

.bootstrap.bundle-plugin__container .bundle-plugin__title,
.bootstrap.bundle-plugin__container .bundle-plugin__total-price_wrap span.total-price {
    word-break: break-word;
    margin-bottom: 10px !important;
    font-size: var(--h2-size) !important;
    letter-spacing: var(--heading-spacing) !important;
    color: var(--header-color) !important;
    font-family: var(--heading-family) !important;
    font-weight: var(--heading-weight) !important;
}

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

.bundle-plugin__total-price_wrap span.total-price {
    word-break: break-word;
    color: var(--sale-color) !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(--text-color) !important;
}

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

.bootstrap.bundle-plugin__container .bundle-plugin__add-to-cart-btn {
    text-align: center;
    width: 100%;
    max-width: 100%;
    background: var(--button-color) !important;
    color: var(--button-text) !important;
    font-family: var(--main-family) !important;
    font-size: var(--font-size) !important;
    font-weight: normal;
    text-decoration: none;
    border: none;
    -webkit-transition: background .5s ease,color .5s ease;
    -moz-transition: background .5s ease,color .5s ease;
    -o-transition: background .5s ease,color .5s ease;
    transition: background .5s ease,color .5s ease;
    -webkit-appearance: none;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 15px;
    line-height: normal;
    height: 50px;
}

.bootstrap.bundle-plugin__container .bundle-plugin__add-to-cart-btn:hover {
    color: var(--button-text) !important;
    background: var(--button-hover) !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;
}


