/* ------------------------------------------------------------------------------------------------------------------------------ */
/* |                                                           FOOTER                                                           | */
/* ------------------------------------------------------------------------------------------------------------------------------ */

.shop-info
{
    background-color: #434c51;
    padding: 1.5rem 0;
}

.footer .shop-info .grid > .row
{
    justify-content: center;
}

.footer .shop-info .grid > .row > div
{
    max-width: 450px;
}

@media (max-width: 768px) 
{
    .footer .shop-info .grid > .row > div
    {
        max-width: none;
    }
}

.footer .shop-info-title
{
    position: relative;
    color: white;
    text-shadow: 0 0 4px black;
    transition: 0.25s color ease-in-out;
}

.footer .shop-info-title:hover
{
    color: #9c9c9c;
}

.footer .shop-info-address
{
    margin-top: 1rem;
}

.footer .shop-info-address,
.footer .shop-info-schedule,
.footer .end-footer a,
.footer .end-footer p
{
    color: white;
    text-shadow:
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

.footer .shop-info-schedule
{
    margin-bottom: 0px;
}

.footer .end-footer
{
    text-align: center;
    padding: 1rem 0;
    border-top: 0.25rem solid #937631;
    background-color: #363e42;
}

.footer .end-footer .container-fluid
{
    max-width: 1390px;
}

.footer .end-footer a
{
    font-weight: 400;
    cursor: pointer;
}

.footer .end-footer .social-media-icon
{
    width: 1.5rem;
    height: 1.5rem;
    fill: #937631;
    margin-right: 0.5rem;
    filter: drop-shadow( 2px 2px 2px rgba(0, 0, 0, .7));
    transition: fill 0.25s ease-in-out;
}

.footer .end-footer .social-media-icon .img-element
{
    display: inline-block;
    width: inherit;
    height: inherit;
}

.footer .end-footer .social-media-icon:hover
{
    fill: #b99540;
}

.footer .end-footer .copyright-text,
.footer .end-footer .dev-text
{
    display: inline-block;
    margin-bottom: 0px;
    color: white;
}

.footer .end-footer .dev-text
{
    margin-left: 0.5rem;
}

.footer .end-footer .page-links a
{
    border-left: 1px solid black;
    padding-left: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.footer .end-footer .page-links a:first-child
{
    border-left: none;
    padding-left:0;
}

@media (max-width: 1312px)
{
    .footer .end-footer .col,
    .footer .end-footer .col-2
    {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 1rem !important;
    }

    .footer .end-footer .col-2
    {
        margin-top: 0 !important;
    }

    .footer .end-footer .web-info
    {
        order: 3;
    }
}

@media (max-width: 991px)
{
    .footer .shop-info-title
    {
        font-size: 2rem;
    }
}

@media (max-width: 850px)
{
    .footer .shop-info
    {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 767px)
{
    .footer .shop-info
    {
        padding-top: 3rem !important;
    }

    .footer .shop-info-title
    {
        font-size: 2rem;
    }

    .footer .shop-info-title:after
    {
        width: 60%;
    }

    .footer .shop-info-address,
    .footer .shop-info-schedule
    {
        font-size: 1.25rem;
    }

    .footer .end-footer
    {
        padding-top: 1.5rem;
        padding-bottom: 0.5rem;
    }

    .footer .end-footer .col
    {
        margin-top: 1rem !important;
    }

    .footer .end-footer .social-media-icon
    {
        width: 2rem;
        height: 2rem;
        margin-left: 0.25rem;
    }

    .footer .end-footer .social-media-icon:first-child
    {
        margin-left: 0;
    }

    .footer .end-footer .page-links a
    {
        display: block;
        padding: 0;
        border: none;
        margin-top: 0.5rem;
    }

    .footer .end-footer .page-links a:first-child
    {
        margin-top: 0;
    }

    .footer .end-footer p,
    .footer .end-footer a
    {
        font-size: 1.25rem;
    }

    .footer .end-footer .copyright-text,
    .footer .end-footer .dev-text,
    .footer .end-footer .dev-text a
    {
        font-size: 0.85rem;
    }

    .footer .end-footer .copyright-text,
    .footer .end-footer .dev-text
    {
        display: block;
    }

    .footer .end-footer .dev-text
    {
        margin: 0;
    }

    .footer .end-footer .web-info
    {
        order: 3;
    }
}

@media (max-width: 550px)
{
    .footer .shop-info-title:after
    {
        width: 80%;
    }
}

@media (max-width: 400px)
{
    .footer .shop-info
    {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .footer .shop-info-title:after
    {
        width: 90%;
    }
}