body {
	background-color: #ede8d0;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: "consolas", sans-serif;
	transition: 0.5s;
}
.box {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 10px;
	background-color: #ede8d0;
	margin-bottom: 10px;
}
.navbar {
	position: fixed;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	z-index: 998;
	
}
nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 30px;
	color: black;
	height: 8vh;
}
nav .links {
	display: flex;
}
.links p {
	padding: 30px;
}
#mobile-menu-btn {
	display: none;
}

.mobile-menu{
	color: black;
	display: none;
	position: fixed;
	z-index: 999;
	right: 0;
	height: 45vh;
	width: 70vw;
	margin-top: 10vh;
	border-radius: 20px;
}
.sub-accessories{
	text-align: center;
	display: none; 
    overflow: hidden; 
    margin-top: 10px; 
    padding: 10px;

    background-color: #ede8d089;
    border-radius: 10px

}
.sub-accessories p{
	padding: 10px;
}
@media (max-width: 600px) {
	#mobile-menu-btn {
		display: block;
		padding-right: 20px;
	}
	nav p {
		display: none;
		padding: 10px;
	}
	.mobile-menu {
		display: none;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		background-color: #b1933a;
		padding: 0px;
	}
}
.logo {
	width: 120px;
	height: 120px;
	cursor: pointer;
	border-radius: 80px;
}
.product {
	margin-top: 40px;
	height: 300px;
	width: 300px;
	border-radius: 20px;
	object-fit: cover;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.product_accessories {
	margin-top: 40px;
	height: 500px;
	width: 320px;
	border-radius: 20px;
	object-fit: cover;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.product_18inch {
	height: 420px;
	width: 350px;
	border-radius: 20px;
	object-fit: cover;
}
.zoom:hover {
	scale: 110%;
	transition: 0.35s;
}
.main_link {
	display: flex;
	background-color: #ede8d0;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 50px;
}
.flex_item {
	align-items: center;
}

.hamsa_hand_text {
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 90px;
}
.socials {
	bottom: 0;
	position: fixed;
	width: 100%;
	display: flex;
	background-color: #5d737e;
	align-items: baseline;
}
.social_images {
	padding-left: 30px;
	width: 30px;
	height: 30px;
	padding-top: 13px;
}
.facebook {
	padding-right: 10px;
}
.instagram {
	margin-left: auto;
}
.headings{
	font-family: 'Rajdhani';
	font-weight: 600;
}
.emptydiv{
	padding: 2vh;
	
}
