﻿.login-logo {
    width: 40%;
}

.header-main-bar .logo img {
    transform: scale(1.3);
}

.site-header .header-narrow-menu{
    display: none;
}

#shop-page .thumbnail-categories .aspect-ratio.ratio-4x5 {
    border-radius: 50% 50% 13px 13px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

#site-footer .footertitle{
    color: #ffffff !important;
}

#site-footer,
#site-footer ul.footer-info li span,
#site-footer ul.text-footer li a,
#site-footer i,
#site-footer ul.footer-info.text-footer li i {
    color: #f2f2f2 !important;
}

#site-footer ul.footer-info li span a:hover,
#site-footer ul.text-footer li a:hover,
#site-footer i:hover {
    color: #dadada !important;
}

#site-footer .aparat-logo svg{
fill: #f2f2f2 !important;
}

#site-footer .aparat-logo svg:hover{
fill: #dadada !important;
}

@media (max-width:500px) {
    .header-main-bar .logo img {
        margin: 0 auto;
    }
}