
.user-dropdown .dropdown-toggle::before {
    display: inline-block;
    content: '\e82d';
    font-family: 'porto';
    font-size: 3.3rem;
    line-height: 1;
    margin: 2px 0 0;
    color: #544e4e;
}

.user-dropdown .dropdown-toggle::after {
    display: inline-block;
    display: inline-block;
    position: absolute;
    top: 1rem;
    right: 0;
    width: auto;
    height: auto;
    margin: 0;
    transition: all .3s;
    border: 0;
    color: #606669;
    font-family: 'porto';
    font-size: 1.4rem;
    line-height: 1;
    content: '\e81c';
}

.boton-login{
    border: 0;
    padding: 0;
    width: 40px;
    background: #ff7f00;
    position: absolute;
    top: 35px;
    left: 197px;
    height: 82px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.widget-cats .accordion-btn.segundo {
    cursor: pointer;
    position: relative;
    right: 1.3rem;
    top: 0em;
    float: right;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 1.2rem;
    background: 0;
}

.products{
    max-height: 70vh;
    overflow: auto;
}

.cursor-pointer{
    cursor: pointer;
}
