* {
	font-family: 'Mulish', sans-serif;
	font-weight: 400;
    font-style: normal;    
	line-height: 1.4em;
}

.row
{
	margin:0 !important;
	padding:0 !important;
}

.container {
	min-height: 100vh !important;
}


.index-row > * {
	padding:0 5px !important;	
}

.navbar-brand img {
	width: 90px;
	height: 90px;
	padding-top:0;
	z-index: 1;
}

.hamburger i {
	font-size: 23px;
}

.navbar-toggler:focus {
	box-shadow: none !important;
}

.navbar-toggler {
	border: none !important;
}

.nav-link {
	color: #fff !important;
	position: relative;
	font-weight: 600;
    font-style: normal;
    font-size: 17px;
}

.nav-link::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	border-radius: 4px;
	/** background-color: #ffffff; **/
	bottom: 0;
	left: 0;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform .3s ease-in-out;
}

.nav-link:hover::before {
	transform-origin: left;
	transform: scaleX(1);
}


.loading-btn {
	border: none !important;
	font-size: 1px !important;
	color: white;
	background-color: none !important;
}

.price {
	font-size: 20px;
	color: #000 !important;
}


.main-banner {
	padding: 0px !important;
}

.main-banner img {
	border-radius: 0px;
	height: 300px;
	object-fit: fill !important;
}

.cart-icon {
	position: relative;
}

.cart-icon .badge {
	position: absolute;
	background-color: red;
	font-size: 13px;
	height: 18px;
	width: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -6px;
	left: 0;
	border-radius: 50%;
}

.header {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	
	
}

.header .title {
	font-weight: 700;
	font-size: 38px;
}

.underline {
	width: 80px;
	height: 5px;
	border-radius: 10px;
	
}

.card1 {
	max-height: fit-content !important;
	width: auto;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.card1 .card-body {
	border: 1px solid #c1c1c1;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
	
}

.card1 img {
	height: 270px;
	width: 100%;
	
}

hr {
	background-color: #fff !important;
	color: #000 !important;
	margin: 7px 0px !important;
}


.card-title {
	font-weight: 700;
	font-size: 24px;
}

.card1 {
	position: relative;
	cursor: pointer;
}

/* add btn -- home page */
.control-box {
	width: 65px;
	height: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	color: black;	
	border-radius: 4px;
}
.quantity-wrapper {
	width: 250px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding: 0 7px; */
	}
.quantity-display {
	color: rgb(0, 0, 0);
	/** font-size: 13px; **/
}

.add-btn {
	width: 65px;
	height: 25px;
	color: rgb(255, 255, 255);
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.add-btn:hover
{
	border:#ddd solid 1px;
	color:#fff !important;
}

/**
	.add-btn:hover {
	color: #fff;
	border: #fff solid 1px;
	cursor: pointer;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:20px !important;
	width:300px;
	height:32px;
	background:#3fca55;
	padding:30px;
}**/

.btn-primary, .btn-success{
	border: none;
	color: white;
	font-size:12px;
	border-radius: 0 !important;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.btn-primary:hover, .btn-success:hover{
	border: none;
	color: white;
	border-radius: 0 !important;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

/* .quantity-wrapper .quantity-btn:hover{
	background-color: #3fca55 !important;
	color: rgb(255, 255, 255);
} */
.btn-warning, .btn-danger
{
	border-radius: 0 !important;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.quantity-btn{
	background: none;
	border: none;
	
}

.quantity-wrapper .quantity-btn i{
	font-size: 8px;
	font-weight: 100;
	padding:10px;
	border-radius:50%;
}
.quantity-wrapper .quantity-btn{
	display: flex;
	//width: 20px !important;
	height: 25px !important;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
}

.hidden {
	display: none;
}
.btn:active {
	border: none !important;
}
/* /add btn - home page */

/* floting icon */
.whatsup {
	position: fixed;
	bottom: 5px;
	left: 20px;
	height: 55px;
	width: 55px;
	font-size: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.whatsup:hover {
	transform: scale(1.1);
	transition: all 0.2s ease-in-out;
}

.check-btn a {
    position: fixed;
    bottom: 5px;
    right: 20px;
    height: 55px;
    width: 55px;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Subtle shadow for a floating effect */
}

.check-btn a:hover {
	transform: scale(1.1);
	transition: all 0.2s ease-in-out;
}

.item-1 {
	padding: 10px;
	box-shadow: 0 6px 12px #0000001a, 0 3px 6px #00000014;
	border-radius: 0px;
}

.checkout-details,
.customer-details,
.about-pg,
.terms {
	padding: 10px;
	/* box-shadow: 0 6px 12px #0000001a, 0 3px 6px #00000014; */
	border-radius: 10px;
}

.cart-img img {
	width: 200px;
	height: 100px;
	object-fit: contain;
}

.quantity-wrapper1 button {
	padding: 5px 8px;
	background-color: #ebebeb;
	margin: 0px 15px 0px 15px;
	height: 25px;
	width: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.customer-details h5 {
	margin: 20px 0px;
	letter-spacing: 1px;
}

.s-address input,
.s-address textarea,
.s-address select {
	margin-bottom: 5px;
	background-color: #e8e8e8d3;
	font-size: 13px;
	
}
.s-address label {
	font-size: 13px;
}
.cart-details input, .cart-details .btn {
	background-color: #e8e8e8d3;
	font-size: 13px;
	margin-bottom: 20px !important;
	
	
}

.s-address textarea {
	height: 10px !important;
}

.p-name {
	font-size: 18px;
	font-weight: 600;
}

.about-ul li {
	text-align: justify;
	padding-right: 20px;
}

.about-card img {
	width: 100%;
	height: 13rem;
	object-fit: cover;
}

.about-card {
	box-shadow: 0 6px 12px #0000001a, 0 3px 6px #00000014;
}

.quantity {
	background-color: rgb(227, 227, 227);
	font-size: 15px;
	border-radius: 2px;
	padding: 2px 5px;
}

.line-through {
	text-decoration: line-through;
}

.desc li {
	text-align: justify;
	margin-bottom: 5px;
}

.desc p {
	text-align: justify;
}

.product-img img {
	height: 400px;
	width: 100%;
	object-fit: cover;
}

/* contact page */
.contact-page {
	box-shadow: 0 6px 12px #0000001a, 0 3px 6px #00000014;
	/* padding: 10px; */
	border-radius: 5px;
}

.contact-form input,
.contact-form textarea {
	margin-bottom: 20px;
	padding: 15px;
}

.contact-form input {
	height: 40px;
}

.contact-form textarea {
	height: 150px;
}

.contact-info {
	/** background-color: #3fca55;**/
	color: #000;
	border-radius: 0px 5px 5px 0px;
}

.contact-info a
{
	color:#000 !important;
	text-decoration:none !important;
}

.contact-info i {
	font-size: 28px;
	height: 50px;
	width: 50px;
	padding: px;
	border-radius: 50%;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
}

.track-box {
	max-width: 400px;
	height: 200px;
}

.track-info {
	max-height: 700px !important;
	width: 100%;
	box-shadow: 0 6px 12px #0000001a, 0 3px 6px #00000014;
	border-radius: 5px;
	padding: 10px;
}

.terms li {
	margin-bottom: 15px;
}

.ratings i {
	color: gold;
	font-size: 18px;
}

.text-justify {
	text-align: justify;
}

.title {
	padding: 0;
	margin: 0;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e8e7c8;
}

.verify {
	padding: 5px 18px 4px 19px !important;
	font-size: 18px;
}

.txt-secondary {
	color: rgb(172, 172, 172);
}

.txt-success {
	color: #00ad09;
}

.registration input,
.registration textarea,
.registration select {
	margin-bottom: 15px;
}

.dropdown-menu {
	min-width: 100px !important;
}

.msg-badge {
	height: 35px;
	width: 35px;
	font-size: 13px;
	padding: 2px 4px;
	border-radius: 50%;
	color: white;
	background-color: #00ad09;
}

.login-page {
	display: flex;
	justify-content: center;
	align-items: top;
}

.login {
	//height: 300px;
	width: 400px;
}


.social-icons {
    margin-top: 30px;
    text-align: center;
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: white;
    color: #001524;
    margin: 0 10px;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 25px !important;
}

.social-icons a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.fa-whatsapp{
    background-color: #25D366;
    color: white;
    border-radius: 50%;
}

.dropdown-center {
	position: relative !important;
	/* background-color: #e0e0c5; */
	padding: 3px 10px 3px 0px;
	/* border-radius: 5px; */
}
.dropdown-center a {
	color: #ffffff; 
	text-decoration:none !important;
	font-size: 16px;
}
.track-img{
	filter: brightness(2000%);
	margin-bottom: 5px;
	width:20px;
	height:20px;
}

/* media query for mobile devices */

@media (max-width: 440px) {
	.main-banner img {
		border-radius: 10px !important;
		height: 100px;
		object-fit: fill !important;
		margin-top: 0px;
		padding:4px !important;
	}
	
	.nav-link {
		color: black !important;
		margin: 10px 0 10px 0 !important;
	}
	.cart-icon .badge {
		left: 0;
	}
	
	
	.dropdown-menu {
		position: absolute !important;
		left: -50px !important;
		top: 0;
		min-width: 100px !important;
		border-radius: 5px;
	}
	.dropdown-before-login {
		position: absolute !important;
		left: -80px !important;
		top: 0;
		min-width: 100px !important;
		border-radius: 5px;
	}
	
	.card1 img {
		//height: 180px;
		width: 100%;
		object-fit: cover;
	}
	
	.card-title {
		font-size: 13px;
	}
	.card-body p {
		font-size: 11px;
		margin-bottom: 5px !important;
	}
	.quantity-wrapper1 button {
		padding: 5px 8px;
		background-color: #ebebeb;
		margin: 0px 15px 0px 15px;	
		height: 25px;
		width: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.quantity-wrapper1 button i{
		font-size: 11px;
	}
	
	.checkout-details {
		position: fixed;
		bottom: 0;
		left: 0;
		background-color: #fff;
		width: 100%;
		margin: 0;
		z-index: 3;
		border-radius: 20px 20px 0 0;
		box-shadow: 0 -5px 15px -3px rgba(0, 0, 0, 0.4);
		/** border-bottom: 3px solid black; **/
	}
	
	.btns {
		position: sticky;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		width: 100%;
		z-index: 3;
		box-shadow: 0 -5px 15px -3px rgba(0, 0, 0, 0.4);
	}
	
	.item-cart {
		position: relative !important;
	}
	
	
	.text-danger {
		position: absolute !important;
		top: 0;
		right: -8px;
	}
	
	.product-img img {
		height: 450px !important;
		width: 100%;
		object-fit: cover;
	}
	
	.card1 .card-body {
		min-height: 100px !important;
	}
	
	
	.quantity-wrapper
	{
		//width:90px;
		padding:0 !important;
		display: flex;
		justify-content: space-between;
		align-items: center;
		
	}
	
	.price {
		font-size: 12px;
		color: black !important;
	}
	
	.cart {
		display: none !important;
	}
	
	/* .card1 {
		transition: transform 0.3s;
	} */
	
	/**
		.card1.touched {
		transform: scale(1.07);
		}
	**/
	
	.offcanvas-body .navbar-nav {
		padding: 8px;
	}
	
	.d-btns {
		display: none !important;
	}
	
	.quantity {
		font-size: 11px;
	}
	
	.product-img img {
		height: 300px;
		width: 100%;
		object-fit: cover;
		/** border-radius: 15px; **/
	}
	
	.contact-info {
		border-radius: 0;
		padding-left:0 !important;
	}
	
	.contact-info i {
		font-size: 24px;
		padding: 15px 25px;
		border-radius: 50%;
		margin-bottom: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.yt-video iframe {
		width: 100%;
		height: 250px;
	}
	
	.product-details {
		margin-bottom: 140px;
	}
	
	.cart-price {
		font-size: 13px;
		margin-top: 0px !important;
	}
	
	.cart-img img {
		object-fit: cover !important;
	}
	
	.title div {
		font-size: 12px !important;
	}
	
	.p-name {
		font-size: 13px;
	}
	
	.item-1 img {
		//border-radius: 10px;
		margin-right: 10px;
	}
	
	.s-address label {
		font-size: 13px;
	}
	.container {
		/** min-height: 52vh !important; 
		min-height: 100vh !important;**/
	}
	.login-page,.track-page, .other-page{
		/** min-height: 80vh !important; **/
	}
	
	
}

@media only screen and (min-width:768px) and (max-width:1024px)
{	
	.check-btn a,
	.whatsup {
		bottom: 7%;
		z-index: 
		5;
	}
	
	body {
		min-height: 100vh !important;
	}
}



@media (min-width: 992px) {
	.navbar-toggler {
		display: none;
	}
}

@media (max-width: 991.98px) {
	
	.offcanvas {
		max-width: 90% !important;
	}
	
	.offcanvas-body {
		padding: 0 0 20px 10px !important;
	}
	
}



.fa-times-circle:before {
	color: rgb(220 53 69);
}

.product-details .btn-danger {
	padding: 2px 10px 2px 10px;
	background:#76391b;
}

/* Dropdown style  */
.dropdown-menu {
	min-width: 100px !important;
	box-shadow: 0 6px 12px #0000001a, 0 3px 6px #00000014;
	border-radius: 5px !important;
	border: none !important;
}

.dropdown-center a:focus {
	border: none;
}

.dropdown-menu a:hover, .dropdown-menu a:focus {
	color: white;
}


/* Product page style */
@media screen and (max-width:440px) {
	.btns {
		position: sticky;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		width: 100%;
		z-index: 0;
		box-shadow: 0 -5px 15px -3px rgba(0, 0, 0, 0.4);
		padding:10px 0 !important;
	}
	
	.check-btn a,
	.whatsup {
		bottom: 7%;
	}
	
	.reviews {
		margin-bottom: 75px;
	}
	.apply-btn {
		font-size: 12px !important;
	}
	.product-name {
		font-size: 24px !important;
	}
}

/* .cart-price {
	margin-top: 30px;
} */

/* Default button size (for larger screens) */
.btn.loading-btn {
    padding: 10px 20px; 
    font-size: 14px;    
	background-color: rgb(46, 182, 254) !important;
	color:#fff !important;
}

.apply-btn:hover {
	background-color: #198754 !important;
	color:#fff !important;
}


/* Small size for mobile screens */
@media (max-width: 768px) {
    .btn.loading-btn {
		padding: 5px 10px;
		font-size: 12px;     
		background-color: rgb(46, 182, 254) !important;
	}
	
    .btn.loading-btn .spinner-border-sm {
		width: 16px;       
		height: 16px; 
		padding:20px !important;
	}
}


/* Hide the decrement button when quantity is 1 */
/* .quantity-controls[data-quantity="1"] .quantity-btn:first-child {
	display: none;
} */

/** product page **/
.product-name {
	font-size: 30px;
}

.discount-tax-info {
	padding: 1px 12px 5px 12px;
	margin: 10px 0;
	border-radius: 6px;
	background-color: #f8f9fa;
	/* Light background for clarity */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	color: #333;
	border-left: 4px solid transparent;
	transition: all 0.3s ease-in-out;
}

.discount-tax-info:hover {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Title styling for the discount and tax info */
.discount-tax-info p {
	margin: 5px 0;
	font-size: 14px;
	line-height: 1.5;
}

.discount-tax-info .title {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-size: 15px;
	letter-spacing: 1px;
	background: none !important;
}

/* Discount Info */
.discount-info {
	border-left-color: #2ecc71;
	/* Green for discount */
	background-color: #eaf8f1;
	/* Light green background */
}

.discount-info .amount {
	font-size: 16px;
	font-weight: 700;
	color: #27ae60;
	/* Darker green for the amount */
}

.discount-info span {
	background: #fff;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
	box-shadow: #ddd 2px 2px;
}

/* Tax Info */
.tax-info {
	border-left-color: #3498db;
	/* Blue for tax */
	background-color: #eaf3fc;
	/* Light blue background */
}

.tax-info .amount {
	font-size: 16px;
	font-weight: 700;
	color: #2980b9;
	/* Darker blue for the amount */
}

.tax-info span {
	background: #fff;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
	box-shadow: #ddd 2px 2px;
}

/*
	js script alert - loading screen
*/
.app-alert {
	position: fixed;
	top: 27% !important;
	right: 20px;
	z-index: 10;
	display: flex;
	justify-content: left;
	width: 320px !important;
	align-items: center;
	height: 50px;
	font-size: 14px;
	border-radius: 4px;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	/* Soft background blur */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	/* Soft shadow for depth */
	color: white;
	/* Text color is white by default for contrast */
	text-align: center;
	/* Center text for a cleaner look */
	padding: 10px !important;
	/* Slight padding for text spacing */
	opacity: 0.95;
	/* Slight opacity for a modern feel */
}

#app-page-alert span {
	padding-left: 30px;
}


/* Close icon */
.btn-sm i {
	content: "×";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	cursor: pointer;
	opacity: 0.6;
}

/* Success Alert */
.app-alert.success {
	background-color: #abfacd;
	border: 1px solid #59c78e;
	color: #1f7d5b;
}

.app-alert.success::before {
	content: "✓";
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 2px solid #2ea675;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #2ea675;
	font-weight: bold;
}

/* Danger Alert */
.app-alert.danger {
	background-color: #ffbbc6;
	border: 1px solid #c97680;
	color: #d32f2f;
}

.app-alert.danger::before {
	content: "⊘";
	position: absolute;
	height: 20px;
	width: 20px;
	/* border-radius: 50%;
	border: 2px solid #e74c3c; */
	display: flex;
	align-items: center;
	justify-content: center;
	left: 10px;
	top: 43%;
	transform: translateY(-50%);
	font-size: 30px;
	color: #e74c3c;
	font-weight: bold;
}

/* Warning Alert */
.app-alert.warning {
	background-color: #feeec6;
	border: 1px solid #ffdf80;
	color: #856404;
}

.app-alert.warning::before {
	content: "!";
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 2px solid rgb(212, 136, 13);
	display: flex;
	align-items: center;
	justify-content: center;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: rgb(212, 136, 13);
	font-weight: bold;
}

/* Mobile View */
@media (max-width: 450px) {
	.app-alert {
		position: fixed !important;
		top: 47% !important;
		left: 18px;
		width: 90% !important;
		/* Make alert take up more space on small screens */
		font-size: 16px;
		margin-top: 10px;
		padding: 16px;
		
	}
	
}

/* Dismiss button position */
.alert-dismissable .close,
.alert-dismissible .close {
	right: -8px;
	top: -8px;
	font-size: 24px;
	/* Larger close button */
	color: inherit;
	/* Close button inherits alert color */
	opacity: 1;
	/* Ensure close button has full opacity */
}

/** show password **/
.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 38px;
}

/** product rating stars **/
.rating {
	
	font-size: 3rem;
	display: flex;
	justify-content: flex-start;
	gap: 5px;
}

.rating input {
    display: none;
}

.rating label {
    color: lightgray;
    cursor: pointer;
    transition: color 0.3s ease;
}

/* Highlight the selected star and all previous stars */
.rating input:checked ~ label,
.rating input:checked ~ label ~ label {
    color: gold;
}

/* Ensure previous stars stay highlighted even when hovering */
.rating input:checked ~ label:hover,
.rating input:checked ~ label:hover ~ label {
    color: gold;
}

/* Hover effect */
.rating label:hover,
.rating label:hover ~ label {
    color: lightgrey;
}


/* Rating text styling */
.rating-text {
    font-size: 14px;
    font-weight: bold;
    color: red;
    margin-left: 10px;
}

.product-name-rating a {
	text-decoration: none !important;
}

.product-name-rating img {
	width: 60px;
	height: 80px;
	border: #ddd solid 1px;
	padding: 5px;
	border-radius: 5px;
}

.carousel {
	position: relative;
}

.carousel-control-prev i {
	position: absolute;
	left: 5px;
}

.carousel-control-prev,
.carousel-control-next {
	opacity: 1;
}

.carousel-control-next i {
	position: absolute;
	right: 5px;
}

/** ratings **/
.average-ratings {
	font-size: 20px;
	margin-top: 0px;
}

.star-rating {
	font-weight: bold;
	color: gold;
	/* Gold color for the stars */
}

.average-ratings {
	color: #28a745;
	/* Green color for the text */
}

.star-rating {
	font-size: 18px;
}

.item-cart a {
	color: #000 !important;
	text-decoration: none !important;
}

/** pagination **/
.pageNumber nav {
	background: none !important;
}

.pagination .nav-links .page-numbers {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 0;
	background: #e8e7c8;
	text-align: center;
	font-weight: 600;
	margin-right: 5px;
	text-decoration: none !important;
}

.pagination .nav-links .page-numbers:hover {
	color: #fff !important;
}

.pagination .nav-links
{
	font-size:14px;
}

.pagination .nav-links .page-numbers.current {
	color: #fff !important;
}

.view-msg a {
	background: rgb(255, 255, 255);
	box-shadow: 0 3px 8px 0 rgba( 31, 38, 135, 0.1 );
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 4px );
	border: 1px solid rgba( 255, 255, 255, 0.18 );
	border-radius: 30px;
	padding: 3px 10px 4px 10px !important;
	font-size: 14px;
	color: rgb(46, 182, 254) ;
}

.view-msg p {
	font-size: 13px;
}


/* loading screen */

.loader-container {
	position: fixed;
	right: 40%;
	top: 40%;
	display: flex;
	justify-content: center;
	height: 50px;
	
	/* padding: 10px;
		border: 2px solid #0d6efd;
		border-radius: 5px;
	background-color: #b6cced; */
	
}

.spinner-container {
	display: flex;
	align-items: center;
	gap: 10px;
}

.custom-spinner {
	width: 20px;
	height: 20px;
	border: 2px solid #f3f3f3;
	border-top: 2px solid #0d6efd;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.loading-text {
	margin: 0;
	font-size: 16px;
	color: #0d6efd;
}

/** checkout page **/
/* Ensure that this class is applied to the mobile status text */
.txt-success-verified {
    color: #00AD09;  /* Green color for success */
}

.txt-success-verified .fa-check {
    color: #00AD09;  /* Ensure the check icon is also green */
	padding-right:0 !important;
}

/** product add to cart button **/
.cart-check-icon {
	font-size: 18px;
	color: #00AD09 !important;
	position: absolute;
	top: 10px;
	right: 10px;
	display: none; /* Initially hidden */
}

.required
{
	color:#f00;
}

/** home page **/

.spinner {
	border: 4px solid #f3f3f3; /* Light gray */
	border-top: 4px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 16px;
	height: 16px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/**
	.added-message {
    padding: 20px 30px;
    display: inline-block;
    border-radius: 10px;
    font-size: 20px;
    position: fixed;
    bottom: 250px;  /* Added space between the bottom and the message
    right: 0;
    z-index: 9999; /* Ensures the message stays on top
    margin-right: 10px;
	}
	
	/* For devices with screen width less than or equal to 768px (tablets and small phones)
	@media (max-width: 768px) {
    .added-message {
	font-size: 18px;
	bottom: 200px; /* Adjusted for smaller devices
	right: 10px;
    }
	}
	
	/* For devices with screen width less than or equal to 480px (most smartphones)
	@media (max-width: 480px) {
    .added-message {
	font-size: 16px;
	//bottom: 150px; /* Adjusted for very small devices
	right: 5px;
    }
	}
	
	
	.text-primary
	{
	color:#3fca55 !important;
	}
	
/** track order **/
.card-track-order .card {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.card-track-order .card-body{
	border:0 !important;
	padding: 0 !important;
}


.card-track-order .card-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.card-track-order .card-text {
    font-size: 0.9rem;
    color: #6c757d;
	padding-left:10px;
}

.page-numbers {
    padding: 5px 10px;
    margin: 0 3px;
    background-color: #f8f9fa;
    border-radius: 5px;
    text-decoration: none;
}

.page-numbers:hover, .page-numbers.current {
    color: white !important;
}

/* .page-numbers i {
    font-size: 1.2rem; 
} */

/* Responsive Cards - on mobile, show cards instead of table */
@media (max-width: 767px) {
    /* .table { display: none; 
	} */
	.card-track-order  .card {
		margin-bottom: 10px;
	}
    .pagination {
		text-align: center;
	}
	.center-container-category .img-circle img 
	{		
		height:150px !important;
	}
}

.card-track-order .shadow-sm
{
	box-shadow:none !important;
}

/* For tablets (768px to 1024px), use cards as well */
@media (min-width: 768px) and (max-width: 1024px) {
    /* .table  {display: none; 
	} */
    .pagination {
		text-align: center;
	}
	
}

/* On larger screens (desktops), show cards in a grid */
@media (min-width: 1025px) {
    .card-track-order  .card {
		margin-bottom: 10px;
	}
    .pagination {
		text-align: right;
	}
}

/** track order status **/
#tracking{
	background: #fff
}
.tracking-detail {
	padding: 3rem 0;
}
#tracking {
	margin-bottom: 1rem;
}
[class*="tracking-status-"] p {
	margin: 0;
	font-size: 1.1rem;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
[class*="tracking-status-"] {
	padding: 1.6rem 0;
}
/* .tracking-list {
	border: 1px solid #e5e5e5;
} */
.tracking-item {
	border-left: 4px solid #00ba0d;
	position: relative;
	padding: 2rem 1.5rem 0.5rem 2.5rem;
	font-size: 0.9rem;
	/* //margin-left: 3rem; */
	min-height: 5rem;
}
.tracking-item:last-child {
	padding-bottom: 4rem;
}
.tracking-item .tracking-date {
	margin-bottom: 0.5rem;
}
.tracking-item .tracking-date span {
	color: #888;
	font-size: 85%;
	padding-left: 0.4rem;
}
.tracking-item .tracking-content {
	padding: 0.5rem 0.8rem;
	background-color: #f4f4f4;
	border-radius: 0.5rem;
}
.tracking-item .tracking-content span {
	display: block;
	color: #767676;
	font-size: 13px;
}
.tracking-item .tracking-icon {
	position: absolute;
	left: -0.7rem;
	width: 1.1rem;
	height: 1.1rem;
	text-align: center;
	border-radius: 50%;
	font-size: 1.1rem;
	background-color: #fff;
	color: #fff;
}

.tracking-item-pending {
	/* border-left: 4px solid #d6d6d6; */
	position: relative;
	padding:10px 0px !important;
	font-size: 0.9rem;
	/* //margin-left: 3rem; */
	min-height: 5rem;
}
.tracking-item-pending:last-child {
	padding-bottom: 2rem;
}
.tracking-item-pending .tracking-date {
	margin-bottom: 0.5rem;
}
.tracking-item-pending .tracking-date span {
	color: #888;
	font-size: 85%;
	padding-left: 0.4rem;
}
.tracking-item-pending .tracking-content {
	padding: 0.5rem 0.8rem;
	background-color: #f4f4f4;
	border-radius: 0.5rem;
}
.tracking-item-pending .tracking-content span {
	display: block;
	color: #767676;
	font-size: 13px;
}
.tracking-item-pending .tracking-icon {
	line-height: 2.6rem;
	position: absolute;
	left: -0.7rem;
	width: 1.1rem;
	height: 1.1rem;
	text-align: center;
	border-radius: 50%;
	font-size: 1.1rem;
	color: #d6d6d6;
}
.tracking-item-pending .tracking-content {
	font-weight: 600;
	font-size: 17px;
}

.tracking-item .tracking-icon.status-current {
	width: 1.9rem;
	height: 1.9rem;
	left: -1.1rem;
}
.tracking-item .tracking-icon.status-intransit {
	color: #00ba0d;
	font-size: 0.6rem;
}
.tracking-item .tracking-icon.status-current {
	color: #00ba0d;
	font-size: 0.6rem;
}
@media (min-width: 992px) {
	.tracking-item {
		margin-left: 10rem;
	}
	.tracking-item .tracking-date {
		position: absolute;
		left: -10rem;
		width: 7.5rem;
		text-align: right;
	}
	.tracking-item .tracking-date span {
		display: block;
	}
	.tracking-item .tracking-content {
		padding: 0;
		background-color: transparent;
	}
	
	.tracking-item-pending {
		margin-left: 10rem;
	}
	.tracking-item-pending .tracking-date {
		position: absolute;
		left: -10rem;
		width: 7.5rem;
		text-align: right;
	}
	.tracking-item-pending .tracking-date span {
		display: block;
	}
	.tracking-item-pending .tracking-content {
		padding: 0;
		background-color: transparent;
	}
}

.tracking-item .tracking-content {
	font-weight: 600;
	font-size: 17px;
}

.blinker {
	border: 7px solid #e9f8ea;
	animation: blink 1s;
	animation-iteration-count: infinite;
}
@keyframes blink { 50% { border-color:#fff ; }  }


/** customer reivew image slider **/
#carouselExampleSlidesOnly1 .carousel-item {
	padding: 10px;
}

#carouselExampleSlidesOnly1 .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#carouselExampleSlidesOnly1 .card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); /* Further reduced shadow */
}

#carouselExampleSlidesOnly1 .card img {
    transition: transform 0.3s ease;
}

#carouselExampleSlidesOnly1 .card:hover img {
    transform: scale(1.05);
}

#carouselExampleSlidesOnly1 .card-title {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
}

#carouselExampleSlidesOnly1 .card-text {
    font-size: 0.9rem;
    color: #555;
}

#carouselExampleSlidesOnly1 .carousel-control-prev,
#carouselExampleSlidesOnly1 .carousel-control-next {
    font-size: 2rem;
    color: #fff;
    transition: background-color 0.3s ease;
}

#carouselExampleSlidesOnly1 .carousel-control-prev:hover,
#carouselExampleSlidesOnly1 .carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#carouselExampleSlidesOnly1 .carousel-control-prev i,
#carouselExampleSlidesOnly1 .carousel-control-next i {
    transition: transform 0.3s ease;
}

#carouselExampleSlidesOnly1 .carousel-control-prev:hover i,
#carouselExampleSlidesOnly1 .carousel-control-next:hover i {
    transform: scale(1.1);
}

#carouselExampleSlidesOnly1 .hover-effect {
    position: relative;
    overflow: hidden;
}

#carouselExampleSlidesOnly1 .hover-effect::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background-color: rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: all 0.6s ease;
}

#carouselExampleSlidesOnly1 .hover-effect:hover::after {
    transform: translate(-50%, -50%) scale(1);
}

#carouselExampleSlidesOnly1 .shadow-lg
{
	box-shadow: none !important;
}
.customer-card{
	box-shadow: 0 6px 12px #0000001a, 0 3px 6px #00000014;
	border-radius: 10px !important;
}
.customer-card img{
	border-radius: 10px ;
	
}
.customer-card .card-body{
	background-color: #e8e7c8;
	border-radius:  0 0 10px 10px;
}
/* .test-qoute i{
    position: absolute;
	right: 30px;
	top:  5%;
	font-size: 40px;
	color: #3fca55;
	z-index: 1;
} */


.product-name-rating a{
	color: black !important;
	
}
.review-textarea{
	height: 100px;
	font-size: 13px;
}

.file-input{
	display:block;
	height:60px;
	border:2px solid rgba(0, 0, 0, 0.388);
	align-items:center;
	background-color: #edededf0;
	padding-top: 15px;
}



.slide .carousel-control-next:hover, 
.slide .carousel-control-prev:hover,
.slide .carousel-control-next:focus,
.slide .carousel-control-prev:focus{
	background-color: transparent !important;
	
}
iframe {
	height: 350px !important;
}
@media screen and (max-width: 450px) {
	iframe {
		height: 200px !important;
	}
	
}
.tracking-icon i{
	color: rgba(0, 0, 0, 0.575);
	font-size: 13px;
	
}
.tracking-icon{
	height: 35px;
	width: 35px;
	background-color: #f4f4f4;
	border-radius: 50%;
}
.col-12{
	position: relative !important;
}
.status-pending{
	position: absolute;
	left: -18px !important;
}

/** payment success **/
.fancy-row {
	/* border-bottom: 1px solid #e8e7c8; */
	padding: 15px 0 5px 0 !important;
	display: flex;
	align-items: center;
}

.fancy-label {
	font-weight: 600;
	font-size: 16px;
	color: #555;
}

.fancy-value {
	font-weight: 400;
	font-size: 16px;
}

.fancy-row:last-child {
	border-bottom: none;
}

.fancy-label::after {
	
	margin-left: 5px;
	color: #888;
}

.fancy-row h6
{
	margin-bottom:0 !important;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) 
{
	.fancy-label, .fancy-value {
		font-size: 14px;
	}
	
}



.track-order-custname
{
	font-size:16px;
}

/** shop by categories **/
.caption div {
	box-shadow: 0 0 5px #C8C8C8;
	transition: all 0.3s ease 0s;
}

/* Container to center the .img-circle div */
.center-container {	
	justify-content: center;
	align-items: center;
}

/* .img-circle styling */
.center-container .img-circle {
	border-radius: 5%;
	margin: 0; 
	display: flex;
	justify-content: center;
	align-items: center;
	background:linear-gradient(to left bottom, #fff, #fefdff, #fdfbfe, #fcf9fd, #fcf7fc);
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

/* Responsive image styling */
.center-container .img-circle img {
	width:100% !important;
	height:230px;
}

.custom-field
{
	font-size:16px;
}
.category a
{
	text-decoration:none;
}

.category p
{
	color:#000;
	margin-top:10px;
}

/** categories page **/
.center-container-category
{
	justify-content: center;
	align-items: center;
}

.center-container-category .img-circle img {
	width:100%;
	height:200px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.category-card1
{
    max-height: fit-content !important;
    width: auto;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.category-card1 a
{
	text-decoration:none;
}

.category-card1 p
{
	color:#000;
	text-align:left;
	padding:5px !important;
}


/* Payment Success page  */

.track-btn{
	
	font-size:15px;
	padding:7px 15px !important;
	box-shadow:#ddd 2px 2px 2px;
	color: #ffffff !important;
}
.track-btn:hover{
	background-color: #e0e0c5;
}
.back-btn{
	font-size:15px;
	padding:7px 15px !important;
	box-shadow:#ddd 2px 2px 2px;
}
.payment-success h1{
	color:#00AD09;
	font-size:20px !important
}


/* For mobile devices */
@media (max-width: 768px) 
{
    .nav-item.social-media {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin-top: 0;
		
	}
	.nav-item.social-media .insta
	{
		width:35px !important;
		height:35px !important;
	}
	.nav-item.social-media .youtube
	{
		width:50px !important;
		height:36px !important;
	}
	
}


/** testimonial desktop view **/
.testimonial-dv .carousel-indicators {
	left: 0;
	top: auto;
	bottom: -40px;
}

.testimonial-dv .carousel-indicators button {
	background: #a3a3a3;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	border: none;
}

.testimonial-dv .carousel-indicators .active {
	background: #707070;
}

.testimonial-dv .mobile-frame {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	filter: brightness(0.6) saturate(0);
}

/* Ensure proper image and frame fitting */
.testimonial-dv .image-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.testimonial-dv .image-container img {
	width: 100%;
}
@media screen and (max-width: 440px) {
	
	.cart-page {
		min-height: 60vh !important;
	}
	
	/** footer **/
	.copy-right
	{
		font-size:13px;
	}
	
	.limited-section .card
	{
		margin-bottom:20px;
	}
	
	.about-img img
	{		
		height:300px  !important;
		margin-bottom:20px !important;
	}
	
	.cat-name {
		word-wrap: break-word;
		white-space: normal;
		text-align: center;
		display: block;
		max-width: 100%;
		overflow-wrap: break-word;
		font-size: 12px; /* Adjust font size for better mobile readability */
		line-height: 1.2; /* Reduce spacing for better fit */
	}
	
	.newsletter
	{
		font-size:14px !important;
		font-weight:bold;
	}
	
	.navbar-brand img
	{
		width:60px;
		height:60px;
		margin-top:0 !important;
		
	}
	.navbar-light
	{
		background:#fff !important;
		box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
		padding:1px 0 1px 0 !important;
	}
	.navbar-toggler-icon {
		//filter: invert(1);
	}
	
	.navbar-light a i
	{
		color:#000 !important;
	}
	
	.swiper-slide img
	{
		height: 120px !important;
	}
	
	.bg-orange-category
	{
		padding:10px 0 10px 0 !important;
	}
	
	.name-nav
	{
		color:#000 !important;
	}
	
	.track-img{
		filter: brightness(0) contrast(100%);		
	}
	.details
	{
		padding-left:0 !important;
	}
	.card-img-top
	{
		height:350px !important;
	}
	
	.home-products
	{
		margin:20px 0 20px 0;
		background:#fff;
		padding:20px !important;
		border-radius:20px;	
		box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
	}
	
	
	
	.card-img-top-product
	{
		height:350px !important;
	}
	
	.card1 img
	{
		height:170px !important;
	}
	
	.search-menu .nav-link
	{
		color:#fff !important;
		display: inline;
		padding:10px;
		font-size:10px;
		top:0 !important;
	}
	.testimonial-card {
		height:200px !important;
	}
	
	.testimonial
	{
	    margin-top:95% !important;
	}
	
	.center-container .img-circle img {
		width:100% !important;
		height:170px;
	}

}



/* Hide arrows in Chrome, Safari, Edge, and Opera */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

/* Hide arrows in Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/** designed-cmp-name [ tkp ]  **/

.designed-cmp-name a
{
	text-decoration:none !important;
}


/** menu **/
.announcement-bar
{
	padding:10px 10px 0 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.announcement-bar a
{
	color:#fff !important;
	text-decoration:none !important;
	text-shadow:2px 2px 6px #000;
	font-weight:600;
}

.nav-first-row {
	min-height: 10px !important;
	color:#2c2528 !important;
	padding:1px 0 1px 0 !important;
}

.nav-second-row {
	height: 60px;
	color:#2c2528 !important;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.search-menu .nav-link
{
	color:#fff !important;
	display: inline;
	padding:6px;
	top:35px;
}

.search-menu .nav-link i
{
	margin-top:25%;
	font-size:20px;
	font-weight:0 !important;
	color:#000;
}

/** shop by categories **/
.bg-orange-category
{
	background:#fcffd6;
	padding:50px 0 50px 0;
}

.swiper-slide img {
	width: 100% !important;
	height: 170px;
	display: block;
	border-radius:10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.swiper-slide a
{
	color:#000 !important;
	text-decoration:none !important;
}

/** limit & best **/
.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.card-img-top {
    width: 100% !important;
    height: 550px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.card-img-top-product
{
    width: 100% !important;
    height: 400px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
	border-radius:20px;
}

.overlay-text {
    position: absolute;
    bottom: 20px; /* Adjust position */
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6); /* Transparent black background */
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
}

.overlay-text h3 {
    white-space: nowrap;  /* Prevent text from wrapping */
    overflow: hidden;      /* Hide overflow text */
    text-overflow: ellipsis; /* Add '...' if text is too long */
    font-size: 16px; /* Adjust as needed */
    padding: 6px 5px 0 5px !important;
}

/** newsletter **/
.bg-orange-newsletter
{
	background:#fcffd6;
	padding:20px;
}
.bg-orange-newsletter .form-control, .bg-orange-newsletter .input-group .btn
{
	border-radius:20px;
	z-index: 1;
}

.bg-orange-newsletter .btn-primary
{
	border-top-right-radius:20px !important;
	border-bottom-right-radius:20px !important;
}

.about-img img
{
	width:100%;
	border-radius:10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	height:150px;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon
{
	width: 30px !important; /* Set the size of the button */
    height: 30px !important; /* Set the size of the button */
    border-radius: 20% !important; /* Make the button circular */
    border: 1px solid #007bff !important; /
	padding:50px !important;
}

/** desktop menu **/
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px !important; /* Adjust padding for spacing */
    white-space: normal !important; /* Allow text to wrap */
    word-wrap: break-word;
    text-align: center; /* Center align for better appearance */
    display: block; /* Ensure wrapping within its container */
	font-size:16px;
}

.social-media .nav-link
{
	color:#fff !important;
}

/** products page **/
.wishlist-btn {
    position: absolute;
    top: -110px;  /* Reduced to ensure it's near the image edge */
    right: 5px; /* Moves it to the right corner */
    background: #000 !important;
    border-radius: 50%;
    font-size: 14px; /* Adjust icon size if needed */
    cursor: pointer;
    color: #fff !important;
    border: #fff solid 1px;
    padding: 5px;
    width: 28px; /* Make it smaller for better fit */
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10; /* Ensures it's above the image */
}


/** single product page **/
/* Ensure arrows are properly positioned */
.mobile-scroll-btn {
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.6); /* Slight transparency */
	color: white;
	border: none;
	padding:6px;
	cursor: pointer;
	z-index: 10;
	font-size: 12px;
	border-radius: 10%;
}

.btn-light
{
	background: rgba(0, 0, 0, 0.6); /* Slight transparency */
	color: white;
	border: none;
}

/* Position left arrow outside the image list */
#scrollLeft {
	left: -1px;
}

/* Position right arrow outside the image list */
#scrollRight {
	right: -1px;
}

/* Ensure the image container does not overlap with arrows */
#mobileImageContainer {
	padding:10px 0 0 0; /* Creates space for the arrows */
	overflow: hidden;
	white-space: nowrap;
	//display: flex;
	justify-content: center;
	position: relative;
}

#mobileImageList {
	display: flex;
	transition: transform 0.3s ease;
	width: max-content;
}


.navbar-expand-lg .navbar-nav .dropdown-menu
{
	border-radius:0 !important;
}


footer {
	/* position: fixed;
		bottom: 0;
	width: 100%; */
	background-color: #272727;
}

.quick-links a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	color: aqua;
}
.footer-a a{
	color: #000;
	text-decoration: none;
}

/** menu **/
.name-nav{
	color:#fff;
}


/** home **/
.bg-products
{
	background:#ddd;	
}

.home-products
{
	margin:20px 0 20px 0;
	background:#fff;
	padding:50px;
	border-radius:20px;	
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

/* Product Gallery Styles */
.product-gallery {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.product-gallery__media-list-wrapper {
	width: 100%;
}

.product-gallery__media-list {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 470px;
	padding: 0;
	scrollbar-width: none;
}

.product-gallery__media-list::-webkit-scrollbar {
	display: none;
}

.product-gallery__media {
	scroll-snap-align: start;
	flex: 0 0 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	height: auto;
}

.product-gallery__media img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 550px;
	object-fit: fill;
	margin: 0 auto;
}

.product-gallery__thumbnail-list-wrapper {
	overflow: hidden;
}

.product-gallery__thumbnail-list {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding-bottom: 10px;
}

.product-gallery__thumbnail-list::-webkit-scrollbar {
	display: none;
}
.product-gallery__thumbnail {
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 4px;
	transition: border-color 0.2s ease;
	flex: 0 0 auto;
	padding: 0;
	background: none;
}

.product-gallery__thumbnail[aria-current="true"] {
	//border-color: #000;
}

.product-gallery__thumbnail {
	border-radius: 10px;
}

.product-gallery__thumbnail img {
	display: block;
	width: 100px;
	border-radius: 10px;
	height: 100px;
	object-fit: cover;
}

.circle-button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: white;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0.8;
	transition: opacity 0.2s ease;
}

.circle-button:hover {
	opacity: 1;
}

/* Gallery Controls */
.gallery-controls {
	position: relative;
	width: 100% !important;
	display: flex;
	flex-direction: row;
}

.gallery-progress-container {
	width: 100%;
	padding-top: 15px;
}

.gallery-progress-bar {
	height: 4px;
	background-color: #e0e0e0;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}

.gallery-progress-fill {
	height: 100%;
	border-radius: 2px;
	transition: width 0.3s ease;
}

.gallery-nav-buttons {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-left: 10px;
}

.gallery-nav-button {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: white;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
}

.gallery-nav-button:hover {
	background: #f5f5f5;
}

.gallery-nav-button svg {
	width: 20px;
	height: 20px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
	.product-gallery__media img {
		max-height: 400px;
	}
	.product-gallery__thumbnail {
		margin-top: 20px;
	}
	.product-gallery__thumbnail img {
		width: 100px;
		height: 100px;
		margin-top:0 !important;
	}
	
	.gallery-controls {
		padding: 0 10px;
	}
	
	.gallery-nav-button {
		width: 36px;
		height: 36px;
	}
	.product-gallery__media-list {
		height: 350px;
		border-radius:10px;
	}
	.gallery-progress-container {
		margin-left: auto;
	}
}

/* Testimonials Container */
.testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centers items on mobile */
    gap: 15px;
	align-items: stretch;
}

.testimonial-card {
    flex: 1 1 calc(100% - 30px); /* Full width on small screens */
	width:100% !important;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	margin-bottom:20px;
	margin-top:10px;
	height:200px;
}

.profile-icon {
    width: 40px !important;
    height: 40px  !important;
    border-radius: 50%;
    margin-right: 10px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
}

.verified-badge {
    background-color: #6fbf73;
    color: white;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 5px;
    margin-left: 10px;
}

.stars {
    color: #ffc107;
    font-size: 14px;
    margin-bottom: 5px;
}

.review-text {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}






