main.bs-main {
    background: #f2f2f2;
}
.bs-img-square picture img {
    background: white;
    border-radius: 20px;
}
a {
    color: #000000;
}

.bs-form-inline.text-center {
    background: url(form.webp);
}

.bs-collection__product-stock {
    position: absolute;
    background: #f70000e8;
    color: #ffffff;
    padding: .5rem 1rem;
    border-radius: var(--default-border-radius);
    z-index: 50;
    bottom: 0;
    left: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.bs-home-hr {
    background-color: #fb9e55;
    width: 10%;
    height: .4rem;
    margin-bottom: 2rem;
}
.badge-secondary {
    background-color: #000000;
}
.term:hover {
    color: #000000;
    font-weight: 700;
    opacity:.7;
}
.term {
    font-weight: 700;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: black;
}
@media screen and (max-width: 992px) {
.bs-collection__product-title {
    color: #000000;
    text-transform: uppercase;
}}
.bs-form-inline.text-center .title-link {
    color: #ffffff;
}
button.btn.btn-primary.button_form {
    background: #7b7b7b;
    color: #ffffff;
}
.bs-header-navbar {
    border-bottom: 2px #d8d8d8 solid;
}
h6 {
    color: #000000;
}
.bs-collection__product-brand {
    background: #b0b0b0;
}
button.btn.btn-primary.button_form:hover {
    background: #7b7b7b;
    opacity:.7;
}