/*
* @package productbuilder front-end
* @author Sakis Terz (sakis@breakDesigns.net)
* @copyright	Copyright (C) 2010-2020 breakDesigns.net. All rights reserved
* @license	GNU/GPL v2
* see administrator/components/com_productbuilder/COPYING.txt
*/

/* Styling concerns the custom products browse page */

.pbproducts_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.pbproducts_row {
    width: 100%;
    box-sizing: border-box;
}

.bundle_wrapper {
    display: flex;
    flex: 1 1 45%;
    flex-direction: column;
    border: 1px solid #cccccc;
    min-height: 150px;
    min-width: 250px;
    padding: 1em;
    box-sizing: border-box;
    margin: 1em;
}

.bundle_wrapper h3 {
    margin: 0;
    margin-bottom: 0.5em;
}

.pb_browse_header {
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
}

.pb_browse_image {
    height: 3em;
    overflow: hidden;
    margin: 0.5em auto;
}

.pb_browse_image img {
    height: 100%;
    width: auto;
}

.pb_browse_descr {
    min-height: 6em;
    margin: 0.5em 0;
}

.pb_browse_details {
    width: 100%;
    box-sizing: border-box;
    margin: 0.5em 0 0 0;
}

.pb_browse_details > .btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

