@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100..900&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Spartan', sans-serif;
}
h1{
	font-size:50px;
	line-height: 64px;
	color:#222;
}
h2{
	font-size: 46px;
	line-height: 54px;
	color:#222;
}
h4{
	font-size: 20px;
	color:#222;
}
h6{
	font-weight:700;
	font-size:12px;
}
p{
	font-size:16px;
	color:#465b52;
	margin:15px 0 20px 0 ;
}
.section-p1{
	padding:40px 80px;
}
.section-m1{
	margin: 40px 0;
}
body{
	width:100%;
}
/* Header Styles */
#header{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding:20px 80px;
	background: #E3E6F3;
	box-shadow: 0 5px 15px rgba(0,0,0,0.06);
	z-index:999;
	position:sticky;
	top:0;
	left:0;
}
#navbar{
	display:flex;
	align-items: center;
	justify-content: center;
}
#navbar li{
	list-style:none;
	padding:0 20px;
	position: relative;
}
#navbar li a{
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: #1a1a1a;
	transition: 0.3s ease;
	
}
#navbar li a:hover,
#navbar li a.active{
	color:#800080;
}
#navbar li a.active::after,
#navbar li a:hover::after{
	content:"";
	width:30%;
	height:2px;
	background: #800080;
	position:absolute;
	bottom: -4px;
	left:20px;
}
#mobile{
	display:none;
	align-items: center;
}

/*Home*/
#hero{
	background-image: url("img/hero3.png");
	height:90vh;
	width:100%;
	background-size: cover;
	background-position: top 15% right 0 ;
	padding: 0 80px;
	display: flex;
	flex-direction:column;
	align-items: flex-start;
	justify-content: center;
}
#hero h4{
	padding-bottom: 15px;
}
#hero h1{
	color: #800080;
}
#hero button{
	background-image: url("img/button.png");
	background-color: transparent;
	color: #800080;
	border:0;
	padding: 14px 80px 14px 65px;
	background-repeat: no-repeat;
	cursor: pointer;
	font-weight: 700;
	font-size: 15px;
}
#bestfinds {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Allows items to wrap onto the next line */
    padding-top: 20px;
    text-align: center;
}

#bestfinds .pro {
    width: calc(25% - 30px); /* Adjust width to account for margins */
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #cce7d0;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
    transition: 0.2s ease;
    margin: 15px; /* Use margin for spacing between items */
    position: relative;
    text-align: center; /* Center-aligns images */
}

#bestfinds .pro img {
    width: 100%;
    border-radius: 20px;
}

#bestfinds .pro .des {
    text-align: start;
    padding: 10px 0;
}

#bestfinds .pro .des h5 {
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 14px;
}

#bestfinds .pro .des .star span {
    font-size: 12px;
    color: rgb(243, 181, 25);
}

#bestfinds .pro .des h4 {
    padding-top: 7px;
    font-size: 15px;
    font-weight: 700;
    color: #800080;
}

#bestfinds .pro .cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #e8f6ea;
    font-weight: 500;
    color: #800080;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    right: 10px; 
}

/* #bestfinds{
	text-align:center;
}
#bestfinds .pro-container{
	display:flex;
	justify-content: space-between;
	padding-top:20px;
	flex-wrap:wrap;
}
#bestfinds .pro{
	width:23%;
	min-width:250px;
	padding:10px 12px;
	border: 1px solid #cce7d0;
	border-radius:25px;
	cursor:pointer;
	box-shadow: 20px 20px 30px rgba(0,0,0,0.02);
	transition:0.2s ease;
	margin:15px 0;
	position:relative;
}
#bestfinds .pro:hover{
	box-shadow: 20px 20px 30px rgba(0,0,0,0.06);
}
#bestfinds .pro img{
	width:100%;
	border-radius: 20px;
}
#bestfinds .pro .des{
	text-align:start;
	padding:10px 0;
}
#bestfinds .pro .des span{
	color:#606063;
	font-size:12px;
}
#bestfinds .pro .des h5{
	padding-top:7px;
	color:#1a1a1a;
	font-size:14px;
}
#bestfinds .pro .des .star span{
	font-size:12px;
	color: rgb(243,181,25);
}
#bestfinds .pro .des h4{
	padding-top:7px;
	font-size: 15px;
	font-weight: 700;
	color: #800080;
}
#bestfinds .pro .cart{
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50px;
	background-color:#e8f6ea;
	font-weight: 500;
	color: #800080;
	border: 1px solid #cce7d0;
	position:absolute;
	bottom:20px;
	right:10px;
} */
.logo{
	width:10%;
	height:10%;
}
#banner{
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items: right;
	text-align:right;
	background-image: url("img/banner/b1.jpg");
	width:100%;
	height:40vh;
	background-size:cover;
	background-position: center;
}
#banner h2{
	color:#fff;
	font-size:180%;
	padding:10px 0;
}
#banner h2 span{
	color:#ef3636;
}
#newsletter{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
	background-image: url("img/banner/b14.jpg");
	background-repeat:no-repeat;
	background-position: 20% 30%;
	background-color: #041e42;
}
#newsletter h4{
	font-size:22px;
	font-weight:700;
	color:#fff;
}
#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:0 1.25em;
	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:#800080;
	color:#fff;
	white-space:nowrap;
	border-top-left-radius:10%;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	padding:16px;
}
/* footer{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
footer .col{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	margin-bottom: 20px;
}
footer h4{
	font-size:14px;
	padding-bottom: 20px;
}
footer p{
	font-size: 13px;
	margin: 0 0 8px 0;
} */
.copyright{
	width:100%;
	font-size:5px;
	text-align:center;
}
/*Mens */
#page-header{
	background-image: url("img/banner/b5.jpg");
	width:100%;
	height: 40vh;
	background-size:cover;
	display:flex;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	padding: 14px;
}
#page-header h2,
#page-header p{
	color:#fff;
}
#pagination{
	text-align:center;
}
#pagination a{
	text-decoration: none;
	background-color:#800080;
	padding:15px 20px;
	border-radius: 4px;
	color: #fff;
	font-weight:600;
}
#pagination a .arrow{
	font-size:16px;
	font-weight:600;
}
/*Product*/
#productdetails {
	display:flex;
	margin-top:20px;
}
#productdetails .single-pro-details{
	width:50%;
	padding-top:30px;	
}
#productdetails .single-pro-details h4{
	padding: 40px 0 20px 0;	
}
#productdetails .single-pro-details h2{
	font-size:26px;
}
#productdetails .single-pro-details select{
    display:block;
	padding:5px 10px;
	margin-bottom: 10px;
}
#productdetails .single-pro-details input{
	width:41px;
	height:35px;
	padding-left: 10px;
	font-size: 12px;
	margin-right: 10px;
}
#productdetails .single-pro-details input:focus{
	outline:none;
}
#productdetails .single-pro-details span{
	line-height:5px;
}
#productdetails .single-pro-details button{
	background-color:#800080;
	color:#fff;
	width:30%;
	padding:10px;
	border-radius:10px;
}
#productdetails .single-pro-image{
	width:40%;
	margin-right:50px;
}
/*Cart*/
#cart table{
	width:100%;
	border-collapse: collapse;
	table-layout: fixed;
	white-space: nowrap;
}
#cart table img{
	width: 70px;
}
#cart table td:nth-child(1){
	width:100px;
	text-align:center;
}
#cart table td:nth-child(2){
	width:150px;
	text-align:center;
}
#cart table td:nth-child(3){
	width:250px;
	text-align:center;
}
#cart table td:nth-child(4){
	width:150px;
	text-align:center;
}
#cart table td:nth-child(5){
	width:150px;
	text-align:center;
}
#cart table td:nth-child(6){
	width:150px;
	text-align:center;
}
#cart table td:nth-child(5) input{
	width:50px;
	padding: 10px 5px 10px 15px;
}
#cart table thead{
	border: 1px solid #e2e9e1;
	border-left:none;
	border-right:none;
}
#cart table thead td{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	padding: 18px 0;
}
#cart table tbody tr td{
	padding-top:15px;
}
#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,
#subtotal h3{
	padding-bottom: 15px;
}
#coupon input{
	padding: 10px 20px;
	outline:none;
	width: 60%;
	margin-right: 10px;
	border: 1px solid #e2e9e1;
}
#coupon button{
	background-color: #800080;
	color: #fff;
	padding: 10px 13px;
	border-radius: 3px;
	
}
#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;
}
#subtotal button{
	background-color: #800080;
	color: #fff;
	padding: 10px 13px;
	border-radius: 3px;
	
}
	/* Flexbox for Footer */
footer.section-p1 {
    display: flex; /* Use Flexbox for the layout */
    justify-content: space-between; /* Distribute columns evenly with space between */
    align-items: flex-start; /* Align the items at the top of each column */
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
    padding: 20px 10%; /* Add padding and control the width */
    background-color: #333; /* Change footer background color */
    color: #fff;
}

/* Style for each column */
footer .col {
    flex: 1; /* Give each column equal width */
    min-width: 250px; /* Ensure columns have a minimum width on small screens */
    margin: 0 20px; /* Add spacing between columns */
}

footer .col h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}

footer .col p,
footer .col ul {
    font-size: 14px;
    line-height: 1.6;
}

/* Styling for Links in Quick Links and Follow Us sections */
footer .col ul {
    list-style: none; /* Remove list bullets */
    padding-left: 0;
}

footer .col ul li {
    margin: 5px 0;
}

footer .col ul li a {
    color: #23a2f6;
    text-decoration: none;
}

footer .col ul li a:hover {
    text-decoration: underline;
}

	

/* Media Queries*/
/*@media (max-width:799px){
	#navbar{
		display:flex;
	/*#navbar{
		display:flex;
		flex-direction:column;
		align-items: flex-start;
		justify-content: flex-start;
		position:fixed;
		top:0;
		right:-3000px;
		height: 100vh;
		width:300px;
		background-color: #E3E6F3;
		box-shadow: 0 40px 60px rgba(0,0,0,0.1);
		padding: 80px 0 0 10px;
    }
	#navbar.active{
		right:0px;
	}
	#navbar li{
		margin-bottom: 25px;
	}
	#mobile{
		display:flex;
		align-items: center;
	}
	#mobile i{
		color: #1a1a1;
		font-size: 24px;
		padding-left: 20px;
	}*/

/* Container for the product items */
