/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-footer__link.bs-footer__link:hover {
    color: #81BDFD;
    text-decoration: underline;
}

.bs-menu__lv1:hover, .show > .bs-menu__lv1 {
    box-shadow: 0 -3px inset #8C1184;
    color: #a67eff;
}

.btn-primary:disabled {
    background: #342FA5;
    border-color: #342FA5;
    color: var(--breadcrumb-bg-color);
}

.bs-form-inline button {
    height: 2.5em;
    background: #8C1184;
    border-color: #8C1184;
}

.ir-arriba {
    display: none;
    padding: 12px;
    background: #73106C;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 73px;
    right: 16px;
    border-radius: 16px;
    z-index: 98;
    border-color: solid 0.5px #ffe2fd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.chat-widget__btn {
    background: #73106C;
    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 #ffe2fd;
}

.ir-arriba:hover {
    background: #27127B;
    font-size: 20px;
    cursor: pointer;
    border: solid 0.5px #81BDFD;
}

.chat-widget__btn:hover {
    background: #27127B;
    transition: 0.3s;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.btn-cart, .btn-login {
    color: #ffffff;
}

a {
    color: #ffffff;
}

a.tyc {
    color: #342FA5;
}

a.tyc:hover {
    color: #8C1184;
}

.bs-collection__product-notice {
    font-size: 0.9rem;
    text-transform: capitalize;
    color: #73106C;
    font-weight: var(--font-light);
}

.bs-collection__product-title {
    font-size: 1.1rem;
    text-transform: capitalize;
    color: var(--body-txt-default-color);
    font-weight: 400;
}

@media (max-width: 992px)  {
.bs-menu__lv1 {
    white-space: normal;
    color: var(--lv2-txt-color);
    background: var(--lv1-bg-color);
    font-size: var(--lv1-size);
    font-weight: var(--font-bold);
    text-align: center;
}}

.page-link {
    background: #D4D4D4;
    color: black;
}