#page-container {
	margin-bottom: 0px;
	max-width: 1700px;
	min-width: 1125px;
}

#main-banner {
	position:relative;
	width: 100%;
	height: auto;
	aspect-ratio: 4/1;
	max-width: 1615px;
}

/*#region Content Menu Bar */
/*Stands for Categories tree, Filters menu and Location Menu */
#content-menu-bar {
	display: flex;
	justify-content: normal;
	align-items: center;
	width: 100%;
	max-width: 1615px;
	min-height: 60px;
	margin-left: 6px;
}
#content-menu-categories {
	width: 70%;
	height: 100%;
	display: flex;
	justify-content: normal;
	align-items: center;
	padding: 8px 5px 0px 0px;
	font-family: Arial;
	font-size: 16px;
	color: rgba(0, 150, 255, 1);
	cursor: pointer;
}
#content-menu-filters {
	width: 30%;
	min-width: 480px;
	height: 100%;
	display: none;
	justify-content: right;
	align-items: center;
	padding: 8px 8px 0px 0px;
}
/*#endregion----------------------------------------*/

/*#region Filters Menu button - inside Content Menu */
#filters-button {
	display: flex;
	justify-content: right;
	font-family: Arial;
	font-size: 18px;
	width: 86px;
	margin: 0px 25px;
	cursor: pointer;
	text-decoration: none;
	color: rgba(0, 150, 255, 1);
	background-color: transparent;
	border: none;
}
/*#endregion----------------------------------------*/

#containers-section {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*#region Location Menu button - inside Content Menu */
#loc-button {
	display: none;
	/*display: flex;*/
	flex-direction: row;
	justify-content: right;
	font-family: Arial;
	font-size: 18px;
	width: auto;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
	background-color: transparent;
	border: none;
}
#loc-button span {
	text-decoration: none;
	color: red;
}
/*#endregion----------------------------------------*/

.menu-input-check {
	width : 15px;
}

.banner-ad-products {
	margin: 10px 0px 10px 0px;
	width: 1600px;
	object-fit: fill;
	aspect-ratio: 20/1;
}

#select-page {
	margin: 20px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 21px;
	text-align: center;
	justify-content: center;
	line-height: 2.25cap;
}

#select-page a { 
	text-decoration: none;
	color: rgba(0, 150, 255, 1);
	margin: 0px 10px 0px 10px;
}

#select-page a.active { 
	color: rgb(0, 49, 121);
}

/*Resize functions*/
@media screen and (max-width: 2000px) {
	
}
@media screen and (max-width: 1800px) {
	#filters-menu-table td {
		font-size: 14px;
	}
}
@media screen and (max-width: 1700px) {
	#filters-menu-table td {
		font-size: 11px;
	}
	#filters-menu-table select {
		font-size: 11px;
	}
	#filters-menu-table input {
		font-size: 11px;
	}
	.banner-ad-products {
		width: 1060px;
	}
}
@media screen and (max-width: 1360px) {
	#location-menu {
		margin: 60px 0px 0px 600px;
	}
}
@media screen and (max-width: 1100px) {
	.banner-ad-products {
		width: 716px;
	}
}

/*Phone Mode*/
@media screen and (max-width: 1000px) {  
    .banner img {
        width: 100%;
        height: auto;
    }
    .banner {
        width: 100% !important;
        height: auto;
    }
	#content-menu-bar {
		min-height: 40px;
		width: 100%;
		background-color: rgba(0, 113, 197, 0.1);
		padding-left: 10px;
	}
	#content-menu-bar span{
		padding: 0px;
		font-size: 12px;
	}
	.banner-ad-products {
		display: none;
	}
}