.bs-home-hr {
    background-color: #02724d;
    width: 11%;
    height: 0.2rem;
    margin-bottom: 2rem;
    margin-top: 3px;
}

.bs-footer {
    background: url(footer.webp);
    color: #6e1e1c;
    padding: 0.5rem 0;
    font-weight: 500;
    box-shadow: 0px 3px 15px -1px rgb(76 76 76 / 75%);
    font-size: 10pt;
    font-family: var(--font-title-family);
} 

.bs-footer .list-group-item {
    border: none 0;
    color: #0a0a0a;
    background-color: transparent;
    font-size: 12px;
    padding: .10rem;
}

.bs-footer .list-group-item:hover {
    color: #00744d;
    border: 0px none;
    text-decoration: underline;
    font-size: 12px;
}

.bs-collection__product-notice {
    color: #701d1b;
    text-transform: lowercase;
    font-size: 9pt;
}

.bs-breadcrumb {
    background: #fafafa;
}

a.copy {
    color: #6e1e1c;
    font-weight: 600;
}

.bs-footer .bs-credits a:hover {
    color: #00744d;
    text-decoration: underline;
}

.bs-social-media {
    padding-top: 1rem;
}

.bs-collection__product-title {
    font-size: 0.9rem;
    color: var(--body-txt-default-color);
    text-transform: capitalize;
}

a.tyc {
    color: #6e1e1c;
    font-weight: 600;
}

a.tyc:hover {
    color: #00744d;
}


.floating-menu__cart .cart-items {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #00744d;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}