/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


@media(width <= 768px) {
	.whb-header {
		padding-bottom:30px;
	}
}

@media(width >= 1024px) {
	.whb-header {
		padding-top:5px;
	}
}

/* header CLS, dekstop, 2025-12-17 */
/* @media (min-width: 1025px) {
	header .whb-main-header {
		position: absolute;
	}
} */


/* header mobile CLS fix */
/*header,
.whb-sticky-prepared {
    padding-top: var(--wd-header-h);
}
@media (max-width: 1024px) {
	header,
    .whb-sticky-prepared {
        padding-top: var(--wd-header-sm-h);
    }
}*/


/* header black banner CLS fix, pokusaj */
/*:root {
    --wd-header-banner-h: 30px;
}
.header-banner-display {
    --wd-header-banner-mt: var(--wd-header-banner-h);
}*/
