.bundle-list-title {
    text-align: center;
}

.modal-hub-bundle {
    text-align: center;
    margin-bottom: 15px;
    margin-top: -15px;
    text-transform: uppercase;
}
/* Bundle info */
.bundle-body {
    display: flex;
    justify-content: center;
    border-radius: 5px;
}
.bundle-product-name {
height: 60px;
overflow: hidden;
}
.bundle-body .bundle-total .bundle-total {
    font-size: 25px;
    padding-top: 10px;
    margin-bottom: 3px;
}
.bundle-body .bundle-total .old-bundle-total {
    font-size: 20px;
    color: gray;
    font-weight: initial;
    display: table;
    position: relative;
}
.bundle-econom {
    display: block;
    font-size: 1.6rem;
    color: #ff5722;
    text-align: right;
    padding-top: 5px;
}
.btn-cartp {
    color: #fff;
    background-color: #00758f;
	outline : none;
    border-color: #00758f;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.btn-cartp:hover, .btn-cartp:focus, .btn-cartp:active {
    background: #00758f !important;
    color: #fff !important;
    border-color: #00758f !important;
	outline : none;
}
.bundle-body .bundle-item, .bundle-body .bundle-total {
    position: relative;
}
.bundle-body .bundle-item .bundle-product-name p {
    padding-top: 13px;
}
.bundle-body .bundle-item .bundle-product-name p a {
    font-size: 13px;
}
.bundle-body .bundle-item .old-price {
    font-size: 14px;
    color: #aaa;
    text-decoration: line-through;
}
.bundle-body .bundle-item .main-price {
    font-size: 18px;
}
.bundle-body .bundle-item .widget-right {
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(110, 119, 134);
    opacity: 0.8;
    padding: 12px 13px;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
}
.bundle-body .bundle-total .widget-left, .bundle-body .bundle-item .widget-left {
    position: absolute;
    right: 0;
    border-radius: 50%;
    top: 15px;
    background: #fd4545;
    padding: 14px 7px;
    color: #fff;
    font-size: 14px;
}
.bundle-body .bundle-item .bundle-product-price {
    margin-bottom: 15px;
}
.bundle-body .bundle-flex-item {
    margin: 0 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 20%;
}
.bundle-body .bundle-flex-item img {
    max-width: 100%;
}
.bundle-body .bundle-math-action {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 55px;
}
.bundle-body .bundle-math-action span {
    font-size: 35px;
}
.bundle-list-inner .owl-wrapper-outer {
    box-shadow: none;
    border: none;
}
@media (max-width: 768px) {
    .bundle-body {
        text-align: center;	
    }
    .bundle-body .bundle-item {
        max-width: 48%;
        margin: 1%;
        display: table-cell;
    }
    .bundle-body .bundle-item:nth-child(odd) + .bundle-math-action + .bundle-total {
        max-width: 208px;
        margin: 1%;
        display: contents;
    }
    .bundle-body .bundle-item:nth-child(odd) + .bundle-math-action + .bundle-total .widget-left{ 
        position: absolute;
        left: initial;
        right: 0;
    }
    .bundle-body .bundle-item:nth-child(odd) + .bundle-math-action + .bundle-total .bundle-action { 
        width: 100%;
        padding: 10px;   
    }
    .bundle-body .bundle-item:nth-child(odd) + .bundle-math-action + .bundle-total .bundle-action button { 
        font-size: 14px;
        max-width: 100%;
    }
    .bundle-body .bundle-item:nth-child(even) + .bundle-math-action + .bundle-total {
        width: 90%;
        margin: 0 auto;
        border: px solid #eee;
        margin-top: 20px;
        display: inline-block;
        min-width: 90%;
        padding: 10px;
    }
    .bundle-body .bundle-math-action {
        display: none;
    }
    .bundle-body {
        display: inline-block;
    }
    .bundle-body .bundle-item {
        width: 48%;
        padding: 1%
    }
}