
.hide {
    height: 0 !important;
    width: 0 !important;
    visibility: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

.strikethrough {
    text-decoration: line-through;
    font-size: 50%;
    line-height: 100%;
    color: #A1A5A7 !important;
}

.no-bullet::before {
    content: '' !important;
}

.row {
    width:100%;
}

.pad-bottom {
    padding-bottom: 15px;
}

.pad-top {
    padding-top: 15px;
}

.pad-left {
    padding-left: 15px;
}

.pad-right {
    padding-right: 15px;
}

.c4l-gradient {
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to right,
        var( --gradient-start-colour ),
        var( --gradient-end-colour )
    );
}

.flex-spacer {
    flex: 1;
}

.divider {
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    width: 60%;
    height:1px;
    border-image-source: linear-gradient(
        to right,
        #FFFFFF 0%,
        #00A1C5 50%,
        #FFFFFF 100%
    );
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 10px auto;
    overflow: hidden;
}

.js-select2 {
    appearance: none;
    visibility: hidden;
}

:root {
    --c4l-rounded-header-height: 38px;
}

.c4l-rounded-header {
    position: relative;
    margin-left: -10px;
}

.c4l-rounded-header .c4l-rounded-header-top {
    height: var( --c4l-rounded-header-height );
    width: fit-content;
    position: relative;
}

.c4l-rounded-header .c4l-rounded-header-top .c4l-rounded-header-top-gradient {
    height: var( --c4l-rounded-header-height );
    position: absolute;
    top: 0;
    left: 99%;
}

.c4l-rounded-header .c4l-rounded-header-top .c4l-rounded-header-top-gradient svg {
    height: 100%;
    display: block;
}

.c4l-rounded-header .c4l-rounded-header-top .c4l-rounded-header-top-text {
    top: 0;
    padding: 8px 15px 10px 25px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    background: linear-gradient( to right, var( --start-colour ), var( --stop-colour ) );
    width: fit-content;
    border-radius: 7px 0 0 0;
    height: var( --c4l-rounded-header-height );
    font-family: Open Sans,Arial,sans-serif;
    line-height: 20px;
}

.c4l-rounded-header .c4l-rounded-header-bot {
    width: 100%;
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 0, 100% 100%, 50px 100%);
    top: var( --c4l-rounded-header-height );
    z-index: -1;
    padding: 8px 15px 10px 25px;
    filter: brightness(0.40);
    position: absolute;
}

.c4l-alert.error {
    background-color: #d63638;
}

.c4l-alert.success {
    background-color: #2c9629;
}

.c4l-alert.warning {
    background-color: #bec71c;
}


.c4l-shop-basket {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
}

.c4l-shop-basket .divider {
    width: 100%;
    border-image-source: none;
    border-bottom: 1px solid #BFBFBF;
}

.c4l-shop-basket .basket-empty {
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: #7F7F7F;
}

.c4l-shop-basket .basket-items {
    font-size: 16px;
    font-family: Open Sans,Arial,sans-serif;
    padding-bottom: 5px;
}

.c4l-shop-basket .basket-items .details .name {
    font-weight: 700;
    color: #00A1C5;
}

.c4l-shop-basket .basket-items,
.c4l-shop-basket .basket-subtotal {
    width: 100%;
}

.c4l-shop-basket .basket-items table {
    border: none !important;
    margin: 0 !important;
}
.c4l-shop-basket .basket-items tbody,
.c4l-shop-basket .basket-items tr,
.c4l-shop-basket .basket-items td {
    border: none;
}

.c4l-shop-basket .basket-items td:not(:last-child) {
    padding: 20px 10px 20px 0;
}

.c4l-shop-basket .basket-items td:is(:last-child) {
    padding: 20px 0;
}

.c4l-shop-basket .basket-items .details {
    line-height: 22px;
}

.c4l-shop-basket .basket-items .remove-control {
    text-align: right;
    position: relative;
}

.c4l-shop-basket .basket-items .remove-control::before {
    font-size: 38px;
    color: #00A1C5;
}

.c4l-shop-basket .basket-items .remove-control input {
    border: none !important;
    background-color: unset !important;
    line-height: 0 !important;
    height: 38px;
    width: 38px;
    font-size: 38px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 !important;
    opacity: 0;
}

.c4l-shop-basket .basket-items .remove-control input:active {
    background-color: unset !important;
}

.c4l-shop-basket .basket-subtotal {
    font-size: 22px;
    border-radius: 15px;
    border: 1px solid #BFBFBF;
    padding: 19px 16px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #000000;
    font-weight: 600;
}

.c4l-shop-basket .basket-subtotal label {
    margin-right: 15px;
    font-size: 18px;
    font-weight: 400;
}

@media ( min-width: 468px ) {}
@media ( min-width: 650px ) {
    .c4l-shop-basket {
        flex-direction: row;
    }

    .c4l-shop-basket .basket-subtotal {
        width: fit-content;
        justify-self: end;
        width: 45%;
    }
}
@media ( min-width: 992px ) {

}
@media ( min-width: 1150px ) {
    .c4l-shop-basket {
        flex-direction: column;
        justify-content: flex-start;
    }

    .c4l-shop-basket .basket-subtotal {
        width: 100%;
        position: absolute;
        bottom: 0;
        width: fit-content;
        right: 0;
        flex-direction: column;
    }

    .c4l-shop-basket .basket-subtotal label {
        margin-right: 0;
    }
}

@media ( min-width: 1600px ) {
}
.et_pb_code_inner:has( .c4l-shop-checkout ) {
    width: 100% !important;
    margin: auto !important;
}

.c4l-shop-checkout {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.c4l-shop-checkout .c4l-rounded-header {
    margin-left: -35px;
}

.c4l-shop-checkout .c4l-rounded-header .c4l-rounded-header-top .c4l-rounded-header-top-text {
    color: #1E3A6E;
}

.c4l-shop-checkout .field.has-error {
    color: #ff5050;
}

.c4l-shop-checkout .field .error {
    font-size: 12px;
}

.c4l-shop-checkout .col {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.c4l-shop-checkout [name="c4l_hp"] {
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: none !important;
    position: absolute !important;
}


.c4l-shop-checkout .c4l-shop-checkout-submit {
    width:100%;
    text-align: center;
}

.c4l-shop-checkout .c4l-shop-checkout-submit input {
    color: white;
    width: 100%;
    background-color: #00A1C5 !important;
    border: none !important;
    cursor: pointer;
    border-radius: 25px;
    font-size: 16px;
}

.c4l-shop-checkout .c4l-shop-checkout-submit input[disabled],
.c4l-shop-checkout .c4l-shop-checkout-submit input:active {
    filter: brightness(0.85);
}

.c4l-shop-checkout .checkout-fieldset {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:100%;
    background-color: #1E3A6E;
    border-radius: 40px;
    padding: 25px;
    color: #FFFFFF;
    position:relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
    flex: 1;
}

.c4l-shop-checkout .checkout-fieldset .top-buffer {
    margin-top: 50px;
}

.c4l-shop-checkout .checkout-fieldset .field-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.c4l-shop-checkout .checkout-fieldset .field-container .field {
    flex: 1;
    margin-bottom: 12px;
}

.c4l-shop-checkout .checkout-fieldset .field-container .field label,
.c4l-shop-checkout .checkout-fieldset .field-container .field input {
    width: 100%;
}

.c4l-shop-checkout .checkout-fieldset .field-container .field input,
.c4l-shop-checkout .checkout-fieldset .field-container .field .c4l-select select {
    color: #FFFFFF;
    font-size: 16px;
    padding: 5px 0 !important;
}

.c4l-shop-checkout .checkout-fieldset .field-container .field .c4l-select::after {
    color: #00A1C5;
}

.c4l-shop-checkout .checkout-fieldset .field-container .field:not(:last-child) {
    margin-right: 15px;
}

.c4l-shop-checkout .checkout-fieldset .field-container .field label {
    color: #00CFE5;
    font-size: 12px;
    font-family: Open Sans,Arial,sans-serif;
    line-height: 18px;
    display: block;
}

.c4l-shop-checkout .checkout-fieldset .field-container .field input {
    background: none;
    border: 0;
    border-bottom: 1px solid #00CFE5;
    font-family: Open Sans,Arial,sans-serif;
}

.c4l-shop-checkout .c4l-select {
    border-bottom: 1px solid #00CFE5;
}

.c4l-shop-checkout .c4l-select select {
    padding: 0 !important;
}

.c4l-shop-checkout .c4l-shop-checkout-tnc {
    font-size: 12px;
    font-family: Open Sans,Arial,sans-serif;
    line-height: 16px;
}

@media ( min-width: 468px ) {
    .et_pb_code_inner:has( .c4l-shop-checkout ) {
        width: 95% !important;
        margin: auto !important;
    }
}

@media ( min-width: 650px ) {
    .et_pb_code_inner:has( .c4l-shop-checkout ) {
        width: 90% !important;
        margin: auto !important;
    }

    .c4l-shop-checkout {
        flex-direction: row;
    }

    .c4l-shop-checkout .col:not(:first-child) {
        width: 45%;
    }
}

@media ( min-width: 992px ) {}

@media ( min-width: 1150px ) {
    .et_pb_code_inner:has( .c4l-shop-checkout ) {
        width: 85% !important;
        margin: auto !important;
    }

    .c4l-shop-checkout .col {
        width:35%;
    }

    .c4l-shop-checkout .col:not(:first-child) {
        width: 28%;
    }
}

@media ( min-width: 1600px ) {}

.c4l-shop-payment-completion {
    width: 80%;
    margin:auto;
}

.c4l-shop-payment-completion .result-container {
    display: flex;
    flex-direction: column;
    font-family:Open Sans,Arial,sans-serif;
}

.c4l-shop-payment-completion .result-container .header {
    padding-bottom: 20px;
    font-size: 60px;
    line-height: 60px;
    text-align:center;
    color: #00A1C5;
}

.c4l-shop-payment-completion .result-container .subheader {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    text-align:center;
}

.c4l-shop-payment-completion .result-container .subheader .subheader-text {
    background-color: #FFFFFF;
    width: fit-content;
    margin:auto;
    padding: 0 15px;
}

.c4l-shop-payment-completion .result-container .subheader .subheader-line {
    position: absolute;
    height: 1px;
    background: linear-gradient(
        to right,
        #FFFFFF 0%,
        #00CFE5 50%,
        #FFFFFF 100%
    );
    overflow: hidden;
    z-index: -1;
    left: 15%;
    right: 15%;
    top: 35px;
}



.c4l-shop-payment-completion .result-container .steps {
    text-align: left;
    position: relative
}

.c4l-shop-payment-completion .result-container .steps .step-line {
    position: absolute;
    width: 1px;
    height: 65%;
    background: linear-gradient(
        to bottom,
        #FFFFFF 0%,
        #00CFE5 50%,
        #FFFFFF 100%
    );
    overflow: hidden;
    left: 25px;
    z-index: -1;
}

.c4l-shop-payment-completion .result-container .steps .step {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.c4l-shop-payment-completion .result-container .steps .step .step-icon {
    background-size: cover;
    height: 50px;
    min-height: 50px;
    width: 50px;
    min-width: 50px;
    border-radius: 50%;
    border: 1px solid #00A1C5;
    background-color: #FFFFFF;
}

.c4l-shop-payment-completion .result-container .steps .step .step-icon.forms {
    background-image: url( 'https://cells4life.com/wp-content/plugins/c4l_shop/includes/assets/images/icons_forms.svg' );
}

.c4l-shop-payment-completion .result-container .steps .step .step-icon.phone {
    background-image: url( 'https://cells4life.com/wp-content/plugins/c4l_shop/includes/assets/images/icons_phone.svg' );
}


.c4l-shop-payment-completion .result-container .steps .step .step-icon.kit {
    background-image: url( 'https://cells4life.com/wp-content/plugins/c4l_shop/includes/assets/images/icons_kit.svg' );
}

.c4l-shop-payment-completion .result-container .steps .step .step-content {
    margin-left: 20px;
}

.c4l-shop-payment-completion .result-container .steps .step .step-content .step-title {
    color: #BD144F;
    font-weight: 600;
}

.c4l-shop-payment-completion .result-container .steps .step .step-content .step-text {

}

.c4l-shop-payment-completion .result-container .footer {
    text-align: center;
    width: 80%;
    margin: auto;
    text-wrap: balance;
}

@media ( min-width: 468px ) {}
@media ( min-width: 650px ) {}
@media ( min-width: 992px ) {}
@media ( min-width: 1150px ) {}
@media ( min-width: 1600px ) {}

.c4l-shop-shop {
    max-width: 1250px
    margin: auto
}

.c4l-shop-shop .flex {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.c4l-shop-shop .c4l-shop-bundles {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    padding: 29px 0;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle.highlighted {
    padding: 0 0;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .list-container {
    margin-left: auto;
    margin-right: auto;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid {
    border-radius: 40px 40px;
    background-color: #FFFFFF;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 27px 0 36px 0;
    position: relative;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-name {
    color: #FFFFFF;
    position: absolute;
    left: -20px;
    padding: 13px 63px 13px 13px;
    font-size: 18px;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-price {
    text-align: center;
    font-size: 55px;
    line-height: 55px;
    color: #000000;
    font-weight: 600;
    font-family: Open Sans,Arial,sans-serif;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    flex-direction: column;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-price div {
    padding-bottom: 0 !important;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle.discounted .c4l-shop-bundle-mid .c4l-shop-bundle-price {
    padding-top: 4px;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-desc {
    text-align: center;
    color: #00A1C5;
    font-style: italic;
    font-size: 16px;
    font-family: Open Sans,Arial,sans-serif;
    padding-bottom: 8px;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-avail-upgr .c4l-shop-bundle-avail-upgr-header {
    color: #00A1C5;
    font-size: 12px;
    font-family: Open Sans,Arial,sans-serif;
    margin-bottom: -2px;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-incl-products ul,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-avail-upgr ul,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-price-breakdown ul {
    list-style: none;
    padding: 0;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-incl-products ul,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-avail-upgr ul {
    padding-bottom: 6px;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-avail-upgr {
    padding-top: 2px;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-price-breakdown {
    padding-top: 9px;
}


.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-incl-products ul li,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-avail-upgr ul li,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-price-breakdown ul li {
    position: relative;
    padding-left: 18px;
    font-size: 12px;
    font-family: Open Sans,Arial,sans-serif;
    line-height: 20px;
    color: #A1A5A7;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-incl-products ul li::before,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-avail-upgr ul li::before,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-price-breakdown ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    font-family: 'ElegantIcons';
    color: #A1A5A7;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-price-breakdown ul li,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-price-breakdown ul li::before {
    color: #000000;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-incl-products ul li.included,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-avail-upgr ul li.included {
    color: #000000;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-avail-upgr ul li.included strong {
    color: #1E3A6E;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-avail-upgr ul li.included i {
    color: #00A1C5;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-incl-products ul li.included::before,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-avail-upgr ul li.included::before,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-price-breakdown ul li::before {
    color: var( --c4l-list-icon-colour );
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-incl-products ul li::before,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-avail-upgr ul li::before {
    content: "\4d"; /* Cross symbol */
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-price-breakdown ul li::before {
    content: '\35'; /* Right chevron */
    font-weight: 900;
    font-size: 15px;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-incl-products ul li.included::before,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-avail-upgr ul li.included::before {
    content: "\4e"; /* Tick symbol */
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-incl-products,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-avail-upgr,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-price-breakdown,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-additional-fees {
    padding-left: 20px;
    padding-right: 20px;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-additional-fees {
    text-align: center;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-order-btn {
    text-align: center;
    position: relative;
    border-radius: 25px;
    opacity: 1;
    transition: opacity ease 0.5s;
    height: 51px;
    width: calc(100% - 20px);
    margin: 15px auto;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-order-btn input,
.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-order-btn a {
    height: 100%;
    width: 100%;
    border: none;
    background: none;
    color: #FFFFFF;
    font-size: 28px;
    cursor: pointer;
    font-family: Open Sans,Arial,sans-serif;
    font-weight: 500;
    padding: 13px !important;
    display: block;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle .c4l-shop-bundle-mid .c4l-shop-bundle-order-btn:has( input:disabled ) {
    opacity: 0.5;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle.highlighted .c4l-shop-bundle-mid .c4l-shop-bundle-highlight-top {
    text-align: center;
    color: #00A1C5;
    font-family: Open Sans,Arial,sans-serif;
    padding-bottom: 15px;
    line-height: 15px;
    font-size: 14px;
    font-weight: 600;
}

.c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle.highlighted .c4l-shop-bundle-mid .c4l-shop-bundle-highlight-bottom {
    padding-bottom: 15px;
    line-height: 15px;
}

@media ( min-width: 468px ) {}
@media ( min-width: 650px ) {
    .c4l-shop-shop .c4l-shop-bundles {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle {
        max-width: 47%;
        width: 47%;
    }
}
@media ( min-width: 992px ) {}
@media ( min-width: 1150px ) {
    .c4l-shop-shop .c4l-shop-bundles .c4l-shop-bundle {
        max-width: 23%;
        width: 23%;
    }
}
@media ( min-width: 1600px ) {}

