.btn-homepage {
  background-color: white;
  color: black;
  font-size: 1.3em;
}

.header-nav {
  font-size: 1.075em;
}

.text-homepage {
 	display: none; 
}

/* Color for the dropdown background in the shop. */
.nav .nav-dropdown {
  background-color: rgb(171 160 153) !important;
  border-color: rgba(255, 255, 255, 0) !important;
}

/* Color for the dropdown text in the shop */
.nav-dropdown>li>a {
  color: white !important;
}

/* Color for the dropdown child text */
.nav-dark .is-outline, .dark .nav>li>a, .dark .nav>li.html, .dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical>li>ul li a, .nav-dropdown.dark>li>a, .nav-dropdown.dark .nav-column>li>a, .nav-dark .nav>li>a, .nav-dark .nav>li>button {
    color: white !important;
}

/* Price font rule */
span.amount {
    white-space: nowrap;
    color: #8c8c8c;
    font-weight: bold !important;
    font-size: 150% !important;
}