/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 25 2025 | 10:44:06 */
#victron-energy-warranty-link{
    display:none;
}
#rich-solar-warranty-link{
    display:none;
}
#warranty-form-brands{
    display:none;
}
.bundled_product_excerpt{
    display:none;
}
/*8-oct-css*/
.bundle_form.bundle_sells_form.initialized .bundled_product .details h4.bundled_product_title.product_title {
    position: relative;
}
.bundle_form.bundle_sells_form.initialized .bundled_product .details h4 span.bundled_product_title_link {
    position: absolute;
    left: 0;
    top: 15px;
    right: 0;
    width: 154px;
    height: 20px;
    margin: 0 !important;
    opacity: 0;
    max-width: 100%;
}
.bundle_form.bundle_sells_form.initialized .bundled_product .details h4 span.bundled_product_title_link a {
    display: block;
    width: 100%;
}
.bundle_form.bundle_sells_form.initialized .bundled_product .details h4 span.bundled_product_title_link a:before {
    top: 0 !important;
    width: 100% !important;
}
/*End Oct Css*/
h4.bundled_product_title.product_title .bundled_product_title_inner span.item_title {
    font-size: 12px;
    font-family: "Open Sans", Helvetica, Arial;
    font-weight: 600;
}

.bundle_form.bundle_sells_form.initialized {
    display: flex;
	flex-wrap: wrap;
}
.bundle_form.bundle_sells_form.initialized .bundled_product.bundled_product_summary.product {
    width: 33.3333%;
}
.bundle_form.bundle_sells_form.initialized .bundled_product.bundled_product_summary.product .bundled_product_images {
    width: auto !important;
}
/* .bundle_form .bundled_item_1.bundled_product.bundled_product_summary.product.bundled_item_optional, .bundle_form .bundled_item_2.bundled_product.bundled_product_summary.product.bundled_item_optional {
    width: 50%;
} */
ol.flex-control-nav.flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 6px;
    justify-items: center;
    align-items: center;
}
ol.flex-control-nav.flex-control-thumbs li {
    width: 100% !important;
}
/*  #tab-downloads h2.yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-downloads {
    display: none;
}  */
/* h4.bundled_product_title.product_title span.bundled_product_title_link a.bundled_product_permalink::before {
    display:none;
} */

/*hide disbled add-on product*/
.hidden_disable_addon {
    display: none !important;
}


@media screen and (max-width: 767px) {
.bundle_form.bundle_sells_form.initialized {
    display: block;
}
.bundle_form.bundle_sells_form.initialized .bundled_product.bundled_product_summary.product {
    width: 100%;
}
}