    .footer-middle{
        background: #000 !important;
    }
    .cms-no-route-2 .footer, .customer-account-createpassword .footer, .checkout-cart-index .footer, .cms-no-route-2 footer.page-footer, .cms-page-view .footer, .checkout-index-index .footer, .checkout-onepage-success .footer {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        position: relative;
    }
    .page-product-configurable .footer {
        display: inline-block;
        position: relative;
        width: 80%;
        margin: 20px 0px;
    }
    footer.page-footer {
        width: 100%;
        position: relative;
    }
    .footer {
        max-width: 80%;
        width: 80%;
        float: right;
    }
    .footer-middle .container{
        max-width:100% !important;
    }
    .pod_footer .logo .lg{
        min-width: 170px !important;
        width: 100%;
        max-width: 200px;
        display: inline-block;
        vertical-align: middle;
    }
    .pod_footer .logo span{
        font-size: 20px;
        color: #ffffff;
    }
    .pod_footer .logo{
        max-width:100% !important;
        width:100%;
        margin-top: 0px;
    }
    .footer-middle {
        padding: 0px 0 0px !important;
        background: #000000 !important;
    }
    .pod_footer{
        width:100%;
        background: #000;
        padding-top:20px;
        padding-bottom:15px;
    }
    .pod_footer .pod_menu{
        text-align:right;
    }
    .pod_footer .pod_menu ul{
        list-style:none;
    }
    .pod_footer .pod_menu ul li{
        display:inline-block;
        padding:5px;
        padding-left:10px;
        padding-right:10px;
        margin:5px;
        text-align:center;
    }
    .pod_menu_footer.pod_menu ul li {
        border-right: 1px solid white;
        margin: 5px 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 20px;
    }
    .pod_menu_footer.pod_menu ul li:last-child {
        border-right: 0px solid white;
    }
    .pod_footer .pod_menu ul li a{
        font-family: Comfortaa !important;
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;
        color: #ffffff !important;
    }
    @media only screen and (max-width: 1300px){
        .footer {
            max-width: 72%;
            width: 72%;
        }   
    }
    @media only screen and (max-width: 1024px){
        .pod_footer .pod_menu ul{
            vertical-align: middle;
            margin-top: 8px;
            padding: 0px;
        }
        .pod_footer .pod_menu ul li{
            padding: 0px;
            padding-left:5px;
            padding-right:5px;
            margin: 0px;
        }
    }
    @media only screen and (max-width: 767px){
        .footer {
            max-width: 100%;
            width: 100% !important;
            float: right;
        }
        .pod_footer .logo {
            text-align: center;
        }
        .pod_footer .logo .lg{
            margin-top:0px;
            max-width: 150px !important;
            min-width: 150px !important;
        }
        .pod_footer {
            padding: 10px 5px;
        }
        .pod_footer .pod_menu{
            text-align:center;
        }
        .pod_footer .pod_menu ul{
            padding:0px;
        }
        
        .pod_footer .pod_menu ul li{
            padding: 0px; 
            padding-left: 5px;
            padding-right: 5px;
            margin: 0px;
        }
        .pod_footer .pod_menu ul li a{
            font-size:15px;
        }
    }