/*
Theme Name: Konte Child Theme
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/

body.woocommerce-cart table.cart .coupon {
    min-width: 270px;
}

body.post-type-archive-product header#masthead:before,
body.tax-product_cat header#masthead:before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.7) 0%, rgba(230, 230, 230, 0.6) 45%, rgba(230, 230, 230, 0.05) 90%,  rgba(230, 230, 230, 0) 100%);
}

body.home.header-vertical .main-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.home.header-vertical .main-navigation .nav-menu > li {
    height: auto;
}