/**
* Theme Name: vasia Child
* Description: This is a child theme of vasia, generated by Rdt WP.
* Author: <a href="https://plazathemes.com/">Plaza-Themes</a>
* Template: vasia
* Version: 1.0.2
*/

/*Home Page*/


.home-h1 span{
    display: block;
}

.home-h1 .brand{
    color: #313030;
    font-size: .7em;
}


.home-h1 .text{
    color: #707070;
    font-size: .7em;
    font-weight: lighter;
    margin: 1em auto;
    line-height: 1.7em;
}

.home-h1 .highlighted{
    color: #FE0000;
    text-transform: uppercase;
    font-size: 2em;

    @media(max-width: 468px){
        font-size: 1em;
    }
}




.footer-bottom .col {
    border-top: 1px solid #F4F4F4;
  }

#social_widget-1{
    text-align: right !important;
}

.social_widget h5{
    font-size: 0.9em !important;
    margin-bottom: 0px !important;
}

.footer-column-1{
    max-width: 15% !important;
    flex: 0 0 15% !important;

    @media(max-width: 648px){
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}

.footer-column-2{
    max-width: 15% !important;
    flex: 0 0 15% !important;

    @media(max-width: 648px){
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}

.footer-column-3{
    max-width: 15% !important;
    flex: 0 0 15% !important;

    @media(max-width: 648px){
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}

.footer-column-4{
    max-width: 55% !important;
    flex: 0 0 55% !important;
    position: relative;

    min-height: 350px !important;
    margin-bottom: 0px !important;

    @media(max-width: 648px){
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

.payment-icons{
    position: absolute;
    top: 280px;
    left: 0px;
}

.payment-icons i{
    font-size: 28px;
    color: gray;
}

/* .site-footer ul{
    float: right !important;
} */

.site-footer ul li{
    float: left !important;
}

.site-footer .social-list{
    float: right !important;
}
.site-footer ul li a{
    margin-left: 7px;
}


.social_widget .social-list .site-footer ul li a {
float: left !important;
display: inline !important;
}

.footer-contact{
    display: block;
    clear: both;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer-contact p{
    margin-bottom: 0px;
}

.header-html2 a{
    color: #fff;
}

.header-html2 a:hover{
    color: #fff;
}

#footer .menu li{
    width: 100%;
}

.wc-block-cart__submit {
  border: 2px solid #ccc !important;
}