/**
* Theme Name: Bakevo Child
* Description: This is a child theme of Bakevo, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: bakevo
* Version: 1.0.18
*/

/* Brown Theme Override */
/* ===== Force Brown Theme ===== */


/* FORCE REMOVE ORANGE / PINK */

*:hover{
    --e-global-color-primary:#2D1306 !important;
}

a:hover,
a:focus{
    color:#2D1306 !important;
}

button:hover,
.button:hover,
input[type=submit]:hover,
.single_add_to_cart_button:hover,
.add_to_cart_button:hover{
    background:#2D1306 !important;
    border-color:#2D1306 !important;
    color:#fff !important;
}

.woocommerce ul.products li.product:hover .price,
.woocommerce ul.products li.product:hover h2,
.woocommerce ul.products li.product:hover h3,
.woocommerce ul.products li.product:hover a{
    color:#2D1306 !important;
}

.elementor-button,
.elementor-button:hover{
    background:#2D1306 !important;
    border-color:#2D1306 !important;
}

svg,
svg path,
i:hover{
    fill:#2D1306 !important;
    color:#2D1306 !important;
}






/* =====================================
   Bakevo - Remove Orange Completely
   ===================================== */

/* Global Theme Colors */
:root{
    --e-global-color-primary:#2D1306 !important;
    --e-global-color-secondary:#4A2413 !important;
    --e-global-color-accent:#2D1306 !important;
}

/* Elementor */
.elementor-button,
.elementor-button:hover,
.elementor-widget-button .elementor-button,
.elementor-widget-button .elementor-button:hover{
    background:#2D1306 !important;
    border-color:#2D1306 !important;
    color:#fff !important;
}

/* WooCommerce Buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.single_add_to_cart_button,
.add_to_cart_button{
    background:#2D1306 !important;
    border-color:#2D1306 !important;
    color:#fff !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.single_add_to_cart_button:hover,
.add_to_cart_button:hover{
    background:#4A2413 !important;
    border-color:#4A2413 !important;
    color:#fff !important;
}

/* Links */
a:hover,
a:focus,
.menu-item:hover>a,
.current-menu-item>a{
    color:#2D1306 !important;
}

/* Icons */
i:hover,
svg:hover,
svg path,
svg:hover path{
    fill:#2D1306 !important;
    color:#2D1306 !important;
}

/* Product */
.woocommerce ul.products li.product:hover .price,
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product:hover h2,
.woocommerce ul.products li.product:hover h3,
.woocommerce ul.products li.product:hover a{
    color:#2D1306 !important;
}

/* Wishlist / Compare / Quick View */
.yith-wcwl-add-to-wishlist a:hover,
.yith-compare-button a:hover,
.product-quick-view:hover{
    color:#2D1306 !important;
}

/* Pagination */
.page-numbers.current,
.page-numbers:hover{
    background:#2D1306 !important;
    border-color:#2D1306 !important;
    color:#fff !important;
}

/* Form Focus */
input:focus,
textarea:focus,
select:focus{
    border-color:#2D1306 !important;
    box-shadow:none !important;
}

/* Sale Badge */
.onsale{
    background:#2D1306 !important;
}

/* Theme Accent */
[class*="primary"],
[class*="accent"],
[class*="theme-color"]{
    color:#2D1306 !important;
}

[class*="primary"]:hover,
[class*="accent"]:hover,
[class*="theme-color"]:hover{
    color:#4A2413 !important;
}