﻿.atage,
.header-icons .icon-link,
.header-top-bar a,
.main-nav-link,
.main-submenu a,
.search-results li a,
.sidebar-nav-item a {
	text-decoration: none
}

.product-strip-item span,
.search-bar .dropdown-toggle,
.text-truncate {
	text-overflow: ellipsis;
	white-space: nowrap
}

.filter-list,
.list-unstyled,
.more-news ul {
	list-style: none
}

.header-icons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 25px
}

.header-icons .icon-link {
	position: relative;
	display: flex;
	align-items: center;
	color: #495057;
	font-size: 14px
}

.header-icons .icon-link i {
	font-size: 1.5rem;
	margin-right: 8px
}

.header-icons .badge {
	position: absolute;
	top: -8px;
	left: 12px;
	font-size: 10px;
	padding: 3px 5px;
	border-radius: 50%
}

  .tsb-header-top-bar {
    font-family: 'Inter', sans-serif;
    background: var(--header-back);
    color: var(--header-text);
    font-size: 0.875rem; 
    position: relative;
    height: 50px;
    z-index: 20;
}

        .tsb-nav-link {
            position: relative;
            text-decoration: none;
            padding-bottom: 4px;
            font-weight: 500;
            transition: color 0.3s ease, font-weight 0.3s ease, transform 0.3s ease;
            color: #ffffff;
        }

        .tsb-nav-link:hover {
            color: #fefce8;
            font-weight: 700;
            transform: scale(1.1);
        }

        .tsb-nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 1.5px;
            display: block;
            margin-top: 2px;
            right: 0;
            background: #ef4444;
            transition: width 0.3s ease;
            -webkit-transition: width 0.3s ease;
        }

        .tsb-nav-link:hover::after {
            width: 100%;
            left: 0;
            background-color: #ef4444;
        }

        .tsb-social-icon {
            transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
            width: 28px;
            height: 28px;
        }

        .tsb-social-icon:hover {
            transform: scale(1.15);
        }
 
        .tsb-dropdown-toggle {
            color: white;
            text-decoration: none;
        }
        .tsb-dropdown-toggle:hover {
            color: #fefce8;
        }
        .tsb-dropdown-toggle::after{
            margin-left: .25em;
            vertical-align: .25em;
        }

.main-header {
	background-color: var(--searchbar);
	padding: 20px 0;
	border-bottom: 1px solid #e9ecef;
	position: relative
}

.logo {
	max-height: 40px
}

.search-bar .input-group {
	border: 1px solid #ced4da;
	border-radius: 8px;
	height: 49px
}

.search-bar .btn,
.search-bar .form-control,
.search-bar-wrapper .form-control {
	border: none;
	box-shadow: none
}

.search-bar .form-control:focus {
	border-color: transparent;
	box-shadow: none
}

.search-bar .dropdown-toggle {
	background-color: #f8f9fa;
	color: #495057;
	border-right: 1px solid #ced4da;
	width: 180px;
	overflow: hidden;
	text-align: left;
	display: inline-block
}

.search-bar .search-btn {
	background-color: transparent;
	color: #495057
}

.search-container {
	position: relative;
	max-width: 80%;
	margin: 0 auto
}

.search-bar-wrapper {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 8px;
	padding: 5px
}

.cart_product-dropdown,
.search-results {
	position: absolute;
	top: 100%;
	z-index: 1000;
	display: none
}

.search-bar-wrapper .dropdown-toggle {
	background-color: #f8f9fa;
	border: none;
	color: #495057
}

.search-bar-wrapper .search-btn {
	background: 0 0;
	border: none;
	color: #6c757d
}

.search-results {
	left: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #e9ecef;
	border-top: none;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	max-height: 400px;
	overflow-y: auto
}

.search-results ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.search-results li a {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	color: #333;
	border-bottom: 1px solid #f0f2f5
}

.deal-product-link:hover .deal-product-item,
.details-discription thead,
.product-listing-page,
.search-results li a:hover {
	background-color: #f8f9fa
}

.search-results img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 8px;
	margin-right: 15px
}

.cart_product-dropdown {
	right: 0;
	width: 350px;
	background-color: #fff;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
	padding: 15px;
	margin-top: 10px
}

.cart_product-dropdown.show  {
	display: block; 
}

.main-nav-items:hover .main-submenu,
.sidebar-nav-item.active .sidebar-submenu {
	display: block;
	background-color:var(--manu-hover);
}

.cart_product-item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e9ecef;
	padding: 10px 0;
	position: relative
}

.cart_product-item:last-child {
	border-bottom: none
}

.cart_product-item-image {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 6px;
	margin-right: 15px
}

.cart_product-item-info {
	flex-grow: 1
}

.cart_product-item-info h5 {
	margin: 0;
	font-size: 16px;
	font-weight: 600
}

.cart_product-item-info hr {
	margin: 5px 0;
	border-top: 1px solid #dee2e6
}

.cart_product-item-info p {
	margin: 0;
	color: #6c757d;
	font-size: 14px
}

.cart_product-items-list {
	max-height: 250px;
	overflow-y: auto;
	margin-bottom: 15px
}

.cart_product-item-delete {
	position: absolute;
	top: 10px;
	right: 0;
	color: #dc3545;
	cursor: pointer;
	font-size: 1.2rem;
	transition: color .2s ease-in-out
}

.cart_product-item-delete:hover {
	color: #c82333
}

.cart-header {
	text-align: center;
	margin-bottom: 1rem;
	position: relative
}

.cart-header h4 {
	font-weight: 700;
	color: #333;
	margin-bottom: 0
}

.cart-header::after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #00a9e0;
	margin: 8px auto 0
}

.close-cart-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #e9ecef;
	color: #6c757d;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 10
}

.close-cart-btn:hover {
	background-color: #dee2e6
}

.main-slider {
	max-width: 900px;
	width: 100%;
	box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
	border-radius: 12px;
	overflow: hidden
}
.service-slider { 
	width: 100%;
	box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
	border-radius: 12px;
	overflow: hidden
}
.category-nav-element,
.main-slider .carousel-item,
.service-slider .carousel-item,
.pro_details_thumbnail-slider-wrapper,
.scrollable-product-section {
	position: relative
}

.main-slider .carousel-item img  ,
.service-slider .carousel-item img {
	aspect-ratio: 16/7;
	object-fit: cover;
	width: 100%;
	height: auto !important
}

.main-slider .carousel-caption,
.service-slider .carousel-caption {
	position: absolute;
	top: 15%;
	right: 15%;
	bottom: 0;
	left: 15%;
	padding: 20px;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: 0 0;
	height: auto;
	opacity: 0
}

.main-slider .carousel-caption.text-left ,
.service-slider .carousel-caption.text-left {
	align-items: flex-start;
	text-align: left
}

@keyframes slideDown {
	0% {
		transform: translateY(-80px);
		opacity: 0
	}

	100% {
		transform: translateY(0);
		opacity: 1
	}
}

.main-slider .carousel-item.active .carousel-caption ,
.service-slider .carousel-item.active .carousel-caption {
	animation: 1.2s ease-out forwards slideDown
}

.main-slider .carousel-caption h4,
.service-slider .carousel-caption h4 {
	font-size: 2.5rem;
	font-weight: 700;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, .8)
}

.main-slider .carousel-caption p,
.service-slider .carousel-caption p {
	font-size: 1.2rem;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, .7);
	margin-bottom: 1.5rem
}

.main-slider .carousel-caption .btn,
.service-slider .carousel-caption .btn {
	border-radius: 30px;
	padding: 10px 30px;
	font-weight: 700;
	transition: transform .3s
}

.main-slider .carousel-caption .btn-custom-blue,
.service-slider .carousel-caption .btn-custom-blue {
	background-color: #00a9e0;
	border-color: #00a9e0;
	color: #fff
}

.main-slider .carousel-caption .btn:hover,
.service-slider .carousel-caption .btn:hover {
	transform: scale(1.05)
}

.main-slider .carousel-caption .btn-custom-blue:hover,
.service-slider .carousel-caption .btn-custom-blue:hover {
	background-color: #008fbf;
	border-color: #008fbf
}

.main-slider .carousel-control-next,
.service-slider .carousel-control-next,
.service-slider .carousel-control-prev,
.main-slider .carousel-control-prev {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	opacity: .8;
	transition: .3s;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.main-slider .carousel-control-next:hover,
.service-slider .carousel-control-next:hover,
.service-slider .carousel-control-prev:hover,
.main-slider .carousel-control-prev:hover {
	background-color: #e9ecef;
	opacity: 1
}

.main-slider .carousel-control-prev ,
.service-slider .carousel-control-prev {
	left: 15px
}

.main-slider .carousel-control-next,
.service-slider .carousel-control-next,
.product-card:hover .product-actions {
	right: 15px
}

.main-slider .carousel-control-next-icon,
.service-slider .carousel-control-next-icon,
.service-slider .carousel-control-prev-icon,
.main-slider .carousel-control-prev-icon {
	background-image: none
}

.main-slider .carousel-control-next i,
.service-slider .carousel-control-next i,
.service-slider .carousel-control-prev i,
.main-slider .carousel-control-prev i {
	font-size: 1.5rem;
	color: #212529
}

.aiz-category-menu .category-nav-element:hover .sub-cat-menu {
	display: none
}

.aiz-category-menu .sub-cat-menu {
	display: none;
	position: absolute;
	min-width: 200px;
	max-width: 300px;
	left: 100%;
	max-height: auto;
	min-height: 30px;
	height: auto;
	overflow: visible;
	top: 0;
	z-index: 9;
	background-color: #fff;
	overflow-y: visible
}

.aiz-category-menu ul li:hover>.sub-cat-menu {
	display: block !important
}

.aiz-category-menu .sub-cat-menu ul li {
	margin: 0 8px
}

.aiz-category-menu .sub-cat-menu ul li a:hover {
	padding-left: 5px
}

.aiz-category-menu .sub-cat-menu ul li:last-child {
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important
}

.aiz-category-menu .sub-cat-menu.li-wraping-enabled {
	max-width: 550px;
	width: auto;
	min-width: 400px
}

.aiz-category-menu .sub-cat-menu.li-wraping-enabled>ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap
}

.aiz-category-menu .sub-cat-menu.li-wraping-enabled>ul li {
	width: calc(50% - 16px)
}

.position-static {
	position: static !important
}

.shadow-sm {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05) !important
}

.bg-soft-primary {
	background-color: #feebdb !important
}

.text-reset {
	color: inherit !important
}

.text-truncate {
	overflow: hidden
}

.deal-products,
.product-strip-inner,
.t-main-menu {
	-ms-overflow-style: none;
	scrollbar-width: none
}

.text-left {
	text-align: left !important
}

.font-14 {
	font-size: 14px
}

.font-12 {
	font-size: 12px
}

.font-110 {
	font-size: 110px
}

.font-16 {
	font-size: 16px
}

.font-18 {
	font-size: 18px
}

 
 
        .t-main-menu-section {
            background-color: var(--manu-color);
            padding: 10px 0;
        }
        .t-main-menu {
            display: flex;
            align-items: center;
            position: relative;
            padding: 0;
            margin: 0;
            overflow-x: auto; 
            flex-wrap: nowrap; 
        }
        .main-nav-items {
            position: relative;
            display: inline-block;
            flex-shrink: 0; 
        }
        .main-nav-link {
            color: var(--manu-text-col);
            font-size: 16px;
            padding: 10px 15px;
            display: inline-block;
            text-decoration: none;
        }
        .main-nav-link:hover {
            background-color: var(--manu-hover);
        }
        .main-nav-link.has-submenu:after {
            content: " ▾";
        }
        
        .t-main-menu::-webkit-scrollbar {
            display: none;
        }
        .t-main-menu {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        
        .menu-icon {
            color: white;
            font-size: 20px;
            padding: 10px;
            cursor: pointer;
            background-color: transparent;
            border-radius: 0;
            display: none;
        }
        
        .sidebar-menu {
            display: none;
            position: fixed;
            top: 0;
            left: -250px;
            width: 250px;
            height: 100%;
            padding-bottom: 100px; 
            background-color: var(--manu-color);;
            padding-top: 60px;
            transition: left 0.3s ease;
            z-index: 1000;
            overflow-y: auto; 
        }
        .sidebar-menu.active {
            left: 0;
        }
        .sidebar-nav-item a {
            color: var(--manu-text-col);
            padding: 15px 20px;
            text-decoration: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .sidebar-nav-item a:hover {
            background-color: var(--manu-hover);
        }
        .sidebar-nav-item.active .sidebar-submenu {
            display: block;
        }
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: white;
    color: #28a745;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: transform 0.2s;
}

.close-btn:hover {
    transform: scale(1.1);
}
        
        .main-submenu {
            display: none;
            position: absolute;
            background-color: var(--manu-color);
            min-width: 150px;
            max-height: 200px;
            overflow-y: auto;
            box-shadow: 0 8px 16px rgba(0,0,0,0.2);
            top: 100%;
            left: 0;
            z-index: 1001;
        }
        
        .main-submenu::-webkit-scrollbar {
            display: none;
        }
        .main-submenu {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
        .main-nav-items:hover .main-submenu {
            display: block;
        }
        .main-submenu a {
            color: var(--manu-text-col);
            padding: 10px 15px;
            display: block;
            text-decoration: none;
        }
        .main-submenu a:hover {
            background-color: var(--manu-color);
        }
        
        .sidebar-submenu {
            display: none;
            padding-left: 20px;
            max-height: 200px; 
            overflow-y: auto; 
        }
        
        .sidebar-submenu::-webkit-scrollbar {
            display: none;
        }
        .sidebar-submenu {
            -ms-overflow-style: none;
            scrollbar-width: none;
        } 
        .sidebar-submenu  a:hover {
            background-color: var(--manu-color);
        }
        
        @keyframes scrollHint {
            0% { transform: translateX(0); }
            50% { transform: translateX(-50px); }
            100% { transform: translateX(0); }
        }
        

 
 

.deal-product-item,
.todays-deal {
	padding: 10px;
	background-color: #fff
}

 

.todays-deal {
	border: 2px solid coral;
	border-radius: 8px
}

.todays-deal-header {
	text-align: center;
	font-weight: 700;
	font-size: 1.2rem;
	margin-bottom: 10px
}

.todays-deal-header .badge {
	background-color: #ff4500
}

.deal-products {
	max-height: 380px;
	overflow-y: auto
}

.deal-products::-webkit-scrollbar {
	display: none
}

.cart_page_product-name a,
.deal-product-link,
.list-product .product-title-link {
	text-decoration: none;
	color: inherit
}

.deal-product-item {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 10px;
	transition: background-color .3s
}

.deal-product-item img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 8px;
	margin-right: 10px
}

.deal-product-info .price {
	font-weight: 700;
	color: coral
}

.deal-product-info .discount-price {
	text-decoration: line-through;
	color: #aaa;
	font-size: .9rem
}

.product-strip-section {
	background-color: #f8f9fa;
	padding: 15px;
	border-radius: 8px
}

.product-strip-inner {
	display: flex;
	overflow-x: auto;
	gap: 5px
}

.product-strip-inner::-webkit-scrollbar {
	display: none
}

.product-strip-item {
	flex: 0 0 auto;
	width: 85px;
	text-align: center
}

.more-news a,
.product-strip-item a {
	text-decoration: none;
	color: #333
}

.product-strip-item img {
	width: 75px;
	height: 75px;
	object-fit: cover;
	border-radius: 8px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ddd;
	margin-bottom: 8px
}

.product-strip-item span {
	font-size: 14px;
	display: block;
	overflow: hidden
}

.category-section {
	padding: 40px 0;
	background-color: #f0f2f5
}

.category-card-new {
	background-color: #fff;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #333;
	transition: box-shadow .3s;
	overflow: hidden;
	position: relative
}

.category-card-new:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.category-card-new .category-image {
	flex: 0 0 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 8px
}

.category-card-new img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s;
	border: none
}

.category-card-new:hover img,
.list-product .product-image-wrapper:hover img {
	transform: scale(1.2)
}

.category-card-new .category-info {
	padding-left: 30px;
	text-align: center;
	flex-grow: 1
}

.category-card-new .category-info h5 {
	font-weight: 700;
	color: #00a9e0;
	margin: 0;
	text-decoration: reght
}

.category-card-new .category-info p {
	margin: 0;
	font-size: 1rem
}

.category-card-new::after,
.category-card-new::before {
	content: '';
	position: absolute;
	background-color: #00a9e0
}

.category-card-new:hover::before {
	animation: 1s linear forwards border-anim-x
}

.category-card-new:hover::after {
	animation: 1s linear forwards border-anim-y
}

@keyframes border-anim-x {
	0% {
		top: 0;
		left: 0;
		width: 0;
		height: 1px
	}

	25% {
		top: 0;
		left: 0;
		width: 100%;
		height: 1px
	}

	50% {
		top: 100%;
		left: 0;
		width: 100%;
		height: 1px
	}

	100%,
	75% {
		top: 100%;
		left: 100%;
		width: 0;
		height: 1px
	}
}

@keyframes border-anim-y {

	0%,
	25% {
		top: 100%;
		left: 0;
		width: 1px;
		height: 0
	}

	50% {
		top: 0;
		left: 0;
		width: 1px;
		height: 100%
	}

	75% {
		top: 0;
		left: 100%;
		width: 1px;
		height: 100%
	}

	100% {
		top: 0;
		left: 100%;
		width: 1px;
		height: 0
	}
}

.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0
}

.section-header h2 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #333;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 3px solid coral;
	display: inline-block
}

.section-header .view-all-btn {
	text-decoration: none;
	color: #333;
	font-weight: 500;
	border-bottom: 1px solid coral
}

.product-card {
	border: 1px solid #e9ecef;
	border-radius: 12px;
	background-color: #fff;
	transition: transform .3s, box-shadow .3s;
	display: flex;
	flex-direction: column
}

.product-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.brand-card:hover,
.product-card-horizontal:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	transform: translateY(-5px)
}

.product-image-container {
	height: 280px;
	overflow: hidden;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	position: relative
}

.product-actions,
.product-badge,
.scroll-arrow {
	position: absolute;
	z-index: 10
}

.product-badge {
	top: 15px;
	left: 15px;
	background-color: coral;
	color: #fff;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 500
}

.product-actions {
	top: 15px;
	right: -50px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: right .4s
}

.product-actions .btn {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #fff;
	color: #333;
	border: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center
}

.product-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s
}

.brand-card:hover img,
.cart_page_product-image:hover,
.footer .social-icons a:hover,
.product-card-horizontal:hover .product-image,
.product-card:hover .product-image {
	transform: scale(1.1)
}

.product-info {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1
}

.product-name {
	font-size: .9rem;
	font-weight: 600;
	color: var(--productName);
	text-decoration: none;
	min-height: 50px
}

.price-container {
	margin: 15px 0
}

.rating {
	color: #ffc107;
	margin-bottom: 10px
}

.price {
	font-size: 1.1rem;
	font-weight: 700;
	color: #00a9e0
}

.discount-price {
	text-decoration: line-through;
	color: #adb5bd;
	font-size: 1rem;
	margin-left: 8px
}

.button-group {
	margin-top: auto;
	display: flex;
	justify-content: center;
	gap: 5px
}

.btn-custom {
	border-radius: 50px;
	padding: 8px 12px;
	font-weight: 500;
	font-size: 13px;
	flex-grow: 1;
	transition: .3s;
	border: 1px solid transparent;
	white-space: nowrap
}

.btn-add-to-cart,
.product-card-horizontal .btn-add-to-cart:hover {
	background-color: #00a9e0;
	color: #fff
}

.btn-add-to-cart:hover {
	background-color: #fff;
	color: #00a9e0;
	border-color: #00a9e0
}

.btn-buy-now {
	background-color: #28a745;
	color: #fff
}

.btn-buy-now:hover,
.footer,
.scroll-arrow {
	background-color: #fff
}

.btn-buy-now:hover {
	color: #28a745;
	border-color: #28a745
}

.brand-scroll-wrapper,
.product-scroll-wrapper {
	display: flex;
	overflow-x: auto;
	gap: 1.5rem;
	padding-bottom: 15px;
	scrollbar-width: none
}

.product-scroll-wrapper::-webkit-scrollbar {
	display: none
}

.product-scroll-wrapper .scroll-item {
	flex: 0 0 calc(20% - 1.2rem);
	min-width: 200px
}

.scroll-arrow {
	top: 40%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	cursor: pointer
}

.scroll-arrow.prev {
	left: -20px
}

.scroll-arrow.next {
	right: -20px
}

@media (max-width:991px) {
	.scroll-arrow {
		display: none
	}
}

@media (max-width:767px) {
	.product-scroll-wrapper .scroll-item {
		flex: 0 0 80%
	}
}

.product-card-horizontal {
	background-color: #fff;
	border-radius: 12px;
	padding: 15px;
	display: flex;
	align-items: center;
	border: 1px solid #e9ecef;
	transition: .3s
}

.product-card-horizontal:hover {
	border-color: #00a9e0
}

.product-card-horizontal .image-container {
	flex: 0 0 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 8px
}

.pro_details_image-zoom-container #pro_details_main-image,
.product-card-horizontal .product-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s
}

.product-card-horizontal .product-info {
	padding-left: 15px;
	flex-grow: 1
}

.product-card-horizontal .product-name {
	font-size: 13px;
	font-weight: 600;
	color: #343a40;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 32px
}

.product-card-horizontal .rating {
	color: #ffc107;
	font-size: 12px;
	margin: 5px 0
}

.product-card-horizontal .price {
	font-size: 1rem;
	font-weight: 700;
	color: #00a9e0
}

.product-card-horizontal .discount-price {
	text-decoration: line-through;
	color: #adb5bd;
	font-size: .8rem;
	margin-right: 5px
}

.product-card-horizontal .btn-add-to-cart {
	background-color: #e9ecef;
	color: #343a40;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	transition: background-color .3s, color .3s
}

.footer {
	padding: 40px 0 0; 
}

.footer h5 {
	font-weight: 600;
	margin-bottom: 20px
}

.footer a,
.footer p {
	color: var(--footer-subtitle);
	text-decoration: none
}

.footer a:hover,
.more-news a:hover {
	color: #00a9e0
}

.footer .social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: transform .3s
}

.footer .social-icons .facebook {
	background-color: #1877f2
}

.footer .social-icons .youtube {
	background-color: red
}

.footer .social-icons .twitter {
	background-color: #1da1f2
}

.footer .social-icons .pinterest {
	background-color: #e60023
}

.footer .social-icons .linkedin {
	background-color: #0a66c2
}

.footer .social-icons .whatsapp {
	background-color: #25d366
}

.footer .social-icons .telegram {
	background-color: #08c
}

.details-discription li,
.footer .useful-links li {
	margin-bottom: 10px
}

.footer .useful-links i {
	margin-right: 5px
}

.copyright-bar {
	background-color: var(--copyrightBack);
	padding: 15px 0;
	margin-top: 40px;
	text-align: center;
	font-size: 14px; 
}

      .tsb-back-to-top {
            position: fixed;
            bottom: 90px;  
            right: 20px;
            z-index: 99;
            width: 45px;
            height: 45px;
            background-color: var(--header-back);
            color: var(--header-text);
            border: none;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
            text-decoration: none;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
        }

        .tsb-back-to-top.is-visible {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .tsb-back-to-top:hover {
            background-color: #16a34a;
            color: #ffffff;
            transform: scale(1.1);
        }

.brand-card {
	background-color: #fff;
	border-radius: 12px;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	border: 1px solid #e9ecef;
	height: 120px
}

.brand-card:hover {
	border-color: #00a9e0
}

.brand-card img {
	max-height: 60px;
	max-width: 100%;
	transition: transform .3s
}

.brand-scroll-wrapper::-webkit-scrollbar {
	display: none
}

.brand-item {
	flex: 0 0 calc(20% - 1.2rem);
	min-width: 150px
}

.image-gallery-loader {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
	background-color: #e9ecef;
	border-radius: .375rem
}

.thumbnail-loader {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px
}

.pro_details_image-zoom-container {
	position: relative;
	overflow: hidden;
	cursor: zoom-in;
	height: 450px;
	border-radius: .375rem
}

#expand-gallery-btn {
	position: absolute;
	bottom: .75rem;
	right: .75rem;
	z-index: 10;
	opacity: .8;
	transition: .2s;
	display: none
}

#expand-gallery-btn:hover {
	opacity: 1;
	transform: scale(1.1)
}

.pro_details_color-swatch {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid transparent;
	transition: .2s
}

.pro_details_color-swatch.active {
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px #0d6efd
}

.dropdown-item,
.pro_details_size-option {
	cursor: pointer
}

.pro_details_thumbnail-viewport {
	overflow-x: auto;
	cursor: grab;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.pro_details_thumbnail-viewport.active {
	cursor: grabbing;
	scroll-behavior: auto
}

.pro_details_thumbnail-viewport::-webkit-scrollbar {
	display: none
}

.pro_details_thumbnail-gallery a {
	flex: 0 0 23%;
	max-width: 23%
}

.pro_details_thumbnail-gallery img {
	cursor: pointer;
	border: 2px solid transparent;
	transition: border-color .2s;
	user-select: none;
	width: 100%;
	max-height: 120px
}

.pro_details_thumbnail-gallery img.active {
	border-color: #0d6efd
}

.pro_details_slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
	display: none
}

.pro_details_share-btn {
	width: 38px;
	height: 38px;
	border-radius: 50% !important;
	transition: .2s ease-in-out
}

.pro_details_share-btn:hover {
	background-color: #e9ecef;
	transform: translateY(-2px)
}

.breadcrumb-item.active,
.cart_page_empty-cart-countdown,
.cart_page_empty-cart-text,
.nav-tabs .nav-link {
	color: #6c757d
}

.nav-tabs .nav-link.active {
	color: #000;
	font-weight: 600;
	border-color: #dee2e6 #dee2e6 #fff
}

.breadcrumb-section,
.filter-card .card-header {
	background-color: #fff;
	border-bottom: 1px solid #e9ecef
}

.breadcrumb-section {
	padding: 15px 0
}

.breadcrumb {
	margin-bottom: 0
}

.breadcrumb-item a {
	text-decoration: none;
	color: #00a9e0
}

.details-discription {
	background-color: #fff;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.details-discription h1 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 15px
}

.details-discription h2,
.details-discription h3,
.details-discription h4,
.details-discription h5,
.details-discription h6 {
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 15px
}

.details-discription p {
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 20px
}

.details-discription span {
	color: #555
}

.details-discription strong {
	color: #000
}

.details-discription em {
	font-style: italic
}

.details-discription mark {
	background-color: #fff3cd;
	padding: 2px 5px
}

.checkout-header_step-label,
.details-discription small {
	font-size: .9rem;
	color: #6c757d
}

.details-discription hr {
	margin: 40px 0
}

.details-discription blockquote {
	border-left: 4px solid #00a9e0;
	padding-left: 20px;
	margin: 30px 0;
	font-style: italic;
	font-size: 1.2rem;
	color: #555
}

.details-discription q {
	quotes: "“""”"
}

.cart_page_empty-cart-title,
.details-discription cite,
.details-discription dt {
	font-weight: 700
}

.details-discription abbr {
	text-decoration: underline dotted;
	cursor: help
}

.details-discription a {
	color: #00a9e0;
	text-decoration: none;
	transition: text-decoration .3s
}

.details-discription a:hover {
	text-decoration: underline
}

.details-discription img {
	max-width: 100%;
	height: auto;
	border-radius: 8px
}

.details-discription figure {
	margin: 30px 0
}

.details-discription figcaption {
	text-align: center;
	font-size: .9rem;
	color: #6c757d;
	margin-top: 10px
}

.details-discription audio,
.details-discription video {
	width: 100%;
	border-radius: 8px
}

.details-discription ol,
.details-discription ul {
	padding-left: 25px;
	margin-bottom: 20px
}

.details-discription dl,
.details-discription footer,
.details-discription header,
.more-news li {
	margin-bottom: 20px
}

.details-discription dd {
	margin-left: 20px
}

.details-discription table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0
}

.details-discription td,
.details-discription th {
	border: 1px solid #dee2e6;
	padding: 12px;
	text-align: left
}

.details-discription caption {
	caption-side: bottom;
	padding: 10px;
	font-size: .9rem;
	color: #6c757d
}

.details-discription aside {
	background-color: #f8f9fa;
	border-left: 4px solid #adb5bd;
	padding: 20px;
	margin: 30px 0;
	border-radius: 0 8px 8px 0
}

.details-discription address {
	font-style: normal
}

.top-selling-product {
	display: flex;
	align-items: center;
	margin-bottom: 1rem
}

.top-selling-product img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: .375rem;
	margin-right: 1rem
}

.top-selling-product-info h6 {
	font-size: .95rem;
	font-weight: 600;
	margin-bottom: .25rem
}

.top-selling-product-info .price {
	font-size: 1rem;
	font-weight: 700;
	color: #fd7e14
}

.top-selling-product-info .old-price {
	font-size: .85rem;
	text-decoration: line-through;
	color: #6c757d;
	margin-left: .5rem
}

.filter-card {
	margin-bottom: 1.5rem;
	border: 1px solid #e9ecef;
	border-radius: .5rem
}

.filter-card .card-header {
	font-weight: 600
}

.cart_page_quantity-selector .btn:hover,
.filter-list li a:hover,
.form-check:hover {
	background-color: #e9ecef
}

.form-check-input:checked,
.view-options .btn.active {
	border-color: #0d6efd;
	background-color: #0d6efd
}

.filter-list {
	padding-left: 0
}

.filter-list li a {
	color: #6c757d;
	text-decoration: none;
	display: block;
	padding: .5rem .75rem;
	margin-bottom: .25rem;
	border-radius: .375rem;
	transition: .2s ease-in-out
}

.filter-list li a:hover {
	color: #0d6efd;
	transform: translateX(4px)
}

.filter-list li a.active {
	background-color: #0d6efd;
	color: #fff;
	font-weight: 500
}

.form-check {
	padding: .35rem .75rem;
	border-radius: .375rem;
	transition: background-color .2s ease-in-out;
	cursor: pointer
}

.form-check-input:checked+.form-check-label {
	color: #0d6efd;
	font-weight: 600
}

.scrollable-filter {
	max-height: 280px;
	overflow-y: auto
}

.product-category {
	font-size: .85em;
	color: #6c757d
}

.view-options .btn.active {
	color: #fff
}

#quickFilterBtn {
	min-width: 140px;
	text-align: left
}

#sortByBtn {
	min-width: 220px;
	text-align: left
}

.loading-overlay {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, .8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.cart_page_quantity-input[type=number],
input[type=number] {
	-moz-appearance: textfield
}

.floating-filter-btn {
	position: fixed;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
	z-index: 1030;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0
}

.active-filter-badge {
	display: inline-flex;
	align-items: center;
	background-color: #e9ecef;
	border: 1px solid #dee2e6;
	border-radius: 20px;
	padding: .25rem .75rem;
	font-size: .875rem;
	margin-right: .5rem;
	margin-bottom: .5rem
}

.active-filter-badge .btn-close {
	margin-left: .5rem;
	width: .5em;
	height: .5em
}

.skeleton-card {
	background-color: #e9ecef;
	border-radius: .5rem;
	overflow: hidden;
	position: relative
}

.skeleton-card::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateX(-100%);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
	animation: 1.5s infinite shimmer
}

@keyframes shimmer {
	100% {
		transform: translateX(100%)
	}
}

.popover-body {
	max-height: 250px;
	overflow-y: auto
}

@media (max-width:576px) {
	.top-bar-container {
		flex-direction: column;
		align-items: stretch !important;
		gap: .75rem
	}

	.top-bar-container>div:first-child,
	.top-bar-container>div:last-child {
		justify-content: center
	}
}

@media (max-width:400px) {
	.top-bar-container {
		padding: .75rem !important
	}

	#quickFilterBtn,
	#sortByBtn {
		font-size: .8rem;
		min-width: auto;
		padding: .25rem .5rem;
		flex-grow: 1
	}

	.offcanvas-header .btn-close {
		flex-shrink: 0
	}

	.product-listing-page {
		font-size: .9rem
	}
}

.dropdown-search-input {
	padding: .25rem .75rem;
	margin: .5rem;
	width: calc(100% - 1rem);
	border: 1px solid #ced4da;
	border-radius: .25rem
}

#quickFilterMenu {
	max-height: 270px;
	overflow-y: auto
}

.no-products-found {
	text-align: center;
	padding: 3rem 1rem;
	background-color: #fff;
	border-radius: .5rem
}

.no-products-found i {
	font-size: 3rem;
	color: #6c757d
}

.more-news {
	background-color: #fff;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.more-news h4,
.more-news h5 {
	font-weight: 700;
	border-bottom: 2px solid #00a9e0;
	padding-bottom: 10px;
	margin-bottom: 20px
}

.category-name,
.more-news span {
	font-weight: 500
}

.more-news ul {
	padding: 0
}

.more-news img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 10px
}

.list-product .listproduct-card {
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow .3s ease-in-out;
	position: relative;
	height: 220px
}

.list-product .listproduct-card:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.list-product .product-image-wrapper {
	position: relative;
	padding: 8%;
	background-color: #f8f9fa;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden
}

.cart_page_product-name a:hover,
.category-item-box a:hover .subcategory-name-container,
.list-product .product-title-link:hover .product-title {
	color: #0d6efd
}

.list-product .product-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: transform .5s ease-in-out
}

.list-product .discount-badge {
	position: absolute;
	top: 15px;
	left: 10px;
	background-color: #ffc107;
	color: #212529;
	padding: 4px 10px;
	font-size: .75rem;
	font-weight: 600;
	border-radius: 0 4px 4px 0;
	z-index: 1
}

.list-product .list-product-details {
	padding: 2% 1rem 1rem;
	height: 100%;
	display: flex;
	flex-direction: column
}

.list-product .list-product-category {
	font-size: .75rem;
	color: #6c757d;
	margin-bottom: .25rem
}

.list-product .product-title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: .25rem
}

.list-product .price-wrapper-list {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: .75rem
}

.list-product .add-to-cart-btn-list {
	background-color: #fff;
	color: #0d6efd;
	border: 1px solid #dee2e6;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 1rem;
	cursor: pointer;
	transition: background-color .3s, color .3s, transform .3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	align-self: flex-start;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
	margin-top: auto
}

.list-product .add-to-cart-btn-list:hover {
	background-color: #0d6efd;
	color: #fff;
	transform: scale(1.1)
}

.isolated-404-page,
.isolated-search-section {
	font-family: Poppins, sans-serif
}

.isolated-search-section .container-fluid {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 30vh;
	background-color: #f0f2f5;
	padding: 1rem
}

.isolated-search-section .search-container {
	max-width: 800px;
	width: 100%;
	padding: 3rem;
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .1)
}

.isolated-search-section .search-title {
	color: #333;
	font-weight: 600
}

.isolated-search-section .btn-primary {
	transition: .3s ease-in-out;
	padding: .75rem 2rem
}

.isolated-search-section .btn-primary:hover {
	transform: translateY(-2px)
}

.isolated-404-page .mobile-bottom-nav,
.mobile-bottom-nav {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
	z-index: 1000;
	align-items: flex-end
}

.card,
.cart_page_empty-cart-card,
.success-card,
.summary-card {
	box-shadow: 0 4px 8px rgba(0, 0, 0, .05)
}

.isolated-404-page .mobile-bottom-nav .nav-link,
.mobile-bottom-nav .nav-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	padding: 8px 0;
	color: #6c757d;
	text-decoration: none;
	font-size: .75rem;
	transition: color .2s
}

.mobile-bottom-nav .nav-link:hover {
	color: #6c63ff
}

.mobile-bottom-nav .nav-link i {
	font-size: 1.25rem;
	margin-bottom: 4px
}

.mobile-bottom-nav .nav-link-cart .cart-icon-wrapper {
	width: 60px;
	height: 60px;
	background-color: #f97316;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
	transform: translateY(-50%);
	border: 4px solid #fff;
	transition: transform .3s
}

.mobile-bottom-nav .nav-link-cart:hover .cart-icon-wrapper {
	transform: translateY(-55%) scale(1.05)
}

.mobile-bottom-nav .nav-link-cart span {
	margin-top: -10px
}

.isolated-404-page .error-container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60vh;
	padding: 2rem
}

.isolated-404-page .error-content {
	max-width: 900px;
	width: 100%;
	padding: 2rem;
	background-color: #fff;
	border-radius: 1.5rem;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	animation: .8s ease-out forwards isolated-slideUp
}

@keyframes isolated-slideUp {
	from {
		opacity: 0;
		transform: translateY(50px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes isolated-float {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}
}

.isolated-404-page .error-image {
	animation: 3s ease-in-out infinite isolated-float
}

.isolated-404-page .error-code {
	font-size: 6rem;
	font-weight: 700;
	color: #6c63ff;
	margin-bottom: 0;
	line-height: 1
}

.isolated-404-page .error-heading {
	font-size: 2rem;
	font-weight: 600;
	color: #343a40;
	margin-top: 1rem
}

.isolated-404-page .error-message {
	color: #6c757d;
	margin-bottom: 2rem
}

.isolated-404-page .btn-home {
	background-color: #6c63ff;
	color: #fff;
	border: none;
	padding: .75rem 2rem;
	border-radius: 50px;
	font-weight: 600;
	transition: .3s;
	box-shadow: 0 4px 15px rgba(108, 99, 255, .3)
}

.isolated-404-page .btn-home:hover {
	background-color: #574de0;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(108, 99, 255, .4)
}

@media (max-width:768px) {
	.mobile-bottom-nav {
		display: flex
	}

	body {
		padding-bottom: 80px
	}

	.isolated-404-page .error-image {
		max-width: 200px;
		margin-bottom: 2rem
	}

	.isolated-404-page .error-code {
		font-size: 4rem
	}

	.isolated-404-page .error-heading {
		font-size: 1.5rem
	}
}

.category-header-image {
	transition: transform .3s ease-in-out;
	width: 60px;
	height: 60px
}

.category-header-image:hover {
	transform: scale(1.15)
}

.category-item-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem .5rem;
	height: 100%;
	border: 1px solid #e9ecef;
	border-radius: .75rem;
	transition: .2s ease-in-out;
	background-color: #fff;
	text-decoration: none
}

.category-item-box a:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
	border-color: #dee2e6
}

.subcategory-name-container {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #495057;
	transition: color .3s
}

.category-name {
	font-size: .9rem;
	position: relative
}

.category-arrow {
	font-size: .8rem;
	margin-right: 8px;
	opacity: 1;
	color: #adb5bd
}

.category-name::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1.5px;
	bottom: -3px;
	left: 0;
	background-color: #0d6efd;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .4s cubic-bezier(.23, 1, .32, 1)
}

.category-item-box a:hover .category-name::after {
	transform: scaleX(1);
	transform-origin: left
}

.cart_page_product-image {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: .5rem;
	transition: transform .3s ease-in-out
}

.card {
	border: none
}

.cart_page_delete-btn:hover {
	color: #dc3545 !important
}

.cart_page_quantity-input::-webkit-inner-spin-button,
.cart_page_quantity-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.form-select-sm {
	font-size: .85rem
}

.cart_page_product-name {
	font-size: .9rem;
	font-weight: 600
}

.cart_page_summary-card {
	background-color: #fff;
	border-radius: .5rem;
	border: 1px solid #dee2e6
}

.btn-primary:hover {
	opacity: .9
}

.toast-container {
	z-index: 1090
}

.cart_page_loader-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .7);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1100
}

.cart_page_empty-cart-card {
	border: none;
	border-radius: 1rem
}

.cart_page_empty-cart-icon {
	font-size: 5rem;
	color: #0d6efd;
	animation: 2s infinite bounce
}

.cart_page_empty-cart-button {
	border-radius: 50rem;
	padding: .75rem 1.5rem;
	margin: 0 .5rem
}

@keyframes bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		transform: translateY(0)
	}

	40% {
		transform: translateY(-30px)
	}

	60% {
		transform: translateY(-15px)
	}
}

.cart_page_recommendations-title {
	font-weight: 700;
	margin-top: 3rem;
	margin-bottom: 1.5rem
}

.cart_page_product-card {
	border: 1px solid #dee2e6;
	border-radius: .5rem;
	transition: box-shadow .3s
}

.cart_page_product-card:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, .1)
}

.cart_page_product-card img {
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem
}

.cart_page_quantity-selector {
	display: flex;
	align-items: center;
	border: 1px solid #dee2e6;
	border-radius: .375rem;
	overflow: hidden;
	max-width: 128px
}

.cart_page_quantity-selector .btn {
	background-color: #f8f9fa;
	border: none;
	border-radius: 0;
	padding: .375rem .75rem
}

.cart_page_quantity-selector .cart_page_quantity-input {
	border: none;
	text-align: center;
	width: 50px;
	background-color: #fff;
	padding: .375rem .25rem
}

.cart_page_quantity-selector .btn:focus,
.cart_page_quantity-selector .cart_page_quantity-input:focus {
	box-shadow: none
}

.success-card,
.summary-card {
	background-color: #fff;
	border-radius: .5rem
}

.summary-header {
	background-color: #f8f9fa;
	border: 1px solid #e9ecef;
	padding: .75rem 1rem;
	border-radius: .25rem
}

.product-image-small {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: .25rem
}

.product-image-small:hover {
	transform: scale(1.05);
	transition: transform .2s ease-in-out
}

.order-summary-mobile {
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 1rem;
	margin-bottom: 1rem
}

.trust-badges img {
	height: 25px;
	margin: 0 5px;
	opacity: .7
}

.checkout-header_step-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	padding-top: 15px;
	margin-bottom: 1rem
}

.checkout-header_progress-bar-bg {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #e9ecef;
	z-index: 1
}

.checkout-header_progress-bar {
	position: absolute;
	top: 15px;
	left: 0;
	height: 4px;
	background-color: #198754;
	z-index: 2;
	width: 100%;
	transition: width .3s ease-in-out
}

.checkout-header_step {
	position: relative;
	z-index: 3;
	text-align: center
}

.checkout-header_step-circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #e9ecef;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -15px auto .5rem;
	color: #6c757d;
	font-weight: 700;
	transition: .3s ease-in-out
}

.checkout-header_step.active .checkout-header_step-circle {
	background-color: #198754;
	border-color: #198754;
	color: #fff
}

.checkout-header_step.active .checkout-header_step-label {
	color: #198754;
	font-weight: 700
}
 .common-card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(13, 110, 253, 0.2);
    border-color: #0d6efd !important;
}
.common-card-hover:hover .hover-title {
    color: #0a58ca;
}
.common-card-hover:hover .hover-text {
    color: #5a9ced;
}
.common-card-hover:hover .hover-image  {
    transform: scale(1.1);
}  
div.header-name-title {
    transition: all 0.3s ease-in-out;
}
div.header-name-title:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
} 
div.header-name-title:hover h1.header-name-title {
    color: #0d6efd !important; 
} 
div.header-name-title:hover h1.header-name-title .text-danger {
     color: #0d6efd !important;
} 
.responsive-title {
    font-size: 14px; 
}
@media (min-width: 576px) {
    .responsive-title {
        font-size: 1.25rem; 
    }
}
@media (min-width: 768px) {
    .responsive-title {
        font-size: 1.5rem; 
    }
}

 
        .news-list .list-item-card {
            display: flex;
            flex-direction: column;
            height: 100%;
            background-color: #ffffff;
            border-radius: 0.75rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            overflow: hidden;
            text-decoration: none;
            color: inherit;
        }

       
        .news-list .list-item-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 0 12px 2px rgba(99, 102, 241, 0.5);
        }

        .news-list .list-item-image-wrapper {
            overflow: hidden;
        }

        .news-list .list-item-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

       
        .news-list .list-item-card:hover .list-item-image {
            transform: scale(1.05);
        }

        .news-list .list-item-content {
            padding: 1.5rem;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .news-list .list-item-content h4 {
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .news-list .list-item-content p.description {
            color: #6c757d;
            flex-grow: 1;
        }

        .news-list .read-more-link {
            display: inline-flex;
            align-items: center;
            font-weight: 600;
            color: #4f46e5;
            text-decoration: none;
            margin-top: 1rem;
            padding: 0.5rem 1rem;
            border: 1px solid #4f46e5;
            border-radius: 0.375rem;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .news-list .read-more-link svg {
            transition: transform 0.3s ease;
        }

        .news-list .list-item-card:hover .read-more-link {
            text-decoration: none;
            background-color: #4f46e5;
            color: #ffffff;
        }
        
        .news-list .list-item-card:hover .read-more-link svg {
            transform: translateX(4px);
        }

        .news-list .list-item-date {
            font-size: 0.875rem;
            color: #6c757d;
            margin-top: 1rem;
            padding-top: 1rem;
            border-top: 1px solid #e5e7eb;
        } 
.news-list .list-item-image-wrapper {
    position: relative;
    overflow: hidden; 
}
 
.news-list .image-date-overlay {
    position: absolute; 
    top: 1rem; 
    left: 1rem; 
    background-color: #ffffff;
    color: #333;
    padding: 0.4rem 0.6rem;
    border-radius: 0.5rem;
    text-align: center;
    font-family: 'Inter', sans-serif;
    line-height: 1.1;
    z-index: 10; 
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15); 
}


.news-list .image-date-overlay span {
    display: block;
    font-size: 1.5rem; 
    font-weight: 700;
    color: #6366f1;
}
           .sidebar-widget {
            background-color: #ffffff;
            padding: 1.5rem;
            border-radius: 0.75rem;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        }
        .sidebar-widget h4 {
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            border-bottom: 2px solid #00a9e0;
            padding-bottom: 0.75rem;
            margin-bottom: 1.5rem;
        }
        .sidebar-article-item a {
            text-decoration: none;
            color: #343a40;
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 0.5rem;
            border-radius: 0.5rem;
            transition: background-color 0.2s ease;
        }
        .sidebar-article-item a:hover {
            background-color: #f0f2f5;
        }
         .sidebar-article-item img {
	    max-width: 70px;
	    max-height: 70px;
	     min-width: 70px;
	    min-height: 70px;
	    object-fit: cover;
	    border-radius: 0.375rem;
        }
        .sidebar-article-item span {
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            font-weight: 500;
        }
         .article-header {
            background-color: #ffffff;
            padding: 4rem 0;
            border-bottom: 1px solid #dee2e6;
        }
        .article-header h1 {
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 2.1rem;
        }
        .article-meta {
            font-family: 'Inter', sans-serif;
            font-size: 0.9rem;
            color: #6c757d;
        }
        .article-meta span {
            margin: 0 0.75rem;
        }
        .feature-image {
            width: 100%;
            height: auto;
            border-radius: 0.5rem;
            margin-bottom: 1rem;
        }
                .notice-item {
            display: block;
            background-color: #ffffff;
            padding: 1.5rem;
            border: 1px solid #e9ecef;
            border-radius: 0.5rem;
            margin-bottom: 1rem;
            text-decoration: none;
            color: inherit;
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
        }

        .notice-item:last-child {
            margin-bottom: 0;
        }

        .notice-item:hover {
            border-color: #3B82F6;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        /* New styles for text color on hover */
        .notice-item:hover .notice-title,
        .notice-item:hover .notice-date {
            color: #3B82F6;
        }

        .notice-title {
            font-weight: 600;
            margin: 0;
            color: #212529;
            font-size: 1.25rem;
            transition: color 0.3s ease; /* Add transition for smooth color change */
        }

        .notice-date {
            font-size: 0.875rem;
            color: #dc3545; /* Red color for the date */
            margin: 0 0 0.75rem 0;
            display: flex;
            align-items: center;
            gap: 0.5rem; /* Space between icon and text */
            transition: color 0.3s ease; /* Add transition for smooth color change */
        }  .announcement-card {
            display: flex;
            align-items: center;
            padding: 1rem;
            background-color: #fff;
            border: 1px solid #dee2e6;
            border-radius: 0.5rem;
            text-decoration: none;
            color: #212529;
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
            overflow: hidden;
        }

        .announcement-card:hover {a
            border-color: #0d6efd;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .announcement-img-container {
            flex-shrink: 0;
            margin-right: 1rem;
            border-radius: 0.375rem;
            overflow: hidden;
        }

        .announcement-img-container img {
            width: 70px;
            height: 70px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .announcement-card:hover .announcement-img-container img {
            transform: scale(1.1);
        }

        .announcement-text {
            flex-grow: 1;
        }

        .announcement-title {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 0.25rem;
            transition: color 0.3s ease;
        }

        .announcement-category {
            font-size: 0.875rem;
            color: #6c757d;
            margin-bottom: 0;
            transition: color 0.3s ease;
        }

        .announcement-card:hover .announcement-title,
        .announcement-card:hover .announcement-category {
            color: #0d6efd;
        }     .page-header-tt {
            padding: 4rem 1rem;
            background-color: #f8f9fa;  
        }

        .faq-section {
            padding: 4rem 0;
        }
        
        
        .faq-search-wrapper {
            margin-bottom: 3rem;
        }
        .form-control-lg {
            border-radius: 0.75rem;
            padding: 0.75rem 1.25rem;
            border: 1px solid #dee2e6;
        }
        .form-control-lg:focus {
            border-color: #6366f1;
            box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25);
        }

        .accordion-item {
            border: none; 
            border-radius: 0.75rem !important;
            margin-bottom: 1rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            transition: opacity 0.3s ease, transform 0.3s ease;
            background-color: #f8f9fa; 
        }

        .accordion-button {
            font-weight: 600;
            color: #333;
            border-radius: 0.75rem !important;
            align-items: center; 
            background-color: transparent; 
        }
        
        .accordion-button:not(.collapsed) {
            background-color: #6366f1;
            color: white;
            box-shadow: none;
        }
        
        .accordion-button:focus {
            box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25);
        }
        
        .accordion-button::after {
            font-family: "Font Awesome 6 Free";
            content: "\f078"; 
            font-weight: 900;
            background-image: none;
            transition: transform 0.3s ease;
        }

        .accordion-button:not(.collapsed)::after {
            content: "\f077"; 
        }

        .accordion-body {
            color: #6c757d;
            line-height: 1.7;
        }
        
        
        .contact-cta {
            background-color: #f8f9fa; 
            padding: 2.5rem;
            border-radius: 0.75rem;
            text-align: center;
            margin-top: 3rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }
        .contact-cta h4 {
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
        .contact-cta p {
            color: #6c757d;
            margin-bottom: 1.5rem;
        }        .gallery-link {
            text-decoration: none;
        }
  .gallery-item-wrapper {
             transition: transform 0.3s ease, opacity 0.3s ease;
        }
        .gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 0.75rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
            height: 250px;
        }

        .gallery-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .gallery-item:hover img {
            transform: scale(1.05);
        }

        .gallery-item-title {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
            color: white;
            padding: 1.5rem 1rem 1rem;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .gallery-item:hover .gallery-item-title {
            opacity: 1;
        }

        .gallery-item-title h5 {
            margin: 0;
            font-size: 1rem;
            font-weight: 500;
        }           .login-container {
            min-height: 60vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1rem;
        }
        .login-card {
            width: 100%;
            max-width: 600px;
            border: none;
            border-radius: 1rem;
            box-shadow: 0 8px 24px rgba(0,0,0,0.1);
            background-color: #fff;
        }
        .login-form-section {
            padding: 2.5rem;
        }
        .form-control:focus, .form-select:focus {
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            border-color: #86b7fe;
        }
        .nav-pills .nav-link {
            background-color: #e9ecef;
            color: #495057;
            font-weight: 500;
        }
        .nav-pills .nav-link.active {
            color: #fff;
        }
        .btn-phone.active {
             background-color: #198754;
        }
        .btn-email.active {
            background-color: #fd7e14;
        }
        .btn-signin {
            background-color: #212529;
            color: #fff;
            font-weight: 500;
        }
        .btn-signin:hover {
            background-color: #343a40;
            color: #fff;
        }
        .password-toggle {
            cursor: pointer;
        }
        .brand-logo {
            font-size: 3rem;
            color: #0d6efd;
        }
        /* New styles for social login icons */
        .social-login-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background-color: #fff;
            border: 1px solid #dee2e6;
            color: #495057;
            margin: 0 0.5rem;
            font-size: 1.2rem;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .social-login-btn:hover {
            background-color: #f1f3f5;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

.bg-pink {
        background-color: #db2777;
    }
    .bg-pink-dark {
        background-color: #be185d;
    }
    .btn-pink {
        background-color: #db2777;
        color: white;
        border: none;
    }
    .btn-pink:hover {
        background-color: #be185d;
        color: white;
    }
    .countdown-digit {
        font-variant-numeric: tabular-nums;
    }
    
    @keyframes pulse-glow {
        0% {
            transform: scale(1);
            text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
        }
        50% {
            transform: scale(1.02);
            text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
        }
        100% {
            transform: scale(1);
            text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
        }
    }
    .animate-pulse-glow {
        animation: pulse-glow 2s infinite;
    }
    .bg-light-pink {
        background-color: #fce7f3;
    }