/*icons*/
.icon-dropdown {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(/local/templates/miraton_composite/images/new-theme/arrow_down_24px.svg);
    transition: all .2s;
    transform: rotate(90deg);
}
.icon-shop {
    width: 24px;
    height: 24px;
    background-image: url(../../images/logo-sm.svg);
}
.icon-newpost {
    width: 24px;
    height: 24px;
    background-image: url(../../images/newpost.svg);
}
.icon-ukrpost {
    width: 24px;
    height: 24px;
    background-image: url(../../images/ukrpost.svg);
}
.icon-info {
    width: 24px;
    height: 24px;
    background-image: url(../../images/info.svg);
}
.icon-qr {
    width: 24px;
    height: 24px;
    background-image: url(../../images/qr.svg);
}
.icon-mono {
    width: 24px;
    height: 24px;
    background-image: url(../../images/mono.svg);
}
.icon-pb24 {
    width: 24px;
    height: 24px;
    background-image: url(../../images/pb24.svg);
}
.icon-card {
    width: 24px;
    height: 24px;
    background-image: url(../../images/card.svg);
}
.icon-cash {
    width: 24px;
    height: 24px;
    background-image: url(../../images/cash.svg);
}
.icon-arrow-down {
    width: 24px;
    height: 24px;
    background-image: url(../../images/arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
}
