

/* Start:/local/templates/new-2020/components/cetera/alfavit/.default/style.css?1734693329782*/
.item-list a {
    color: #FFF !important;
}
.item-list a.item:hover{
	background: #D21531;
}

.item-list a.item{
	width: 100%;
	display: block;
	padding: 0 10px;
}

.item-list {
    position: absolute;
    background: rgba(0,0,0,0.8);
    color: #FFF;
    z-index: 100;
    list-style: none;
    margin-left: -6px;
    /*display:none;  */
    -webkit-transition: height 0.5s liner 0.5s;
       -moz-transition: height 0.5s liner 0.5s;
        -ms-transition: height 0.5s liner 0.5s;
         -o-transition: height 0.5s liner 0.5s;
            transition: height 0.5s liner 0.5s;
    overflow: hidden;
}

.item-list:hover{
	display:block;
}

.alfavit-symbol {
    padding: 3px 5px;
}

.alfavit-symbol:hover + .item-list{
	display:block;
}

.item-list li {
    line-height: 30px;
}

/* End */
/* /local/templates/new-2020/components/cetera/alfavit/.default/style.css?1734693329782 */
