/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Footer altındaki beyaz boşluğu kaldırır */
footer,
.site-footer,
#colophon {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Footer alt wrapper boşluğunu sıfırlar */
.main-page-wrapper,
.content-layout-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Body alt boşluk kaldırma */
body {
    margin: 0 !important;
}

/* Woodmart footer sonrası boşluk fix */
.footer-container {
    margin-bottom: 0 !important;
}

/* Olası after boşluk */
body:after {
    display: none !important;
}