/*
 Theme Name:   Emillia Child
 Theme URI:    http://example.com/emilia-child
 Description:  Emilia Child Theme
 Author:       Celestia Home
 Author URI:   http://example.com
 Template:     emillia
 Version:      1.0.0
 Text Domain:  emillia-child
*/

/* Import parent theme styles */
@import url("../emillia/style.css");




.rbb-account-icon-wrap:hover .rbb-account-icon,
.rbb-account-icon-wrap:hover .rbb-account-text {
  color: #fff !important;
}


/* Cart hover - make icon, text, and count white */
#_desktop_cart:hover .cart-icon,
#_desktop_cart:hover .cart-text,
#_desktop_cart:hover .cart-count {
  color: #fff !important;
}





.rbb-modal.show, .rbb-modal.show .rbb-modal-backdrop {
    opacity: 1;
   display: none;
}



