/*--------------------------------------------------------------
myStore - Footer None Styling
--------------------------------------------------------------*/

.site-footer-none {
    
}

.site-footer-none .site-footer-bottom-bar {
    background-color: rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03) inset;
    padding: 14px 0 18px;
}