html {
    scroll-behavior: smooth;
}

a{text-decoration: none!important; color:inherit;}

/* navbar section css start*/
.collapsed {
    max-height: 337px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

/* New classes for the product section */
.product-collapsed {
    max-height: 665px; /* Adjust as per the height of 2 rows */
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}




.navbar {
	padding: 10px;
	box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.1);
}

.logo-section {
	display: block;
	/* width: 300px; */
	height: 79px;
}

.brand-logo img {
	width: 100%;
	object-fit: contain;
	height: 100%;
}

.navbar {
	padding: 0 42px !important;
}

.navbar-expand-md .navbar-nav .nav-link {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0px;
	color: var(--main-secondary-color);
	text-transform: capitalize;
	padding: 0 12px;
}

.cart-icon2 {
	border: 1px solid #ccc;
	border-radius: 5px;
	display: flex;
	width: 40px;
	height: 40px;
	line-height: 33px;
	margin-right: 5px;
	justify-content: center;
	align-items: center;
}

.top-bar {
	background-color: var(--main-secondary-color);
	padding: 0 87px !important;
}

.top-bar ul {
	display: flex;
	justify-content: right;
	align-items: center;
}

.top-bar ul li a {
	color: var(--white);
}

.top-bar ul li {
	padding: 4px 0px;
	margin-left: 20px;
}

.top-bar .link-icon svg {
	fill: var(--white);
}

.cart-icon2 img {
	width: 20px;
}

.navbar-brand p {
	margin-left: 9px;
	font-size: 17px;
	font-weight: 700;
	color: var(--main-primary-color);
	text-transform: uppercase;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	height: 22px;
	white-space: normal;
	/* width: 230px; */
}

.lg-section {
	/* width: 70px; */
	height: 70px;
}

.bg-theme {
	background-color: var(--bg-navbar-color);
}

.content-gap {
	padding: 20px 20px;
}

.category-gap {
	padding-top: 30px;
}

.category-item {
	text-align: center;
	width: 9%;
	margin: 0px 8px;
}

.category-item p {
	font-size: 14px;
	font-weight: 600;
	margin-top: 5px;
	height: 39px;
	word-break: break-word;
	color: var(--category-font-color);
}

.category-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.h-nv-fixed-50 {
	width: 100%;
	height: 100px;
}

.category-item a {
	text-decoration: none;
}

.category-item a:hover {
	color: var(--hover-navbar-color);
}

/* catgory section css end*/

/* banner section css start*/

.banner {
	position: relative;
	width: 100%;
	/* min-height: 200px; */
}

.banner-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banner img {
	width: 100%;
}

.banner video {
	width: 100%;
	height: 100%;
}

/* banner section css end*/

/* text section css start*/

.text-section h1 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 20px;
	color: var(--heading-font-color);
}

.text-section p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 25px;
}

/* text section css end*/

/* catalog section css start*/

.catelog-heading {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 15px;
	color: var(--catelog-heading-font-color);
}

.catelog-navigator a {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
	color: var(--catelog-navigator-font-color);
}

.catelog-navigator a:hover {
	color: var(--catelog-navigator-font-hover-color);
}


.theme-cards {
	border-radius: 8px;
	box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.2)
}

.theme-cards2 {
	border-radius: 8px;
	margin-bottom: 20px;
	/* box-shadow: 0 2px 13px -2px rgba(0, 0, 0, 0.2) */
}

.card-title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: var(--product-name);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	height: 21px;
	white-space: normal;
}

.card-title2 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: var(--product-name);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	height: 21px;
	white-space: normal;
}

.card-price {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 0px;
	color: var(--product-price);
	text-transform: capitalize;
}

.shop-btn {
	background-color: var(--white);
	border-color: var(--button-color);
	border-radius: 0;
	color: var(--button-color);
}

.shop-btn:hover {
	background-color: var(--button-color);
	border-color: var(--button-color);
	border-radius: 0;
	color: var(--white);
}

.card-btn {
	font-size: 13px;
	font-weight: 600;
	padding: 8px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--button-color);
	border-color: var(--button-color);
	color: var(--white);
	border-radius: 0 0 8px 8px;
}

.card-btn:hover {
	background-color: var(--button-hover);
	border-color: var(--button-hover);
	color: var(--font-color);
}

.card-image-rounded {
	border-radius: 10px 10px 0 0;
}

.card-image {
	height: 200px;
}

.card-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.description-area {
	padding: 10px 25px;
}

.description-area2 {
	padding: 0px 15px;
}

.price-strike strike {
	color: var(--grey-shade-light2);
}

.category-sections {
	margin-bottom: 35px;
}

.category-item p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	height: 21px;
	white-space: normal;
}

.gap-rows {
	padding: 0 20px !important;
}


/* catalog section css end*/

/*---------- light slider ------------*/

/* Add custom styles for centralizing LightSlider */
.lightslider-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	/* Adjust as needed */
}

.categories {
	width: 80%;
	/* Adjust width as needed */
	margin: 0 auto !important;
}

/*---------- light slider ------------*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	/* Styles for extra small devices */
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	/* Styles for small devices */
}

@media only screen and (max-width: 767px) {
	.banner video {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
	.custom-carousel {
		height: 150px;
	}

	.custom-carousel .carousel-inner {
		height: 150px;
	}

	.custom-carousel .carousel-inner img,
	.custom-carousel .carousel-inner video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.carousel-control-next,
	.carousel-control-prev {
		width: 8%;
	}

	.carousel-control-next-icon,
	.carousel-control-prev-icon {
		height: 18px;
		width: 19px;
	}

	.lSAction {
		display: none !important;
	}

	.theme-cards2 {
		margin-bottom: 20px;
	}

	.top-bar {
		padding: 0 10px !important;
	}

	.navbar {
		padding: 0 10px !important;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		font-size: 13px;
		padding: 10px 15px;
		line-height: 2;
		border-bottom: 1px solid #f2f2f2;
	}

	.sidenav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 2;
		top: 0;
		left: 0;
		background-color: var(--white);
		overflow-x: hidden;
		transition: 0.5s;
		padding-top: 60px;
		box-shadow: 10px 0px 15px -5px rgba(0, 0, 0, 0.3);
	}

	.sidenav .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
		color: var(--black);
	}

	.togler-btn {
		font-size: 30px;
	}

	.lg-section {
		width: 62px;
		height: 62px;
	}

	.navbar-brand p {
		font-size: 16px;
		width: 240px;
		height: 22px;
	}

	.logo-section {
		min-width: 292px;
		height: 70px;
	}

	.link-icon .card-numbers {
		font-weight: 400;
		font-size: 12px;
		line-height: 22px;
		color: var(--white);
		height: 22px;
		width: 22px;
		right: -9px;
		top: -8px;
		background-color: var(--main-primary-color);
	}

	.theme-body {
		margin-top: 6.5rem;
	}

	.categories {
		align-items: center;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.category-item {
		align-items: center;
		display: flex;
		flex-direction: column;
		height: 106px;
		justify-content: flex-start;
		margin-right: 8px;
		min-height: 92px;
		/* min-width: 68px; */
		width: 68px;
	}

	.content-gap {
		padding: 20px 0px;
	}

	.banner img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.h-nv-fixed-50 {
		width: 100%;
		height: 70px;
	}

	.category-item p {
		font-size: 11px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		height: 14px;
		white-space: normal;
	}

	.text-section h1 {
		font-size: 21px;
		font-weight: 600;
	}

	.text-section p {
		font-size: 13px;
	}

	.catelog-heading {
		font-size: 15px;
	}

	.catelog-navigator a {
		font-size: 12px;
	}

	.card-image {
		height: 149px;
	}

	.card-title {
		font-size: 12px;
		height: 16px;
	}

	.card-price {
		font-size: 12px;
	}

	.price-strike {
		font-size: 12px;
	}

	.card-btn {
		font-size: 12px;
		padding: 7px 10px;
	}

	.theme-cards {
		margin-bottom: 0;
	}

	.gap-rows {
		padding: 0 20px !important;
	}

	.fixed-height-42 {
		height: 32px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.banner video {
		width: 100%;
		height: 450px;
		object-fit: cover;
	}
	.custom-carousel {
		height: 310px;
	}

	.custom-carousel .carousel-inner {
		height: 310px;
	}

	.custom-carousel .carousel-inner img,
	.custom-carousel .carousel-inner video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.carousel-control-next,
	.carousel-control-prev {
		width: 4%;
	}

	.lSAction>.lSPrev {
		left: -14px !important;
		font-size: 28px !important;
		top: 35% !important;
		z-index: 99 !important;
	}

	.lSAction>.lSNext {
		right: -27px !important;
		font-size: 28px !important;
		top: 35% !important;
		z-index: 99 !important;
	}

	.position-relative {
		position: relative;
	}

	.lSSlideWrapper {
		position: static !important;
	}

	.theme-body {
		margin-top: 7rem;
	}

	.sidenav {
		max-width: 700px;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		white-space: normal;
	}

	.categories {
		align-items: center;
		display: flex;
		flex-direction: row;
		justify-content: center;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.category-item {
		align-items: center;
		display: flex;
		flex-direction: column;
		height: 136px;
		justify-content: flex-start;
		margin-right: 8px;
		min-height: 96px;
	}

	.fixed-height-42 {
		/* height: 42px; */
		height: 22px;

	}

	/* Styles for medium devices */
}

/* Large devices (laptops/desktops, 991px and down) */
@media only screen and (max-width: 991px) {

	/* Styles for large devices */
	.card-title {
		font-size: 12px;
	}

	.card-price {
		font-size: 12px;
	}

	.price-strike {
		font-size: 12px;
	}

	.card-btn {
		font-size: 12px;
		padding: 7px 10px;
	}

	.card-image {
		height: 146px;
	}

	.text-section h1 {
		font-size: 22px;
	}

	.text-section p {
		font-size: 14px;
	}

	.catelog-heading {
		font-size: 22px;
	}

	.catelog-navigator a {
		font-size: 14px;
	}

	.h-nv-fixed-50 {
		height: 65px;
	}

	.category-item {
		height: 96px !important;
		min-height: 96px !important;
	}

	.fixed-height-42 {
		/* height: 30px; */
		height: 17px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	/* Styles for extra large devices */
}

@media only screen and (max-width: 640px) {
	.collapsed {
		max-height: 308px;
		
	}
	
	
	
}
@media only screen and (max-width: 480px) {
	.collapsed {
		max-height: 298px;
		
	}
	
	/* New classes for the product section */
	.product-collapsed {
		max-height: 785px; /* Adjust as per the height of 2 rows */
		
	}
}

@media (min-width: 376px) and (max-width: 414px) {
    .h-nv-fixed-50 {
        height: 65px;
        padding: 0px 15px!important;
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    .h-nv-fixed-50 {
        height: 65px;
        padding: 0px 10px!important;
    }
}	



.no-content
{
	width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-theme
{
    background-color: var(--main-primary-color)!important;
	color: var(--white)!important;
	border-color: var(--main-primary-color)!important;
	font-size: 20px;
    margin-top: 15px;
    padding: 15px 20px;
    text-transform: capitalize;
}

.content-msg
{
	font-size: 25px;
}


@media only screen and (min-width: 768px) {
	.col-20 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.container-fx {
		margin: 0 auto;
		max-width: 1500px;
		width: 100%;
		padding: 0;
	}

	.container-wh {
		margin: 0 auto;
		max-width: 1150px;
		width: 100%;
		padding: 0;
	}
}

/* =================== */
@media only screen and (max-width: 767px) {
	.col-20 {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media only screen and (min-width: 1200px) {
	.container-fluid-wh {
		margin: 0 auto;
		max-width: 1500px;
		width: 100%;
		padding: 0;
	}	
}

@media only screen and (min-width: 1501px) {
	.container-fluid-wh {
		margin: 0 auto;
		max-width: 1836px;
		width: 100%;
		padding: 0;
	}	

	.container-fx {
		margin: 0 auto;
		max-width: 1800px;
		width: 100%;
		padding: 0;
	}

	.container-fluid-fixed {
        margin: 0 auto;
        max-width: 1569px;
        width: 100%;
        padding: 0;
    }

    .h-nv-fixed-50 {
        width: 100%;
        height: 140px;
    }

    .category-item {
        height: 180px !important;
        min-height: 180px !important;
    }

    .lSSlideOuter .lSPager,
    .lSSlideOuter .lightSlider {
        height: 182px !important;
    }
	
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background: var(--white);
	box-shadow: 0 5px 5px -5px var(--grey-shade-light3);
}