/*** agrega aqui los estilos necesarios para modificar el template ***/
.panel-heading.my-1 {
    text-transform: uppercase;
}
.bs-info h2 {
    color: #6a6a6a;
    font-weight: 100;
    font-size: 24px;
}

@font-face {
            font-family: 'Lemo';
            src: local('Lemo'),
            url('Lemo.woff2') format('woff2'),
            url('Lemo.woff') format('woff'),
            url('Lemo.ttf') format('truetype'),
            url('Lemo.eot') format('embedded-opentype'),
            url('Lemo.otf') format('opentype');
    }

.bs-title-home {
    font-weight: normal;
    color: var(--title-color);
    text-align: center;
    margin-top: 2rem;
    font-family: 'Lemo';
}
.info-grid__title {
    font-size: 24px;
    font-family: 'Lemo';
}
.badge-warning {
    color: #ffffff;
    background-color: #777777;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}


.page-link {

    color: #616161;
}

@media screen and (max-width:992px) {
    .btn-cart {
    color: #646464;
    background: white;
}


.btn-search {
    color: var(--body-txt-default-color);
    background: var(--btn-search-mobile-bg, transparent);
}
}

.bs-menu__lv1 {
    text-transform: capitalize;
}

.bs-discount.circle, .bs-discount.form-A {
    background: #ff0000;
    color: var(--discount-txt-color);
    font-weight: 700;
}

