
.footer {
    width: 100%;
    background-color: rgb(0, 0, 0);
    color: rgb(241, 241, 241);
    display: flex;
    flex-flow: column;
    position: relative;
    align-items: center;
    font-size: 30px;  
    bottom: 0px;
    border-top:1px solid #e3e3e3

}


#site-footer
{
    width:100%;
    background: none;
}
#site-footer .link-secondary, #site-footer .text-secondary
{
    margin-bottom: 5px;
}

#site-footer .link-secondary, #site-footer .text-secondary, .footer-2 a, .footer-2
{
    color:rgb(211, 211, 211) !important;
    font-size: 14px;
    /* text-transform: uppercase; */

}
#site-footer .link-secondary
{
    
}
form
{
    margin-block-end: 0;


}

.agency-name
{
    font-size: clamp(3rem, -7.0313rem + 23.75vw, 13.75rem);
    overflow: hidden;
    text-align: center;
    display: block;
   
}
.agency-name span
{
    display: inline-block;
} 

#site-footer span, #site-footer li 
{
    font-size: 16px;

}

.socials a
{
    --tempu:white;
    text-decoration: none;
    padding:5px;
    color:var(--tempu);
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
   
}
.socials a:hover
{
    transform:scale(1.2);
}
.socials a i
{
    height:35px;width:35px;
    border: 1px solid var(--tempu);
    border-radius: 50%;
    padding:7px;
}
.socials a:nth-child(1):hover
{
    --tempu:blueviolet;
    color:var(--tempu);
}

.socials a:nth-child(2):hover
{
    --tempu:#0a66c2;
    color:var(--tempu);
}

.socials a:nth-child(3):hover
{
    --tempu:#ea4c89;
    color:var(--tempu);
}


.footer-2
{
    display: flex;
    width:100%;
    padding:20px 80px;
    flex-wrap: wrap;
    justify-content: space-between;
}


.footer-logo
{
    margin-top:3rem !important;
width:60%; max-width:160px !important; min-width:50px; height:auto;
}
#site-footer .row>* 
{
    margin-top:20px !important;
}
p[role="heading"], .wc-block-components-title.wc-block-components-checkout-step__title, div[role="heading"]
{
    text-transform: uppercase;
}
.list.list-payment
{
display: flex;
list-style-type:none;
gap:5px;
margin-top:20px;
}
.list-payment__item
{

}
@media only screen and (max-width:800px)
{
.footer-2{
    padding: 20px 10px;
    justify-content: center;
}
.footer-2 span
{
    text-align: center;
}
footer ul
{
    padding-left: 0px !important;
}
.footer-logo
{
    width:50px;
}
#site-footer .row>* 
{
    margin-top:10px !important;
}
#site-footer .link-secondary, #site-footer .text-secondary
{

    font-size: 13px;
    

}
 .footer-2 a, .footer-2
 {
    font-size: 11px;
 }
}