/**
 * 2016 - 2017 Invertus, UAB
 *
 * NOTICE OF LICENSE
 *
 * Module Products Bundle Advanced
 * This file is proprietary and can not be copied and/or distributed
 * without the express permission of INVERTUS, UAB
 * License made effective the 04 day of December 2015
 *
 * This module is compatible with PrestaShop 1.6.1.x
 *
 * @author    INVERTUS, UAB www.invertus.eu <help@invertus.eu>
 * @copyright Copyright (c) permanent, INVERTUS, UAB
 * @license   Addons PrestaShop license limitation
 *
 * International Registered Trademark & Property of INVERTUS, UAB
 */

.pb-text-center{
    text-align:center;
}

.pb-label-danger {
    background-color: #f3515c;
    border: 1px solid #d4323d;
}

.pb-margin{
    margin-bottom:1em;
}
.pb-label-success{
    background-color: #55c65e;
    border: 1px solid #36943e;
}

.pb-label{
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    margin-bottom:1em;
}
.overflow-hidden {
    overflow: hidden;
}

.bundle-popup-product {
    margin-bottom: 25px;
}

.inline-block {
    display: inline-block;
}

.no-margin {
    margin: 0;
}

.center {
    margin: 0 auto;
}

.required-to-buy-bg {
    background-color: #f7f6f6;
}

.bundle-product-image{
    max-width:100%;
    height:auto;
}
.bundle-product-label{
    display:none;
}
.bundle-product-select{
    max-width: 100%;
    overflow: hidden;
}

.pb-select-label{
    text-align:left;
}

.pb-display {
    display: flex;
}

.pb-text-margin {
    margin-left: 10px;
    margin-right: 10px;
}