#office-holder {
display: none;
}
#office-holder {
margin-left: 0;
list-style-type: none;
color: #7aa35e;
background: #95c77326;
box-shadow: 0 0 4px 0 #4848484f;
border-radius: 2px;
}
#office-holder li {
margin: 10px 20px;
border-bottom: 1px solid #81ad635e;
cursor: pointer;
} .single_add_to_cart_button {
border-radius: 2px; background-color: blue;
color: white;
}
.rainbow-background {
background: linear-gradient(to right, violet, indigo, blue, green, yellow, orange, red);
}
.random-background {
background: repeating-conic-gradient(
red 0deg 51.4285deg,
orange 51.4285deg 102.8571deg,
yellow 102.8571deg 154.2857deg,
green 154.2857deg 205.7143deg,
blue 205.7143deg 257.1429deg,
indigo 257.1429deg 308.5714deg,
violet 308.5714deg 360deg
);
background-size: 100% 100%;
}
.babystreet-main-menu-center #header .inner, .babystreet-main-menu-center #header2 .inner {
background-image: linear-gradient(to right, rgba(255, 20, 147, 0.5), rgba(65, 105, 225, 0.5));
text-align: center;
}