/* =====================================
   DONIKRISTEN CUSTOM CSS
   Powered by Robot
===================================== */

/* -------------------
   HEADER MENU
------------------- */

/* Hover */
.elementor-element-7bacc56 .eael-simple-menu li a:hover {
    background-color: #F25363 !important;
    color: #fff !important;
    border-radius: 4px;
}

/* Active */
.elementor-element-7bacc56 .eael-simple-menu li.current-menu-item > a,
.elementor-element-7bacc56 .eael-simple-menu li.current_page_item > a,
.elementor-element-7bacc56 .eael-simple-menu li a.eael-item-active {
    background-color: #F25363 !important;
    color: #fff !important;
    border-radius: 4px;
}


/* -------------------
   FOOTER MENU
------------------- */

/* Hover */
.robot-footer .eael-simple-menu li a:hover {
    color: #F25363 !important;
    background: black !important;
}

/* Active */
.robot-footer .eael-simple-menu li.current-menu-item > a,
.robot-footer .eael-simple-menu li.current_page_item > a,
.robot-footer .eael-simple-menu li a.eael-item-active {
    color: #F25363 !important;
    background: black !important;
}

.page-numbers .current{
    color:white !important;
}

.woocommerce-result-count{
    color:black !important;
}