.single-product.single-product-bundle div.product form.cart {
	margin: 0;
	padding: 0;
}

.single-product.single-product-bundle div.product .summary {
	margin: 0;
}

.single-product-bundle h1 {
    position: relative;
	margin-bottom: 40px;
}

.single-product-bundle h1 .back-link {
    position: absolute;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.single-product-bundle h1 .back-link svg {
    height: 20px;
    width: 28px;
    position: absolute;
    top: 10px;
    display: block;
    stroke: #484a48;
}

.single-product-bundle .product .summary > .price {
    display: none;
}

.single-product-bundle .product .bundled_product_images {
    background: #f2f2f2;
    margin: 0 !important;
}

.single-product-bundle .product .bundled_product_images img {
    margin: 0;
}

.single-product-bundle .product .bundled_product_summary .details {
    text-align: left;
}

.single-product-bundle .product .bundled_product_summary .bundled_product_title {
    margin: 5px 0 0 0;
    color: #484a48;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 26px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.single-product-bundle .product .bundled_product_summary .bundled_product_title .item_title,
.single-product-bundle .product .bundled_product_summary .bundled_product_title .item_qty {
    font-weight: 700;
}

.single-product-bundle .product .bundled_product_summary .bundled_item_button {
    max-width: 160px;
}

.single-product-bundle .product .bundled_product_summary .bundled_item_button .quantity {
    margin: 0 !important;
}

.single-product-bundle .product .bundled_product_summary .bundled_product_optional_checkbox {
    display: none;
}

.single-product-bundle .product .bundled_product_summary .bundled_item_cart_details .stock {
    margin: 10px 0 0 0;
    text-align: left;
}

.single-product-bundle .product .bundled_product_summary .stock {
    padding-left: 4px;
}

.single-product-bundle .product .bundled_product_summary .bundled_product_optional_checkbox,
.single-product-bundle .product .bundled_product_summary .bundled_product_optional_checkbox .price,
.single-product-bundle .product .bundled_product_summary .bundled_product_optional_checkbox .price *,
.single-product-bundle .product .bundled_product_summary .bundled-item-price,
.single-product-bundle .product .bundled_product_summary .bundled-item-price * {
    font-size: 16px;
    line-height: 26px;
    color: #484A48;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 !important;
}

.single-product-bundle .product .bundled_product_summary .bundled_product_optional_checkbox .price {
    margin: 0 !important;
}

.single-product-bundle .product .bundled_product_summary .bundled-product-checkbox-toggle,
.single-product-bundle .product .bundled_product_summary .bundled_item_after_cart_details,
.single-product-bundle .product .bundled_product_summary .variations_form {
    margin: 10px 0 0 0 !important;
}

.single-product-bundle .product .bundled_product_summary:not(.bundled_item_show_discounted_price) .bundled-item-price del,
.single-product-bundle .product .bundled_product_summary .bundled-item-price .bundled_item_price_quantity {
	display: none;
}

.single-product-bundle .product .bundled_product_summary.bundled_item_show_discounted_price .bundled-item-price ins,
.single-product-bundle .product .bundled_product_summary.bundled_item_show_discounted_price .bundled-item-price ins * {
	color: #E65928;
}

.single-product-bundle .product .bundled_item_optional .bundled_item_cart_content--populated:before {
    height: auto;
}

.single-product-bundle .product .bundled_product_summary .bundled_product_optional_checkbox .price ins,
.single-product-bundle .product .bundled_product_summary .bundled-item-price ins {
    margin-left: 0;
}

.single-product-bundle .product .bundled_product_summary .bundled_product_optional_checkbox input[type="checkbox"] {
    position: relative;
    top: 1px;
    margin-right: 4px;
}

.single-product-bundle .product form.cart:not(.layout_fixed-bundle) .bundled_product .bundled_product_images {
    cursor: pointer;
}

.single-product-bundle .product .bundled_product .bundled_product_images .component-selected {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    border: 2px solid #f05125;
    border-radius: 5px;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
}

.single-product-bundle .product .bundled_product .bundled_product_images .product-details-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product-bundle .product .bundled_product .bundled_product_images .product-details-loader.active {
    opacity: 1;
    visibility: visible;
}

.single-product-bundle .product .bundled_product.is-selected .bundled_product_images {
    background: #fff;
}

.single-product-bundle .product .bundled_product.is-selected .bundled_product_images  .component-selected {
    opacity: 1;
    visibility: visible;
}

.single-product-bundle .product .bundled_product .bundled_product_images .component-selected .icon {
    width: 30px;
    height: 38px;
    position: absolute;
    top: 1px;
    right: 6px;
}

.single-product-bundle .product .bundled_product .bundled_product_images .component-selected .icon svg {
    display: block;
    width: 30px;
    height: auto;
}

.single-product-bundle .product .bundled_product table.variations td {
    text-align: left;
}

.single-product-bundle .product .bundled_product table.variations td.value {
    padding: 0 0 10px 0 !important;
}

.single-product-bundle .product .bundled_product table.variations td label {
    color: #E65928;
    margin: 0;
}

.single-product-bundle .product .bundled_product table.variations td label:after {
    display: none;
}

.single-product-bundle .product .bundled_product table.variations td label .required {
    color: #686b68;
}

.single-product-bundle .product .bundled_product .swatch-control {
    padding: 5px 0 0 0;
}

.single-product-bundle .product .bundled_product .swatch-wrapper {
    padding: 2px;
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    margin: 0 5px 5px 0;
}

.single-product-bundle .product .bundled_product .swatch-wrapper .swatch-anchor {
    width: 24px !important;
    height: 24px !important;
}

.single-product-bundle .product .bundled_product .swatch-wrapper,
.single-product-bundle .product .bundled_product .swatch-wrapper .swatch-anchor {
    border: 1px solid transparent !important;
    border-radius: 18px;
    padding: 3px !important;
    outline: 0 !important;
}

.single-product-bundle .product .bundled_product .swatch-wrapper.selected {
    border: 1px solid #686b6a !important;
    padding: 2px;
}

.single-product-bundle .product .bundled_product .bundle-item-warning,
.single-product-bundle .product .bundled_product .disabled-bundle-item-warning {
	padding: 10px 15px 10px 46px;
	font-size: 15px;
	line-height: 18px;
	margin: 10px 0 0 0;
    text-align: left;
}

.single-product-bundle .product .wcsatt-options-wrapper {
    position: relative;
    display: block !important;
    margin-bottom: 25px;
}

.single-product-bundle .product .wcsatt-options-wrapper.wcsatt-options-wrapper-count-1 {
    display: none !important;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product-selected {
    border: 1px solid #484a48;
    cursor: pointer;
    font-size: 15px;
    height: 48px;
    line-height: 16px;
    padding: 15px 18px;
    position: relative;
    user-select: none;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product-selected .text,
.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product-selected .text-label {
    color: #484a48;
    font-weight: 600;
	font-size: 15px;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product-selected .text .text {
	text-transform: lowercase;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product-selected.active {
    border-color: #686b6a;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product {
    border: 1px solid #686b6a;
    border-top: 0;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    display: none;
    z-index: 100;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product.active {
    display: block;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product li {
    border-bottom: 1px solid #686b6a;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product li:last-child {
    border-bottom: 0;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product li label {
    font-size: 15px;
    height: 48px;
    line-height: 16px;
    padding: 15px 18px;
    font-weight: 600;
    margin: 0;
    display: block;
    cursor: pointer;
    color: #484a48;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product li label span {
	color: #484a48;
	font-weight: bold;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product li.active label {
    font-weight: 400;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product li label input {
    display: none;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product.hide-text-label li .text-label {
	display: none;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product-selected .icon {
	display: block !important;
    position: absolute;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product-selected .icon.arrow-down {
    width: 19px;
    height: 14px;
    top: 15px;
    right: 17px;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product-selected .icon.icon-subscription {
    display: none !important;
}

.single-product-bundle .product .wcsatt-options-wrapper .wcsatt-options-product-selected.active .icon.arrow-down {
    transform: rotate(180deg);
}

.single-product-bundle .product .bundle_form .bundle_availability .available-on-backorder {
    display: none;
}

.single-product-bundle .product .bundle_wrap {
    position: relative;
    padding-top: 24px;
}

.single-product-bundle .product .bundle_wrap .loading {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75);
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    text-align: center;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
}

.single-product-bundle .product .bundle_wrap.is-loading .loading {
    opacity: 1;
    visibility: visible;
}

.single-product-bundle .product .bundle_wrap > .bundle_price {
    line-height: 32px;
    margin-bottom: 25px !important;
    text-align: right;
    font-size: 17px;
    font-weight: 600;
    color: #E65928;
    overflow: hidden;
    display: block !important;
}

.single-product-bundle .product .bundle_wrap > .bundle_price:before {
    content: 'Total:';
    float: left;
    line-height: 32px;
}

.single-product-bundle .product .bundle_wrap > .bundle_price .price {
    margin: 0 !important;
    line-height: 32px !important;
}

.single-product-bundle .product .bundle_wrap > .bundle_price .item-count {
    display: none;
}

.single-product-bundle .product .bundle_wrap > .bundle_price .price del {
    color: inherit;
}

.single-product-bundle .product .bundle_wrap > .bundle_price .price:not(.show-discount) del {
    display: none;
}

.single-product-bundle .product .bundle_wrap > .bundle_price .price {
    text-align: right;
}

.single-product-bundle .product .bundle_wrap > .bundle_price .price,
.single-product-bundle .product .bundle_wrap > .bundle_price .price span,
.single-product-bundle .product .bundle_wrap > .bundle_price .price ins {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

.single-product-bundle .product .bundle_wrap > .bundle_price .price ins {
    margin: 0;
}

.single-product-bundle .product .bundle_wrap > .bundle_button,
.single-product-bundle .product .bundle_wrap > .bundle_button_skip {
    display: none;
}

.single-product-bundle .product .bundle_wrap > .bundle_button .button-wrap {
	display: flex;
}

.single-product-bundle .product .bundle_wrap > .bundle_button .button-wrap .quantity {
	margin: 0;
}

.single-product-bundle .product .bundle_wrap .btn-full-width {
    width: 100%;
}

.single-product-bundle .product .bundle_wrap > .bundle-subscription-details p {
    margin: 0 0 10px 0;
    text-align: left;
}

.single-product-bundle .product .bundle_wrap > .bundle-subscription-details .bundle-subscription-details-mobile {
    display: none;
}

.single-product-bundle .product .bundle-contents-wrapper .bundle-contents {
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 12px 0;
}

.single-product-bundle .product .bundle-contents-wrapper .bundle-contents.no-items {
    display: none;
}

.single-product-bundle .product .bundle-contents-wrapper .bundle-contents p {
    margin: 0 0 5px 0 !important;
    text-align: left !important;
}

.single-product-bundle .product .bundle-contents-wrapper .bundle-contents-close,
.single-product-bundle .product .bundle-contents-wrapper .bundle-contents-toggle {
    display: none;
}

.single-product-bundle .product .bundle_error .woocommerce-info {
    padding: 10px 10px 10px 36px;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 24px;
    display: block !important;
}

.single-product-bundle .product .bundle_error .woocommerce-info:before {
    left: 10px;
}

.single-product-bundle .product .bundle_button .quantity {
    margin-right: 15px;
}

.single-product-bundle .product .bundle_button .quantity input[type="number"] {
    padding: 7px 0;
}

.bundle-item-details .modal-dialog {
    max-width: 90%;
    width: 780px;
}

.bundle-item-details .modal-body {
    padding: 20px;
}

.bundle-item-details .modal-body h3 {
    margin-bottom: 0;
}

.bundle-item-details .modal-body .price del {
    display: none;
}

.bundle-item-details .modal-body .price ins {
    margin-left: 0;
}

.bundle-item-details .modal-body .short-description {
    padding-top: 15px;
}

.bundle-item-details .modal-body .short-description ul {
    margin-left: 20px;
}

.single-product-bundle .modal-backdrop {
    z-index: 10000;
}

.single-product-bundle .modal {
    z-index: 10001;
}

@media only screen and (max-width: 767px) {
    ul.products.columns-3 li.product,
    ul.products.columns-3 li.product.last {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%;
        margin-bottom: 40px;
    }

    ul.products.columns-3 li.product:nth-child(2n) {
        margin-right: 0;
    }

    .single-product-bundle .product form {
        padding: 0;
    }

    .single-product-bundle .product .bundled_product_summary .bundled_product_title,
    .single-product-bundle .product .bundled_product_summary .bundled_product_optional_checkbox,
    .single-product-bundle .product .bundled_product_summary .bundled_product_optional_checkbox .price,
    .single-product-bundle .product .bundled_product_summary .bundled_product_optional_checkbox .price * {
        font-size: 15px;
        line-height: 25px;
    }

    .single-product-bundle .product .bundle_data .bundle_wrap > .bundle_button .single_add_to_cart_button svg {
        display: none !important;
    }

    .single-product-bundle .product .bundle_data.sticky {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000000;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #979797;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle_wrap > .bundle_price {
        margin-bottom: 5px !important;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle_wrap > .bundle-subscription-details p {
        display: none;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle_wrap > .bundle-subscription-details .bundle-subscription-details-mobile {
        position: relative;
        width: 22px;
        height: 22px;
        display: inline-block;
        vertical-align: top;
        margin-left: 8px;
        margin-top: 2px;
        cursor: help;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle_wrap > .bundle-subscription-details .bundle-subscription-details-mobile svg {
        width: 18px;
        height: 18px;
        margin: 2px 0 0 2px;
        display: block;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle-contents-wrapper .bundle-contents-close {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transition: all 300ms ease;
        transition-delay: 200ms;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle-contents-wrapper.active .bundle-contents-close {
        opacity: 1;
        visibility: visible;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle-contents-wrapper .bundle-contents {
        padding-right: 30px;
        display: none;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle-contents-wrapper .bundle-contents-toggle {
        display: block;
        position: absolute;
        right: 10px;
        z-index: 10;
        cursor: pointer;
        user-select: none;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle-contents-wrapper .bundle-contents-toggle .bundle-contents-toggle-view,
    .single-product-bundle .product .bundle_data.sticky .bundle-contents-wrapper .bundle-contents-toggle .bundle-contents-toggle-close {
        text-decoration: underline;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle-contents-wrapper.active .bundle-contents-toggle .bundle-contents-toggle-view,
    .single-product-bundle .product .bundle_data.sticky .bundle-contents-wrapper .bundle-contents-toggle .bundle-contents-toggle-close {
        display: none;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle-contents-wrapper.active .bundle-contents-toggle .bundle-contents-toggle-close {
        display: inline;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle-contents-wrapper .bundle-contents-toggle .bundle-contents-toggle-icon {
        transform: rotate(180deg);
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all 300ms ease;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle-contents-wrapper.active .bundle-contents-toggle .bundle-contents-toggle-icon {
        transform: rotate(0deg);
    }

    .single-product-bundle .product .bundle_data.sticky .bundle_wrap {
        padding-top: 0;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle_wrap > .bundle_price {
        text-align: left;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle_wrap > .bundle_price:before {
        margin-right: 4px;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle_wrap > .bundle_price .price {
        text-align: left;
        display: inline;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle_wrap > .bundle_price .bundle-shipping {
        display: none;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle_wrap > .bundle_price .item-count {
        display: inline;
        font-size: 17px;
        font-weight: 600;
        color: #E65928;
        margin-left: 4px;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle_error {

    }

    .single-product-bundle .product .bundle_data.sticky .bundle_error .woocommerce-info {
        background: #fff;
        margin: 0 0 10px 0;
        width: 100%;
        display: block !important;
    }

    .bundle-item-details .column-image {
        margin-bottom: 20px;
    }

    .single-product-bundle .product .bundle_data.sticky .bundle_button {
        clear: both;
    }

    .single-product-bundle .product .wcsatt-options-wrapper {
        margin-bottom: 10px;
    }

    .single-product-bundle .product .bundle_data.sticky .wcsatt-options-wrapper {
        float: left;
        width: auto;
    }

    .single-product-bundle .product .bundle_data.sticky .wcsatt-options-wrapper .wcsatt-options-product-selected .text-label {
        display: none;
    }

    .single-product-bundle .product .bundle_data.sticky .wcsatt-options-wrapper .wcsatt-options-product-selected {
        border: 1px solid #e65928;
        border-radius: 13px;
        padding: 0 20px;
        font-size: 15px;
        line-height: 1.5;
        height: auto;
        transition: border-radius 300ms ease;
        height: 25px;
    }

    .single-product-bundle .product .bundle_data.sticky .wcsatt-options-wrapper.active .wcsatt-options-product-selected {
        border-radius: 0 0 13px 13px;
    }

    .single-product-bundle .product .bundle_data.sticky .wcsatt-options-wrapper .wcsatt-options-product-selected .text .text {
        color: #e65928;
        position: relative;
        top: -2px;
        font-weight: normal;
        font-size: 14px;
    }

    .single-product-bundle .product .bundle_data.sticky .wcsatt-options-wrapper .wcsatt-options-product-selected .icon.arrow-down {
        top: 50%;
        right: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-top: -7px;
    }

    .single-product-bundle .product .bundle_data.sticky .wcsatt-options-wrapper .wcsatt-options-product-selected .icon svg {
        fill: #e65928;
        width: 9px;
    }

    .single-product-bundle .product .bundle_data.sticky .wcsatt-options-wrapper .wcsatt-options-product-selected .icon.icon-subscription {
        display: block !important;
        left: 7px;
        top: 2px;
        line-height: 1;
    }

    .single-product-bundle .product .bundle_data.sticky .wcsatt-options-wrapper .wcsatt-options-product {
        top: auto;
        bottom: 25px;
        border-radius: 13px 13px 0 0;
        border-top: 1px solid #e65928;
        border-color: #e65928;
        border-bottom: none;
        padding: 0 0 5px 0;
        display: block !important;
        opacity: 0;
        visibility: hidden;
        transition: all 300ms ease;
    }

    .single-product-bundle .product .bundle_data.sticky .wcsatt-options-wrapper .wcsatt-options-product.active {
        opacity: 1;
        visibility: visible;
    }

    .single-product-bundle .product .bundle_data.sticky .wcsatt-options-wrapper .wcsatt-options-product li {
        border-bottom: none;
    }

    .single-product-bundle .product .bundle_data.sticky .wcsatt-options-wrapper .wcsatt-options-product li label {
        font-size: 14px !important;
        line-height: 17px !important;
        color: #e65928;
        padding: 5px 10px !important;
        margin: 0 !important;
        height: auto;
    }

    .single-product-bundle .product .bundle_data.sticky .wcsatt-options-wrapper .wcsatt-options-product li label span {
        font-weight: normal;
        color: #e65928;
        text-transform: lowercase;
    }

    .single-product-bundle .product .bundle_data.sticky .wcsatt-options-wrapper .wcsatt-options-product li:hover label span {
        text-decoration: underline;
        text-underline-position: under;
    }
}

/* HIDDEN + FIXED BUNDLE CONTENS LAYOUT */

.single-product-bundle div.product form.cart.layout_hidden-contents .bundle_price,
.single-product-bundle div.product form.cart.layout_fixed-bundle .bundle_price {
    margin-bottom: 10px !important;
}

.single-product-bundle div.product form.cart.layout_hidden-contents .bundle_price .item-count,
.single-product-bundle div.product form.cart.layout_fixed-bundle .bundle_price .item-count {
    display: none;
}

.single-product-bundle div.product form.cart.layout_hidden-contents .bundle_price *,
.single-product-bundle div.product form.cart.layout_fixed-bundle .bundle_price * {
    font-size: inherit;
    line-height: inherit;
    font-weight: bold;
}

.single-product-bundle div.product form.cart.layout_hidden-contents .bundle_price p,
.single-product-bundle div.product form.cart.layout_fixed-bundle .bundle_price p {
    margin: 0;
}

.single-product-bundle div.product form.cart.layout_hidden-contents .bundled_product,
.single-product-bundle div.product form.cart.layout_hidden-contents .bundle_wrap > .bundle_price,
.single-product-bundle div.product form.cart.layout_fixed-bundle .bundled_product:not(.bundled_product_variable),
.single-product-bundle div.product form.cart.layout_fixed-bundle .bundled_product.bundled_product_variable.bundled_product_variable_1_available_variations,
.single-product-bundle div.product form.cart.layout_fixed-bundle .bundled_product .reset_variations,
.single-product-bundle div.product form.cart.layout_fixed-bundle .bundled_product .disabled-bundle-item-warning,
.single-product-bundle div.product form.cart.layout_fixed-bundle .bundled_product .bundled_item_cart_details,
.single-product-bundle div.product form.cart.layout_fixed-bundle .bundle_wrap > .bundle_price {
    display: none !important;
}

.single-product-bundle div.product form.cart.layout_fixed-bundle .bundled_product.bundled_product_variable {
	border-bottom: none;
	padding-top: 8px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.single-product-bundle div.product form.cart.layout_fixed-bundle .bundled_product table.variations td.value {
	padding-bottom: 0 !important;
}

.single-product-bundle div.product form.cart.layout_fixed-bundle .bundled_product table.variations td.value .swatch-label {
	margin: 0;
}

.single-product-bundle div.product form.cart.layout_hidden-contents .product-recommandations,
.single-product-bundle div.product form.cart.layout_fixed-bundle .product-recommandations {
    padding: 32px 0 0 0;
}

.single-product-bundle div.product form.cart.layout_fixed-bundle .fixed-bundle-container .fixed-bundle-item.fixed-bundle-item-first {
    clear: left;
}

@media only screen and (max-width: 1024px) {
    .single-product-bundle div.product form.cart.layout_fixed-bundle .fixed-bundle-container .fixed-bundle-item {
        flex: 1 1 33.33%;
        max-width: calc(33.33% - 24px);
    }
}


@media only screen and (max-width: 767px) {
    .single-product-bundle div.product form.cart.layout_fixed-bundle .fixed-bundle-container {
        border-top: 1px solid #c3c4c3;
        padding-top: 15px;
    }

    .single-product-bundle div.product form.cart.layout_fixed-bundle .fixed-bundle-container .container {
        padding-left: 0;
        padding-right: 0;
    }

    .single-product-bundle div.product form.cart.layout_fixed-bundle .fixed-bundle-container .fixed-bundle-item {
        flex: 1 1 50%;
        max-width: calc(50% - 24px);
        margin-bottom: 10px;
    }

    .single-product-bundle div.product form.cart.layout_fixed-bundle .fixed-bundle-container .fixed-bundle-item:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }
}

@media only screen and (max-width: 640px) {
    .single-product-bundle div.product form.cart.layout_fixed-bundle .fixed-bundle-container .fixed-bundle-item {
        flex: 1 1 100%;
        max-width: calc(50% - 24px);
        margin: 0;
    }

    .single-product-bundle div.product form.cart.layout_fixed-bundle .fixed-bundle-container .fixed-bundle-container-row .fixed-bundle-item .description {
        margin: 0;
    }
}

.single-product-bundle .short-description {
   margin-bottom: 15px;
}

.single-product-bundle .short-description *:last-child {
   margin-bottom: 0;
}

.fixed-bundle-container {
	padding: 40px 0 56px 0;
    background: #E5F6F3;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 40px;
}

.fixed-bundle-container .fixed-bundle-heading {
	margin: 0 0 40px 0;
}

.fixed-bundle-container .fixed-bundle-heading h2 {
	font-size: 40px;
	line-height: 46px;
	margin: 0;
}

.fixed-bundle-container .fixed-bundle-container-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

.fixed-bundle-container .fixed-bundle-container-row .fixed-bundle-item  {
	flex: 1 1 25%;
	max-width: calc(25% - 24px);
	margin-bottom: 24px;
}

.fixed-bundle-container .fixed-bundle-container-row.fixed-bundle-items-5 .fixed-bundle-item  {
	flex: 1 1 20%;
	max-width: calc(20% - 24px);
}

.fixed-bundle-container .fixed-bundle-container-row .fixed-bundle-item img {
	margin: 0 0 16px 0;
}

.fixed-bundle-container .fixed-bundle-container-row .fixed-bundle-item img,
.fixed-bundle-container .fixed-bundle-container-row .fixed-bundle-item .title,
.fixed-bundle-container .fixed-bundle-container-row .fixed-bundle-item .description {
	margin: 0 0 16px 0;
}

.fixed-bundle-container .fixed-bundle-container-row .fixed-bundle-item .title {
	font-size: 16px;
	line-height: 22px;
    font-weight: bold;
    color: #484A48;
}

.fixed-bundle-container .fixed-bundle-container-row .fixed-bundle-item .description {
	font-size: 15px;
	line-height: 20px;
}

.first-payment-date {
	display: none;
}

@media only screen and (max-width: 1200px) {
    .fixed-bundle-container .fixed-bundle-heading h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

.single-product-bundle .product-add-to-cart-box.product-add-to-cart-box-subscription-schemes .bundle_wrap {
    padding-top: 0;
}

.single-product-bundle .product-add-to-cart-box.product-add-to-cart-box-subscription-schemes:not(.showing-subscriptions) .wcsatt-options-wrapper {
    display: none !important;
}

/* hide cross from checkout page if modal is shown */

.theme-subscription-group-gruum.woocommerce-order-received.modal-open #main-header .small-header-close-link{
    display: none;
}
