
.bs-categories__item {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: var(--default-border-radius, 0);
    height: 90%;
    background: #919190;
    padding: 1rem;
    box-shadow: 2px 2px 4px 2px rgb(0 0 0 / 20%);
    margin-top: 6px;
    margin-bottom: 9px;
}

.bs-categories__title {
    font-weight: var(--font-bold);
    text-align: center;
    color: #fff;
    font-size: 0.85rem;
    padding-top: 1rem;
    margin: 0;
    display: flex;
    height: 100%;
}

.bs-grid-header {
    background: #000000;
    border-radius: var(--header-border-radius);
}

.announcement-bar {
    color: #ffffff;
    background: #e0232a;
    border-color: #e0232a;
    padding: 4px 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.bs-header-top .btn:hover {
    text-decoration: underline;
    color: #df2229;
}

.navbar-toggler:hover, .btn-cart:hover, .btn-login:hover, .btn-search:hover {
    background: #e0232a;
    color: #ffffff;
}

.cart-items {
    position: absolute;
    right: -.3rem;
    top: -.3rem;
    background: #bc232c;
    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);
}

.chat-widget__btn {
    background: #e0232a;
    box-shadow: var(--box-shadow-widget);
    color: white;
    width: 1.5em;
    height: 1.5em;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: solid 1px rgba(255, 255, 255, 0.3);
}


.chat-widget__btn:hover {
    background: #951416;
    transition: 0.3s;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
    .bs-grid-header__logo {
        text-align: center;
        margin-right: 0.1rem;
    }
}

.grid-slider .slick-arrow > * {
    background: var(--slider-arrow-bg, transparent);
    color: #e0232a;

}

.grid-slider .slick-arrow:hover > * {
    background: #e0232a;
    color: var(--slider-arrow-hover-color, var(--primary-contrast));
}

.bs-title-home {
    color: #000000;
    text-transform: var(--title-transform);
    font-weight: var(--title-weight);
    padding: 2rem 0 1rem;
    text-align: center;
}

.btn-primary {
    background: #e0232a;
    border-color: #e0232a;
    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: #bc232c;
    border-color: #bc232c;
    color: #ffffff;
}

.bs-footer {
    background: #161415;
    color: #ffffff;
    font-weight: var(--font-bold);
}

.bs-footer__description, .bs-footer__link {
    color: #e4e3e3;
    padding: .25rem 0;
}

a.tyc {
    color: #bc232c;
    }

a.tyc:hover {
    color: #e0232a;
}

@media screen and (min-width: 1200px) {
    .bs-footer__section-description {
        padding-right: 30px;
    }
}

.bs-copyright {
    width: 100%;
    bottom: 0;
    font-size: .85rem;
    text-align: center;
    margin-top: 1rem;
    background: #161415;
    color: var(--primary-contrast);
    padding: 0.5rem 1rem;
    z-index: 10;
    position: relative;
}