
/****************************/
/****************************/
/****************************/
/****************************/
/*DESKTOP FOOTER REALTED CSS*/
/****************************/
/****************************/
/****************************/
/****************************/

#footercontainer.hide {
     display:none;
     visibility: hidden;
 }
#footercontainer.show {
    display:flex;
    visibility: visible;
    /*height: 78px; !**Must be the same **!*/
    height: auto; /**Must be the same **/
    background-color: #000000;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    z-index: 999;
    padding-bottom: 15px;
}

.menu-desktop-nav.extraforfooter {
    margin-bottom: 78px; /**Must be the same **/
    height: 78%;
}

.menu-desktop.extraforfooter {
    height: calc(100% - 78px); /**Must be the same **/
}

/*.menu-desktop.footerstoreclosed {*/
/*    height: calc(100% - 128px);*/
/*}*/

#footercontainer a {
    color: #dcdcdc;
    text-decoration: none;
}

#footercontainer a,
#footercontainer .logo_container p,
#footercontainer .storedetails_container {
    color: #dcdcdc;
    font-size:9pt;
}

#footercontainer .tcpsp_container {
    padding: 6px 0px;
    margin: 0px;
}
#footercontainer .storedetails_container {
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
}

#footercontainer .logo_container {
    padding-top: 6px;
    padding-right: 30px;
}

#footercontainer .logo_container a img {
    height:30px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    #footercontainer.show {
        height: auto;
    }
    .menu-desktop.extraforfooter {
        height: calc(100% - 50px); 
    }
}

@media (max-width: 1199px) {
    #footercontainer .hidden_sm {
        display:none;
        padding:0px;
    }

    #footercontainer .logo_container {
        padding-right: 0px;
    }

}
