* {
	box-sizing: border-box;
}

body {
	background-color: #FFF;
	margin: 0px;
	font-family: arial;
}		

#header {
	background-color: #FFF;
	width: 100%;
	height: 300px;
	position: relative;
}

#wrapper {
	background-color: #FFF;
	width: 100%;
}

#footer {
	background-color: #007bff;
		
	clear: both;
	
	
}

#container {
	width: 80%;
	min-height: 50px;
	margin: 40px auto;
}
.header-main{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px 50px 10px 50px;
}

.logo img{
    width:180px;
}

.service-box{
    display:flex;
    gap:20px;
    background:#fff;
    padding:5px 10px;
    border-radius:10px;
	max-width: 500px;
	margin: 5px auto;
    
}

.service-item{
    display:flex;
    align-items:center;
    gap:5px;
}

.service-item i{
    font-size:20px;
    color:#0d6efd;
}

.cart button{
    background:#0d6efd;
    color:white;
    border:none;
    padding:15px 25px;
    border-radius:15px;
    font-size:18px;
}
.cate {
	width: 100%;
	margin-bottom: 40px;
	clear: both;
}

.cate-title {
	width: 300px;
	line-height: 40px;
	height: 40px;
	background-color: #3b050b;
	color: #FFF;
	border-radius: 15px;
	font-size: 18px;
	margin: 20px 0px;
	padding-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-call {
    position: fixed;
    bottom: 30px;   
    right: 30px;     
    width: 60px;     
    height: 60px;    
    background-color: #ffc107; 
    color: white;    
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3); 
    z-index: 99999; 
    text-decoration: none;
    transition: 0.3s;
}

.btn-call {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(255, 193, 7, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0); }
}
.btn-call:hover {
    transform: scale(1.1); 
    background-color: #ffca2c;
}
.list-product {
	height: 368px;
	width: 100%;
}

.product {
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 15px;
	padding: 20px;
	transition: all 0.3s ease;
}
.product:hover{
	transform: translateY(-10px);
	box-shadow: 0 0 20px rgba(0,0,255,0.5);
	cursor: pointer;
}

.photo {}

.name {
	color: #3b050b;
}

.price {
	color: Orange;
}


#menu {
	background-color: #3b050b;
	height: 48px;
	width: 100%;
	line-height: 48px;
	position: absolute;
	bottom: 0px;
}

#menu ul {
	margin: 0px auto;
	padding: 0px;
	width: 80%;
	height: 100%;
	list-style: none;
}

#menu ul li {
	float: left;
	line-height: 48px;
	position: relative;
}

#menu ul li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 0px 15px;
}
#menu .active a {
    background-color: orange;
}

#menu a:hover {
	background-color: Orange;
}

#menu ul ul {
	display: none;
}

#menu li li {
	float: none;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #DDD;
	color: #000;
	width: 200px;
}

#menu li:hover ul {
	display: block;
	position: absolute;
	top: 48px;
	left: 0px;
}

#menu li li a {
	color: #000;
}

#quick-contact {
	background-color: orange;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#products {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	padding: 20px;
}

.product-item {
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 8px;
}

.product-name {
	font-weight: bold;
	margin-top: 10px;
}

.product-price {
	color: red;
	margin: 10px 0;
}



[class*="col-"] {
	float: left;
	padding: 15px;
}

/* Mobile */
@media only screen and (max-width: 768px) {
	@media screen and (max-width: 768px) {
	#header {
				height: auto !important; 
				padding: 10px !important;
			}
			#banner {
				display: flex !important;
				flex-direction: column !important; 
				align-items: center !important;
				width: 100% !important;
				height: auto !important;
			}

			
			#logo, #deliver, #support, #time, #cart {
				width: 100% !important;
				display: flex !important;
				justify-content: center !important;
				margin: 5px 0 !important;
				height: auto !important;
			}

			
			#logo img {
				width: 120px !important; 
				height: auto !important;
			}
			
			#top-content {
				display: flex !important;
				flex-direction: column !important; 
				align-items: center !important;
				width: 100% !important;
				height: auto !important;
			}
			#top-left, #top-right {
				width: 100% !important;
				float: none !important;
				text-align: center !important;
				line-height: 24px !important; 
				padding: 5px 0 !important;
			}

			
			
			#top {
				height: auto !important; 
		padding: 10px 0 !important;
	}
			
	#top-content {
		width: 95% !important;
		display: flex !important;
		flex-direction: column !important; 
		align-items: center !important;
	}			
	#top-left, #top-right {
		width: 100% !important;
		float: none !important;
		text-align: center !important;
		height: auto !important;
		font-size: 14px !important; 
		margin-bottom: 5px !important;
	}			
	#top-right a {
		display: inline-block !important;
		padding: 5px !important;
		white-space: normal !important; 
	}			
	#menu, #list-cate, #slideshow, #container {
		position: relative !important; 
		top: auto !important;
		left: auto !important;
		width: 100% !important;
		display: block !important;
		margin: 0 !important;
		padding: 5px !important;
	}			
	#list-cate {
		float: none !important;
		margin-bottom: 20px !important;
		order: 1;
	}			
	#slideshow {
		order: 2; 
		margin-top: 10px !important;
	}			
	.cate-item {
		display: block !important;
		padding: 10px !important;
		border-bottom: 1px solid #eee;
	}			
	body, #wrapper, #container, #header,# #list-cate, #slideshow, #content, #footer {
		width: 100% !important;
		display: block !important;
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
		position: relative !important;
	}		
	#menu {
		width: 100% !important;
		height: 200px;
		min-height: 50px;
		overflow-x: auto !important;
		white-space: nowrap !important;
		background-color: blue !important;
	}
	#menu li {
		display: inline-block !important;
		position: relative;
	}			
	#menu li ul {
		display: none !important; 
		position: absolute;
		top: 100%;
		left: 0;
		background-color: white !important;
		min-width: 200px;
		white-space: normal; 
	}
	#menu li ul li {
		display: block !important; 
	}
	#menu li ul li a {
		color: black !important; 
		border-bottom: 1px solid #ccc;
	}			
	#menu li:hover ul {
		display: block !important;
	}			
	div, ul, li, section {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}			
	.header-main {
		flex-direction: column; 
		text-align: center;      
	}			
	.logo {
		margin-bottom: 20px;     
	}			
	.logo img {
		display: block;
		margin: 0 auto;         
	}
	.service-box {
		flex-direction: column; 
		align-items: center;    
		text-align: center;    
		gap: 10px;             
		padding: 10px;
	}
	.service-item {
		justify-content: center; 
	}
			
}		
	.col-s-1 {
		width: 8.33%
	}

	.col-s-2 {
		width: 16.66%
	}

	.col-s-3 {
		width: 25%
	}

	.col-s-4 {
		width: 33.33%
	}

	.col-s-5 {
		width: 41.66%
	}

	.col-s-6 {
		width: 50%
	}

	.col-s-7 {
		width: 58.33%
	}

	.col-s-8 {
		width: 66.66%
	}

	.col-s-9 {
		width: 75%
	}

	.col-s-10 {
		width: 83.33%
	}

	.col-s-11 {
		width: 91.66%
	}

	.col-s-12 {
		width: 100%
	}
}

/*Tablet */
@media only screen and (min-width: 768px) {
	#header {
		display: block;
	}

	#quick-contact {
		display: none;
	}

	.col-m-1 {
		width: 8.33%
	}

	.col-m-2 {
		width: 16.66%
	}

	.col-m-3 {
		width: 25%
	}

	.col-m-4 {
		width: 33.33%
	}

	.col-m-5 {
		width: 41.66%
	}

	.col-m-6 {
		width: 50%
	}

	.col-m-7 {
		width: 58.33%
	}

	.col-m-8 {
		width: 66.66%
	}

	.col-m-9 {
		width: 75%
	}

	.col-m-10 {
		width: 83.33%
	}

	.col-m-11 {
		width: 91.66%
	}

	.col-m-12 {
		width: 100%
	}
}

/ Laptop/PC */
@media only screen and (min-width: 1200px) {
	#quick-contact {
		display: block;
	}

	.col-x-1 {
		width: 8.33%
	}

	.col-x-2 {
		width: 16.66%
	}

	.col-x-3 {
		width: 25%
	}

	.col-x-4 {
		width: 33.33%
	}

	.col-x-5 {
		width: 41.66%
	}

	.col-x-6 {
		width: 50%
	}

	.col-x-7 {
		width: 58.33%
	}

	.col-x-8 {
		width: 66.66%
	}

	.col-x-9 {
		width: 75%
	}

	.col-x-10 {
		width: 83.33%
	}

	.col-x-11 {
		width: 91.66%
	}

	.col-x-12 {
		width: 100%
	}
}


.cart-title-text {
    color: blue;
    text-transform: uppercase;
    margin: 0px 0; 
    font-size: 24px;
    border-bottom: 2px solid #3b050b;
    padding-bottom: 5px;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 5px; 
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.cart-table th {
    background-color: blue;
    color: white;
    padding: 10px; 
    font-weight: bold;
}

.cart-table td {
    padding: 10px; 
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}


.quantity-input {
    width: 50px;
    text-align: center;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn-delete {
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.cart-summary {
    margin-top: 10px; 
    text-align: right;
    padding: 15px;
    border: 1px solid #f1e5e6;
    border-radius: 5px;
}

.cart-summary p {
    font-size: 16px; 
    margin: 5px 0;
}

#cart-total-price {
    color: red;
    font-size: 22px;
    font-weight: bold;
}

.cart-buttons {
    margin-top: 10px;
}

.btn-continue, .btn-checkout {
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
}