*{
	box-sizing: border-box;
}

body{
	margin: 0px;
	font-family: arial;
	background-color: #FFF;
}

ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header{
	height: 240px;
	width: 100%;
	background-color: green;
}

#top{
	height: 48px;
	width: 100%;
	background-color: green;
}

#top-content { 
	width: 80%; 
	height: 100%; 
	margin: 0px auto; 
}

#top-content-left { 
	width: 50%; 
	height: 100%; 
	float: left; 
	line-height: 48px; 
	color: #ffffff; 
}

#top-content-left span { 
	margin-right: 15px; 
}

#top-content-right { 
	width: 50%; 
	height: 100%; 
	float: right; 
	line-height: 48px; 
	color: #ffffff; 
	text-align: right; 
}

#top-content-right a { 
	color: #FFF; 
	text-decoration: none; 
}

#banner{
	height: 144px;
	width: 100%;
	background-color: #FFF;
}

#banner-content { 
	width: 80%; 
	height: 100%; 
	margin: 0px auto; 
}

#banner-content-logo, 
#banner-content-deliver, 
#banner-content-support, 
#banner-content-time, 
#banner-content-cart { 
	width: 20%; 
	height: 100%; 
	float: left; 
}

#banner-content-logo img { 
	margin-top: 43px; 
}

.banner-box { 
	width: 100%; 
	height: 58px; 
	margin-top: 43px; 
}

.banner-box img { 
	margin-top: 14px; 
	float: left; 
}

.banner-text { 
	float: left; 
	width: 75%; 
	height: 100%; 
	line-height: 29px; 
	margin-left: 10px; 
	font-size: 14px;
}

#banner-content-support .banner-text, 
#banner-content-time .banner-text { 
	margin-left: 20px; 
}

.cart-btn { 
	width: 180px; 
	height: 40px; 
	margin-top: 9px; 
	float: right; 
	text-align: center; 
	background-color: orange; 
	color: #FFF; 
	line-height: 40px; 
	border-radius: 20px; 
}

#menu{
	height: 48px;
	width: 100%;
	background-color: green;
}

.menu-content { 
	width: 80%; 
	height: 100%; 
	color: #ffffff; 
	margin: 0px auto; 
}

.menu-content ul { 
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
}

.menu-content li { 
	float: left; 
	padding: 0px 20px; 
	line-height: 48px; 
}

.menu-content li a { 
	color: #FFF; 
	text-decoration: none; 
	display: block; 
}

.menu-content li a:hover { 
	color: orange; 
}

#wrapper{
	height: auto;
	min-height: 600px;
	width: 100%;
	background-color: white;
}

#container{
	width: 80%;	
	margin: 30px auto;
}

#list-cate{
	height: 430px;
	width: 22%;
	background-color: #FFF;
	float: left;
	border: 1px solid #CCC;
	border-radius: 20px;
}

#list-cate h1{
	background-color: green;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	border-radius: 20px;
	line-height: 48px;
	margin: 0px;
	padding: 0px;
}

#list-cate ul li {
	line-height: 36px;
	width: 100%;
	border-bottom: 1px solid #CCC;
}

#list-cate ul li:nth-child(10){
	border: 0px;
}

#list-cate a{
	display: block;
	width: 100%;
	line-height: 36px;
	padding-left: 15px;
	text-decoration: none;
	color: #333;
}

#list-cate a:hover{
	background-color: orange;
	color: #FFF;
}

#slideshow{
	height: 430px;
	width: 78%;	
	float: right;
	padding-left: 30px;
}

#slideshow img{
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.promo-box{
	height: 220px;
	width: 100%;
	display: flex;
	gap: 30px;
	padding: 30px 0px;
	clear: both;
}

.promo-box img{
	flex: 1;
	height: 160px;
	border-radius: 20px;
	object-fit: cover;
}

.cate{
    clear: both;
	height: 640px;
	width: 100%;
	margin: 20px 0px;
}

.cate-title{
	width: 300px;
	background-color: green;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	border-radius: 20px;
	line-height: 48px;
	margin: 0px;
	padding: 0px;
}

.list-product{
	display: flex;	
	flex-wrap: wrap;	
	height: 320px;
	gap: 30px;
	margin-top: 30px;
}

.product{
	width: calc((100% - 90px)/4);
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 20px;
}

.photo{
	width: 200px;
}

.name{
	color: green;
	font-size: 16px;
	font-weight: bold;
}

.price {
	color: orange;
	font-size: 14px;
	font-weight: bold;
}

#main {
	width: 100%; 
	height: auto; 
	background-color: white; 
	padding-bottom: 50px;
}

#main-content {
	width: 80%; 
	height: 100%; 
	margin: 40px auto; 
	min-height: 300px;
}

#main-content h1 {
	font-size: 24px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.form-row {
	width: 100%; 
	min-height: 40px; 
	margin-bottom: 15px;
}

.form-label {
	width: 48%; 
	height: 100%; 
	float: left; 
	text-align: right; 
	line-height: 40px;
}

.form-input {
	width: 50%; 
	height: 100%; 
	float: right; 
	padding-left: 15px;
	line-height: 40px;
}

.form-input input[type="text"],
.form-input input[type="password"],
.form-input input[type="email"],
.form-input input[type="tel"],
.form-input input[type="date"] {
	height: 40px; 
	width: 300px;
	border: 1px solid #ccc;
	padding: 0 10px;
}

.form-input select {
	width: 148px; 
	height: 40px;
	border: 1px solid #ccc;
	padding: 0 5px;
}

.required {
	color: red;
}

.submit-btn {
	height: 35px; 
	padding: 0 20px; 
	cursor: pointer; 
	background-color: green;
	color: white; 
	border: 1px solid #ccc;
	font-weight: bold;
}

.clear {
	clear: both;
}

#footer{
	height: auto;
	min-height: 300px;
	width: 100%;
	background-color: #80BB35;
	clear: both;
	padding: 30px 0;
}

#footer-content { 
	width: 80%; 
	height: 100%; 
	margin: 0px auto; 
	color: #FFF; 
	display: flex; 
	flex-direction: row; 
}

#footer-content-1 { 
	flex: 1.2; 
	padding-right: 20px; 
}

#footer-content-2, 
#footer-content-3, 
#footer-content-4 { 
	flex: 1; 
	padding: 0 10px; 
}

#footer h2, 
#footer h3 { 
	font-size: 18px; 
	text-transform: uppercase; 
	margin-top: 0; 
	margin-bottom: 15px; 
}

#footer p { 
	font-size: 14px; 
	line-height: 1.5; 
	margin-bottom: 20px; 
}

.contact-list li { 
	display: flex; 
	align-items: flex-start; 
	margin-bottom: 15px; 
	font-size: 14px; 
	border-bottom: none !important; 
}

.contact-list i { 
	color: orange; 
	width: 25px; 
	font-size: 18px; 
	margin-top: 3px; 
}

#footer-content-2 ul, 
#footer-content-3 ul { 
	list-style: disc inside; 
}

#footer ul li { 
	margin-top: 10px; 
	border-bottom: none !important; 
}

#footer a { 
	text-decoration: none; 
	color: #FFF; 
}

#footer a:hover { 
	color: orange;
	background: none; 
}