@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.btn-primary{
	background-color: #884EA0;
	border-color: #884EA0;
}
.btn-primary:hover{
	background-color: DarkMagenta;
	border-color: DarkMagenta;
}
.nav-buttons{
	margin-left: 50%;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: :'Poppins', sans-serif;
	background-color: #f2f2f2;
}
h1{
	font-size: 2.5rem;
	font-weight: 700;
}
h2{
	font-size: 1.9rem;
	font-weight: 600;
}
h3{
	font-size: 1.5rem;
	font-weight: 800;
}
h4{
	font-size: 1.2rem;
	font-weight: 600;
}
h5{
	font-size: 1rem;
	font-weight: 400;
}
h6{
	color: #D8D8D8;
}
button{
	font-size: 0,8rem;
	font-weight: 900;
	outline: none;
	border: none;
	background-color: DarkMagenta;
	color: aliceblue;
	padding: 13px 30px;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.5s ease;
	padding: 8px 12px;
	border-radius: 8px;
	transition: background-color 0.3s;
}

button:hover{
	
	background-color: #1d1d1d;
}
hr{
	height: 3px !important;
	opacity: 1 !important;
	text-align: center !important;
	background-color: #884EA0;
}
.bg-light1 {
    --bs-bg-opacity: 1;
    background-color: #F5EEF8;
}
/*Nav Bar Stuff*/
.navbar{
	font-size: 16px;

	top: 0;
	left: 0;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.navbar-light .navbar-nav .nav-link{
	padding: 0 20px;
	color: #000;
	transition: 0.4s ease;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar i:hover,
.navbar-light .navbar-nav .nav-link.active
.navbar i:hover{
	color: DarkMagenta;
}
.navbar i{
	font-size: 1.2rem;
	padding: 0 0.7px;
	transition: 0.4s ease;
	cursor: pointer;
	margin-left: 5px;
}
.navbar-nav .dropdown-menu{
	background-color:#F5EEF8 !important;
}
.fas{
	color: #884EA0;
}
.fas1{
	color: #884EA0;
}
.
@media only screen and (max-width: 990px){
	.nav-buttons{
		margin: 10px;
	}
	.nav-buttons ul{
		margin: 1rem;
		justify-content: flex-start;
		align-items: flex-start;
		text-align: left;
	}
	.nav-buttons ul .fas{
		display: inline-block;
		margin: 20px 5px 10px 20px;
	}
}
.navbar .brand{
	color: DarkMagenta;
	margin: 3px 5px;
	font-size: 1.5rem;
}
/*Home Stuff*/
#home{
	width: 100%;
	height: 100vh;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
#home span{
	color: DarkMagenta;
}
/*New Section Stuff*/
#new .header{
	width: 100%;
	text-align: center;
	background-color: DarkMagenta;
}
#new .one img{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: none;
	background-size: cover;
}
#new .one{
	position: relative;
}
#new .one .details{
	position: absolute;
	top: 0;
	left: 0;
	color: burlywood;
	font-weight: bold;
	transition: 0.4s ease;
	opacity: 0.6;
	background-color: rgb(1,1,1);
	width: 100%;
	height: 100%;
}

#new .one .details:hover{
	background-color: cornsilk;
}

#new .one:nth-child(1) .details{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	text-align: start;
}
#new .one:nth-child(2) .details{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
#new .one:nth-child(3) .details{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-end;
	text-align: end;
}
/*Product Stuff*/
.product{
	cursor: pointer;
	margin-bottom: 2rem;
}
.product img{
	transition: 0.3s all;
	min-height: 250px;
}
.product:hover img{
	opacity: 0.7;
}
.product .buy-btn{
	background-color: #884EA0;
	transform: translateY(50px);
	opacity: 0;
	transition: 0.3s all;
}
.product:hover .buy-btn{
	transform: translateY(0px);
	opacity: 1;
}

/*Banner Stuff*/
#banner{
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-position-x: center;
	background-position-y: 80px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
#banner h1{
	color: #fff;
}
#banner h4{
	color: #fff;
}
#banner button{
	background-color: #884EA0;
}
#banner button:hover{
	background-color: #1d1d1d;
}
footer{
	background-color: #4A235A;
}
footer h5{
	color: #D8D8D8;
	font-weight: 700;
	font-size: 1.2rem;
}
footer li{
	padding-bottom: 4px;
}
footer li a{
	font-size: 0.8rem;
	color: #999;
	text-decoration: none;
}
footer li a:hover{
	color:#D8D8D8;
}
footer .copywrite .copywrite_link{
	color: #000;
	height: 40px;
	width: 40px;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	transition: 0.3s ease;
	margin: 0 5px;
}
footer .copywrite{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; /* Center the text */
    padding: 20px; /* Optional padding for spacing */
}
.create_by{
	color: #fff;
	text-align: center;
	transition: 0.3s ease;
	margin: 0 5px;
}
footer .copywrite a:hover{
	color: #fff;
	background-color: #884EA0;
}
footer p{
	color: #fff;
}
footer .copywrite img{
	width: 30%;

}
.footer-one {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; /* Center the text */
    padding: 20px; /* Optional padding for spacing */
}

.footer_logo {
    width: 150px;
    height: 150px;
    display: block; /* Remove Flexbox from the image itself */
    margin: 0 auto; /* Center the image horizontally */
}
/*Logo Stuff*/
.logo{
	width: 100px;
	height: 100px;
}

/*Single Product Style Stuff*/
.small-img-group{
	display: flex;
	justify-content: space-between;
	border-radius: 10%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.mainimg{
	border-radius: 10%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.small-img{
	border-radius: 10%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.small-img-col{
	flex-basis: 24%;
	cursor: pointer;
}
.single-product input{
	width: 50px;
	height: 40px;
	padding-left: 10px;
	font-size: 16px;
	margin-right: 10px;
	text-align: center;
}
.single-product input:focus{
	outline: none;
}
.single-product .buy-btn{
	background-color: #884EA0;
	opacity: 1;
	transition: 0.4s all;
}
.single-product .buy-btn:hover{
	background-color: #222222;
}

/*Cart Stuff*/
.cart table{
	width: 100%;
	border-collapse: collapse;
}
.cart .product-info{
	display: flex;
	flex-wrap: wrap;
}
.cart th{
	text-align: left;
	padding: 5px 10px;
	color: #fff;
	background-color: #884EA0
}
.cart td{
	padding: 10px 20px;
}
.cart td img{
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
.cart td input{
	width: 40px;
	height: 30px;
	padding: 5px;
	text-align: center;
}
.cart td a{
	color: #884EA0;
}
.cart .remove-btn{
	color: #884EA0;
	text-decoration: none;
	font-size: 14px;
	border: none;
	width: 100%;
	text-align: left;
}
.cart .edit-quantity-btn{
	color: #884EA0;
	text-decoration: none;
	font-size: 14px;
	background-color: #fff;
	border: none;
	width: 100%;
	text-align: left;
}
.cart .edit-btn {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  background-color: #884EA0;
  border: solid;
  text-align: center;
  width: 40%;
  display: inline-block; /* Changed to inline-block to avoid height issues */
  box-sizing: border-box;
  border-radius: 7px; /* Optional: Adds rounded corners for a nicer look */
}

.cart .edit-discount-btn{
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	background-color: #884EA0;
	border: solid;
	text-align: center;
	width: 10%;
	height: 100%;
}
.cart .product-info p{
	margin: 3px;
}
.cart-total{
	display: flex;
	justify-content: flex-end;
}
.cart-total table{
	width: 100%;
	max-width: 500px;
	border-top: 3px solid #884EA0;
}
td:last-child{
	text-align: right;
}
th:last-child{
	text-align: right;
}
.checkout-btn{
	background-color: #884EA0;
	color: #fff;
}
.checkout-container{
	display: flex;
	justify-content: flex-end;
}
/*Login Stuff*/
#login-form{
	width: 50%;
	margin: 5px auto;
	text-align: center;
	padding: 20px;
	border-top: 1px solid #884EA0;
}
#login-form input{
	size: 50%;
	margin: 5px auto;
}
#login-form #login-btn{
	background-color: #884EA0;
	color: #fff;
	width: 100%;
}
#login-form #register-url{
	color: #884EA0;
}
/*Register Stuff*/
#register-form{
	width: 50%;
	margin: 5px auto;
	text-align: center;
	padding: 20px;
	border-top: 1px solid #884EA0;
}
#register-form input{
	size: 50%;
	margin: 5px auto;
}
#register-form #register-btn{
	background-color: #884EA0;
	color: #fff;
	width: 100%;
}
#register-form #login-url{
	color: #884EA0;
}
/*Account Stuff*/
#account-form{
	width: 50%;
	margin: 35px auto;
	text-align: center;
	padding: 20px;
}
#account-form input{
	margin: 5px auto;
}
#account-form #change-pass-btn{
	color: #fff;
	background-color: #884EA0;
}
.account-info #orders-btn,#logout-btn{
	color: #884EA0;
	text-decoration: none;
}
/*Orders Stuff*/
.orders table{
	width: 100%;
	border-collapse: collapse;
}
.orders .product-info{
	display: flex;
	flex-wrap: wrap;
}
.orders th{
	text-align: left;
	padding: 5px 10px;
	color: #fff;
	background-color: #884EA0;
	text-align: center;
	
}
.orders th:nth-child(5){
	text-align: right;
}
.orders td{
	padding: 10px 20px;
}
.orders td img{
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
.orders .order-details-btn{
	color: #fff;
	background-color: #884EA0;
}
/*Checkout Stuff*/
#checkout-form .checkout-small-element{
	display: inline-block;
	width: 48%;
	margin: 10px auto;
}
#checkout-form .checkout-large-element{
	width: 96%;
}
#checkout-form .checkout-btn-container{
	margin: 10px;
	text-align: right;
	margin-right: 40px;
}
#checkout-form #checkout-btn{
	color: #fff;
	background-color: #884EA0;
}
/*Contact Stuff*/
#contact span{
	color: #884EA0;
}
/*Contact Stuff*/
#contact-form{
	width: 50%;
	margin: 5px auto;
	text-align: center;
	padding: 20px;
	border-top: 1px solid #884EA0;
}
#contact-form input{
	size: 50%;
	margin: 5px auto;
}
#contact-form #contact-btn{
	background-color: #884EA0;
	color: #fff;
	width: 100%;
}
/*Other*/
.cart-quantity{
	background-color: #884EA0;	
	color: #fff;
	padding: 2px 5px;
	border-radius: 50%;
	margin: -3px;
	font-size: smaller;
	vertical-align: super;
}
/*Order Rating*/
.star-rating {
    direction: rtl;
    display: inline-flex;
}

.star-rating input {
    display: none;
}

.star-rating label {
    font-size: 24px;
    color: #ddd;
    cursor: pointer;
}

.star-rating input:checked ~ label {
    color: #f5a623; /* Color for filled stars */
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #f5a623; /* Color for hover stars */
}

textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.product_box {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product_box:hover {
	transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.product_box img {
	max-height: 300px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 10px;
}
.product_box .buy-button {
	margin-top: 10px;
	background-color: DarkMagenta;
	color: white;
	border: none;
	padding: 8px 12px;
	border-radius: 8px;
	transition: background-color 0.3s;
}
.product_box .buy-button:hover {
	background-color: #884EA0;
}
@media (max-width: 767px) {
	.filter-section {
		text-align: center;
		padding: 15px;
	}
	.product_box img {
		max-width: 100%;
		height: auto;
	}
}