body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #F7F8F9;
	overflow-x: hidden;
}
#logo1{
	height: 3rem;
}
.header-full{
	width: 100%;
	height: 16rem;
	background: white;
	position: relative;
}

.header-top{
	position: relative;
	width: 100%;
	height: 5rem;
	background: white;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header-top_left{
	display: flex;
	gap: 20px;
}

.header-top_left a{
	font-family: 'Inter', sans-serif;
	font-size: 13px;
}


.header-top_middle a{
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;

}

.header-top_right {
	gap: 10px;
	display: flex;
	align-items: center;
}

.header-top_right a{
	font-family: 'Inter', sans-serif;
	font-size: 13px;
}

.aEtiket {
	text-decoration: none;
	display: flex;
	align-items: center;
}

.icon-ayrac {
	font-family: arial;
	font-weight: 300;
	color: #e0e0e0;
	font-size: 1.5rem;
	margin: 0;
	display: flex;
	align-items: center;
}

.navIconImg {
	width: 40px;
	height: 40px;
	object-fit: contain;
	display: block;
}

.topTruckImg {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.icon {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.header-middle{
	width: 100%;
	height: 5rem;
	background: white;
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}


.header-middle_left{
	display: flex;
	align-items: center;
	gap: 10px;
}

.header-middle_middle{
	display: flex;
	align-items: center;
	gap: 10px;
}


.header-searchBar{
	width: 30rem;
	height: 2.5rem;
	background: rgb(0, 0, 0 / 0);
	display: flex;
	align-items: center;

	border: 1px solid #683182;
	border-radius: 10px;
	position: relative;
}

.header-middle_middle input{
	border: none;
	width: 80%;
	color: gray;
}

.header-middle_middle button{
	position: absolute;
	right: 5px;
	border: none;
	background: #683182;
	color: white;
	font-size: 15px;
	padding: 8px;
	border-radius: 5px;
	font-family: arial;
	font-weight: bold;
}

.header-middle_middle button:hover{
	cursor: pointer;
}


.header-middle_middle i{
	font-size: 1.5rem;
	margin-left: 10px;
	filter: contrast(0);
}


.header-iconList{
	display: flex;
	list-style: none;
	gap: 15px;
	font-size: 1.5rem;
	color: #683182;
	align-content: center;

}


#header-user{
	display: flex;
}
#user-downarrow{
	font-size: 15px;
	color: green;
}


#header-shoppingCart{
	position: relative;
}

#cartIconMobile{
	display: none;
}

#shoppingCart-notification{
	border-radius: 50%;
	background: green;
	width: 15px;
	height: 15px;
	position: absolute;
	top: -5px;
	right: -5px;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 13px;

}


#shoppingCart-notification p{
	font-size: 8px;
	font-family: inter;
	color: white;
	margin-left: 2px;
	position: absolute;
	top: -6px;
	left: 3px;
}


.header-bottom{
	justify-content: center;
	display: flex;
}

.header-navbarList{
	justify-content: space-between;
	display: flex;
	width: 70rem;
	list-style: none;
	align-items: center;

}

.ayrac{
	font-size: 25px;
	margin: 10px 0;
	
}


.header-navbarList div{
	gap: 10px;
	display:flex;
	align-items: center;

}

.header-navbarList div i{
	font-size: 25px;
}


.header-navbarList div p{
	font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0;

}

.colorLine{
	display: flex;
}


#colorLine1{

	height: 5px;
	width: 10%;
	background: green;
}
#colorLine2{

	height: 5px;
	width: 20%;
	background: orange;
}
#colorLine3{
	height: 5px;
	width: 25%;
	background: #683182;
}
#colorLine4{

	height: 5px;
	width: 25%;
	background: lightgreen;
}
#colorLine5{

	height: 5px;
	width: 15%;
	background: orange;
}
#colorLine6{

	height: 5px;
	width: 25%;
	background: #683182;
}



.headerBars{
	visibility: hidden;
	font-size: 0;
}


.barsOpen{
	position: fixed;
	top: 0;
	left: 0;
	width: 30rem;
	max-width: 85vw;
	height: 100vh;
	background: white;
	z-index: 9999;
	transform: translateX(0);
	transition: transform 0.3s ease;
}

.barsOpen.deactive{
	visibility: visible;
	transform: translateX(-100%);
}

.barsOpenMenu{
	background: #683182;
	display: flex;
	align-items: center;
	gap: 10px;
	color: white;
	justify-content: space-between;

}

.barsMenuLeftSide{
	display: flex;
	align-items: center;
	gap: 10px;
	padding-left: 20px;
}
.barsMenuRightSide{
	display: flex;
	align-items: center;
	gap: 10px;
	padding-right: 20px;
}
.barsMenuLeftSide{
	display: flex;
	align-items: center;
	gap: 10px;
}

.barsOpenMenu i{
	font-size: 1.2rem;
}

.barsList{
	list-style: none;
	margin: 0;
	padding: 0;
}

.barsList li{
	border-bottom: 1px solid #eee;
}

.barsList li div{

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 16px 20px;
	
}

.barsList li div p{
	flex: 1;
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	color: #683182;
}

.barsList li div i:first-child{
	font-size: 1.3rem;
	width: 24px;
	text-align: center;
}

.barsList li div i.fa-chevron-right{
	font-size: 0.9rem;
	color: #bbb;
}

.barsList li:has(hr){
	display: none;
}


.deactive{
	visibility: hidden;
}

.bold{
	font-weight: bold;
}

.purple{
	color: #683182;
}

.orange{
	color: darkorange;
}

a{
	text-decoration: none;
}

#blackScreen{
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.containerSS{
	width: min(90%, 800px);
	margin: 0 auto;
}


.containerS{
	width: min(90%, 1200px);
	margin: 0 auto;
}

.container{
	width: min(100%, 2000px);
	margin: 0 auto;
}




@media (max-width: 1450px){
	.header-full{
		height: 14.5rem;
	}
	.colorLine{
		margin: -1.5rem;
	}
}

@media (max-width: 1400px){
	.header-searchBar{
		width: 26rem;
	}
}

@media (max-width: 1300px){
	.header-searchBar{
		width: 22rem;
	}
}


@media (max-width: 1200px){
	.header-full {
		height: auto; 
	}
	
	.header-middle {
		flex-wrap: wrap;
		height: auto;
		padding-bottom: 20px;
	}
	

	.header-middle_left {
		order: 1;
	}
	
	.header-middle_right {
		order: 2;
	}
	

	.header-middle_middle {
		order: 3;
		width: 100%;
		margin-top: 20px; 
	}
	
	.header-searchBar {
		width: 100%; 
	}
	
	.headerBars {
		visibility: visible;
		font-size: 2rem;
		margin-right: 15px;
		cursor: pointer;
		color: #333;
	}
	
	.header-navbarList {
		flex-wrap: wrap;
		justify-content: center;
		height: auto;
		gap: 15px 30px; 
		padding: 10px 0 30px 0;
	}
	
	.colorLine {
		margin-top: 0; 
	}
}

@media (max-width: 1100px){
	.header-top, .header-bottom, #logo2, .ayrac, .icon-ayrac {
		display: none;
	}
	.header-full {
		height: auto;
	}
	.header-middle {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 4rem;
		padding: 0;
		position: relative;
	}
	.header-middle_left {
		width: 100%;
		justify-content: center;
		margin: 0;
	}
	.header-middle_left img {
		height: 2.2rem;
	}
	.headerBars {
		position: absolute;
		left: 15px;
		font-size: 1.5rem;
		visibility: visible;
	}
	.header-middle_middle {
		position: absolute;
		left: 50px;
		width: auto;
		margin: 0;
	}

	.header-searchBar {
		border: none;
		width: auto;
		background: transparent;
	}
	.header-searchBar input, .header-searchBar button {
		display: none;
	}
	.header-middle_middle i {
		font-size: 1.4rem;
		color: black;
		margin: 0;
		filter: none;
		cursor: pointer;
	}

	.header-searchBar.smallSeach-active {
		position: fixed;
		top: 4rem; 
		left: 0; 
		width: 100vw;
		height: 3.5rem;
		background: white;
		border-top: 1px solid #683182;
		border-bottom: 1px solid #683182;
		border-radius: 0;
		display: flex;
		align-items: center;
		z-index: 100;
	}
	.header-searchBar.smallSeach-active input {
		display: block;
		width: 100%;
		height: 100%;
		padding-left: 20px;
		color: gray;
	}
	.header-searchBar.smallSeach-active button {
		display: block;
		position: relative;
		right: 0;
		height: 100%;
		width: 6rem;
		border-radius: 0;
		background: #683182;
		color: white;
	}
	.header-searchBar.smallSeach-active i {
		position: fixed;
		top: 2rem;
		left: calc(5vw + 50px);
		transform: translateY(-50%);
		z-index: 101;
	}


	.header-middle_right {
		position: absolute;
		right: 15px;
	}
	.header-iconList {
		display: flex;
		align-items: center;

		gap: 15px;
		margin: 0;
		padding: 0;
	}
	#header-shoppingCart {
		position: relative;
		display: flex;
	}
	#header-user .purple {
		color: black;
	}
	#user-downarrow {
		display: none;
	}
	#shoppingCart-notification {
		background: black;
	}
	#cartIconDesktop {
		display: none;
	}
	#cartIconMobile {
		display: inline-block;
		color: black;
	}
}
