.bs-categories__item {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: var(--default-border-radius, 0);
    max-width: 100%;
    background: #ffffff00;
    padding: 0rem;
    box-shadow: 2px 2px 4px 2px rgb(0 0 0 / 00%);
    margin-top: 6px;
    margin-bottom: 0px;
}

@media screen and (min-width: 1200px) {
    .bs-footer__section-description {
        padding-right: 10px;
    }
}

@media screen and (min-width: 768px) {
    .bs-footer__social .btn-social {
        color: #5b189b;
        background-color: #ffffff00;
        font-size: 1.8rem;
    }
}

.bs-footer {
    background: #fff;
    color: #060606;
    font-weight: var(--font-bold);
}

.bs-categories__title {
    font-weight: var(--font-bold);
    text-align: center;
    color: #000000;
    font-size: 0.85rem;
    padding-top: 1rem;
    margin: 0;
    display: flex;
    height: 100%;
}

.btn-primary {
    background: #f36300;
    border-color: #f36300;
    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: #ff8500;
    border-color: #ff8500;
    color: #ffffff;
}

.btn-cart:hover, .btn-login:hover, .btn-search:hover {
    background: var(--icon-header-hover-bg);
    color: #ffffff;
}

.navbar-toggler:hover {
    background: #7c2bbf;
    color: #ffffff;
}

.bs-menu__lv1:hover, .show>.bs-menu__lv1 {
    color: #fff;
    background: var(--lv1-hover-bg);
}

.announcement-bar {
    color: #ffffff;
    background: var(--primary-color);
    border-color: var(--primary-color);
    padding: 4px 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.bs-grid-header {
    background: #ffffff;
    box-shadow: 2px 2px 8px 3px rgb(0 0 0 / 40%);

}

@media screen and (min-width: 992px) {
    .navbar-toggler {
        color: #ffffff;
        border: 2px solid #5b189c;
        background: #5b189c;
        border-radius: var(--btn-border-radius);
    }
}
.btn-cart, .btn-login, .btn-search {
        color: #f36300;
    background: var(--icon-header-bg);

}

.cart-items {
    position: absolute;
    right: -.3rem;
    top: -.3rem;
    background: #5b189c;
    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);
}

.bs-discount.template {
    margin: .5rem;
    padding: .25em .5em;
    border-radius: .5em;
    background: var(--discount-bg-color);
    color: #ffffff;
    right: 0;
}

a.tyc {
    color: #f36300;
}

a.tyc:hover {
    color: #5b189b;
}

.bs-sticky-header .bs-grid-header {
    box-shadow: 0px 5px 10px -1px rgba(0, 0, 0, 0.75);
    top: 0;
    margin-top: .25rem;
}

.bs-header-top .btn:hover {
    text-decoration: underline;
    color: #f36300;
}

.has-discount .bs-collection__product-final-price {
    color: #f36300;
}



.bs-collection__title {
    color: #4D0F89;
    text-transform: capitalize;
}

.floating-menu__cart .cart-items {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #f36300;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.bs-collection__old-price {
    color: var(--secondary-color);
    font-weight: var(--font-bold);
    font-size: 1.1rem;
}

.modal-content {
    border: 1px solid rgba(0, 0, 0, 0);
}

.modal-body {
    padding: .5rem;;
}