﻿@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200..900&family=Source+Serif+4:ital,opsz,wght@1,8..60,200..900&display=swap');
@import url('/css/padding.css');

* {
	box-sizing: border-box;
	/* Next 2 lines are for debugging... */
	/* outline: 2px solid limegreen !important; */
	/* background: rgb(1 100 0 / 0.1) !important; */
}

body {
	font-family: 'Source Sans 3', sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #150404;
}
.icon-disabled {
	color: #e8e6e6;
}
.page-top-link {
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #150404;
	background-color: white;
	padding: 5px 15px 0px 15px;
	border-radius: 8px;
	border: 2px solid #150404;
	font-weight: 900;
	font-size: 20px;
	z-index: 99999;
}

	.page-top-link:hover {
		border: 2px solid #cc0000;
		background-color: #cc0000;
		color: white;
	}
.details {
margin: 0px;
}
.ellipsis-text {
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0;
	overflow: hidden;
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 21px;
	text-align: right;
}

.menu-icon-2024 {
	padding-right: 10px;
}
.container-full {
	width: 100%;
}

.container-l {
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
}

.container-w {
	width: 100%;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}

.container-n {
	max-width: 1200px;
	margin: 0 auto;
}

.sticky {
	width: 100%;
	min-height: 55px;
	background: white;
	position: sticky;
	transition: background-color 500ms;
	z-index: 500;
	box-shadow: 0px 3px 6px 0px #00000033;
}

.page-title-section {
	padding-top: 20px;
}

.page-title-section .row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.page-title {
	font-size: 27px;
	font-weight: 600;
	color: #150404;
}

.large-icon {
	font-size: 18px;
	line-height: 21px;
}

.navbar {
	display: flex;
	flex-direction: column;
}

.navbar-row-1 {
	min-height: 77px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	/* background-color: lightblue; */
	background-color: white;
	padding: 0px 20px;
}

.navbar-row-1-1 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	min-height: 77px;
}

.navbar-row-1-2 {
	justify-content: flex-end;
	gap: 16px;
}

.navbar-ul.ul-menu li a {
	border-left: 3px solid transparent;
}

	.navbar-ul.ul-menu li a i.fa {
		font-size: 18px;
		line-height: 20px;
		padding-right: 5px;
	}

.navbar-ul {
	display: flex;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.navbar-row-1-2 .navbar-ul {
	gap: 16px;
}

.navbar-search {
	position: relative;
}

.account-switcher {
	display: flex;
	align-items: center;
}

.nav-search .btn-search {
	background: white;
	border-color: #150404;
	border-style: solid;
	border-width: 2px 2px 2px 0px;
	border-radius: 0px 8px 8px 0px !important;
	height: 40px;
	padding: 8px 12px;
}

.nav-search .btn-page-search {
	background: white;
	border-color: #898b8e;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-radius: 0px 8px 8px 0px !important;
	height: 40px;
	padding: 8px 12px;
}

.nav-search .btn-clear-search {
	height: auto;
	background: #150404;
	color: white;
	border-color: #150404;
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-radius: 8px 0px 0px 8px;
	height: 40px;
	width: 42px;
}
	.nav-search .btn-clear-search:hover {
		background: #492a2a;
	}

.page-title-div {
	text-align: left;
}
.page-search-div {
	text-align: right;
}

.form-control.nav-search-input:focus ~ .input-group-btn .btn-page-search
 {
	border: #150404;
	border-style: solid;
	border-width: 2px 2px 2px 0px;
	border-radius: 0px 8px 8px 0px !important;
	height: 40px;
	padding: 7px 11px;
}

.form-control.nav-search-input:hover ~ .input-group-btn .btn-page-search {
	border: #150404;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-radius: 0px 8px 8px 0px !important;
	height: 40px;
	padding: 8px 12px;
}
.form-control.nav-search-input:focus:hover ~ .input-group-btn .btn-page-search {
	border: #150404;
	border-style: solid;
	border-width: 2px 2px 2px 0px;
	border-radius: 0px 8px 8px 0px !important;
	height: 40px;
	padding: 7px 11px;
}

.navbar-search-input.form-control.nav-search-input:focus,
.navbar-search-input.form-control.nav-search-input {
	border-color: #150404;
	border-style: solid;
	border-width: 2px 0px 2px 2px;
	border-radius: 8px 0px 0px 8px;
	max-height: 40px;
}

.navbar-search-span.in .navbar-search-btn {
	display: none;
}

.user-options-icon {
	font-size: 18px;
	/*margin-right: 8px;*/
}
.helpmenu-options-icon {
	font-size: 18px;
	/*margin-right: 8px;*/
}


.navbar-logo .erp-comp-name {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 12px;
	font-weight: 400;
}

.navbar-logo {
	position: relative;
	margin-right: auto;
	width: 250px;
}

	.navbar-logo .erp-logo {
		width: 250px;
	}

	.navbar-logo .erp-comp-name {
		position: absolute;
		bottom: 0px;
		right: 0px;
		font-size: 12px;
		font-weight: 400;
	}

.navbar-row-2 {
	min-height: 55px;
	gap: 16px;
	/* background-color: lightpink; */
	background-color: white;
}

.navbar-ul.ul-menu {
	padding: 0px 20px;
}

	.navbar-ul.ul-menu > li {
		position: relative;
		display: block;
		min-height: 42px;
		/*border-bottom: 3px solid transparent;*/
		float: left;
	}

	.navbar-ul.ul-menu li a {
		min-height: 55px;
		vertical-align: middle;
		line-height: 21px;
		padding: 0px 20px;
		color: #150404;
		text-decoration: none;
		font-weight: 600;
		font-size: 14px;
		line-height: 21px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

/*	.navbar-ul.ul-menu li.active {
		border-bottom-color: #cc0000;
	}*/

	.navbar-ul.ul-menu li a:hover {
		border-bottom: 3px solid #150404;
		background-color: #e8e6e6;
	}



.navbar .search-link {
	border-radius: 8px;
	background-color: white;
	color: #150404;
	font-size: 18px;
	width: auto;
	border: 2px solid transparent;
	padding: 8px 12px;
	max-height: 40px;
}

	.navbar .search-link:hover,
	.navbar .search-link:focus,
	.navbar .search-link:active {
		border: 2px solid #150404;
	}

	.navbar .search-link:active {
		background-color: #492a2a;
		color: white;
	}

.navbar .basket-link {
	border-radius: 8px;
	background-color: #150404;
	color: white;
	font-size: 18px;
	width: auto;
}

	.navbar .basket-link:hover {
		background-color: #492a2a;
	}



.fade-donut-series {
	opacity: 0.2 !important;
}

/*#region backet button styles*/
.basket-link-span {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}

.basket-icon {
	position: absolute;
	top: -1px;
	right: 0px;
	padding: 6px 12px;
	min-height: 30px;
}

	.basket-icon:hover {
		text-decoration: none;
	}


.navbar-basket a.basket-link,
.basket-link {
	font-size: 18px;
	background-color: #150404;
	color: white;
	border: none;
	border-radius: 8px;
	padding: 10px 12px;
	max-height: 40px;
	min-height: 40px;
}

	.basket-link:hover,
	.basket-link:active,
	.basket-link:focus {
		background-color: #492a2a;
		color: white;
		padding: 10px 12px;
		text-decoration: none;
	}


.basket-link-wrapper {
	position: relative;
}

.basket-summary {
	display: block;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 10002 !important;
	background-color: white;
	padding: 0px;
	border: 1px solid #e8e6e6;
	text-align: left;
	border-radius: 8px;
	min-height: 50px;
	box-shadow: 0px 0px 6px 0px rgb(0 0 0 /20%);
}
	.basket-summary.hidden-basket-summary {
	display: none;
	}


.basket-summary-top {
	min-height: 40px;
	display: none;
}

.basket-summary-centre {
	color: #150404;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-radius: 2px;
	border-bottom: 1px solid #e8e6e6;
}

.basket-summary-basket {
	text-align: right;
}

.basket-summary-checkout {
	text-align: right;
}

.basket-summary-centre table tr td {
	padding-bottom: 10px;
}

.basket-summary-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px 0px 10px;
}

.basket-summary-button-container {
}

.basket-summary-basket-button {
}

.basket-link-counter {
	position: absolute;
	top: -6px;
	right: -6px;
	border-radius: 8px;
	background-color: #cc0000;
	color: white;
	margin: 0px;
	border: none;
	display: block;
	min-width: 18px;
	min-height: 12px;
	text-align: center;
	z-index: 11000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 0px 5px;
}
.basket-summary-count {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
/*#endregion*/

.global-message-row,
#GlobalMessageRow,
#messageRow,
#PageTop_messageRow {
	color: white;
	font-weight: 500;
	font-size: 2rem;
	padding: 15px;
	text-align: center;
}

/* #messageRow */
.message-success {
	background-color: #337515;
	color: white;
}
/* #messageRow */
.message-warning {
	background-color: orange;
	color: #150404;
}
/* #messageRow */
.message-error {
	background-color: #cc0000;
	color: white;
}
/* #messageRow */
.message-info {
	background-color: #0e67c1;
	color: white;
}

.message-close-link {
	color: white;
	font-weight: 400;
	font-size: 14px;
	text-decoration: underline;
}

	.message-close-link:hover {
		cursor: pointer;
		color: #150404;
	}

.product-list-item-link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	background-color: #cc0000;
	color: white;
	text-align: center;
	border-radius: 8px;
	padding: 2px 0px;
}

	.product-list-item-link:hover {
		color: white;
		text-decoration: none;
		cursor: pointer;
	}

.menu-caret {
	padding: 5px 0px;
}
.user-menu-caret,
.helpmenu-menu-caret {
	padding: 0px 0px 6px 0px;
}


.datepicker {
	z-index: 10000 !important;
}

.dropdown-menu.punchout-dropdown-menu {
	border: none;
}

.today-2024 {
	display: grid;
	gap: 16px 16px;
	justify-content: space-between;
	padding-top: 10px;
}
.show-more-controls-2024 {
	margin-bottom: 20px;
	padding-top: 10px;
}
.notification-row {
	cursor: pointer;
}
/* #################################################################################################### */

@media only screen and (min-width: 992px) {
	.today-2024 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
		.navbar-ul.ul-menu li a {
		padding: 0px 10px;
	}

	.sticky-top {
		top: -77px;
		width: 100%;
	}

	.ellipsis-text {
		width: 450px;
	}

	.navbar-row-1 {
		flex-direction: row;
	}

	.navbar-row-1-1 {
		width: auto;
		padding: 0px;
	}

	.navbar-row-1-2 {
		display: flex;
		width: 100%;
		flex-direction: row;
		align-items: center;
	}

	.navbar-ul {
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
	}

	.navbar-accounts {
		order: 1;
		min-height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

		.navbar-accounts .caret {
			margin-left: 7px;
		}

	.navbar-currency {
		order: 2;
		min-height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.navbar-search {
		order: 3;
	}

	.navbar-search-span {
		display: none;
	}

		.navbar-search-span.in {
			display: flex;
		}

	.nav-search-input {
		border-right: none;
	}

	.navbar-search-btn {
		display: inline-block;
	}

	.navbar-user {
		order: 4;
		min-height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.navbar-helpmenu {
		order: 5;
		min-height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

		.navbar-accounts .dropdown-menu,
		.navbar-currency .dropdown-menu,
		.navbar-user .dropdown-menu,
		.navbar-helpmenu .dropdown-menu {
			right: 0px;
			left: initial;
			top: 39px;
		}

	.user-name-label {
		display: none;
	}
	.help-menu-label {
		display: none;
	}

	.navbar-basket {
		order: 6;
	}

	.navbar-row-2 {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.navbar-ul.ul-menu li a {
		width: 100%;
		border-bottom: 3px solid transparent;
		border-left: none;
		padding: 0px 10px 0px 10px;
	}

		.navbar-ul.ul-menu li a.active {
			border-bottom: 3px solid #cc0000;
			border-left: none;
		}

	.dropdown-menu.main-menu {
		margin: 0px;
		padding: 0px;
		top: 55px;
	}
		.dropdown-menu.main-menu i.fa {
			min-width: 26px;
		}
		.dropdown-menu.main-menu li {
			min-height: 40px;
			max-height: 40px;
		}

			.dropdown-menu.main-menu li a {
				min-height: 40px;
				max-height: 40px;
			}

				.dropdown-menu.main-menu li a:hover {
					background-color: #e8e6e6;
					border-bottom-color: #e8e6e6;
				}

	.basket-button-1 {
		display: none;
	}

	.basket-button-2 {
		display: inline-block;
	}

	.expand-button {
		display: none;
	}

	.navbar-search-span {
		display: none;
		position: absolute;
		top: 1px;
		bottom: 0px;
		right: 38px;
		width: 350px;
	}

	.account-switcher,
	.account-switcher:hover,
	.account-switcher:active,
	.account-switcher:focus,
	.currency-switcher,
	.currency-switcher:hover,
	.currency-switcher:active,
	.currency-switcher:focus,
	.user-options,
	.user-options:hover,
	.user-options:active,
	.user-options:focus,
	.helpmenu-options,
	.helpmenu-options:hover,
	.helpmenu-options:active,
	.helpmenu-options:focus
	{
		background-color: white !important;
		text-decoration: none;
	}
}

/* #################################################################################################### */

@media only screen and (max-width: 991px) {
	.today-2024 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.container-l {
		width: 100%;
		border-bottom: 1px solid transparent;
	}

	.sticky-top {
		top: 0px;
		width: 100%;
	}

	.ellipsis-text {
		width: 100%;
		text-align: left;
	}

	.navbar-row-1 {
		flex-direction: column;
		padding: 0px;
	}

	.navbar-row-1-1 {
		width: 100%;
		padding: 0 20px;
	}

	.navbar-row-1-2 {
		display: none;
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 0px;
	}

	.navbar-row-1-2 {
		display: none;
	}

		.navbar-row-1-2 .navbar-ul li {
			padding: 0 20px;
			border-top: 1px solid #d9d9d9;
			width: 100%;
		}

			.navbar-row-1-2 .navbar-ul li:hover {
				background-color: #e8e6e6;
			}

			.navbar-row-1-2 .navbar-ul li:first-child {
				border-top: none;
			}

		.navbar-row-1-2.in {
			display: flex;
		}

		.navbar-row-1-2 .navbar-ul {
			gap: 0px;
		}

	.navbar-ul {
		width: 100%;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.navbar-accounts {
		order: 2;
		min-height: 55px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 0px !important;
	}

	.account-switcher:hover,
	.account-switcher:focus,
	.account-switcher:active {
		text-decoration: none;
	}

	.navbar-accounts .top-row-link {
		min-height: 55px;
		width: 100%;
		padding: 0px 20px;
	}

	.navbar-accounts.open {
		border-top: 1px solid #150404 !important;
		border-bottom: 1px solid #150404;
	}

		.navbar-accounts.open:hover {
			background-color: white !important;
		}

	.account-list-item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		padding: 0px !important;
		min-height: 40px;
	}

		.account-list-item:first-child {
			border-top: 1px solid #d9d9d9 !important;
		}

	.account-list-item-a {
		width: 100%;
		padding: 4px 30px !important;
	}

	.navbar-currency {
		order: 3;
		min-height: 55px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 0px !important;
	}
	.currency-switcher:hover,
	.currency-switcher:focus,
	.currency-switcher:active
	{
		text-decoration: none;
	}
		.navbar-currency.open {
			border-top: 1px solid #150404 !important;
			border-bottom: 1px solid #150404;
		}

		.navbar-currency .top-row-link {
			min-height: 55px;
			padding: 0px 20px;
			display: flex;
			align-items: center;
			width: 100%;
		}



	.currency-change-wrapper {
		width: 100%;
	}

	.navbar-search {
		order: 1;
		width: 100%;
		min-height: 55px;
		display: flex;
		align-items: center;
		padding-bottom: 15px;
		border-top: 1px solid transparent !important;
		border-bottom: 1px solid #e8e6e6;
	}

		.navbar-search:hover {
			background-color: white !important;
		}

	.navbar-search-span {
		width: 100%;
	}

	.navbar-search-btn {
		display: none;
	}

	.navbar-user {
		order: 4;
		min-height: 55px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 0px !important;
	}

		.navbar-user i.fa,
		.navbar-user span.fa {
			font-size: 18px;
			line-height: 20px;
			padding-right: 5px;
		}

		.navbar-user .top-row-link {
			min-height: 55px;
			display: flex;
			align-items: center;
			width: 100%;
			padding: 0px 20px !important;
		}

	.user-link-wrapper {
		width: 100%;
	}

	.user-name-label {
		display: inline-block;
		margin-left: 5px;
	}
	.help-menu-label {
		display: inline-block;
		margin-left: 5px;
	}

	.navbar-user.open {
		border-top: 1px solid #150404 !important;
		border-bottom: 1px solid #150404;
	}

		.navbar-user.open:hover {
			background-color: white !important;
		}

	.navbar-helpmenu {
		order: 5;
		min-height: 55px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 0px !important;
	}

		.navbar-helpmenu i.fa,
		.navbar-helpmenu span.fa {
			font-size: 18px;
			line-height: 20px;
			padding-right: 5px;
		}

		.navbar-helpmenu .top-row-link {
			min-height: 55px;
			display: flex;
			align-items: center;
			width: 100%;
			padding: 0px 20px !important;
		}

	.user-link-wrapper,
	.helpmenu-link-wrapper {
		width: 100%;
	}

	.user-name-label {
		display: inline-block;
		margin-left: 5px;
	}
	.help-menu-label {
		display: inline-block;
		margin-left: 5px;
	}

	.navbar-helpmenu.open {
		border-top: 1px solid #150404 !important;
		border-bottom: 1px solid #150404;
	}

		.navbar-helpmenu.open:hover {
			background-color: white !important;
		}









	.navbar-basket {
		order: 6;
	}

	.search-link {
		display: none;
	}



	.navbar-search-input {
		display: block;
	}

	.navbar-row-2 {
		display: none;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		gap: 0px;
	}
		.navbar-row-2 .menu-wrapper {
			width: 100%;
		}
		.navbar-row-2.in {
			display: flex;
		}

	.navbar-ul.ul-menu {
		padding: 0px 0px;
	}

		.navbar-ul.ul-menu li {
			width: 100%;
			border-bottom: 1px solid #d9d9d9;
		}

			.navbar-ul.ul-menu li.dropdown.open {
				width: 100%;
				border-top: 1px solid #150404;
				border-bottom: 1px solid #150404;
			}

			.navbar-ul.ul-menu li:first-child {
				width: 100%;
				border-bottom: 1px solid #d9d9d9;
				border-top: 1px solid #d9d9d9;
			}

				.navbar-ul.ul-menu li:first-child:hover {
					width: 100%;
					border-bottom: 1px solid #d9d9d9;
					border-top: 1px solid #d9d9d9;
				}

			.navbar-ul.ul-menu li a {
				width: 100%;
				border-left: 5px solid transparent;
				border-bottom: none;
				padding: 0px 20px 0px 15px;
			}

				.navbar-ul.ul-menu li a.active {
					border-left: 5px solid #cc0000;
					border-bottom: none;
				}

			.navbar-ul.ul-menu li:hover {
				border-bottom: none;
			}

			.navbar-ul.ul-menu li a:hover {
				border-left: 5px solid #150404;
				border-bottom: 1px solid #d9d9d9;
				background-color: #e8e6e6;
			}

			.navbar-ul.ul-menu li a.active:hover {
				border-left: 5px solid #cc0000;
				cursor: default;
				border-bottom: 1px solid #d9d9d9;
			}

	.dropdown-menu {
		position: relative;
		border: none;
		background-color: white;
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	.datepicker.dropdown-menu {
		position: absolute;
		width: inherit;
		border: 1px solid rgba(0,0,0,0.15);
	}

	.basket-button-1 {
		display: inline-block;
	}

	.basket-button-2 {
		display: none;
	}

	.account-switch-wrapper,
	.currency-change-wrapper,
	.user-link-wrapper,
	.helpmenu-link-wrapper {
		font-weight: 600;
	}


	.expand-button {
		display: inline-block;
		background-color: white;
		width: 40px;
		height: 40px;
		position: relative;
		margin: 0px;
		padding: 0px;
		border: 1px solid transparent;
	}

		.expand-button .icon-bar {
			display: block;
			width: 22px;
			height: 2px;
			border-radius: 1px;
			background-color: #150404;
			position: absolute;
		}

			/* .expand-button .icon-bar + .icon-bar {
        margin-top: 4px;
    } */

			.expand-button .icon-bar:nth-child(2) {
				/* background-color: red; */
				top: 12px;
				left: 8px;
			}

			.expand-button .icon-bar:nth-child(3) {
				/* background-color: green; */
				top: 18px;
				left: 8px;
			}

			.expand-button .icon-bar:nth-child(4) {
				/* background-color: blue; */
				top: 24px;
				left: 8px;
			}

		.expand-button.in .icon-bar:nth-child(2) {
			top: 18px;
			left: 8x;
			transform: rotate(45deg);
		}

		.expand-button.in .icon-bar:nth-child(3) {
			display: none;
		}

		.expand-button.in .icon-bar:nth-child(4) {
			top: 18px;
			left: 8px;
			transform: rotate(-45deg);
			/* left: -3px; */
		}
}

/* #################################################################################################### */

@media only screen and (max-width: 767px) {
	.today-2024 {
		grid-template-columns: 1fr 1fr;
	}
	.page-title-section .row {
	flex-direction:column;
	}
	.page-title-div {
		text-align: left;
	}

	.page-search-div {
		text-align: left;
	}
}
/* #################################################################################################### */

@media only screen and (min-width: 1200px) {
	.today-2024 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.navbar-ul.ul-menu li a {
		padding: 0px 20px;
	}
}

/* #################################################################################################### */