/*
Theme Name:   envo-shop child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     envo-shop
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  envo-shop-child
*/

/* Write here your own personal stylesheet */

.navbar-nav > li > a.envo-categories-menu-first {
	background-color: #c39c75!important; 
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
    font-weight: 300;
}

button.header-search-button {
	background-color: #c39c75;
}

.btn-default, input[type="submit"], input#submit, button, a.comment-reply-link, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #c39c75;
}

.amount-cart:before {
    border-right: 7px solid #c39c75;
}

a, a:active, a:hover, a:focus {
    color: #c39c75;
}

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a {
    border-bottom: 2px solid #ffdd22;
    color: #c39c75;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #6d6d6d;
}



.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a {
    border-bottom: 2px solid #00000066;
    color: #c39c75;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #1e1e1e;
    background-color: #ffffff;
}

.amount-cart {
    color: #fff;
    background: #c39c75;
}

.cart-contents span.count {
    color: #ffff;
    font-weight: 700;
	background-color: #c39c75;}

.header-search-form {
    border-color: #c39c75;
    background-color: #fff;
}

.nav > li.active > a:after, .current-page-parent:after, .nav > li > a:hover:after {
    background-color: #00000066;
}

.elementor-kit-19 h1 {
    color: #6d6d6d;
}

.widget-title {
    font-size: 16px;
}

h1, .h1 {
    font-size: 26px;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #ffffff;
}

.woocommerce .related.products {
	font-size: 20px;
}

#content-footer-section {
    background-color: #2d2d2d;
    color: #ffffff;
    padding: 50px;
    clear: both;
}