/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 12 2025 | 08:25:11 */
body .whb-top-bar-inner {
	justify-content: left !important;
}
body .whb-column.whb-col-left.whb-column5.whb-visible-lg {
	justify-content: left !important;
}
a.woodmart-nav-link {
	font-size: 20px !important;
	font-weight: 400 !important;
}
.hbutt {
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 50px;
}
.green-title {
    position: relative;
    padding-left: 14px; /* отступ от полоски до текста */
    height: 58px; /* высота блока */
    display: flex;
    align-items: center; /* выравниваем текст по вертикали */
    font-size: 36px;
}

.green-title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 30px; /* примерно как на втором скрине */
    background: #00A651;
    top: 50%;
    transform: translateY(-50%);
}
.wd-content-layout {
    padding-block: 0px !important;
}

