.bs-subscription {
    border-radius: var(--default-border-radius);
    background: #f2f2f2;
    overflow: hidden;
}

.bs-title-background a, .bs-title-background a:hover {
    z-index: 10;
    position: relative;
    color: #020873;
    filter: drop-shadow(2px 2px 1px white);
}

.bs-footer__link {
    color: var(--footer-link-color, var(--footer-color));
    padding: 4px 0;
    font-weight: var(--font-light);
    font-size: var(--footer-font-size, .8rem);
    display: block;
}

.bs-header-top .cart-items {
    background: #1e234b;
}

a.tyc {
    color: #2d89bc;
}

a.tyc:hover {
    color: #020873;
}

@media (min-width: 992px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        font-size: 0.8rem;
    }
}

.bs-product__final-price {
    font-weight: var(--font-bold);
    font-size: 2rem;
    line-height: 1em;
    color: var(--highlight-color, var(--primary-color));
}

.bs-collection__product-price {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: baseline;
    font-size: 0.7rem;
}

.chat-widget__btn {
    background: linear-gradient(0deg, rgba(32, 176, 56, 1) 0%, rgba(96, 214, 106, 1) 100%);
    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);
}