/* ItemShopSys custom shop css */
img[src*="Image.png"] {
    max-width: 100px !important;
    width: 100px !important;
    height: auto !important;
}

img[src*="Image-szablon.png"] {
    max-width: 100% !important;
    width: 660px !important;
    height: auto !important;
}

footer,
.footer,
.site-footer {
    background-color: #08090D !important;
    border-top: 1px solid #20222B !important;
}

footer a,
.footer a,
.site-footer a {
    color: #3B82F6 !important;
}

footer a:hover,
.footer a:hover,
.site-footer a:hover {
    color: #F5A623 !important;
}

[aria-selected="true"] {
    border-color: #3B82F6 !important;
    color: #FFFFFF !important;
    background-color: rgba(59, 130, 246, 0.12) !important;
}

footer img[src*="Image.png"],
.footer img[src*="Image.png"],
.site-footer img[src*="Image.png"] {
    width: 75px !important;
    max-width: 75px !important;
    height: auto !important;
}