/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Shop Page
# Single Product Page
# Quote Details Page
# Themes Specific
    # BuddyBoss
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.multi-quote-message {
    display: none;
}

/*--------------------------------------------------------------
# Shop Page
--------------------------------------------------------------*/
.wcpq-pro-add-to-quote,
.wcpq-pro-remove-quote,
.browse-quote-list {
    margin-bottom: 10px;
    display: block;
    box-shadow: none !important;
    clear: both;
}

.woocommerce a.browse-quote-list.button,
a.browse-quote-list.button {
    margin-bottom: 10px;
}

.wcpq-pro-add-to-quote i,
.wcpq-pro-remove-quote i {
    margin-left: 8px;
}

/* Hide browse the list button from shop page */
.products_to_quote_html .browse-quote-list {
    display: none;
}

.button {
    text-align: center;
}

.wcpq-product-enquiry .wcpq-enquiry-tbl input[type="text"],
.wcpq-product-enquiry .wcpq-enquiry-tbl input[type="email"] {
    width: 100%;
}

.wcpq-product-enquiry .wcpq-enquiry-tbl textarea {
    height: 80px;
    width: 100%;
}

/*--------------------------------------------------------------
# Single Product Page
--------------------------------------------------------------*/
.summary .wcpq-add-to-quote,
.summary .wcpq-pro-remove-quote,
.summary .browse-quote-list {
    margin: 15px 0;
}

.woocommerce.single-product a.browse-quote-list.button,
.single-product a.wcpq-pro-add-to-quote.button,
.single-product a.browse-quote-list.button,
.single-product a.wcpq-pro-remove-quote.button {
    margin: 0 10px 10px 0;
}

/*--------------------------------------------------------------
# Quote Details Page
--------------------------------------------------------------*/
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.wcpq-enquiry-tbl th:first-child,
.wcpq-enquiry-tbl td:first-child,
.wcpq-enquiry-tbl th:last-child,
.wcpq-enquiry-tbl td:last-child {
    padding: 10px;
}

/*--------------------------------------------------------------
## BuddyBoss
--------------------------------------------------------------*/
body.buddyboss-theme.woocommerce li.product a.wcpq-pro-add-to-quote.button,
body.buddyboss-theme.woocommerce li.product a.wcpq-pro-remove-quote.button,
body.buddyboss-theme.woocommerce li.product a.browse-quote-list.button {
    flex: 0 0 100%;
    max-width: calc(100% - 30px);
    margin: 15px;
    padding: 13px;
}

body.buddyboss-theme.woocommerce li.product a.browse-quote-list.button {
    margin-top: 0 !important;
}

.buddyboss-theme.woocommerce.single-product a.browse-quote-list.button,
.buddyboss-theme.single-product a.wcpq-pro-add-to-quote.button,
.buddyboss-theme.single-product a.browse-quote-list.button,
.buddyboss-theme.single-product a.wcpq-pro-remove-quote.button {
    max-height: 30px;
}
body.buddyboss-theme .products_to_quote_html a.wcpq-pro-remove-quote.button,
body.buddyboss-theme .products_to_quote_html a.browse-quote-list.button {
    flex: 0 0 100%;
    max-width: calc(100% - 30px);
    margin: 15px;
    padding: 13px;
}
body.buddyboss-theme .products_to_quote_html a.browse-quote-list.button {
    margin-top:0 !important;
}


