body, button {
font-family: Montserrat !important;
background-color: #000;
font-size: 14px;
}
.user-menu-btn {
color: #fff !important;
}
.container {
margin: 0 auto;
padding: 0;
max-width: unset;
}
.header {
background: #000;
position: fixed;
top: 0;
left: 0;
right: 0;
max-width: 100%;
z-index: 9;
height: 95px;
}
.footer {
background: #000;
padding-top: 3rem !important;
margin: 0 !important;
color: #fff;
}
.user-menu-dropdown {
background-color: #000;
border: #000;
a {
/* color: gray !important; */
}
}
.storefront-page-header, .storefront-page-footer {
background: #000 !important;
}
.pricing-banner::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 75%);
}
.storefront-user-menu-dropdown {
background-color: #000 !important;
}