@media screen and (min-width: 992px) {
    .navbar-toggler {
        color: #ffffff;
        border: 2px solid #ff6600;
        border-radius: var(--btn-border-radius);
        background: #ff6600;
    }
}

.cart-items {
    position: absolute;
    right: -.3rem;
    top: -.3rem;
    background: #ff6600;
    color: var(--primary-hover-contrast);
    border-radius: 5rem;
    font-size: .8rem;
    min-width: 1.5rem;
    padding: .125rem .375rem;
    border: 2px solid var(--header-bg-color);
}

.btn-cart:hover, .btn-login:hover, .btn-search:hover {
    background: var(--primary-hover-color);
    color: #ffffff;
}

.navbar-toggler:hover {
    background: #d45602;
    color: #ffffff;
}

.bs-grid-header__logo img {
    max-width: 90px;
    max-height: var(--logo-height);
}

@media screen and (min-width: 992px) {
    .bs-grid-header__logo {
        text-align: center;
        margin-right: 1rem;
    }
}

.floating-menu__cart .cart-items {
    background: #ff6600;
    color: white;
    font-size: 11px;
}

.bs-categories__item {
    background: #000000;
}

.bs-categories__title {
    font-weight: var(--font-bold);
    color: #ffffff;
    font-size: 0.85rem;
}

.announcement-bar {
    color: #ffffff;
    background: #ff6600;
    border-color: #ff6600;
}

.bs-header-top .btn:hover {
    text-decoration: underline;
    color: #ff6600;
}

.chat-widget__btn {
    background: #ff6600;
    color: white;
    border: solid 1px rgba(255, 255, 255, 0.3);
}

.chat-widget__btn:hover {
    background: #d45602;
    transition: 0.3s;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.bs-menu__lv1:hover, .show>.bs-menu__lv1 {
    color: #ffffff;
    background: var(--lv1-hover-bg);
}

@media screen and (min-width: 992px) {
    .navbar__menu-desktop__menu-title {
        background: #000000;
        color: var(--primary-contrast);
        font-size: 1rem;
        font-weight: var(--font-bold);
    }
}

.btn-primary {
    background: #ff6600;
    border-color: #ff6600;
    color: var(--secondary-contrast);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: #d45602;
    border-color: #d45602;
    color: #ffffff;
}

.bs-footer {
    background: url(footer.webp);
    color: #ff6600;
    font-weight: var(--font-bold);
}

.bs-footer__description, .bs-footer__link {
    color: #ffffff;
    padding: .25rem 0;
}

@media screen and (min-width: 1200px) {
    .bs-footer__section-description {
        padding-right: 30px;
    }
}

.bs-footer__logo img {
    max-height: 180%;
    width: 90px;
}

.bs-footer__section-description {
    text-align: center;
    padding-top: 35px;
}

a.tyc {
    font-weight: 600;
}

a.tyc:hover {
    color: #ff6600;
}

@media screen and (min-width: 992px) {
    .navbar__menu-desktop__menu-title__link:hover {
        color: #ffffff;
        background: #4b4b4b;
    }
}

.bs-product__title {
    font-size: var(--prod-title-size);
    font-weight: var(--title-weight);
    text-transform: capitalize;
}

.bs-product__section-title {
    margin-top: 2rem;
    text-align: center;
    color: #000000;
    font-weight: var(--title-weight);
}