/*
Theme Name: CoffeeKing Child Theme
Theme URI: http://coffeeking.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for CoffeeKing
Template: coffeeking
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: coffeeking

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

nav.navbar #navbar {
    position: relative;
    padding-left: 100px;
    transition: all .3s ease;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        padding: 12px 17px !important;
    }
}

/* Hide the Request a Quote button everywhere */
.price-guard-button {
    display: none !important;
}

/* Show only on single product page (main product summary) */
.single-product .summary .price-guard-button {
    display: inline-block !important;
}

/* Keep hidden in related, upsell, or carousel sections */
.single-product .related .price-guard-button,
.single-product .upsells .price-guard-button,
.single-product .products .price-guard-button {
    display: none !important;
}


.fluentform .ff-el-group {
    text-align: left !important;
}