.nav-item-cart .cart-total
{
    font-family: 'Syntax LT Std';
}

footer h6
{
    text-transform: none;
    font-weight: 500;
    font-family: 'Syntax LT Std';
    font-size: 20px;
}

.footer-list-margin li:not(:last-of-type)
{
    margin-bottom: 4px;
}

footer .footer-address,
footer .footer-phone,
footer .footer-email
{
    font-size: 16px;
}
footer .footer-social-media
{
    margin-bottom: 25px;
}

footer .footer-social-media a
{
    margin-right: 6px;
    font-size: 18px;
    background-color: var(--bottom-navbar-text-color, #ffffff)!important;
    color: var(--bottom-navbar-background-color, #000000)!important;
    
    display: inline-block;
    padding: 0px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
}

footer .footer-logo
{
    height: 54px;
}
footer .footer-logo img
{
    max-height: 100%;
}
footer .footer-slogan
{
    font-family: 'FeltTipWoman';
    text-align: center;
    font-size: 26px;
    margin-top: 30px;
}

@media (max-width:575.98px) /* extra small */
{
    footer .footer-slogan
    {
        font-size: 16px;
    }
    .nav-item-cart .cart-total,
    .nav-item-cart .cart-total-placeholder
    {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        font-weight: 400;
        font-size: 8px;
    }
    .nav-item-cart:not(.has-cart-items) .cart-total-placeholder
    {
        font-size: 7px;
    }
}

@media (max-width:767.98px) /* small and less */
{
    footer .footer-slogan
    {
        font-size: 20px;
    }
}

@media (min-width:576px) /* NOT extra small */
{
    .navbar-nav-top .nav-link
    {
        position: relative;
    }
    .navbar-nav-top .nav-link::after
    {
        content: '';
        position: absolute;
        top: 32px;
        left: 7px;
        right: 7px;
        display: inline-block;
        border-bottom: 2px solid;
        transform: scaleX(0);  
        transition: transform 250ms ease-in-out;
    }
    .navbar-nav-top .nav-item:hover .nav-link::after,
    .navbar-nav-top .nav-item:focus .nav-link::after
    {
        transform: scaleX(1);
    }
    .navbar-nav-top .active>.nav-link::after,
    .navbar-nav-top .nav-link.active::after,
    .navbar-nav-top .navbar-nav .nav-link.show::after,
    .navbar-nav-top .navbar-nav .show>.nav-link::after
    {
        transform: scaleX(1);
    }
}
