*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 62.5%;
}

body{
	width: 100%;
}

.header{
	background: whitesmoke;
	width: 100%;
	height: auto;
	padding: 1% 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 0.1rem solid #D8D8D8;
	flex-wrap: wrap;
	position: fixed;
	z-index: 20;
}

.header .logo, .menu{
	background: none;
	width: 50%;
	height: auto;
	/*margin: .5%;*/
	display: flex;
	align-items: center;
}

.header .logo{
	padding-left: 2rem;
}

.header .logo .logo-shape{
	width: 30%;
	
	/*width: 1.2rem;
	height: 1.2rem;
	border: .3rem solid white;
	box-shadow: .1rem -.02rem 0 .5rem black;
	transform: rotate(45deg);*/
}

.header .logo .business-name p{
	/*font-family: 'Poppins', sans-serif;*/
	font-weight: bold;
	margin-left: 2rem;
	color: #05B2E3;
}

.header .logo .business-name p a{
	font-size: 1.9rem;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin-left: 0.05rem;
	color: #05B2E3;
	text-decoration: none;
}

.header .logo .business-name .hot-no{
	font-size: 1.2rem;
	font-family: 'Poppins', sans-serif;
	color: #E41B5B;
}

.header .logo .business-name .daily-shop{
	font-size: 1.2rem;
	font-family: 'Poppins', sans-serif;
	color: #E41B5B;
}

.header .menu{
	/*background: red;*/
	/*display: flex;
	align-items: center;*/
	justify-content: right;
	flex-wrap: wrap;
	
}

.header .menu .menu-icon{
	list-style: none;
}

.header .menu .menu-icon li{
	background: transparent;
	width: 8rem;
	height: 5rem;
	
/*background: black;*/
	text-align: center;
	border-radius: 10%;
	border: 0.1rem solid #E1E1E0;
	box-shadow: 0.2rem 0.3rem 0.3rem rgba(0, 0, 0, 0.08);
	
}

.header .menu .menu-icon li a{
	text-decoration: none;
	display: block;
	line-height: 4rem;
	color: #EC8408;
	font-family: 'Montserrat', sans-serif;
	font-size: 3.8rem;
	font-weight: 400;
	transition-duration: 0.3s;

}

.header .menu .menu-icon li a:hover{
	color: #641E16;
	/*background: #F9E6C6;*/
	border-radius: 10%;
}

.header .menu .menu-icon li ul{
	margin-left: -25%;
	margin-top: 12%;
	width: 15rem;
	background: #0D8EA4;
	border-radius: 5%;
	display: none;
}

.header .menu .menu-icon li ul li{
	width: 15rem;
	list-style: none;
	text-align: left;
	padding-left: 15%;
	/*background: #B2F1FC;*/
	border: none;
	box-shadow: none;
	
}

.header .menu .menu-icon li ul li a{
	color: white;
	font-size: 1.5rem;
}

.header .menu .menu-icon li:hover ul{
	display: block;
}




/*----------------------------------*/




.inner{
	/*background: #C1FAE5;*/
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: space-between;
	position: absolute;
	margin-top: 9.15rem;
}



.inner .side-catagorey{
	width: 15%;
	height: auto;
	background: #D8D8D8;
	display: flex;
	align-items: center;
	flex-direction: column;
	box-shadow: 0 0.3rem 0.2rem 0 rgba(0, 0, 0, 0.5);
}

.inner .product-container{
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7)), url('product-image/bg2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
	
}

.inner .product-container h1{
	font-size: 5rem;
	color: #F2E53D;
	cursor: pointer;
	text-align: center;
}

.inner .product-container h4 marquee{
	font-size: 3rem;
	color: #0CF278;
	cursor: pointer;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

.inner .product-container p{
	font-size: 3rem;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	color: white;
}

.inner .product-container button{
	width: 14rem;
	height: 6rem;
	margin-top: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	border: none;
	border-radius: 5rem;
	transition: 0.5s;
	
}

.inner .product-container button a{
	font-size: 1.8rem;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	color: green;
	line-height: 6rem;
	display: block;	
	transition: 0.3s;
}

.inner .product-container button:hover{
	background: #C3C2C1;
	transform: translatey(0.3rem);
}

.inner .product-container button a:hover{
	color: #1487C1;
}


.inner .side-catagorey #label{
	font-size: 2.2rem;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	list-style: none;
	/*background: red;*/
	width: 100%;
	height: 3.8rem;
	line-height: 3.8rem;
	text-align: center;
	color: #E6200B;
	cursor: pointer;
	border-bottom: 0.5rem solid white;
}

.inner .side-catagorey .list{
	width: 100%;
	height: auto;
	/*background: red;*/
}

.inner .side-catagorey .list ul{
	list-style: none;
}

.inner .side-catagorey .list ul li{
	
	width: 100%;
	height: 3.7rem;
	padding-left: 2rem;
	margin-top: 2rem;
	border: 0.1rem solid white;
	line-height:3.7rem;
	/*display: flex;
	align-items: center;*/
	transition-duration: 0.7s;
}

.inner .side-catagorey .list ul li a{
	text-decoration: none;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 1.8rem;
	color: #2E4053;
	transition-duration: 0.7s;
}

.inner .side-catagorey .list ul li a:hover{
	color: white;
}

.inner .side-catagorey .list ul li:hover{
	background: black;
}



/*-------------------------------------*/

