@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Spartan', sans-serif;
	cursor: pointer;
	outline: none;
	border: none;
	font-size: 11px;
}
h1{
	font-size: 40px;
	line-height: 64px;
	color: #222;
}
h2{
	font-size: 36px;
	line-height: 64px;
	color: #222;
}
h3{
	font-size: 22px;
}
h4{
	font-size: 18px;
	color: #222;
}
h6{
	font-size: 12px;
	font-weight: 700;
}
p{
	color: #465b52;
	margin: 10px 0;
}
.section-p1{
	padding: 40px 80px;
}
.section-m1{
	margin: 40px 0;
}
.btn{
	font-weight: 600;
	padding: 11px 18px;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	transition: 0.2s;
}
.btn:hover{
	background-color: green;
}
.btn-info{
	font-weight: 600;
	padding: 8px 30px;
	color: #fff;
	background-color: #088178;
	text-decoration: none;
	transition: 0.3s ease;
}
.btn-info:hover{
	background-color: green;
}
.btn-success{
	font-weight: 600;
	padding: 8px;
	color: #fff;
	background-color: #067c04;
	border-radius: 4px;
	text-decoration: none;
	text-transform: capitalize;
	transition: 0.3s ease;
}
.btn-success:hover{
	background-color: #04ca10;
}
.btn-danger{
	font-weight: 600;
	padding: 7px;
	color: #fff;
	background-color: #B71C1C;
	text-decoration: none;
	border-radius: 4px;
	transition: 0.3s ease;
}
.btn-danger:hover{
	background-color: tomato;
}
.green{
	background-color: green;
}
.blue{
	background-color: #21618C;
}
.cyan{
	background-color: #008B8B;
}
.disabled{
	pointer-events: none;
	background-color: #e74c3c;
	opacity: .5;
	user-select: none;
}
body{
	width: 100%;
}
/* Navbar*/
#header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 20px;
	background: #2874A6;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
	z-index: 999;
	position: sticky;
	top: 0;
	left: 0;
}
/* #header img tag nije add korechi*/
#header img{
	height: 40px;
	width: 100px;
	margin: -8px;
	padding: -10px;
}
#navbar{
	display: flex;
	align-items: center;
	justify-content: center;
}
#navbar input,
#mobile input{
    padding: 5px;
    border-radius: 5px;
}
#navbar li{
	list-style: none;
	padding: 0 10px;
	position: relative;
}
#navbar li a{
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	transition: 0.3s ease;
}
#navbar li a:hover,
#navbar li a.active{
	color: tomato;
}
#navbar li a.active::after,
#navbar li a:hover::after{
	content: "";
	width: 30%;
	height: 2px;
	background: #088178;
	position: absolute;
	bottom: -4px;
	left: 20px;
}

#navbar li ul{
	display: none;
	position: absolute;
	top: 100%;
	width: 120px;
	background: #2874A6;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	box-shadow: -3px -3px 7px #ffffff73,
				2px 2px 5px rgba(94, 104, 121, 0.288);
}
#navbar li:hover ul{
	display: block;
}
#navbar li ul li{
	padding: 3px;
	border-top: 1px solid #ccc;
}
#navbar li ul li a{
	font-size: 11px;
	text-transform: capitalize;
}

#mobile{
	display: none;
	align-items: center;
}
#mobile button{
    background: none;
}
#close{
	display: none;
}

/*Modal Soro*/
.modal-wrapper{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	overflow: scroll;
}
.modal-content{
	width: 70%;
	background-color: #fff;
	text-align: center;
	padding: 15px;
	margin: auto;
	margin-top: 200px;
	border-radius: 9px;
}
.modal-close{
	float: right;
	font-size: 30px;
	cursor: pointer;
	color: #f44336;
	padding: -5px 0px;
	transition: .5s;
}
.modal-close:hover{
	transform: scale(1.1);
}
.modal-content p{
	text-align: center;
	margin: 10px 10%;
}

/*@media query*/

@media (max-width: 768px){
.modal-content p{
	margin: 0px 3%;
}
}
@media (max-width: 500px){
.modal-content{
	width: 90%;
}
.modal-content p{
	margin: 0px;
}
}
/*---Modal End---*/

.row-search{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
	background-color: #2E86C1;
}
.row-search input{
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 7px;
	font-size: 12px;
	transition: .3s ease;
}
.row-search input:hover{
	border: 1px solid #000;
}
.row-search p{
	color: #fff;
	width: 270px;
	margin: 0px;
}
.row-search marquee{
	color: #fff;
}
@media(max-width: 477px){
.row-search p,
.row-search .marq{
	display: none;
}
}

/* WhatsApp */
.whatsapp{
	position: fixed;
	bottom: 60px;
	right: 20px;
}
.whatsapp img{
	width: 45px;
	height: 45px;
}

.home-container{
	width: 100%;
}
.home-container .row{
	width: 100%;
}
.slider-img{
    overflow: hidden;
	width: 100%;
	margin: 0px auto;
	border: 5px solid #eee;
}
.slider-img .bg-slider{
    position: relative;
	width: 500%;
	margin: 0px auto;
	left: 0;
	animation: home-slider 8s infinite;
}
.slider-img .bg-slider img{
    width: 20%;
	float: left;
}
@keyframes home-slider{
	0%{
		left: 0%;
	}
	15%{
		left: 0%;
	}
	30%{
		left: -100%;
	}
	45%{
		left: -100%;
	}
	60%{
		left: -200%;
	}
	75%{
		left: -200%;
	}
	90%{
		left: -300%;
	}
	100%{
		left: -300%;
	}
}

.row-crazy{
	width: 100%;
	padding: 20px 120px;
	text-align: center;
}
.row-crazy h3{
	color: #333;
	font-size: 30px;
	text-transform: uppercase;
	padding: 30px 0;
}
.row-crazy a{
	background: #e91e63;
	padding: 9px;
	font-size: 23px;
	color: #fff;
	border-radius: 7px;
	text-transform: capitalize;
	text-decoration: none;
}

.row-item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.row-item .card{
	width: 18%;
	min-width: 200px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.row-item .card .img{
	width: 100%
}
.row-item .card .img img{
	width: 100%;
	height: 250px;
}
.row-item .card .details{
	text-align: left;
}
.row-item .card .details p{
	padding-left: 5px;
	font-size: 12px;
}
.row-item .card .indent{
	text-indent: 35px;
}
.row-item .card s{
    color: #ccc;
}
.row-item .card .order a{
    font-size: 12px;
	width: 100%;
	background: #333;
	color: #fff;
	padding: 10px;
	display: block;
	transition: .3s ease;
	text-decoration: none;
}
.row-item .card .order a:hover{
	font-size: 12.5px;
}
@media(max-width: 470px){
.row-crazy{
	padding: 30px 10px;
}
.row-crazy h3{
	font-size: 20px;
}
.row-crazy a{
	font-size: 15px;
}

.row-item .card{
	width: 42%;
	min-width: 130px;
}

.row-item .card .img img{
	width: 100%;
	height: 150px;
}
.row-item .card .details{
	padding: 10px;
}
.row-item .card .details p{
	padding: 7px;
}
.row-item .card .indent{
	text-indent: 10px;
}
}

/* Feature section */
#feature{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#feature .fe-box{
	width: 180px;
	text-align: center;
	padding: 25px 15px;
	box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
	border: 1px solid #cce7d0;
	border-radius: 4px;
	margin: 15px 0;
}
#feature .fe-box:hover{
	box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1);
}
#feature .fe-box img{
	width: 100%;
	margin-bottom: 10px;
}
#feature .fe-box h6{
	display: inline-block;
	padding: 9px 8px 6px 8px;
	line-height: 1;
	border-radius: 4px;
	color: #088178;
	background-color: #fddde4;
}
#feature .fe-box:nth-child(2) h6{
	background-color: #cdebbc;
}
#feature .fe-box:nth-child(3) h6{
	background-color: #d1e8f2;
}
#feature .fe-box:nth-child(4) h6{
	background-color: #cdd4f8;
}
#feature .fe-box:nth-child(5) h6{
	background-color: #f6dbf6;
}
#feature .fe-box:nth-child(6) h6{
	background-color: #fff2e5;
}

/* Feature Product */
#product1{
	text-align: center;
}
#product1 .pro-container{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	flex-wrap: wrap;
}
#product1 .pro{
	width: 23%;
	min-width: 250px;
	padding: 5px 6px;
	border: 1px solid #cce7d0;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
	margin: 15px 0;
	transition: 0.2s ease;
	position: relative;
}
#product1 .pro:hover{
	box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}
#product1 .pro img{
	width: 100%;
	border-radius: 20px;
}
#product1 .pro .des{
	text-align: start;
	padding: 10px 0;
}
#product1 .pro .des span{
	color: #606063;
	font-size: 12px;
}
#product1 .pro .des h5{
	padding-top: 7px;
	color: #1a1a1a;
	font-size: 14px;
}
#product1 .pro .des i{
	font-size: 12px;
	color: rgba(243, 181, 25);
}
#product1 .pro .des h4{
	padding-top: 7px;
	font-size: 15px;
	font-weight: 700;
	color: #088178;
}
#product1 .pro .cart{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #e8f6ea;
	font-weight: bolder;
	color: #088178;
	border: 1px solid #cce7d0;
	position: absolute;
	bottom: 20px;
	right: 10px;
}

/* Banner */
#banner{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-image: url(../images/money.jpeg);
	width: 100%;
	height: 40vh;
	background-size: cover;
	background-position: center;
}
#banner h4{
	color: #fff;
	font-size: 16px;
}
#banner h2{
	color: #fff;
	font-size: 30px;
	padding: 10px 0;
}
#banner h2 span{
	color: #ef3636;
}
#banner button:hover{
	background: #088178;
	color: #fff;
}

/* New Arraivals is same Feature Product design */

/* Sm Banner Section */
#sm-banner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sm-banner .banner-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-image: url(../images/money.jpeg);
	min-width: 540px;
	height: 50vh;
	background-size: cover;
	background-position: center;
	padding: 30px;
}
#sm-banner .banner-box2{
	background-image: url(../images/money.jpeg);
}
#sm-banner h4{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}
#sm-banner h2{
	color: #fff;
	font-size: 28px;
	font-weight: 800;
}
#sm-banner span{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 15px;
}
#sm-banner .banner-box:bover button{
	background: #088178;
	border: 1px solid #088178;
}

/* Banner3 Section */
#banner3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 80px;
}
#banner3 .banner-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-image: url(../images/money.jpeg);
	min-width: 30%;
	height: 30vh;
	background-size: cover;
	background-position: center;
	padding: 20px;
	margin-bottom: 20px;
}
#banner3 .banner-box2{
	background-image: url(../images/money.jpeg);
}
#banner3 .banner-box3{
	background-image: url(../images/money.jpeg);
}
#banner3 h2{
	color: #fff;
	font-weight: 900;
	font-size: 22px;
}
#banner3 h3{
	color: #ec544e;
	font-weight: 800;
	font-size: 15px;
}

/* Ness letter Section */
#newsletter{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-image: url("../images/money.jpeg");
	background-repeat: no-repeat;
	background-position: 20% 30%;
	background-color: #041e42;
}
#newsletter h4{
	font-size: 22px;
	font-weight: 700;
	color: gold;
}
#newsletter p{
	font-size: 14px;
	font-weight: 600;
	color: #818ea0;
}
#newsletter p span{
	color: #ffbd27;
}
#newsletter .form{
	display: flex;
	width: 40%;
}
#newsletter input{
	height: 3.125rem;
	padding: 10px;
	font-size: 14px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#newsletter button{
	background-color: #088178;
	color: #fff;
	white-space: nowrap;
	border-left-right-radius: 0;
	border-left-right-radius: 0;
}

/* Footer Section */
footer .top{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .col{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
}
footer .logo{
	width: 60px;
	height: 40px;
	margin-bottom: 10px;
}
footer h4{
	font-size: 14px;
	padding-bottom: 20px;
}
footer p{
	line-height: 18px;
	margin: 0 0 8px 0;
}
footer a{
	text-decoration: none;
	color: #000;
	margin-bottom: 10px;
}
footer .follow{
	margin-top: 20px;
}
footer .follow i{
	color: #465b52;
	padding-right: 4px;
	cursor: pointer;
}
footer .install .row img{
	width: 40px;
	height: 40px;
	border: 1px solid #088178;
	border-radius: 6px;
}
footer .install img{
	margin: 10px 0 15px 0;
	width: 40px;
	height: 40px;
}
footer .follow i:hover,
footer a:hover{
	color: tomato;
}
footer .copyright{
	width: 100%;
	text-align: center;
	background: #2874A6;
	padding: 15px 0px 10px 0px;
	position: fixed;
	bottom: 0;
}
footer .copyright p{
    color: #fff;
}
footer .copyright a{
    color: gold;
}
@media(max-width: 799px){
	.section-p1{
		padding: 40px 40px;
	}
	#navbar{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		position: fixed;
		top: 0;
		right: -300px;
		height: 100vh;
		width: 300px;
		background-color: #2874A6;
		box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
		padding: 80px 0 0 10px;
		transition: 0.3s;
	}
	#navbar.active{
		right: 0px;
	}
	#navbar li ul{
		top: 0%;
		left: 100%;
	}
	#navbar li{
		margin-bottom: 25px;
	}
	#mobile{
		display: flex;
		align-items: center;
	}
	#mobile i{
		color: #1a1a1a;
		font-size: 24px;
		padding-left: 20px;
	}
	#close{
		display: initial;
		position: absolute;
		top: 30px;
		left: 30px;
		color: #222;
		font-size: 24px;
	}
	#lg-bag{
		display: none;
	}

	/* Feature section */
	#feature{
		justify-content: center;
	}
	#feature .fe-box{
		margin: 15px 15px;
	}
	/* Product section */
	#product1 .pro-container{
		justify-content: center;
	}
	#product1 .pro{
		margin: 5px;
	}
	/* Banner */
	#banner{
		height: 30vh;
	}
	/* Sm Banner Section */
	#sm-banner .banner-box{
		min-width: 100%;
		height: 30vh;
		margin-bottom: 10px;
	}
	#sm-banner h4{
	font-size: 15px;
	}
	#sm-banner h2{
		font-size: 18px;
	}
	/* Banner3 Section */
	#banner3{
		padding: 0 40px;
	}
	#banner3 .banner-box{
		width: 28%;
	}
	/* Ness letter Section */
	#newsletter .form{
	width: 70%;
	}
}

@media(max-width: 577px){
	.section-p1{
		padding: 10px;
	}
	h1{
		font-size: 38px;
	}
	h2{
		font-size: 32px;
	}
	#header{
	padding: 10px 30px;
	}
	/* Hero/Home*/
	#hero{
		padding: 0 20px;
		background-position: 55%;
	}
	/* Hero/Home*/
    #hero{
    	height: 30vh;;
    }
	/* Feature section */
	#feature{
		justify-content: space-between;
	}
	#feature .fe-box{
		width: 120px;
		margin: 0 0 15px 0;
	}
	/* Product section */
	#product1 .pro{
	width: 42%;
	min-width: 120px;
	padding: 5px 3px;
	border-radius: 15px;
    }
    #product1 .pro img{
	border-radius: 12px;
    }
	/* Banner */
	#banner{
		height: 40vh;
	}
	/* Sm Banner Section */
	#sm-banner .banner-box{
		height: 40vh;
	}
	#sm-banner .banner-box2{
		margin-top: 20px;
	}
	/* Banner3 Section */
	#banner3{
		padding: 0 20px;
	}
	#banner3 .banner-box{
		width: 100%;
	}
	/* Ness letter Section */
	#newsletter{
		padding: 40px 20px;
	}
	#newsletter .form{
	width: 100%;
	}
	footer .copyright{
		text-align: start;
	}
}
@media(max-width: 365px){
	.section-p1{
		padding: 9px;
	}
	h1{
		font-size: 18px;
	}
	h2{
		font-size: 15px;
	}
	h3{
	font-size: 14px;
	}
	h4{
		font-size: 13px;
		color: #222;
	}

}
/* End Index Page */

/* Shop Page */
/* Page-header Section Page */
	#page-header{
		background-image: url(../images/money.jpeg);
		width: 100%;
		height: 40vh;
		background-size: cover;
		display: flex;
		justify-content: center;
		text-align: center;
		flex-direction: column;
		padding: 14px;
	}
	#page-header h2{
		color: tomato;
	}
	#page-header p{
		color: #fff;
	}

	/* Pagination Section */
	#pagination{
		text-align: center;
	}
	#pagination a{
		text-decoration: none;
		/*background-color: #088178;*/
		padding: 12px 15px;
		border: 1px solid #333;
		border-radius: 4px;
		color: #333;
		font-weight: 600;
	}
	#pagination a i{
		font-size: 13px;
		font-weight: 600px;
	}
	.activepgn{
	    background-color: gold;
	}
@media(max-width: 768px){
	#pagination a{
		padding: 6px 8px;
	}
}
	
	/* Single Product/sproduct page Section */
	#prodetails{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 20px;
		gap: 20px;
	}
	#prodetails .card{
	    width: 45%;
	    min-width: 230px;
	    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	    padding: 15px;
	}
	.small-img-group{
	    margin-top: 10px;
		display: flex;
		justify-content: space-between;
	}
	.small-img-col{
		flex-basis: 24%;
		cursor: pointer;
	}
	#prodetails .card h4{
		padding-top: 30px;
	}
	#prodetails .card h2{
		font-size: 18px;
		color: tomato;
	}
	#prodetails .card div{
	    margin-bottom: 20px;
	}
	#prodetails .card div label{
	    margin-bottom: 10px;
	    display: block;
	    text-transform: capitalize;
	}
	#prodetails .card input,
	#prodetails .card select,
	#prodetails .card textarea{
		width: 100%;
		padding: 10px;
		font-size: 13px;
		border: 1px solid #ccc;
	}
	#prodetails .card input:focus{
		outline: none;
	}
	#prodetails .card p{
		line-height: 25px;
		text-align: justify;
	}
/* End Shop Page */

/* Blog Page */
	#blog{
		padding: 150px 150px 0 150px;
	}
	#blog .blog-box{
		display: flex;
		align-items: center;
		width: 100%;
		position: relative;
		padding-bottom: 90px;
	}
	#blog .blog-img{
		width: 50%;
		margin-right: 40px;
	}
	#blog img{
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	#blog .blog-details{
		width: 50%;
	}
	#blog .blog-details p{
		text-align: justify;
		line-height: 25px;
	}
	#blog .blog-details a{
		text-decoration: none;
		font-size: 11px;
		color: #000;
		font-weight: 700;
		position: relative;
		transition: 0.3s;
	}
	#blog .blog-details a::after{
		content: "";
		width: 50px;
		height: 1px;
		background-color: #000;
		position: absolute;
		top: 4px;
		right: -60px;
	}
	#blog .blog-details a:hover{
		color: #088178;
	}
	#blog .blog-details a:hover::after{
		background-color: #088178;
	}
	#blog .blog-box h1{
		position: absolute;
		top: -40px;
		left: 0;
		font-size: 70px;
		font-weight: 700;
		color: #c9cbce;
		z-index: -9;
	}

@media(max-width: 477px){
	#blog{
		padding: 100px 20px 0 20px;
	}
	#blog .blog-box{
		flex-direction: column;
		align-items: flex-start;
	}
	#blog .blog-img{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	#blog .blog-details{
		width: 100%;
	}
}	
/* End Blog Page */

/* About Page */
	#about{
		display: flex;
		align-items: center;
	}
	#about img{
		width: 50%;
		height: auto;
	}
	#about div{
		padding-left: 40px;
	}
	#about-app{
		text-align: center;
	}
	#about-app .video{
		width: 70%;
		height: 100%;
		margin: 30px auto 0 auto;
	}
	#about-app .video video{
		width: 100%;
		height: 100%;
		border-radius: 20px;
	}

@media(max-width: 477px){
	#about{
		flex-direction: column;
	}
	#about img{
		width: 100%;
		margin-bottom: 20px;
	}
	#about div{
		padding-left: 0px;
	}
	#about-app .video{
		width: 100%;
	}
}
/* End About Page */

/* Contact Page */
	#contact{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#contact .details{
		width: 40%;
	}
	#contact .details span,
	#contact-form form span{
		font-size: 12px;
	}
	#contact .details h2,
	#contact-form form h2{
		font-size: 26px;
		line-height: 35px;
		padding: 20px 0;
	}
	#contact .details h3{
		font-size: 16px;
		padding-bottom: 15px;
	}
	#contact .details li{
		list-style: none;
		display: flex;
		padding: 10px 0;
	}
	#contact .details li i{
		font-size: 14px;
		padding-right: 22px;
	}
	#contact .details li p{
		margin: 0;
		font-size: 14px;
	}
	#contact .map{
		width: 55%;
		height: 400px;
	}
	#contact .map iframe{
		width: 100%;
		height: 100%;
	}

	#contact-form{
		display: flex;
		justify-content: space-between;
		margin: 30px;
		padding: 80px;
		border: 1px solid #e1e1e1;
	}
	#contact-form form{
		width: 65%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	#contact-form form input,
	#contact-form form textarea{
		width: 100%;
		padding: 12px 15px;
		outline: none;
		margin-bottom: 20px;
		border: 1px solid #e1e1e1;
	}
	#contact-form .people{
	    margin-left: 10px;
	}
	#contact-form .people div{
		padding-bottom: 25px;
		display: flex;
		align-items: flex-start;
	}
	#contact-form .people div img{
		width: 50px;
		height: 50px;
		object-fit: cover;
		margin-right: 15px;
		border-radius: 50%;
	}
	#contact-form .people div p{
		margin: 0;
		line-height: 18px;
	}

@media(max-width: 799px){
	#contact-form{
		padding: 40px;
	}
	#contact-form form{
		width: 50%;
	}
}

@media(max-width: 477px){
	#contact{
		flex-direction: column;
	}
	#contact .details{
		width: 100%;
		margin-bottom: 30px;
	}
	#contact .map{
		width: 100%;
	}
	#contact .map iframe{
		width: 100%;
		height: 100%;
	}

	#contact-form{
		margin: 10px;
		padding: 30px 10px;
		flex-wrap: wrap;
	}
	#contact-form form{
		width: 100%;
		margin-bottom: 30px;
	}
}
/* End contact Page */

/* Cart Page */
	#cart{
		overflow-x: auto;
	}
	#cart table{
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
		white-space: nowrap;
	}
	#cart table img{
		width: 70px;
		border-radius: 4px;
	}
	#cart table td:nth-child(1){
		width: 100px;
		text-align: center;
	}
	#cart table td:nth-child(2){
		width: 100px;
		text-align: center;
	}
	#cart table td:nth-child(3){
		width: 260px;
		text-align: center;
	}
	#cart table td:nth-child(4),
	#cart table td:nth-child(5),
	#cart table td:nth-child(6),
	#cart table td:nth-child(7),
	#cart table td:nth-child(8){
		width: 110px;
		text-align: center;
	}
	#cart table td:nth-child(7) input{
		width: 70px;
	}
	#cart table thead{
		border: 1px solid #e2e9e1;
		border-left: none;
		border-right: none;
	}
	#cart table thead td{
		font-weight: 700;
		text-transform: uppercase;
		padding: 10px 0;
	}
	#cart table tbody tr td{
		padding-top: 8px;
	}
	#cart table tbody tr td .qty{
	    border: 1px solid #ccc;
	    padding: 8px;
	}
	#cart table tbody td{
		font-size: 13px;
	}
	#cart-add{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#coupon{
		width: 50%;
		margin-bottom: 30px;
	}
	#coupon h3{
		padding-bottom: 15px;
	}
	#coupon input{
		padding: 10px 20px;
		outline: none;
		width: 60%;
		margin-right: 10px;
		border: 1px solid #e2e9e1;
	}
	#coupon button,
	#subtotal a{
		color: #fff;
		background-color: #088178;
		text-decoration: none;
		padding: 12px 20px;
		transition: .3s ease;
	}
	#coupon button:hover,
	#subtotal a:hover{
		background-color: green;
	}
	#subtotal{
		width: 50%;
		margin-bottom: 30px;
		border: 1px solid #e2e9e1;
		padding: 30px;
	}
	#subtotal table{
		border-collapse: collapse;
		width: 100%;
		margin-bottom: 20px;
	}
	#subtotal table td{
		width: 50%;
		border: 1px solid #e2e9e1;
		padding: 10px;
		font-size: 13px;
	}
	#subtotal h3{
		padding-bottom: 15px;
	}

@media(max-width: 477px){
	#cart-add{
		flex-direction: column;
	}
	#coupon{
		width: 100%;
	}
	#subtotal{
		width: 100%;
		padding: 20px;
	}
}
/* End Cart Page */
/*register & login form page*/
.login{
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: #FAFAFA;
}
.login form{
	padding: 25px;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	background: #fff;
	text-align: center;
	width: 500px;
}
.login form h3{
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #333;
}
.login form input,
.login form select{
	width: 100%;
	padding: 8px 15px;
	font-size: 17px;
	margin: 8px 0;
	background: #eee;
	border-radius: 5px;
}
.login form select option{
	background: #fff;
}
.login form .form-btn{
	background: #fbd0d9;
	color: crimson;
	text-transform: capitalize;
	font-size: 18px;
	cursor: pointer;
	transition: .3s ease;
}
.login form .form-btn:hover{
	background: crimson;
	color: #fff;
}
.login form p{
	margin-top: 10px;
	color: #333;
}
.login form p a{
	color: crimson;
	background: #fbd0d9;
	transition: .3s ease;
	padding: 5px 8px;
	border-radius: 5px 8px;
	text-transform: capitalize;
}
.login form p a:hover{
	color: #fff;
	background: crimson;
}
.login form .error-msg{
	margin: 10px 0;
	display: block;
	background-color: crimson;
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
	padding: 10px;
}

.message{
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 10px;
	background-color: #fff;
	text-align: center;
	z-index: 1000;
	box-shadow: ;
	color: #000;
	font-size: 20px;
	text-transform: capitalize;
	cursor: pointer;
}
/* Admin */
.admin-body{
	height: 78vh;
	padding: 20px 10px;
	overflow: auto;
}
.row h3{
	text-align: center;
	text-transform: capitalize;
	color: tomato;
	border: 1px solid #d1d1d1;
	padding: 5px 0px;
}
.row-3{
	padding: 20px 0px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 40px;
}
.row-3 .card{
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.2);
	border-radius: 10px;
}
.row-3 h3{
	font-size: 25px;
	padding: 6px;
}
.row-3 .card select{
	padding: 8px 10px;
	border-radius: 5px;
}
.row-3 .card select option{
	font-size: 18px;
	border-bottom: 2px;
	padding: 3px;
}


.row-table{
	overflow: auto;
}
.row-table table{
	margin-bottom: 30px;
	width: 100%;
	background-color: #E1F5FE;
	overflow: scroll;
}
.row-table table thead{
	background-color: #1E88E5;
}

.row-table table,
.row-table th,
.row-table td{
	padding: 7px 8px;
	border-collapse: collapse;
	text-align: center;
	border-bottom: 1px solid #1E88E5;
}
.row-table th{
	color: #fff;
}
.row-table td{
	color: #000;
}
.row-table td img{
	width: 70px;
	height: 70px;
}

.row-6{
	width: 40%;
	margin: 0px auto;
}
.row-6 .head{
	width: 100%;
	text-align: center;
}
.row-6 .head h4{
	padding: 10px 0px;
	text-transform: capitalize;
	font-size: 30px;
}
.row-6 .head p span{
	font-size: 20px;
	color: tomato;
}
.row-6 form div{
	margin-top: 15px;
}
.row-6 form label{
	font-size: 20px;
	color: #000;
	text-transform: capitalize;
}
.row-6 form label span{
	font-size: 20px;
	color: tomato;
}
.row-6 form input,
.row-6 form select,
.row-6 form textarea{
	width: 100%;
	font-size: 20px;
	background-color: #fff;
	padding: 4px 8px;
	border: 1px solid #222222;
	margin-top: 5px;
}
.row-6 form input:focus,
.row-6 form textarea:focus{
	outline-color: #3498db;
}
/*=== Home Page Container ===*/

@media(max-width: 768px){
.row-6{
	width: 80%;
	margin: 40px auto;
}
}