/* START Global */
.fontWhite {
	color: #ffffff;
}
/* END of Global */

/* START: Header */
#header-secondary-wrap .header-secondary .car-selected-wrap {
	margin-left: 1rem;
}
#header-secondary-wrap .header-secondary .main-nav-wrap .main-nav > li > * {
	font-size: .85rem;
}
/* END of Header */

.categories-wrap .categories-body .categories-list .links-list-module .links-list a {
    display: block;
    font-size: .9rem;
    font-weight: 400;
    text-decoration: none;
    padding: .4rem 1rem;
    border-radius: .2rem;
    color: #0e0e0e;
}

/* START: Footer */
#footer-wrap .footer-secondary .contact-header > a {
	color: rgb(255 255 255 / 75%);
}
#footer-wrap .footer-secondary .contact-header > a:hover {
	color: #fff;
}
/* END of Footer */

/*hides powered by rp in the footer */ 
a.powered-by {
  display: none !important;
}