.laposies-custom-footer {
    background-color: var(--primary);
}

.laposies-footer-copyright {
    background-color: var(--primary);
}

.laposies-footer-logo-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 100%;
}



@media only screen and (max-width: 991px){
    .categories-title-clearfix {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

@media only screen and (max-width: 600px){
    .laposies-footer-logo-section {
        flex-direction: column;
        text-align: center;
    }
    .laposies-footer-logo-section .mt-4 {
        margin-bottom: 20px;
    }
    .categories-title-clearfix {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .laposies-home-banner .owl-carousel .owl-nav {
        top: 42% !important;
    }
}


