/*
Theme Name:        Cartzilla Child
Theme URI:         https://cartzilla.madrasthemes.com/
Author:            MadrasThemes
Author URI:        https://themeforest.net/user/madrasthemes/
Description:       Digital Marketplace & Electronics Store WooCommerce Theme
Requires at least: WordPress 5.0
Template:          cartzilla
Version:           1.0.43
License:           GNU General Public License v2 or later
License URI:       LICENSE
Text Domain:       cartzilla-child
Tags:              two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.blog-list .blog-entry-meta-link + span + a{
	display: none;
}

.blog-entry-meta-label{
	display: none;
}

.product-thumb .attachment-woocommerce_thumbnail{
    display: none !important;
}

.custom-full-thumbnail{
    border-radius: 0.4375rem !important;
}

.blog-entry-meta-link + span{
	display: none !important;
}


article .blog-entry-meta-link + span + span{
	display: none !important;
}

article .blog-entry-meta-link + span + span{
	display: none !important;
}

.hero-search-form{
    position: relative;
}

.czgb-hero-block section{
    padding-bottom: 0 !important;
    margin-bottom: -20px !important;
}

.featured-products{
    display: none !important;
}

#product_cat option{
    background: #fff !important;
    color: #00ADB9 !important;
}


div#mfcf7_zl_multifilecontainer p{
	color: #000;
}
.czgb-hero-block input{
    background: #fff !important;
}
#search-results {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 10px 5px 10px;
}

.search-result-item {
    padding: 8px;
    cursor: pointer;
}

.search-result-item:hover {
    background-color: #f0f0f0;
}

h1, h2, h3 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700;
}

p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
