.bs-home-hr {
    background-color: #d43c33;
    width: 11%;
    height: 0.2rem;
    margin-bottom: 2rem;
    margin-top: 3px;
}

.bs-home-title {
    color: #204631;
    font-weight: 500;
    text-transform: var(--title-transform);
    font-size: var(--home-title-size);
}

.bs-home-title:hover {
    color: #68ae7c;
}

.bs-collection__product-notice {
    color: #549166;
    font-size: 10pt;
}

.bs-collection__product-brand {
    font-size: .55rem;
    color: #214630;
    background: #a9c7aa3b;
    padding: .25rem;
    border-radius: .25rem;
    font-weight: 500;
}

.btn-share:hover {
    color: #fff;
    background: #21452e;
}

.bs-footer {
    background: url(pie.jpg);
    color: var(--footer-txt-color);
    padding: 0.5rem 0;
    font-weight: 500;
    box-shadow: 0px 3px 10px -2px rgb(76 76 76 / 75%);
    font-size: 10pt;
    font-family: var(--font-title-family);
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 4rem !important;
}

@media screen and (max-width: 992px){
.bs-header .img-fluid
{
width: 95px;
}
}