/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.wc-quote-form {
    display: flex;
    gap: var(--porto-grid-gutter-width);
    align-items: flex-start;
}
.wc-quote-form .form-group {
    margin-bottom: .5rem;
}
.col2-set .col-12 {
	padding: 0 var(--porto-column-spacing)
}
.wc-quote-form .wc-quote-form__contents {
    width: 68%;
    margin-bottom: var(--porto-grid-gutter-width);
}
.wc-quote-form .cart-v2 {
    width: 32%
}
.wc-quote-form__contents th {
    color: var(--porto-heading-color);
    text-transform: uppercase;
}
.wc_quote_fields #quote-form-fields:not(:empty) {
    margin-bottom: var(--porto-grid-gutter-width);
}
.build-quote-button,
.wc_quote_checkout_place_quote {
    width: 100%;
    font-size: .9375rem;
    padding: 1em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.015em;
}
@media (max-width: 991px) {
    .wc-quote-form {
        display: block;
    }
    .wc-quote-form .wc-quote-form__contents {
        width: 100%;
    }
}