/** Shopify CDN: Minification failed

Line 91:1 Expected "}" to go with "{"

**/
/* Instagram Feed App */
.ooo-instagram-media__image{
border-radius: 5px;
}
.ooo-instagram-media{
box-shadow: 0px 5px 10px rgba(0,0,0,.1);
border-radius: 5px;
}
.ooo-instagram-footer__button{
border-radius: 5px;
}

/*******************/
/**** BUNDLES ****/
/*******************/

.bundle-builder-app--bundle--product-name{
font-size: 110%;
min-height: 4.2vh;
}
.bundle-builder-app--bundle--product-image {
    border-radius: 6px;
}

/* Add Button - Focus + Hover */

.bundle-builder-app--bundle--soldout button:focus, .bundle-builder-app--bundle--soldout:focus, .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add) button:focus, .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add):focus{
color: black !important;
}
.bundle-builder-app--bundle--soldout button:focus, .bundle-builder-app--bundle--soldout:focus, .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add) button:focus, .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add):hover{
color: black !important;
}

/* Add Button - Regular */

.bundle-builder-app--bundle--soldout, .bundle-builder-app--bundle--soldout button, .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add), .bundle-builder-app--button:not(.bundle-builder-app--button--increase):not(.bundle-builder-app--button--decrease):not(.bundle-builder-app--bundle--contents-subtract):not(.bundle-builder-app--bundle--contents-add) button{
min-height: 4.6vh;
}

/**** Button Subtext ****/

.button_subtext_under {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.button_subtext_wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

/**** BB Read More ****/
.bundle-builder-app--bundle--product--show-more span:after {
    content: '';
    display: block;
    margin: 1px auto 0 !important;
    height: 1px !important;
    width: 100% !important;
    background: var(--button-bg-color,#000);
    opacity: 30%;
}

/*********************/
/**** RECHARGE ****/
/*********************/

/* Subscription Popup Label */
.rc_popup__label[data-v-7bc675e0] {
    color: var(--rc-icon-color);
/*Widget Border*/
.rc-template__radio-group .rc-radio-group__options {
    border: 1px solid #000 !important;
}
.rc-template__radio-group .rc-radio:not(:first-child) {
    border-top: 1px solid #000 !important;
}

.rc-widget .rc-option--active {
    color: var(--rc-active-color);
    background-color: var(--rc-active-bg);
    border-radius: 6px;
}