img.store-icon {
    width: auto;
    height: 50px;
}

.fa-custom-icon:before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    font-size: 16px;
    background: url('../images/giphy-logo.svg') no-repeat center center;
    background-size: contain;
    vertical-align: middle;
}

.accordion-section-title.arrow-right-before:before {
    transform: rotate(-90deg);
    color: #ffffff;
}

#mainmenu>li::before {
    content: "" !important;
}
