.image-happy {
    width: 100%;
    height: auto;
    margin: auto;
}

.title-happy-bundle {
    text-align: center;
    font-size: 14px;
    background-color: #ff5722;
    color: #fff;
    padding: 10px 5px 5px 5px;
    text-decoration: none;
    height: 50px;
}

.add_to_bundle {
    border: none;
    background: #ff5722;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 0;
    display: block;
    width: 100%;
    text-align: center;
}

.add_to_bundle_out {
    border: none;
    background: #ccc;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 0;
    display: block;
    width: 100%;
    text-align: center;
}

.remove_item_of_bundle {
    border: none;
    background: #ccc;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 0;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

#loading-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ccc;
    opacity: 0.5;
    z-index: 1000;
    display: none;
}

#loading-indicator img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.link-happy-bundle:hover {
    text-decoration: none;
}

.box-quantity-bundle {
    font-size: 18px;
    color: #fff;
    position: relative;
    display: none;
    background: #ff5722;
    padding: 4px;
}

.box-quantity-bundle .glyphicon {
    cursor: pointer;
}

.box-quantity {
    position: absolute;
    top: 5px;
    left: 49%;
}

.selected_happy_bundle_item {
    max-height: 200px;
    max-width: 100%;
}

.bundle_header {
    color: #800000;
    font-size: 18px;
}

.bundle_descriptions {
    font-size: 15px;
    font-style: oblique;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4169E1;
}

.product-final-price {
    color: red;
    font-size: 15px;
    font-weight: bold;
}

.product-name-bundle {
    height: 100px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .title-happy-bundle {
        height: 65px;
        padding: 10px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .title-happy-bundle {
        font-size: 12px;
    }
    #bundle-buttons .btn{
        padding: 4px;
    }

    #bundle-buttons {
        padding-top: 20px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

