.bs-header .bs-social-media a {
    font-size: 1.5rem;
}
.fa-search {
    color: #f8bed6;
}
.bs-collection__product-stock {
    background: #97999b;
}
.bs-footer__social .btn-social {
    color: white;
    background: var(--primary-color);
}
.bs-footer__social .btn-social:hover {
    background: white;
    color: var(--primary-hover-color);
    border-color: white;
}
.bs-footer__link {
    font-size: 1rem;
}
.badge-primary {
    color: white;
}
.btn-cart, .btn-login {
    color: white;
}

.announcement-bar {
    font-weight: bold;
    font-size: 1.1rem;
}
.bs-menu__lv1 {
    font-size: 1.1rem;
    font-weight: bold;
}
.bs-product__label {
    color: black;
}
.bs-footer__title {
    font-weight: bold;
}
.bs-form-inline form .form-group .btn {
    padding: .375rem .75rem;
}
a.piebsale {
    color: white;
}
a.piebsale:hover {
    color: #f8bed6;
}
@media only screen and (max-width : 900px) {
.fa-search {
    color: #666;
}
}
.fa-arrow-alt-circle-left {
    color: white;
}