.navbar-main {
	background-color: #FF5900;
}
element.style {
	background: #FF5900;
}
a, .navbar-nav > li:hover > a, .dropdown-menu-category-title, .dropdown-menu-category-list > li > a:hover, .dropdown-menu-shipping-cart-price, .dropdown-menu-items-list > li > a:hover, .category-selections-icon.active, .category-selections-icon.active:hover, .category-pagination > li > a, .blog-post-title > a:hover, .product-page-product-rating.product-rating-big > li.count, .product-page-qa-question:before, .product-page-qa-answer:before, .product-review-thumb-product-title > a:hover, .btn-ghost.btn-primary, .comment comment-review-rate {
    color: #FF5900;
}
.navbar-nav>li>a:hover>span {
    color: #FF5900;
}
.btn-primary {
    background: #FF5900;
    border-color: #f69120;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #FF5900;
    border-color: #FF5900;
}
.news-list {
    list-style: none; /* Remove bullets */
    padding: 0; /* Remove default padding */
}

.news-item {
    border-bottom: 2px solid orange; /* Add an orange border between list items */
    padding: 10px; /* Add some padding for spacing */
}

.news-item:last-child {
    border-bottom: none; /* Remove the border from the last item */
}

.news-link {
    text-decoration: none; /* Remove underline from links */
    color: #333; /* Change link color */
}
.kznews {
	padding-inline-start: 20px;
	padding-top: 20px;
}
#news-list {
    padding-inline-start: 20px;
	padding-right: 20px;
}

