.plugin_activitybar_list {
    border-bottom: 1px solid var(--mcshop-editor-setting-color_borders) !important;
    border-top: 1px solid var(--mcshop-editor-setting-color_borders) !important;
}

.bootstrap.bundle-plugin__container *{
    font-size: var(--system-type-body-font-size) !important;
    line-height: 1.7;
    font-family: var(--mcshop-editor-setting-text_font_family), "Helvetica Neue", Arial, "Lucida Grande", sans-serif !important;
    font-weight: var(--font--body-weight) !important;
    font-style: var(--font--body-style) !important;
    color: var(--mcshop-editor-setting-color_body_text) !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.reviews{
    border: 1px solid var(--mcshop-editor-setting-color_borders) !important;
}

.reviews-icon-down{
    border-top-color: var(--mcshop-editor-setting-color_body_text) !important;
}

#reviews .reviews-header-h{
    margin-top: 0 !important;
}

.bootstrap.bundle-plugin__container .bundle-plugin__title,
.bundle-plugin__total-price_wrap span.total-price,
#reviews .reviews-list-item_header-rating-name {
    font-family: var(--mcshop-editor-setting-title_font_family), serif !important;
    font-weight: var(--font--title-weight) !important;
    font-style: var(--font--title-style) !important;
    margin: 0 0 15px;
    font-size: var(--system-type-title-font-size) !important;
    line-height: 1.2;
    color: var(--mcshop-editor-setting-color_header_text) !important;
}

#reviews .reviews-list-item_header-rating-name{
    font-size: calc(0.6 * var(--system-type-title-font-size)) !important;
}

.bundle-plugin__total-price span {
}

.bundle-plugin__total-price span.total-compare-at-price,
.reviews-sort-text-label,
.reviews-sort-text_selected,
.reviews-icon-down,
.reviews-sort-list li {
}

.bundle-plugin__total-price_wrap span.total-price {
    color: #d23744 !important;
}

.bootstrap.bundle-plugin__container .bundle-plugin__add-to-cart-btn {
    display: inline-block;
    padding: 8px 16px;
    margin: 0;
    height: unset !important;
    font-size: var(--system-type-btn-font-size) !important;
    font-family: var(--mcshop-editor-setting-btn_font_family), serif !important;
    font-weight: var(--font--button-weight) !important;
    font-style: var(--font--button-style) !important;
    letter-spacing: var(--system-type-btn-letters-spaced) !important;
    text-transform: var(--system-type-btn-font-all-caps) !important;
    line-height: 1.8 !important;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    min-height: 44px;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
    background-color: var(--mcshop-editor-setting-color_primary) !important;
    color: var(--mcshop-editor-setting-color_button_primary_text) !important;
}

.bootstrap.bundle-plugin__container .bundle-plugin__add-to-cart-btn:hover{
    background-color: var(--mcshop-editor-setting-color_primary_hover) !important;
    color: var(--mcshop-editor-setting-color_button_primary_text) !important;
}

.bundle-plugin__space-line {
    margin: 30px 0;
    height: unset !important;
    border-bottom: 1px solid var(--mcshop-editor-setting-color_borders);
}

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

.bundle-plugin__header {
    width: 100% !important;
    flex-direction: column !important;
}

.bundle-plugin__title {
    text-align: center;
}

@media (min-width: 769px) {
    .bundle-plugin__switch {
        align-self: start;
    }

    .bundle-plugin__bottom .bundle-plugin__product {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .bundle-plugin__switch {
        align-self: end;
    }
}

.bundle-plugin__bottom .bundle-plugin__product-title {
    width: -webkit-fill-available !important;
}

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

.bundle-plugin__bottom .bundle-plugin__selected-variant-text {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bootstrap.bundle-plugin__container .bundle-plugin__selected-variant-text .speci {
    color: #333 !important;
    border: 1px solid rgba(27, 30, 47, 0.15);
    width: auto !important;
    min-width: 90px;
    margin-right: 0 !important;
}


#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;
}

.bundle-plugin__bottom .bundle-plugin__product-variant {
    height: unset !important;
    width: -webkit-fill-available !important;
}

@media (max-width: 768px) {
    .bundle-plugin__bottom .bundle-plugin__product {
         margin-top: 0 !important;
         padding-top: 0 !important;
    }
    .bundle-plugin__bottom .bundle-plugin__product-title {
        padding-bottom: 0 !important
    }
    .bundle-plugin__bottom .bundle-plugin__product-price {
        width: auto !important;
    }
    .bootstrap.bundle-plugin__container .bundle-plugin__selected-variant-text .speci {
        min-width: 90px !important;
    }


}
