/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Breadcrumb
4. Slider
5. Features
6. Product
7. Pagination
8. Customize
9. Knowledge
10. Counter
11. Pricing
12. Testimonial
13. Services
14. Plugin
15. Blog
16. Faq
17. Forums
18. Newsletter
19. Contact
20. 404
21. Footer
22. Preloader
23. Element-css

*/


html {
    scrollbar-width: thin;
    scrollbar-color: #5ecbff rgba(8, 12, 26, 0.65);
}

html::-webkit-scrollbar {
    width: 10px;
}

html::-webkit-scrollbar-track {
    background: rgba(8, 12, 26, 0.65);
    border-radius: 999px;
}

html::-webkit-scrollbar-thumb {
    background: linear-gradient(160deg, #5ecbff 0%, #0c38e6 100%);
    border-radius: 999px;
    border: 2px solid rgba(8, 12, 26, 0.65);
}

html::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(160deg, #7de0ff 0%, #244bff 100%);
}
/* 1. Theme default css */
@font-face {
	font-family: 'poppins';
	src: url('../fonts/retrobit/Poppins-Black.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap; /* Optional: improves performance */
}
body {
  font-family: 'poppins', sans-serif;
  overflow-x: hidden;
  /* Add any additional styling */
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
h3,
h4,
h5,
h6 {
	font-family: 'poppins', sans-serif;
	color: #444172;
	margin-top: 0px;
	font-style: normal;
	text-transform: normal;
}
@font-face {
  font-family: 'Font Awesome Brands';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'),
       url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#h4_custom {
	font-family: 'Font Awesome Brands', sans-serif;
	color: #bbb9dc;
	margin-top: 0px;
	font-style: normal;
	font-weight: 600;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 33px;
	color: #717f99;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */
.btn {
	-moz-user-select: none;
	user-select: none;
	background: #b0d140 none repeat scroll 0 0;
	border: 3px solid #fff;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 15px 30px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	font-family: 'Muli', sans-serif;
	box-shadow: 0px 0px 24px 0px rgba(93, 87, 171, 0.32);
}
.btn:hover {
	box-shadow: none;
	color: #fff;
}
.btn.paypal {
	background: #ffc439;
	border-color: #ffc439;
	color: #1e3065;
}
.btn.paypal:hover {
	background: #e0aa1e;
	border-color: #e0aa1e;
	color: #1e3065;
}
.btn.stripe {
	background: #635bff;
	border-color: #635bff;
}
.btn.stripe:hover {
	background: #4c3fff;
	border-color: #4c3fff;
}
.breadcrumb > .active {
	color: #fa5719;
}

/* scrollUp */
#scrollUp {
	background: #b0d140;
	height: 45px;
	width: 45px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	line-height: 45px;
}
#scrollUp:hover {
	background: #7fa32b;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */
.btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background: var(--brand-green-light) none repeat scroll 0 0;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 15px 30px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	font-family: 'Muli', sans-serif;
	box-shadow: 0px 0px 24px 0px rgba(93, 87, 171, 0.32);
}
.btn:hover {
	box-shadow: none;
	color: #fff;
}
.btn.paypal {
	background: #ffc439;
	border-color: #ffc439;
	color: #1e3065;
}
.btn.paypal:hover {
	background: #e0aa1e;
	border-color: #e0aa1e;
	color: #1e3065;
}
.btn.stripe {
	background: #635bff;
	border-color: #635bff;
}
.btn.stripe:hover {
	background: #4c3fff;
	border-color: #4c3fff;
}
.breadcrumb > .active {
	color: #fa5719;
}

/* scrollUp */
#scrollUp {
	background: #009bee;
	height: 45px;
	width: 45px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	line-height: 45px;
}
#scrollUp:hover {
	background: #444;
}

/* 2. Header */

header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100%;
	background-color: #1a1a1a;
}

/* New Header Styles - Matching Reference Design - Updated v2.0 */
.header-top-bar {
    background-color: #1a1a1a;
    padding: 15px 0;
}

.header-top-bar .logo img {
	height: 100px;
	max-height: 100px;
	width: auto;
}

.header-top-bar .logo2 img {
	height: 100px;
	max-height: 100px;
	width: auto;
}

.header-right-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

.header-right-actions a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.header-right-actions a:hover {
    color: #ffcc00;
}

.header-right-actions a i {
    font-size: 24px;
    margin-bottom: 5px;
}

.header-right-actions a span {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.mobile-search-toggle {
	border: none;
	background: none;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	cursor: pointer;
	padding: 0;
	transition: color 0.3s ease;
}

.mobile-search-toggle:hover,
.mobile-search-toggle:focus-visible {
	color: #ffcc00;
}

.mobile-search-toggle:focus-visible {
	outline: 2px solid #ffcc00;
	outline-offset: 2px;
}

.mobile-search-toggle i {
	pointer-events: none;
}

.mobile-search-bar {
	display: none;
	background-color: #1a1a1a;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 0 15px;
}

.mobile-search-bar.active {
	display: block;
}

.mobile-search-form {
	height: 42px;
}

.mobile-search-form .search-input {
	font-size: 13px;
}

.mobile-search-form .search-button {
	padding: 0 18px;
}

.cart-action {
    position: relative;
}

.cart-action > span:first-of-type {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
}

/* Search Bar Styling */
.header-search-bar {
    width: 100%;
    max-width: 100%;
    padding: 0 25px;
    margin-left: 30px;
}

.search-form {
    display: flex;
    align-items: stretch;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    height: 45px;
    max-width: 100%;
}

.search-input {
    flex: 1;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: #333333;
    outline: none;
    min-width: 0;
}

.search-input::placeholder {
    color: #999999;
}

.search-category {
    border: none;
    border-left: 1px solid #e0e0e0;
    padding: 0 15px;
    font-size: 14px;
    color: #333333;
    background-color: #f8f8f8;
    cursor: pointer;
    outline: none;
    min-width: 150px;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%23333" d="M6 9L1 4h10z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}

.search-button {
    border: none;
    background-color: #004cff;
    color: #ffffff;
    padding: 0 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-button:hover {
    background-color: #0070cc;
}

.search-button i {
    font-size: 16px;
}

/* Navigation Bar Styling */
.header-navigation {
    background-color: #1e1e1e;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: relative;
    z-index: 100;
}

.main-navigation {
    position: relative;
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.nav-list > li {
    margin: 0;
    padding: 0;
    position: relative;
}

.nav-list li a {
    display: block;
    padding: 15px 20px;

    text-decoration: none;
	font-family: 'poppins', sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.nav-list li a i {
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.nav-list li a:hover,
.nav-list li.active a {
    background-color: #e0e0e0;
    border-bottom-color: #0422cd;
	color: #a5a5a5;
}

/* Dropdown Menu Styles */
.nav-list li.has-dropdown {
    position: relative;
}

.nav-list li.has-dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    min-width: 220px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-top: 3px solid #001489;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index: 1000;
    display: block !important;
    pointer-events: none;
}

.nav-list li.has-dropdown.open > .dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0) !important;
	pointer-events: auto !important;
}

.nav-list li.has-dropdown.open > a i {
	transform: rotate(180deg);
}

.dropdown-menu li {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.dropdown-menu li a {
    padding: 10px 20px;
    border-bottom: none !important;
    color: #333333;
    font-size: 13px;
    display: block;
    transition: all 0.2s ease;
    background-color: transparent;
}

.dropdown-menu li a:hover {
    background-color: #f0f0f0 !important;
    color: #001489 !important;
    padding-left: 25px;
}

.dropdown-menu li.has-submenu {
	position: relative;
}

.dropdown-menu li.has-submenu > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.dropdown-menu li.has-submenu > a .submenu-arrow {
	font-size: 10px;
	color: #9aa0b5;
	transition: transform 0.25s ease, color 0.25s ease;
}

.dropdown-menu li.has-submenu > .dropdown-menu {
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 210px;
	margin-left: 8px;
	background-color: #ffffff;
	border-top: 3px solid #001489;
	box-shadow: 0 4px 12px rgba(0,0,0,0.14);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-10px);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	padding: 10px 0;
	z-index: 1001; /* Ensure nested menus appear above their parents */
	display: block !important;
	pointer-events: none;
}
.dropdown-menu li.has-submenu.open > .dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateX(0) !important;
	pointer-events: auto;
}

.dropdown-menu li.has-submenu.open > a .submenu-arrow {
	transform: translateX(4px);
	color: #001489;
}

.dropdown-menu--nested li a {
	padding: 10px 20px;
}

.dropdown-menu--nested li a:hover {
	padding-left: 20px;
}

.nav-list li.has-dropdown.open > a i {
    transform: rotate(180deg);
}

.mobile-menu-toggle {
	display: none;
	background: none;
	border: none;
	font-size: 24px;
	color: #ffffff;
	cursor: pointer;
	padding: 0;
	margin-right: 12px;
	transition: color 0.3s ease;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .header-right-actions {
        gap: 15px;
    }
    
    .header-right-actions a span {
        display: none;
    }
    
    .header-right-actions a i {
        margin-bottom: 0;
    }
    
	.mobile-menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: static;
		right: auto;
		top: auto;
		transform: none;
		padding: 0;
		margin-right: 12px;
		color: #ffffff;
		background: transparent;
		border: none;
		cursor: pointer;
	}
    
	.nav-list {
		display: none !important;
        flex-direction: column;
        width: 100%;
        background-color: #ffffff;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    }
    
	.nav-list.active {
		display: flex !important;
    }
    
    .nav-list li {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .nav-list li a {
        padding: 15px 20px;
        border-bottom: none;
    }
    
    /* Mobile dropdown styles */
    .nav-list li.has-dropdown .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border-top: none;
        border-left: none;
        background-color: #e0e0e0;
        margin: 0;
        width: 100%;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    
    .nav-list li.has-dropdown.open .dropdown-menu {
        max-height: 500px;
    }
    @media (max-width: 991px) {
    .nav-list li.has-dropdown > a:hover,
    .nav-list li.has-dropdown.open > a {
        background: #d0d0d0;
        color: #0088ff;
    }
}
    .nav-list li.has-dropdown > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

	/* Mobile dropdown item styling matches parent with lighter tone */
	.nav-list li.has-dropdown .dropdown-menu li {
		margin: 0;
	}

	.nav-list li.has-dropdown .dropdown-menu li a {
		display: block;
		width: 100%;
		padding: 15px 20px;
		background: #e7e7e7;
		color: #0088ff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		transition: background 0.2s ease, color 0.2s ease;
	}

	.nav-list li.has-dropdown .dropdown-menu li.has-submenu {
		position: relative;
	}

	.nav-list li.has-dropdown .dropdown-menu li.has-submenu > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-right: 50px;
	}

	.nav-list li.has-dropdown .dropdown-menu li.has-submenu > a .submenu-arrow {
		transform: rotate(0deg);
		transition: transform 0.3s ease;
	}

	.nav-list li.has-dropdown .dropdown-menu li.has-submenu .dropdown-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		border-top: none;
		margin: 0;
		width: 100%;
		background: #d6d6d6;
		max-height: 0;
		overflow: hidden;
		padding: 0;
		transition: max-height 0.3s ease;
	}

	.nav-list li.has-dropdown .dropdown-menu li.has-submenu.open > a .submenu-arrow {
		transform: rotate(90deg);
	}

	.nav-list li.has-dropdown .dropdown-menu li.has-submenu.open > .dropdown-menu {
		max-height: 420px;
	}

	.nav-list li.has-dropdown .dropdown-menu li.has-submenu .dropdown-menu li a {
		padding: 14px 28px;
		background: #dcdcdc;
		color: #0362c9;
	}

	.nav-list li.has-dropdown .dropdown-menu li:last-child a {
		border-bottom: none;
	}

	.nav-list li.has-dropdown .dropdown-menu li a:hover {
		background: #c9c9c9;
		color: #ffffff;
	}
    
	.header-search-bar {
		display: none;
	}

	.logo-wrapper {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		gap: 10px;
		width: 100%;
	}

	.logo-wrapper .mobile-menu-toggle {
		flex: 0 0 auto;
		margin-right: 10px;
		position: relative;
		z-index: 10;
	}

	.logo-wrapper .logo {
		flex: 1 1 auto;
		min-width: 0;
	}

	.logo-wrapper .logo a {
		display: inline-flex;
		align-items: center;
	}

	.logo-wrapper .logo img {
		max-width: 100%;
		height: 100px;
		max-height: 100px;
		object-fit: contain;
	}
}

/* Responsive adjustments for search bar spacing */
@media (max-width: 1399px) {
    .header-search-bar {
        padding: 0 20px;
        margin-left: 25px;
    }
}

@media (max-width: 1199px) {
    .header-search-bar {
        padding: 0 15px;
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
		.header-top-bar .logo img {
		height: 80px;
		max-height: 80px;
		}
    
    .header-right-actions {
        gap: 10px;
    }
    
    .header-right-actions a i {
        font-size: 20px;
    }
}

/* Original Header Styles (keeping for compatibility) */
.header-top {
	background: #f7f7f7;
	padding: 13px 0;
	position: relative;
	z-index: 2;
}
.header-top-link ul li {
	display: inline-block;
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
}
.header-top-link ul li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 14px;
	background: #d2d2d2;
	transform: translateY(-50%);
}
.header-top-link ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.header-top-link ul li:last-child::before {
	display: none;
}
.header-top-link ul li a {
	font-size: 14px;
	color: #727272;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	display: block;
	opacity: .83;
}
.header-top-link ul li a:hover {
	color: #ff4800;
}
.header-social ul li {
	display: inline-block;
	margin-left: 13px;
}
.header-social ul li a {
	font-size: 14px;
	color: #989898;
	display: block;
	font-family: 'Muli', sans-serif;
}
.header-social ul li.become-seller a {
	font-weight: 600;
}
.header-social ul li.become-seller {
	margin-left: 0;
	padding-right: 15px;
}
.header-social ul li a:hover {
	color: #ff4800;
}
.menu-area {
	padding: 15px 0;
	box-shadow: 0px 0px 43px 0px rgba(23, 17, 96, 0.3);
	position: relative;
	z-index: 1;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
	line-height: 1;
	margin-left: 40px;
}
.main-menu ul li:first-child {
	margin-left: 0;
}
.main-menu ul li a {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	line-height: 1;
	color: #667289;
	padding: 33px 0;
	display: block;
	position: relative;
}
.main-menu ul li:hover > a {
	color: #ff4800;
}
.main-menu nav > ul > li > a::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 22px;
	height: 0px;
	width: 0;
	border-top: 4px dotted #ff4800;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.main-menu nav > ul > li:hover > a::before {
	width: 29px;
	opacity: 1;
}
.main-menu ul li.active > a {
	color: #ff4800;
}
.main-menu nav > ul > li.active > a::before {
	width: 29px;
	opacity: 1;
}
.shop-cart {
	position: relative;
	margin-left: 35px;
}
.shop-cart > a {
	display: inline-block;
	font-size: 14px;
	color: #4e5d79;
}
.shop-cart > span {
	position: absolute;
	right: -13px;
	top: -7px;
	box-shadow: 0px 0px 10px 0px rgba(117, 117, 117, 0.62);
	height: 19px;
	width: 19px;
	text-align: center;
	line-height: 19px;
	background: #ff4800;
	color: #fff;
	border-radius: 50%;
	font-size: 10px;
	font-family: 'Muli', sans-serif;
	font-weight: 900;
	cursor: pointer;
}
.menu-cart-widget {
	position: absolute;
	top: 53px;
	right: -43px;
	width: 294px;
	background: #fff;
	text-align: left;
	padding: 30px 25px;
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-top: 2px solid #ff4800;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: .5s linear;
}
.menu-cart-widget::before {
	position: absolute;
	content: '';
	left: 0px;
	top: -35px;
	width: 100%;
	height: 35px;
	display: block;
}
.shop-cart:hover > .menu-cart-widget {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.menu-cart-widget ul li {
	display: flex;
	align-items: self-start;
	margin-bottom: 20px;
}
.menu-cart-widget ul li:last-child {
	margin-bottom: 0;
}
.cart-product-thumb img {
	box-shadow: 0px 0px 27px 0px rgba(11, 64, 134, 0.13);
	border-radius: 5px;
	margin-right: 15px;
}
.cart-product-content h5 {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 5px;
}
.cart-product-content h5 a {
	display: block;
}
.cart-product-content h5 a:hover {
	color: #ff4800;
}
.cart-product-content > span {
	font-size: 12px;
	font-weight: 800;
	color: #919fb9;
	font-family: 'Muli', sans-serif;
	display: block;
}
.cart-del {
	display: block;
	margin-left: 22px;
}
.cart-del a {
	font-size: 15px;
	color: #737373;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
}
.menu-cart-widget ul {
	padding-bottom: 30px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 15px;
}
.cart-price span {
	font-size: 14px;
	color: #444172;
	font-weight: 800;
	font-family: 'Muli', sans-serif;
}
.cart-price span:last-child {
	float: right;
	color: #fa5719;
}
.cart-checkout-btn .btn {
	border: none;
	box-shadow: none;
	width: 100%;
	border-radius: 0;
	text-transform: uppercase;
	background: #ff4800;
	font-size: 13px;
}
.cart-checkout-btn .btn:hover {
	background: #2684fe;
}
.header-btn {
	margin-left: 40px;
}
.header-btn .btn {
	background: #ff4800;
	border: none;
	box-shadow: none;
	border-radius: 5px;
	padding: 9px 16px;
	font-weight: 700;
	transition: all 0.5s ease 0s;
}
.header-btn .btn i {
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	background: #fff;
	border-radius: 50%;
	font-size: 14px;
	color: #aeb5c2;
	margin-right: 10px;
}
.header-btn .btn:hover {
	background: #2684fe;
}
.transparent-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: none;
	padding: 10px 0;
}
.s-main-menu ul li a {
	color: #fff;
}
.s-main-menu ul li:hover a,
.s-main-menu ul li.active a {
	color: #fff;
}
.s-main-menu nav > ul > li > a::before {
	border-color: #fff;
}
.s-shop-cart > a {
	color: #fff;
}
.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
	background: #fff;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
.menu-area.sticky-menu {
	padding: 0;
        pointer-events: auto;
.transparent-header.sticky-menu {
	background: #fff;
}
		max-height: 420px;
        pointer-events: auto;
	display: none;
}
.sticky-menu .sticky-logo {
	display: block;
}
.sticky-menu .transparent-logo {
	display: none;
}
.sticky-menu .s-main-menu ul li a {
	color: #667289;
}
.sticky-menu .s-main-menu nav > ul > li > a::before {
	border-color: #ff4800;
}
.sticky-menu .s-main-menu ul li:hover a,
.sticky-menu .s-main-menu ul li.active a {
	color: #ff4800;
}
.sticky-menu .s-main-menu ul li .submenu li a {
	color: #667289;
}
.sticky-menu .s-shop-cart > a {
	color: #4e5d79;
}
.main-menu ul li .submenu {
	position: absolute;
	z-index: 9;
	border-radius: 4px;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	display: block;
	left: 0;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #f5f5f5;
	background: #ffffff;
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	margin: 0;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-menu ul li .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.main-menu ul li .submenu li a {
	padding: 0 10px 0 25px;
	line-height: 45px;
	font-size: 16px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-menu ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.s-main-menu ul li .submenu li a {
	color: #667289;
}
.s-main-menu ul li .submenu li:hover a {
	color: #ff4800;
}
.s-main-menu ul li .submenu li.active a {
	color: #ff4800;
}
.gradient-bg {
	background-image: -moz-linear-gradient( -30deg, rgb(170,0,241) 0%, rgb(95,25,209) 100%);
	background-image: -webkit-linear-gradient( -30deg, rgb(170,0,241) 0%, rgb(95,25,209) 100%);
	background-image: -ms-linear-gradient( -30deg, rgb(170,0,241) 0%, rgb(95,25,209) 100%);
}
/* 3. Breadcrumb */
.breadcrumb-area {
	min-height: 460px;
	background-position: center;
	background-size: cover;
}
.breadcrumb-wrap {
	padding-top: 80px;
}
.breadcrumb-wrap h2 {
	font-size: 46px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
}
.breadcrumb-wrap .breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	justify-content: center;
}
.breadcrumb-wrap .breadcrumb li {
	font-size: 18px;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
}
.breadcrumb-wrap .breadcrumb li a {
	color: #fff;
}
.breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}
.products-breadcrumb-area {
	min-height: 530px;
}
.products-breadcrumb-area .breadcrumb-wrap h2 {
	font-size: 36px;
	margin-bottom: 15px;
}
.breadcrumb-wrap p {
	line-height: 1;
	color: #fff;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	font-size: 18px;
	opacity: .7;
	margin-bottom: 0;
}
.breadcrumb-wrap .t-slider-search-form {
	margin: 0;
	margin-right: 0;
	margin-top: 35px;
	margin-bottom: 80px;
}
.products-breadcrumb-area .breadcrumb-wrap {
	padding-top: 170px;
}

/* 4. Slider */
.slider-bg {
	background-position: center;
	background-size: cover;
	padding-top: 155px;
}

/* --CUSTOM BRANDING-- */
/* Shared palette */
:root {
	--brand-green-light: #b0d140;
	--brand-green-dark: #7fa32b;
	--brand-dark: #394352;
}

/* Header & navigation */
.header-top-bar { background-color: var(--brand-green-light) !important; }
.header-navigation { background-color: var(--brand-green-dark) !important; }
.header-navigation .nav-list a { color: #fff !important; }
.header-navigation .dropdown-menu a { color: #222 !important; }
.header-navigation .dropdown-menu a:hover,
.header-navigation .dropdown-menu a:focus { color: #4e6b13 !important; }
.header-navigation .nav-list > li > a.active,
.header-navigation .nav-list > li > a:focus,
.header-navigation .nav-list > li > a:hover {
	box-shadow: 0 2px 0 0 var(--brand-green-light) !important;
	border-bottom: 2px solid var(--brand-green-light) !important;
}

/* Footer branding */
.footer-top-wrap {
	background: linear-gradient(180deg, var(--brand-green-light) 0%, var(--brand-green-dark) 100%) !important;
	color: #fff !important;
}
.footer-top-wrap::after { display: none; }
.footer-brand-block {
	background: rgba(255, 255, 255, 0.06) !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16) !important;
}
.footer-links-title { color: #f5f7e8 !important; }
.footer-links li a { color: #eef6da !important; }
.footer-links li a:hover { color: #ffffff !important; }
.footer-social-link { background: rgba(255,255,255,0.1) !important; color: #f5f7e8 !important; }
.footer-social-link:hover { background: rgba(255,255,255,0.2) !important; color: #ffffff !important; }
.footer-social-icon { background: linear-gradient(135deg, var(--brand-green-dark), var(--brand-dark)) !important; }
.footer-top-wrap .logo img {
	height: 100px;
	max-height: 100px;
	width: auto;
}

/* Scroll to top button */
#scrollUp {
	background: var(--brand-green-dark) !important;
	color: #fff !important;
}
#scrollUp:hover {
	background: var(--brand-green-light) !important;
}

/* Green promo card text (306 video games) */
.footer-brand-block, .footer-brand-text, .footer-links li a, .footer-links-title {
	color: #103512 !important;
}
.footer-brand-block p,
.footer-brand-block .lead,
.footer-brand-block .subtitle,
.footer-brand-block .title,
.footer-brand-block .heading,
.footer-brand-block .btn,
.footer-brand-block .btn:hover {
	color: #103512 !important;
}
.footer-brand-block .btn {
	background: rgba(255,255,255,0.2) !important;
	border: 1px solid rgba(255,255,255,0.28) !important;
}
.footer-brand-block .btn:hover {
	background: rgba(255,255,255,0.3) !important;
}
.footer-brand-block .footer-social-icon {
	background: rgba(255,255,255,0.22) !important;
	color: #103512 !important;
}

/* Search button */
.search-button,
.mobile-search-form .search-button {
	background: var(--brand-green-dark) !important;
	color: #fff !important;
	border: none !important;
}

/* Account tabs */
.myaccount-tabs, .account-tabs, .account-nav, .account-section-tabs {
	background: var(--brand-green-light) !important;
	border-radius: 10px !important;
	padding: 10px 0 !important;
}
.myaccount-tabs button, .account-tabs button, .account-nav button, .account-section-tabs button,
.myaccount-tabs a, .account-tabs a, .account-nav a, .account-section-tabs a {
	background: var(--brand-green-dark) !important;
	color: #fff !important;
	border: none !important;
	margin: 0 4px !important;
	font-weight: 600 !important;
	border-radius: 6px !important;
	transition: background 0.2s;
}
.myaccount-tabs button.active, .account-tabs button.active, .account-nav button.active, .account-section-tabs button.active,
.myaccount-tabs a.active, .account-tabs a.active, .account-nav a.active, .account-section-tabs a.active {
	background: var(--brand-dark) !important;
	color: #fff !important;
}

/* Cart & checkout branding */
.cart-summary, .order-summary, .checkout-summary, .checkout-panel, .cart-panel, .cart-box, .checkout-box {
	background: var(--brand-green-light) !important;
	color: #222 !important;
	border-radius: 24px !important;
	box-shadow: 0 4px 32px 0 rgba(176, 209, 64, 0.10) !important;
}
.cart-summary h2, .order-summary h2, .checkout-summary h2,
.cart-summary .summary-title, .order-summary .summary-title {
	color: var(--brand-dark) !important;
}
.cart-summary button, .order-summary button, .checkout-summary button, .cart-panel button, .checkout-panel button, .cart-box button, .checkout-box button,
.cart-summary .btn, .order-summary .btn, .checkout-summary .btn, .cart-panel .btn, .checkout-panel .btn, .cart-box .btn, .checkout-box .btn {
	background: var(--brand-green-dark) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 24px !important;
	font-weight: 600 !important;
	box-shadow: none !important;
	transition: background 0.2s;
}
.cart-summary button:disabled, .order-summary button:disabled, .checkout-summary button:disabled,
.cart-panel button:disabled, .checkout-panel button:disabled, .cart-box button:disabled, .checkout-box button:disabled {
	background: var(--brand-green-light) !important;
	color: #fff !important;
	opacity: 0.6 !important;
}
.slider-content h2 {
	padding-top: 40px;
	font-size: 50px;
	line-height: 1.2;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}
.slider-content p {
	font-weight: 600;
	color: #fff;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	margin-bottom: 0;
}
.slider-search-form {
	margin: 0 20px;
}
.slider-search-form form {
	position: relative;
	display: flex;
	box-shadow: 0px 0px 16px 0px rgba(50, 44, 135, 0.3);
	border-radius: 50px;
	margin-bottom: 30px;
}
.slider-search-form input {
	width: 375px;
	padding: 24px 30px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	color: #8393ac;
	font-family: 'Muli', sans-serif;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-right: 1px solid #f1eeee;
}
.slider-search-form input::placeholder {
	color: #8393ac;
}
.slider-search-form .nice-select {
	width: 220px;
	background: #fff;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	color: #8393ac;
	padding: 27.7px 25px;
}
.slider-search-form .nice-select::after {
	border-bottom: 2px solid #8393ac;
	border-right: 2px solid #8393ac;
	right: 30px;
}
.slider-search-form button {
	width: 200px;
	border: 3px solid #fff;
	background: #ff4800;
	color: #fff;
	font-family: 'Muli', sans-serif;
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	transition: .3s;
	cursor: pointer;
}
.slider-search-form button:hover {
	background: #2684fe;
}
.s-slider-search-form .btn,
.s-slider-search-form .btn i {
  color: #c1bfbf; /* default icon color */
  background: transparent;
  opacity: 1;
}
.s-slider-search-form .btn:hover,
.s-slider-search-form .btn:focus {
  color: #ffffff;           /* icon color on hover */
  background: #222121;      /* visible background on hover */
  border-radius: 50%;       /* optional */
  padding: 10px;            /* optional to give clickable area */
}
.s-slider-bg {
	/*min-height: 794px;*/
	background-position: center;
	background-size: cover;
	/*padding-top: 280px;*/
}
.s-slider-content span {
	font-weight: 800;
}
.s-slider-search-form {
	margin: 0 55px;
	position: relative;
}
.s-slider-search-form input {
	border: none;
	width: 100%;
	background: #fbfbfc;
	padding: 21px 35px;
	border-radius: 50px;
	padding-right: 100px;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
}
.s-slider-search-form button {
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: none;
	color: #c1bfbf;
	cursor: pointer;
	padding: 0;
}
.s-slider-search-form input::placeholder {
	color: #c1bfbf;
}
.t-slider-bg {
	min-height: 798px;
	background-position: center;
	background-size: cover;
}
.third-slider-wrap {
	padding-top: 180px;
}
.t-slider-content h2 {
	margin-bottom: 10px;
}
.t-slider-content p {
	margin-bottom: 35px;
}
.t-slider-search-form {
	margin: 0;
	margin-right: 90px;
}
.t-slider-search-form input {
	padding: 18px 35px;
	padding-right: 100px;
	box-shadow: 0px 0px 35px 0px rgba(65, 63, 94, 0.43);
}
.t-slider-search-form button {
	right: 3px;
	color: #fff;
	height: 56px;
	width: 56px;
	text-align: center;
	line-height: 56px;
	background: #fa5719;
	border-radius: 50%;
}
.slider-dashboard {
	margin: 40px auto -140px;
}
.dashboard-active .slick-list {
	margin-left: -50px;
	margin-right: -50px;
	padding-bottom: 50px;
}
.single-dashboard {
	text-align: center;
}
.single-dashboard img {
	border-radius: 5px;
	box-shadow: 0px 0px 43px 0px rgba(133, 129, 192, 0.3);
	display: inline-block;
}

/* 5. Features */
.features-items-p {
	padding-top: 205px;
	padding-bottom: 82px;
}
.section-title h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
.section-title p {
	font-size: 20px;
	margin-bottom: 0;
}
.product-thumb-wrap {
	padding: 0 80px;
}
.single-product-thumb {
	margin-bottom: 30px;
	width: calc(100% / 8);
}

/* 6. Product */
.single-product {
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 27px 0px rgba(149, 149, 149, 0.4);
}
.product-img img {
	width: 100%;
}
.product-overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,.93);
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 19px 15px;
	z-index: 1;
	transition: .4s linear;
	transform: translateY(50px);
	opacity: 0;
}
.product-overlay h5 {
	font-size: 16px;
	color: #2684fe;
	margin-bottom: 0;
}
.product-overlay h5 a:hover {
	color: #ff4800;
}
.product-overlay span {
	font-size: 18px;
	font-weight: 800;
	color: #ff4800;
	font-family: 'Muli', sans-serif;
}
.single-product:hover .product-overlay {
	transform: translateY(0px);
	opacity: 1;
}
.product-menu button {
	font-size: 16px;
	font-weight: 600;
	border: none;
	padding: 8px 20px;
	background: transparent;
	color: #687d95;
	font-family: 'Muli', sans-serif;
	cursor: pointer;
	border-radius: 15px;
	border: 2px solid transparent;
	box-shadow: none;
	transition: .4s ease-in-out;
}
.product-menu button.active {
	background: #2684fe;
	color: #fff;
	border-color: #fff;
	box-shadow: 0px 0px 24px 0px rgba(93, 87, 171, 0.32);
}
.product-bg {
	position: relative;
}
.product-bg-shape {
	position: absolute;
	left: 0;
	bottom: 10%;
	z-index: -1;
}
.s-product-menu {
	background: #fff;
	border-radius: 12px;
	padding: 25px 0;
}
.area-bg-wrap {
	background: #f7f7f7;
	background: -webkit-linear-gradient(to top, #f7f7f7, #fff);
	background: linear-gradient(to top, #f7f7f7, #fff);

}
.s-single-product .product-overlay {
	background: #fff;
}
.s-single-product .product-overlay h5 {
	color: #444172;
}
.product-action {
	position: absolute;
	top: 35%;
	width: 100%;
	text-align: center;
	transition: .4s linear;
	transform: translateY(20px);
	z-index: 1;
	opacity: 0;
}
.product-action .btn {
	padding: 10px 20px;
	font-size: 14px;
	font-family: 'Cabin', sans-serif;
	margin: 0 4px;
}
.product-action .btn:last-child {
	background: #253346;
}
.product-action .btn i {
	margin-right: 7px;
}
.s-single-product {
	border-radius: 6px;
}
.s-single-product::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #da4003;
	border-radius: 6px;
	transition: .4s linear;
	opacity: 0;
}
.s-single-product:hover .product-action {
	transform: translateY(0px);
	opacity: 1;
}
.s-single-product:hover::before {
	opacity: .9;
}
.single-product.card-product {
	background-color: #ffffff;
	border: 1px solid rgba(226, 232, 240, 0.8);
	border-radius: 18px;
	padding: 24px 20px 26px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.single-product.card-product:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 55px rgba(15, 23, 42, 0.12);
}
.single-product.card-product::before,
.single-product.card-product::after {
	display: none;
}
.single-product.card-product .product-img {
	background: #f6f7fb;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 190px;
	padding: 24px;
	margin-bottom: 20px;
}
.single-product.card-product .product-img img {
	max-height: 140px;
	width: auto;
	object-fit: contain;
}
.card-product__image {
	display: flex;
	align-items: center;
	justify-content: center;
}
.card-product__wishlist {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 3;
}
.card-product__wishlist form {
	margin: 0;
}
.card-product__wishlist .wishlist-btn {
	background: #ffffff;
	border: 1px solid rgba(148, 163, 184, 0.4);
	border-radius: 50%;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #64748b;
	box-shadow: 0 12px 20px rgba(148, 163, 184, 0.25);
	cursor: pointer;
	transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.card-product__wishlist .wishlist-btn:hover {
	color: #1d4ed8;
	border-color: rgba(59, 130, 246, 0.45);
	transform: translateY(-2px);
}
.card-product__wishlist .wishlist-btn.is-active {
	color: #1d4ed8;
	border-color: rgba(29, 78, 216, 0.45);
	background: rgba(29, 78, 216, 0.12);
}
.card-product__wishlist .wishlist-btn.is-active i {
	font-weight: 900;
}
.card-product__meta {
	text-align: left;
}
.card-product__title {
	margin-bottom: 8px;
}
.card-product__title a {
	color: #0f172a;
	font-size: 1.05rem;
	font-weight: 600;
	display: block;
}
.card-product__title a:hover {
	color: #1d4ed8;
}
.card-product__price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 16px;
}
.card-product__price .price-current {
	color: #b0d140;
	font-weight: 700;
	font-size: 1.125rem;
}
.card-product__price .price-rrp {
	color: #94a3b8;
	font-size: 0.95rem;
	text-decoration: line-through;
}
.card-product__badge {
	display: inline-block;
	background: rgba(248, 113, 113, 0.12);
	color: #dc2626;
	font-weight: 600;
	font-size: 0.75rem;
	padding: 4px 12px;
	border-radius: 999px;
	margin-bottom: 18px;
}
.card-product__actions {
	display: flex;
	gap: 12px;
	align-items: stretch;
}
.card-product__btn {
	flex: 1 1 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	padding: 12px 16px;
	font-weight: 600;
	font-size: 0.95rem;
	border: 2px solid transparent;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	min-width: 0;
}
.card-product__btn--primary {
	background: #b0d140;
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(29, 78, 216, 0.25);
}
.card-product__btn--primary:hover {
	background: #7fa32b;
	box-shadow: 0 18px 32px rgba(30, 64, 175, 0.3);
	color: #ffffff;
}
.card-product__btn--link {
	text-decoration: none;
}
.card-product__btn--ghost {
	background: #ffffff;
	color: #b0d140;
	border-color: rgba(29, 78, 216, 0.35);
}
.card-product__btn--ghost:hover {
	background: #eff6ff;
	border-color: #7fa32b;
	color: #7fa32b;
}
.card-product__btn.disabled,
.single-product.card-product.no-stock .card-product__btn--primary {
	background: #94a3b8;
	border-color: #94a3b8;
	box-shadow: none;
	color: #ffffff;
	cursor: not-allowed;
	opacity: 0.7;
}
.card-product__btn.disabled,
.card-product__btn[disabled] {
	pointer-events: none;
}
.single-product.card-product.no-stock .product-img {
	filter: grayscale(0.2);
	opacity: 0.85;
}
.single-product.card-product.no-stock .card-product__badge {
	background: rgba(148, 163, 184, 0.18);
	color: #475569;
}
@media (max-width: 1399px) {
	.single-product.card-product .product-img {
		min-height: 170px;
		padding: 20px;
	}
}
@media (max-width: 1199px) {
	.card-product__actions {
		flex-direction: column;
	}
	.card-product__btn {
		width: 100%;
	}
}
@media (max-width: 575px) {
	.single-product.card-product {
		padding: 20px 18px;
	}
	.single-product.card-product .product-img {
		min-height: 160px;
	}
}
.card-product__actions form {
	flex: 1 1 0%;
	display: flex;
}
.card-product__actions form .card-product__btn {
	width: 100%;
}
.card-product__actions a.card-product__btn {
	flex: 1 1 0%;
}
.flash-message {
	background: rgba(59, 130, 246, 0.06);
	border: 1px solid rgba(59, 130, 246, 0.3);
	border-radius: 12px;
	padding: 14px 18px;
	font-weight: 600;
	color: #1e3a8a;
	margin-bottom: 32px;
}
.flash-message--error {
	background: rgba(248, 113, 113, 0.12);
	border-color: rgba(239, 68, 68, 0.35);
	color: #b91c1c;
}
.flash-message--success {
	background: rgba(34, 197, 94, 0.12);
	border-color: rgba(34, 197, 94, 0.35);
	color: #047857;
}
.featured-slider-area {
	padding-top: 100px;
	padding-bottom: 40px;
}
.featured-slider {
	position: relative;
}
.featured-slider .slick-slide {
	display: flex;
	justify-content: center;
}
.featured-slider__slide {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	gap: 28px;
	padding: 0;
}
.featured-slider__media {
	width: 100%;
	display: flex;
	justify-content: center;
}
.featured-slider__media img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 22px 38px -28px rgba(22, 31, 47, 0.85);
}
.featured-slider__content {
	max-width: 720px;
	margin: 0 auto;
	color: #202031;
}
.featured-slider__title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 12px;
}
.featured-slider__subtitle {
	font-size: 18px;
	color: #4a4f63;
	margin-bottom: 20px;
}
.featured-slider__content .slider-btn {
	margin-top: 10px;
}
@media (max-width: 991px) {
	.featured-slider-area {
		padding-top: 72px;
		padding-bottom: 34px;
	}
	.featured-slider__title {
		font-size: 30px;
	}
	  .slider-area.s-slider-bg {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
    min-height: 220px !important;
  }
  .slider-content.s-slider-content h2 {
    font-size: 34px !important;
    padding-top: 20px !important;
  }
}
@media (max-width: 575px) {
  .slider-area.s-slider-bg {
    padding-top: 40px !important;
    padding-bottom: 32px !important;
    min-height: 120px !important;
  }
  .slider-content.s-slider-content h2 {
    font-size: 22px !important;
    padding-top: 10px !important;
  }
}
@media (max-width: 575px) {
	.featured-slider-area {
		padding-top: 48px;
		padding-bottom: 30px;
	}
	.featured-slider__title {
		font-size: 26px;
	}
	.featured-slider__subtitle {
		font-size: 16px;
	}
}
.t-single-product {
	box-shadow: 0px 0px 27px 0px rgba(149, 149, 149, 0.31);
	border-radius: 6px;
}
.t-product-wrap {
	padding: 0 80px;
}
.t-product-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #fff;
	padding: 25px 25px 20px;
	border-top: 1px solid #ebebeb;
	z-index: 1;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.t-product-meta {
	display: flex;
	justify-content: space-between;
	line-height: 1;
	border-top: 1px solid #ebebeb;
	padding-top: 13px;
	margin-top: 18px;
}
.t-product-rating i {
	font-size: 14px;
	color: #9ea7b2;
}
.t-product-meta h6 {
	margin-bottom: 0;
	font-size: 18px;
	color: #ff4800;
}
.t-product-overlay > h5 {
	font-size: 18px;
	margin-bottom: 5px;
}
.t-product-overlay > h5 a:hover {
	color: #ff4800;
}
.t-product-overlay span {
	font-size: 16px;
	color: #7e899d;
	display: block;
	margin-bottom: 25px;
}
.t-product-overlay p {
	line-height: 1;
	font-size: 14px;
	color: #687d95;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	margin-bottom: 0;
}
.t-single-product .product-img img {
	transition: 1s linear;
	transform: scale(1);
}
.t-single-product:hover .product-img img {
	transform: scale(1.02);
}
.single-product-widget {
	box-shadow: 0px 0px 27px 0px rgba(149, 149, 149, 0.09);
	background: #fff;
	padding: 30px;
}
.single-product-widget .p-sidebar-title {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	margin-bottom: 30px;
}
.single-product-widget .p-sidebar-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 3px;
	background: #fa5719;
	width: 40px;
	z-index: 1;
}
.products-page-form .products-filters .filter-options.checkbox-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.products-page-form .products-filters label.checkbox {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	color: #1e293b;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
}
.products-page-form .products-filters label.checkbox.hidden {
	display: none;
}
.products-page-form .products-filters label.checkbox input[type="checkbox"] {
	appearance: none;
	width: 20px;
	height: 20px;
	min-width: 20px;
	border-radius: 6px;
	border: 2px solid rgba(148, 163, 184, 0.6);
	background: #ffffff;
	box-shadow: inset 0 1px 1px rgba(15, 23, 42, 0.08), 0 1px 2px rgba(15, 23, 42, 0.12);
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
}
.products-page-form .products-filters label.checkbox input[type="checkbox"]:hover {
	border-color: rgba(29, 78, 216, 0.65);
}
.products-page-form .products-filters label.checkbox input[type="checkbox"]:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.25);
	border-color: #1d4ed8;
}
.products-page-form .products-filters label.checkbox input[type="checkbox"]:checked {
	border-color: #1d4ed8;
	background-color: #1d4ed8;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10.5L8.5 14L15 6' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
}
.products-page-form .products-filters label.checkbox input[type="checkbox"]:checked:hover {
	box-shadow: 0 8px 16px rgba(29, 78, 216, 0.25);
}
.products-page-form .products-filters .filter-options .show-more {
	color: #1d4ed8;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	padding-top: 2px;
}
.products-page-form .products-filters .filter-options .show-more:hover {
	text-decoration: underline;
}
.products-page-form .products-filters .price-range-inputs {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	width: 100%;
}
.products-page-form .products-filters .price-range-inputs span {
	font-weight: 600;
	color: #475569;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.products-page-form .products-filters .price-range-inputs .form-input {
	appearance: textfield;
	background: #ffffff;
	border: 1px solid rgba(148, 163, 184, 0.65);
	border-radius: 10px;
	padding: 10px 14px;
	font-size: 14px;
	font-weight: 500;
	color: #0f172a;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
	min-width: 0;
}
.products-page-form .products-filters .price-range-inputs .form-input:focus-visible {
	outline: 0;
	border-color: #1d4ed8;
	box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.18);
}
.products-page-form .products-filters .price-range-inputs .form-input::-webkit-outer-spin-button,
.products-page-form .products-filters .price-range-inputs .form-input::-webkit-inner-spin-button {
	margin: 0;
}
.products-page-form .products-filters .price-range-inputs .form-input::-moz-placeholder,
.products-page-form .products-filters .price-range-inputs .form-input::placeholder {
	color: #94a3b8;
}
.products-page-form .product-top-meta .sortby {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: #1e293b;
}
.products-page-form .product-top-meta .sortby select {
	appearance: none;
	background-color: #ffffff;
	border: 1px solid rgba(148, 163, 184, 0.65);
	border-radius: 999px;
	padding: 10px 44px 10px 16px;
	font-size: 14px;
	font-weight: 600;
	color: #0f172a;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.products-page-form .product-top-meta .sortby select:hover {
	border-color: rgba(29, 78, 216, 0.45);
}
.products-page-form .product-top-meta .sortby select:focus-visible {
	outline: 0;
	border-color: #1d4ed8;
	box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.18);
}
.products-page-form .product-top-meta .sortby::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%231d4ed8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
}
.p-sidebar-cat ul li {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.p-sidebar-cat ul li:last-child {
	margin-bottom: 0;
}
.p-sidebar-cat ul li a {
	font-size: 16px;
	color: #7e899d;
	display: block;
}
.p-sidebar-cat ul li a:hover {
	color: #fa5719;
}
.p-sidebar-cat ul li a span {
	float: right;
}
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
	background: #efefef none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	height: 8px;
	margin-bottom: 30px;
	margin-left: auto;
}
.price_filter .ui-slider-range {
	background: #fa5719 none repeat scroll 0 0;
	border-radius: 0;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
	border: none;
	height: 20px;
	margin-top: -2px;
	width: 8px;
	background: #fa5719;
	border-radius: 5px;
	margin-left: 0;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:focus {
	outline: none;
}
.price_slider_amount {
	overflow: hidden;
}
.price_slider_amount > input[type="text"] {
	float: right;
	height: 30px;
	margin-left: 28px;
	text-align: right;
	width: 130px;
	border: none;
	font-weight: 600;
	color: #444172;
}
.price_slider_amount > input[type="submit"] {
	background: #fa5719 none repeat scroll 0 0;
	border: none;
	color: #fff;
	float: left;
	font-weight: 700;
	height: 30px;
	text-transform: uppercase;
	transition: all 400ms ease-out 0s;
	cursor: pointer;
	width: 85px;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
}
.price_slider_amount > input[type="submit"]:hover {
	background: #444172 none repeat scroll 0 0;
}
.p-finder-link ul li,
.p-rating-link ul li {
	display: block;
	color: #7e899d;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 8px;
}
.p-finder-link ul li:last-child,
.p-rating-link ul li:last-child {
	margin-bottom: 0px;
}
.p-finder-link ul li label,
.p-rating-link ul li label {
	color: #7e899d;
	font-size: 16px;
	margin-bottom: 0px;
	-webkit-user-select: none;
	user-select: none;

}
.p-finder-link ul li span,
.p-rating-link ul li span {
	float: right;
}
.p-finder-link ul li input,
.p-rating-link ul li input {
	margin-right: 15px;
	display: inline-block;
}
.vendor-profile-sidebar {
	box-shadow: 0px 0px 27px 0px rgba(149, 149, 149, 0.09);
	background: #fff;
}
h5.vendor-wrap-title {
	margin-bottom: 0;
	background: #3b3e4c;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 20px;
	text-align: center;
}
.vendor-info-wrap {
	padding: 40px 45px;
	padding-bottom: 30px;
}
.vendor-thumb img {
	border-radius: 50%;
	box-shadow: 0px 0px 13px 0px rgba(35, 53, 131, 0.12);
}
.vendor-info h4 {
	font-size: 18px;
	margin-bottom: 5px;
}
.vendor-info span {
	font-size: 16px;
	color: #aaabad;
	display: block;
}
.vendor-action {
	border: 1px solid #e7e7e7;
	background: #fcfcfc;
	padding: 20px;
	margin-bottom: 20px;
}
.vendor-action .profile-sale-count {
	font-size: 26px;
	margin-bottom: 5px;
}
.profile-rating i {
	font-size: 12px;
	color: #fa5719;
}
.profile-rating span {
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
	display: inline-block;
}
.vendor-product-thumb ul li {
	display: inline-block;
	margin: 10px 4px;
}
.vendor-product-thumb ul li img {
	border-radius: 6px;
	box-shadow: 0px 0px 13px 0px rgba(35, 53, 131, 0.12);
}
.vendor-profile-cat {
	padding: 35px 30px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.vendor-sidebar-title {
	font-size: 18px;
	margin-bottom: 20px;
}
.vendor-profile-cat ul li {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.vendor-profile-cat ul li:last-child {
	margin-bottom: 0;
}
.vendor-profile-cat ul li a {
	font-size: 16px;
	color: #738097;
	display: block;
	font-weight: 500;
}
.vendor-profile-cat ul li a span {float: right;}
.vendor-profile-cat ul li a:hover {
	color: #fa5719;
}
.sidebar-author-contact {
	padding: 35px 30px;
}
.sac-form textarea {
	width: 100%;
	border: 1px solid #dddddd;
	padding: 15px 20px;
	height: 100px;
	margin-bottom: 20px;
	transition: .3s linear;
}
.sac-form textarea::placeholder,
.sac-form input::placeholder {
	color: #aab1bd;
}
.sac-form input {
	width: 100%;
	border: 1px solid #dddddd;
	padding: 13px 20px;
	margin-bottom: 20px;
	transition: .3s linear;
}
.sac-form button {
	background: #fa5719;
	padding: 15px 40px;
}
.sac-form input:focus,
.sac-form textarea:focus {
	border-color: #fa5719;
}

.contact-section {
	background: #f8faff;
}
.contact-card {
	background: #ffffff;
	border-radius: 18px;
	padding: 35px;
	box-shadow: 0 20px 60px rgba(0, 136, 0, 0.07);
	border: 1px solid rgba(0, 255, 94, 0.08);
	height: 100%;
}
.contact-card h3 {
	font-size: 26px;
	margin-bottom: 16px;
	font-family: 'poppins', sans-serif;
	color: #7fa32b;
}
.contact-card--info {
	background: linear-gradient(156deg, #b0d140 0%, #7fa32b 60%, rgb(10, 149, 93) 100%);
	color: #ffffff;
	border: none;
	box-shadow: 0 25px 60px rgba(0, 47, 158, 0.25);
}
.contact-card--info h3 {
	color: #ffffff;
}
.contact-card--info #h4_custom {
	color: rgba(255, 255, 255, 0.85);
}
.contact-card--info a {
	color: #ffffff;
	font-weight: 600;
}
.contact-meta {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}
.contact-meta li {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 18px;
}
.contact-meta__icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.contact-card--info .contact-meta__icon {
	background: rgba(255, 255, 255, 0.25);
}
.contact-meta strong {
	display: block;
	font-size: 15px;
	margin-bottom: 4px;
}
.contact-meta p,
.contact-meta a {
	margin: 0;
	font-size: 15px;
}
.contact-card__note {
	margin-top: 12px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.contact-card--form {
	background: #ffffff;
}
.contact-form label {
	display: block;
	font-weight: 600;
	color: #23304e;
	margin-bottom: 8px;
	font-size: 15px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	border: 1px solid rgba(0, 102, 255, 0.18);
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 15px;
	color: #1f2937;
	background: rgba(255, 255, 255, 0.9);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #0d64ff;
	box-shadow: 0 0 0 3px rgba(13, 100, 255, 0.15);
	outline: none;
}
.contact-form textarea {
	min-height: 180px;
	resize: vertical;
}
.contact-form select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #0d64ff 50%), linear-gradient(135deg, #0d64ff 50%, transparent 50%);
	background-position: calc(100% - 20px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}
.contact-form .contact-btn {
	background: #7fa32b;
	color: #ffffff;
	font-weight: 600;
	padding: 14px 30px;
	border-radius: 999px;
	border: none;
	font-size: 16px;
	font-family: 'poppins', sans-serif;
	letter-spacing: 0.4px;
}
.contact-form .contact-btn:hover {
	background: #b0d140;
}
.contact-alert {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 16px 22px;
	border-radius: 14px;
	border: 1px solid transparent;
	box-shadow: 0 12px 30px rgba(15, 78, 183, 0.12);
}
.contact-alert strong {
	display: block;
	margin-bottom: 4px;
}
.contact-alert p {
	margin: 0;
	font-size: 15px;
}
.contact-alert ul {
	margin: 0;
	padding-left: 18px;
}
.contact-alert i {
	font-size: 22px;
	margin-top: 3px;
}
.contact-alert--success {
	background: rgba(13, 100, 255, 0.08);
	border-color: rgba(13, 100, 255, 0.22);
	color: #0f4eb7;
}
.contact-alert--success i {
	color: #0d64ff;
}
.contact-alert--error {
	background: rgba(222, 72, 107, 0.08);
	border-color: rgba(222, 72, 107, 0.22);
	color: #b21f4b;
}
.contact-alert--error i {
	color: #de486b;
}
.contact-trap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
}

/* Login/Register Forms */
.login-form, .register-form {
    background: #b0d140;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 102, 255, 0.15);
}

.login-form input, .register-form input {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 15px;
    width: 100%;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease;
}

.login-form input:focus, .register-form input:focus {
    box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.2);
    outline: none;
}

.login-form .btn, .register-form .btn {
    background: #b0d140;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: 'poppins', sans-serif;
}

.login-form .btn:hover, .register-form .btn:hover {
    background: #7fa32b;
    transform: translateY(-2px);
}

.forgot-link {
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    font-size: 14px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.forgot-link:hover {
    opacity: 1;
}

.error-message {
    background: rgba(255, 0, 0, 0.1);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
}

/* Updated Login and Account Area Styling */
.login-area {
    background: #f8f9fa;
    padding: 40px 0;
}

.login-container {
    background: #0066FF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 102, 255, 0.15);
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.login-container.auth-layout {
	background: transparent;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
}

.account-area {
    background: #f8f9fa;
    padding: 40px 0;
}

.account-title {
    color: #0066FF;
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'poppins', sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.account-menu {

    padding: 12px;
    border-radius: 8px;
    margin-bottom: 20px;

}

.account-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.account-nav .nav-item {
    color: white;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.2s ease;
    background: rgba(255, 255, 255, 0.1);
    font-family: 'poppins', sans-serif;
    letter-spacing: 0.5px;
}

.account-nav .nav-item:hover,
.account-nav .nav-item.active {
    background: #003399;
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Orders Section */
.myorders, .mydownloads, .wishlist, .settings {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    border: 1px solid rgba(0, 102, 255, 0.1);
    width: 100%;
}

.wishlist h2 {
	font-family: 'poppins', sans-serif;
	color: #281f5d;
	font-size: 26px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}

.wishlist__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

.wishlist__count {
	font-family: 'poppins', sans-serif;
	font-size: 13px;
	color: #1a2a6b;
	background: rgba(0, 102, 255, 0.12);
	padding: 6px 14px;
	border-radius: 999px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

.wishlist__empty {
	margin-top: 24px;
	color: #6a6d8f;
	font-size: 15px;
}

@media (max-width: 575px) {
	.wishlist__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.wishlist__count {
		font-size: 12px;
		padding: 5px 12px;
	}
}

.settings .form {
    max-width: 800px;
    margin: 0 auto;
}

.settings .form-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

.settings .form-label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
    font-family: 'poppins', sans-serif;
}

.settings .form-input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid rgba(0, 102, 255, 0.2);
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.settings .form-input:focus {
    border-color: #7fa32b;
    box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.1);
    outline: none;
}

.settings .form-section {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 102, 255, 0.1);
}

.settings .form-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.settings h2 {
    font-family: 'poppins', sans-serif;
    color: #7fa32b;
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}

.settings .btn {
    background: #b0d140;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.settings .btn:hover {
    background: #7fa32b;
    transform: translateY(-1px);
}

.settings .error {
    color: #ff3333;
    background: rgba(255, 51, 51, 0.1);
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 15px;
}

/* Navigation Bar Styling */


.main-navigation {
    position: relative;
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.nav-list > li {
    margin: 0;
    padding: 0;
    position: relative;
}


.nav-list li a i {
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.nav-list li a:hover,
.nav-list li.active a {
    background-color: #616161;
    border-bottom-color: #0127ff;
}

            /* Basic navbar structure - detailed styling in style.css */
            .menu-area {
                position: relative;
                z-index: 999;
            }
            /* Mobile search bar hide */
            @media (max-width: 991px) {
                .header-search-bar {
                    display: none !important;
                }
            }
            /* Ensure proper spacing and prevent overlap */
            .header-top-bar .row {
                margin-left: -10px;
                margin-right: -10px;
            }
            .header-top-bar [class*="col-"] {
                padding-left: 15px;
                padding-right: 15px;
            }
            /* Logo container - prevent overflow */
            .header-top-bar .logo {
                padding-right: 20px;
                max-width: 100%;
                overflow: hidden;
            }
			.header-top-bar .logo img,
			.header-top-bar .logo2 img {
				max-width: 100%;
				height: 100px;
				max-height: 100px;
				width: auto;
			}
            /* Logo wrapper with hamburger */
            .logo-wrapper {
                display: flex;
                align-items: center;
            }
            /* Mobile menu toggle button styles */
			.mobile-menu-toggle {
				display: inline-flex;
				align-items: center;
				justify-content: center;
				background: transparent;
				border: none;
				color: #ffffff;
				font-size: 24px;
				padding: 0;
				cursor: pointer;
				transition: color 0.3s ease;
				margin-right: 12px;
			}
            .mobile-menu-toggle:hover {
                color: #ffffff;
            }
            .mobile-menu-toggle:focus {
                outline: none;
            }
            /* Hide on large screens */
            @media (min-width: 992px) {
                .mobile-menu-toggle {
                    display: none !important;
                }
            }
            /* Search bar container - add padding to prevent overlap */
            .header-search-bar {
                padding: 0 20px;
                max-width: 100%;
            }
            /* Prevent search form from overflowing */
            .search-form {
                max-width: 100%;
            }
            /* Account actions - prevent overlap */
            .header-right-actions {
                padding-left: 15px;
            }
            /* Responsive logo sizing */
			@media (max-width: 1199px) {
				.header-top-bar .logo {
					padding-right: 10px;
				}
				.header-top-bar .logo img,
				.header-top-bar .logo2 img {
				max-height: 80px;
				}
                .header-search-bar {
                    padding: 0 10px;
                }
                .header-right-actions {
                    padding-left: 10px;
                }
            }
			@media (max-width: 767px) {
				.header-top-bar .logo img,
				.header-top-bar .logo2 img {
					max-height: 70px;
				}
			}
            /* Ensure search bar has proper width on large screens */
            @media (min-width: 1200px) {
                .header-search-bar {
                    max-width: 100%;
                    padding: 0 25px;
                }
                .header-top-bar .logo {
                    padding-right: 25px;
                }
            }
            /* Additional spacing for extra large screens */
            @media (min-width: 1400px) {
                .header-search-bar {
                    padding: 0 30px;
                }
            }

/* Product details layout */
.t-product-wrap {
	padding: 0 80px;
}
.product-details-thumb {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 10px 30px rgba(11, 64, 134, 0.08);
	padding: 35px;
}
.product-imgs {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.product-img-large {
	background: #f7f9fc;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
}
.product-img-large img {
	width: 100%;
	height: auto;
	max-height: 480px;
	object-fit: contain;
}
.product-small-imgs {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.product-img-small {
	width: 95px;
	height: 95px;
	border: 1px solid #dfe3ea;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
}
.product-img-small.selected {
	border-color: #2684fe;
	box-shadow: 0px 6px 18px rgba(11, 64, 134, 0.18);
}
.product-img-small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-tab {
	background: #fcfcfc;
	padding: 30px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
.product-tab-content {
	background: #fff;
	border: 1px solid #f2f2f2;
	padding: 35px 30px;
}
.product-tab li .btn {
	border: 1px solid #c9cdd6;
	background: transparent;
	box-shadow: none;
	color: #738097;
	font-weight: 500;
	margin-right: 10px;
}
.product-tab li .btn.active {
	border-color: #b0d140;
	background: #b0d140;
	box-shadow: 0px 0px 24px 0px rgba(93, 87, 171, 0.32);
	color: #fff;
}
.product-details-content h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
.product-details-content p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
}
.product-details-content h4 {
	font-size: 22px;
	margin-bottom: 15px;
}
.product-details-features {
	margin-top: 35px;
	margin-bottom: 20px;
}
.product-details-content ul li {
	padding-left: 20px;
	font-size: 18px;
	margin-bottom: 8px;
	position: relative;
}
.product-details-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	height: 10px;
	width: 10px;
	border: 1px solid #c9c9c9;
	border-radius: 50%;
}
.product-details-source {
	margin-top: 35px;
	margin-bottom: 35px;
}
.product-details-content p.product-details-note {
	margin-bottom: 0;
	border-top: 1px solid #e7e7e7;
	padding-top: 30px;
	color: #586275;
	font-weight: 500;
}
.item-single-comment ul li {
	display: flex;
	align-items: center;
}
.item-single-comment {
	background: #f9f9f9;
	padding: 20px;
	margin-bottom: 20px;
}
.item-comment-content h5 {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
}
.item-comment-content h5 a:hover {
	color: #2684fe;
}
.item-comment-content span {
	font-size: 12px;
	color: #ff4800;
	position: relative;
	margin-left: 15px;
	padding-left: 15px;
	display: inline-block;
}
.item-comment-content span::before {
	content: "|";
	position: absolute;
	left: 0;
	top: -2px;
	color: #7e899d;
	font-size: 14px;
}
.item-comment-content small {
	font-size: 13px;
	float: right;
	opacity: .7;
}
.item-comment-content p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 28px;
	margin-top: 10px;
	overflow: hidden;
}
.item-comment-avatar img {
	border-radius: 50%;
	box-shadow: 0px 0px 13px 0px rgba(35, 53, 131, 0.09);
	margin-right: 20px;
}
.item-comment-box {
	margin-top: 55px;
}
.item-comment-box h3 {
	font-size: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
}
.item-comment-form textarea {
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 12px 20px;
	margin-bottom: 20px;
	height: 120px;
	transition: .3s ease-in-out;
}
.item-comment-form input {
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 12px 20px;
	margin-bottom: 20px;
	transition: .3s ease-in-out;
}
.item-comment-form input::placeholder,
.item-comment-form textarea::placeholder {
	color: #aab1bd;
}
.item-comment-form input:focus,
.item-comment-form textarea:focus {
	border-color: #2684fe;
}
.item-comment-form button {
	padding: 15px 50px;
	margin-top: 10px;
}
.item-comment-wrap {
	padding: 25px 0;
}
.item-sidebar-action {
	padding: 40px 45px;
	border-bottom: 1px solid #ededed;
}
.item-price-count h4 {
	font-size: 26px;
	color: #b0d140;
	margin-bottom: 0;
}
.item-sidebar-btn .btn {
	width: 100%;
	box-shadow: 0px 0px 13px 0px rgba(35, 53, 131, 0.17);
}
.item-sidebar-btn .btn:hover {
	box-shadow: none;
}
.item-sidebar-btn .btn:first-child {
	background: #b0d140;
}
.item-sidebar-btn .btn:disabled {
	background: #d5d7df;
	border-color: #d5d7df;
	color: #7a8599;
	box-shadow: none;
}
.item-license label {
	margin-bottom: 0;
	font-size: 16px;
	color: #86868e;
	margin-left: 5px;
}
.sidebar-item-info {
	padding: 40px 30px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.sidebar-item-info ul li {
	font-size: 16px;
	color: #738097;
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
}
.sidebar-item-info ul li span {
	float: right;
}
.sidebar-item-info ul li span i {
	font-size: 13px;
	color: #fa5719;
}
.sidebar-item-info ul li:last-child {
	margin-bottom: 0;
}
.sidebar-item-info h5,
.product-sidebar-tag h5 {
	margin-bottom: 35px;
}
.product-sidebar-tag {
	padding: 40px 30px;
	padding-bottom: 30px;
}
.product-sidebar-tag ul li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 10px;
}
.product-sidebar-tag ul li a {
	display: inline-block;
	border: 1px solid #dfdfdf;
	background: #fcfcfc;
	padding: 11px 20px;
	color: #737f96;
	line-height: 1;
	border-radius: 50px;
}
.product-sidebar-tag ul li a:hover {
	background: #fa5719;
	border-color: #fa5719;
	color: #fff;
}

/* Vendor sidebar */
.vendor-profile-sidebar {
	box-shadow: 0px 0px 27px 0px rgba(149, 149, 149, 0.09);
	background: #fff;
}
h5.vendor-wrap-title {
	margin-bottom: 0;
	background: #3b3e4c;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 20px;
	text-align: center;
}
.vendor-info-wrap {
	padding: 40px 45px;
	padding-bottom: 30px;
}
.vendor-thumb img {
	border-radius: 50%;
	box-shadow: 0px 0px 13px 0px rgba(35, 53, 131, 0.12);
}
.vendor-info h4 {
	font-size: 18px;
	margin-bottom: 5px;
}
.vendor-info span {
	font-size: 16px;
	color: #aaabad;
	display: block;
}
.vendor-product-thumb ul li {
	display: inline-block;
	margin: 10px 4px;
}
.vendor-product-thumb ul li img {
	border-radius: 6px;
	box-shadow: 0px 0px 13px 0px rgba(35, 53, 131, 0.12);
}
.vendor-profile-cat {
	padding: 35px 30px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.vendor-sidebar-title {
	font-size: 18px;
	margin-bottom: 20px;
}
.vendor-profile-cat ul li {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.vendor-profile-cat ul li:last-child {
	margin-bottom: 0;
}
.vendor-profile-cat ul li a {
	font-size: 16px;
	color: #738097;
	display: block;
	font-weight: 500;
}
.vendor-profile-cat ul li a span {
	float: right;
}
.vendor-profile-cat ul li a:hover {
	color: #fa5719;
}

.item-sidebar-btn .btn + .btn {
	margin-top: 12px;
}
.item-sidebar-wishlist .btn {
	width: 100%;
	background: transparent;
	border: 1px solid #c9cdd6;
	color: #738097;
	box-shadow: none;
}
.item-sidebar-wishlist .btn:hover {
	background: #2684fe;
	border-color: #2684fe;
	color: #fff;
}
.item-sidebar-wishlist .btn i {
	margin-right: 8px;
}

/* ------------------------------------------------------------------
   Shopping cart refresh
------------------------------------------------------------------- */
.cart-area {
	position: relative;
	background: linear-gradient(180deg, #f4f5ff 0%, #ffffff 100%);
}
.cart-area .section-title h2 {
	color: #2d2662;
}
.cart-area .section-title p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.7;
	color: #6d6f92;
}
.cart-form {
	display: block;
}
.cart-content-grid {
	display: grid;
	gap: 35px;
}
@media (min-width: 992px) {
	.cart-content-grid {
		grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
	}
}
.cart-items {
	background: #ffffff;
	border-radius: 28px;
	padding: 35px;
	box-shadow: 0 28px 60px rgba(67, 60, 137, 0.12);
	border: 1px solid rgba(97, 87, 171, 0.08);
}
@media (max-width: 575px) {
	.cart-items {
		padding: 28px 20px;
	}
}
.cart-item {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 25px;
	padding: 26px 0;
	border-bottom: 1px solid rgba(112, 103, 182, 0.12);
}
.cart-item:first-child {
	padding-top: 0;
}
.cart-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
@media (min-width: 992px) {
	.cart-item {
		grid-template-columns: 130px minmax(0, 1fr) 240px;
		align-items: center;
	}
}
.cart-item__media {
	background: linear-gradient(140deg, rgba(99, 88, 182, 0.18) 0%, rgba(255, 112, 177, 0.16) 100%);
	border-radius: 22px;
	position: relative;
	width: 100%;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.cart-item__media a,
.cart-item__media img {
	display: block;
	width: 100%;
	height: 100%;
}
.cart-item__media img {
	object-fit: contain;
}
.cart-item__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 32px;
	opacity: 0.85;
}
.cart-item__details {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.cart-item__heading {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: flex-start;
}
.cart-item__title {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 700;
	color: #271f5f;
	text-decoration: none;
}
.cart-item__title:hover {
	color: #fa5719;
}
.cart-item__remove {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #ff6f91;
	text-decoration: none;
}
.cart-item__remove:hover {
	color: #ff3d69;
}
.cart-item__options {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.cart-item__options li {
	list-style: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(97, 87, 171, 0.14);
	color: #544ca1;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.cart-item__options li span {
	font-weight: 700;
	font-size: 12px;
	color: #372d78;
}
.cart-item__meta {
	grid-column: 1 / -1;
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	padding: 14px 18px;
	background: #f9f7ff;
	border-radius: 20px;
}
@media (min-width: 992px) {
	.cart-item__meta {
		grid-column: 3 / 4;
		margin-top: 0;
	}
}
@media (max-width: 640px) {
	.cart-item__meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 460px) {
	.cart-item__meta {
		grid-template-columns: 1fr;
	}
}
.meta-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
@media (max-width: 460px) {
	.meta-block {
		align-items: flex-start;
		text-align: left;
	}
}
.meta-block .label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8a7fca;
}
.meta-block .value {
	font-size: 16px;
	font-weight: 700;
	color: #2d2662;
	line-height: 1.2;
}
.quantity-control input[type="number"] {
	width: 70px;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid rgba(97, 87, 171, 0.35);
	background: #ffffff;
	color: #2d2662;
	-moz-appearance: textfield;
	appearance: textfield;
}
.quantity-control input[type="number"]::-webkit-inner-spin-button,
.quantity-control input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.cart-summary {
	background: linear-gradient(135deg, #508df0 0%, #0c38e6 100%);
	color: #ffffff;
	border-radius: 28px;
	padding: 40px 35px;
	box-shadow: 0 32px 70px rgba(90, 65, 173, 0.35);
}
@media (min-width: 992px) {
	.cart-summary {
		position: sticky;
		top: 115px;
	}
}
.cart-summary h3 {
	margin-bottom: 22px;
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
}
.cart-summary__line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 12px;
}
.cart-summary__line.total {
	font-size: 20px;
	margin-top: 18px;
}
.cart-summary__note {
	margin: 24px 0;
	font-size: 14px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.78);
}
.cart-summary__btn {
	display: block;
	width: 100%;
	margin-bottom: 12px;
}
.cart-summary__btn:last-of-type {
	margin-bottom: 0;
}
.cart-summary .btn-alt {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.45);
	color: #ffffff;
	box-shadow: none;
}
.cart-summary .btn-alt:hover {
	background: rgba(255, 255, 255, 0.22);
}
.cart-summary .btn:disabled,
.cart-summary .btn-alt:disabled {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.6);
	box-shadow: none;
	cursor: not-allowed;
}
.cart-summary__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
}
.cart-summary__link:hover {
	color: #ffe49a;
}
.cart-empty {
	text-align: center;
	padding: 90px 30px;
	color: #6d6f92;
}
.cart-empty h3 {
	font-size: 24px;
	margin: 25px 0 10px;
	color: #2d2662;
}
.cart-empty__icon {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(98, 80, 240, 0.15) 0%, rgba(255, 95, 159, 0.18) 100%);
	color: #6250f0;
	font-size: 34px;
}
.cart-empty p {
	max-width: 420px;
	margin: 0 auto 28px;
	line-height: 1.8;
}
.cart-empty .btn {
	box-shadow: none;
}
.cart-area .btn:disabled {
	opacity: 0.7;
}

/* ------------------------------------------------------------------
   Checkout experience refresh
------------------------------------------------------------------- */
.checkout-area {
	position: relative;
	background: linear-gradient(180deg, #f6f5ff 0%, #ffffff 100%);
}
.checkout-area .section-title h2 {
	color: #2d2662;
}
.checkout-area .section-title p {
	margin-top: 18px;
	font-size: 16px;
	line-height: 1.75;
	color: #6d6f92;
}
.checkout-form {
	display: block;
}
.checkout-grid {
	display: grid;
	gap: 40px;
}
@media (min-width: 992px) {
	.checkout-grid {
		grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
		align-items: flex-start;
	}
}
.auth-form__fields {
	display: flex;
	flex-direction: column;
	gap: 22px;
}
.auth-form__field {
	display: flex;
	flex-direction: column;
}
.auth-field {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.auth-field__top {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.auth-field__label {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0000D1;
}
.auth-field__required {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #0000D1;
}
.auth-field__hint {
	margin: 0;
	font-size: 13px;
	color: #6d6f92;
	font-weight: 500;
}
.auth-form__submit {
	width: 100%;
	margin-top: 4px;
}
.auth-form__footnote {
	margin-top: 18px;
	text-align: center;
	font-weight: 600;
	color: #5b578c;
}
.auth-form__footnote a {
	color: #0773ff;
	font-weight: 700;
}
.auth-form__footnote a:hover {
	color: #ff7d9b;
}
.auth-form__actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-top: 12px;
}
.auth-form__link {
	font-weight: 600;
	color: #0773ff;
}
.auth-form__link:hover {
	color: #ff7d9b;
}
.auth-card .auth-field__input {
	position: relative;
	display: block;
	padding: 2px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(35, 55, 255, 0.88) 0%, rgba(71, 99, 255, 0.88) 100%);
	box-shadow: 0 14px 28px rgba(28, 19, 71, 0.15);
	transition: box-shadow 0.25s ease, transform 0.2s ease;
}
.auth-card .auth-field__input:focus-within {
	box-shadow: 0 22px 38px rgba(119, 110, 232, 0.28);
	transform: translateY(-2px);
}
.auth-card .auth-field__input input.form-input--auth {
	width: 100%;
	height: 56px;
	border: none;
	border-radius: 16px;
	background: linear-gradient(135deg, #ffffff 0%, #f6f3ff 100%);
	padding: 0 22px;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.01em;
	color: #1f1842;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 14px 24px rgba(31, 24, 66, 0.08);
	transition: box-shadow 0.25s ease, background 0.25s ease;
}
.auth-card .auth-field__input input.form-input--auth:focus {
	outline: none;
	background: linear-gradient(135deg, #ffffff 0%, #fdfbff 100%);
	box-shadow: 0 20px 40px rgba(119, 110, 232, 0.26);
}
.auth-card .auth-field__input input.form-input--auth::placeholder {
	color: rgba(104, 97, 158, 0.7);
	font-weight: 500;
}
.auth-card .auth-field__input input.form-input--auth:-webkit-autofill,
.auth-card .auth-field__input input.form-input--auth:-webkit-autofill:hover,
.auth-card .auth-field__input input.form-input--auth:-webkit-autofill:focus {
	-webkit-text-fill-color: #1f1842;
	box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.98) inset;
	transition: background-color 5000s ease-in-out 0s;
}
.checkout-alert {
	margin-bottom: 25px;
	border-radius: 18px;
	padding: 18px 22px;
	font-weight: 600;
	font-size: 15px;
	box-shadow: 0 18px 40px rgba(70, 64, 128, 0.12);
}
.checkout-alert--error {
	background: rgba(255, 98, 131, 0.12);
	color: #d9405c;
}
.checkout-alert--success {
	background: rgba(120, 231, 180, 0.18);
	color: #1a7f55;
}
.checkout-alert--warning {
	background: rgba(255, 203, 112, 0.16);
	color: #e37b23;
	margin-top: 18px;
}
.checkout-steps {
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.step-card {
	background: #ffffff;
	border-radius: 28px;
	padding: 32px;
	border: 1px solid rgba(97, 87, 171, 0.08);
	box-shadow: 0 26px 60px rgba(64, 55, 139, 0.1);
}
@media (max-width: 575px) {
	.step-card {
		padding: 26px 22px;
	}
}
.step-card__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 18px;
}
.step-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 86px;
	padding: 6px 14px;
	border-radius: 999px;
	background: linear-gradient(120deg, #b0d140 0%, #7fa32b 100%);
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
}
.step-card__title {
	margin: 0;
	font-size: 24px;
	line-height: 1.4;
	color: #281f5d;
}
.step-card__note {
	margin: -6px 0 18px;
	font-size: 14px;
	color: #6a6d8f;
}
.step-card__note a {
	color: #fa5719;
	font-weight: 600;
}
.payment-options {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.payment-option {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	padding: 18px 20px;
	border-radius: 20px;
	border: 1px solid rgba(113, 105, 185, 0.18);
	background: rgba(255, 255, 255, 0.85);
	position: relative;
	cursor: pointer;
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.payment-option input {
	position: relative;
	margin: 0;
	width: 18px;
	height: 18px;
}
.payment-option__content {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.payment-option__title {
	font-weight: 700;
	font-size: 16px;
	color: #30296b;
}
.payment-option__desc {
	font-size: 14px;
	color: #6f7195;
}
.payment-option__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border-radius: 14px;
	background: rgba(245, 245, 255, 0.7);
}
.payment-option__badge img {
	display: block;
	max-width: 100%;
}
.payment-option__badge--gradient {
	background: linear-gradient(140deg, rgba(103, 95, 182, 0.16) 0%, rgba(255, 112, 177, 0.18) 100%);
	color: #fff;
	font-size: 16px;
}
.payment-option input:checked ~ .payment-option__content,
.payment-option input:checked ~ .payment-option__badge,
.payment-option input:checked + .payment-option__content,
.payment-option input:checked + .payment-option__badge {
	color: inherit;
}
.payment-option:has(input:checked) {
	border-color: #776ee8;
	box-shadow: 0 8px 24px rgba(119, 110, 232, 0.18);
}
.step-section {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 8px;
}
.step-section + .step-section {
	margin-top: 26px;
}
.step-section__title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #6a63c8;
}
.step-section .muted {
	font-weight: 500;
	color: #9a9bb7;
}
.step-section .form-label {
	font-weight: 600;
	color: #48406a;
}
.step-section .form-input,
.step-section select {
	height: 54px;
	border-radius: 14px;
	border: 1px solid rgba(126, 118, 194, 0.4);
	padding: 0 16px;
	box-shadow: none;
	background: #fff;
}
.step-section .form-input:focus,
.step-section select:focus {
	border-color: #776ee8;
	outline: none;
	box-shadow: 0 0 0 3px rgba(119, 110, 232, 0.18);
}
.step-section--shipping {
	gap: 24px;
}
.shipping-layout {
	display: grid;
	gap: 22px;
}
.shipping-column {
	display: flex;
	flex-direction: column;
	gap: 22px;
}
.shipping-group {
	background: #f9f8ff;
	border-radius: 20px;
	border: 1px solid rgba(120, 112, 216, 0.16);
	padding: 22px 24px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	position: relative;
	z-index: 1;
}
.shipping-group__title {
	margin: 0;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #756dd6;
	font-weight: 700;
}
.shipping-group .form-label {
	padding: 8px 0 6px;
	font-weight: 600;
}
.shipping-group .form-label:first-of-type {
	padding-top: 2px;
}
.field-row {
	display: grid;
	gap: 14px;
}
.field-row--split {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.field-col {
	display: flex;
	flex-direction: column;
}
@media (min-width: 576px) {
	.field-row--split {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}
}
@media (min-width: 992px) {
	.shipping-layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		position: relative;
	}
	.shipping-layout::before {
		content: '';
		position: absolute;
		top: 12px;
		bottom: 12px;
		left: 50%;
		transform: translateX(-50%);
		width: 1px;
		background: linear-gradient(180deg, rgba(120, 112, 216, 0.18) 0%, rgba(255, 112, 177, 0.14) 100%);
		pointer-events: none;
	}
	.shipping-column {
		padding: 0 18px;
	}
	.shipping-column:first-child {
		padding-left: 0;
	}
	.shipping-column:last-child {
		padding-right: 0;
	}
}
.shipping-group--location .field-row--split {
	margin-top: 4px;
}

/* Orders Section Modern Card Style */
.order-card {
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 10px 32px rgba(60,52,130,0.10);
	border: 1px solid rgba(97,87,171,0.10);
	margin-bottom: 32px;
	padding: 0 0 18px 0;
	overflow: hidden;
}
.order-card__header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(90deg, #f4f5ff 0%, #f9f8ff 100%);
	padding: 22px 32px 12px 32px;
	border-bottom: 1px solid #eceaf7;
	gap: 18px;
}
.order-card__meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.order-card__number {
	font-weight: 700;
	color: #281f5d;
	font-size: 16px;
}
.order-card__date {
	color: #6a6d8f;
	font-size: 14px;
}
.order-card__status-group {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
}
.order-card__status {
	font-size: 14px;
	font-weight: 600;
	color: #fa5719;
	background: rgba(250,87,25,0.08);
	border-radius: 999px;
	padding: 4px 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.order-card__status--completed {
	color: #3bbf5c;
	background: rgba(59,191,92,0.10);
}
.order-card__shipping,
.order-card__total {
	font-size: 15px;
	color: #6a6d8f;
}
.order-card__shipping strong,
.order-card__total strong {
	color: #281f5d;
	font-weight: 700;
}
.order-card__items {
	padding: 18px 32px 0 32px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.order-card__item {
	display: flex;
	align-items: center;
	gap: 18px;
	border-bottom: 1px solid #f2f1fa;
	padding-bottom: 12px;
	padding-top: 8px;
}
.order-card__item:last-child {
	border-bottom: none;
}
.order-card__item-thumb img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	border-radius: 12px;
	background: #f4f5ff;
	box-shadow: 0 2px 8px rgba(120,112,216,0.08);
}
.order-card__item-info {
	flex: 1 1 0%;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.order-card__item-title {
	font-size: 15px;
	color: #281f5d;
	font-weight: 600;
}
.order-card__item-options {
	font-size: 13px;
	color: #6a6d8f;
	margin-top: 2px;
}
.order-card__item-price {
	font-size: 15px;
	color: #30296b;
	font-weight: 700;
	min-width: 80px;
	text-align: right;
}
/* Wishlist Modern Card Grid */
.wishlist-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 28px;
	margin-top: 32px;
}
.wishlist-card {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 6px 24px rgba(60,52,130,0.10);
	border: 1px solid rgba(97,87,171,0.10);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 28px 18px 22px 18px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	text-decoration: none;
	color: inherit;
}
.wishlist-card:hover {
	box-shadow: 0 12px 32px rgba(119,110,232,0.13);
	transform: translateY(-4px);
}
.wishlist-card__img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin-bottom: 16px;
	background: #f4f5ff;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(97,87,171,0.08);
}
.wishlist-card__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.wishlist-card__info {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.wishlist-card__title {
	display: block;
	font-size: 16px;
	color: #281f5d;
	font-weight: 700;
	margin-bottom: 8px;
	text-decoration: none;
	transition: color 0.18s;
}
.wishlist-card__title:hover {
	color: #fa5719;
}
.wishlist-card__price {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	gap: 10px;
	font-size: 15px;
	color: #30296b;
	font-weight: 700;
}
.wishlist-card__price-current {
	font-size: 18px;
	color: #b0d140;
	font-weight: 800;
}
.wishlist-card__rrp {
	font-size: 14px;
	color: #b1b1c9;
	text-decoration: line-through;
}
@media (max-width: 767px) {
	.order-card__header, .order-card__items {
		padding-left: 16px;
		padding-right: 16px;
	}
}
.order-complete-area {
	background: linear-gradient(180deg, #f4f5ff 0%, #ffffff 100%);
}
.order-complete-card {
	max-width: 760px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 32px;
	padding: 72px 60px;
	text-align: center;
	border: 1px solid rgba(97, 87, 171, 0.12);
	box-shadow: 0 32px 80px rgba(60, 52, 130, 0.14);
	position: relative;
}
.order-complete-card::before {
	content: '';
	position: absolute;
	inset: 18px;
	border-radius: 28px;
	background: linear-gradient(140deg, rgba(119, 110, 232, 0.08) 0%, rgba(250, 87, 25, 0.08) 100%);
	z-index: 0;
}
.order-complete-card > * {
	position: relative;
	z-index: 1;
}
.order-complete-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 18px;
	border-radius: 999px;
	background: linear-gradient(120deg, #6e65d5 0%, #fa5719 100%);
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 700;
}
.order-complete-icon {
	width: 96px;
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 28px auto 24px auto;
	border-radius: 50%;
	background: linear-gradient(140deg, #776ee8 0%, #fa5719 100%);
	color: #ffffff;
}
.order-complete-icon svg {
	width: 48px;
	height: 48px;
}
.order-complete-title {
	margin: 0;
	font-size: 36px;
	line-height: 1.3;
	color: #281f5d;
	font-family: 'poppins', sans-serif;
}
.order-complete-text {
	max-width: 520px;
	margin: 18px auto 26px auto;
	font-size: 18px;
	line-height: 1.7;
	color: #6a6d8f;
}
.order-complete-next {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
	text-align: left;
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}
.order-complete-next li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 15px;
	line-height: 1.6;
	color: #565a7d;
}
.order-complete-next li::before {
	content: '\2713';
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(140deg, #6e65d5 0%, #fa5719 100%);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	margin-top: 2px;
}
.order-complete-next strong {
	color: #30296b;
	font-weight: 700;
}
.order-complete-next a {
	color: #fa5719;
	font-weight: 600;
	text-decoration: none;
}
.order-complete-next a:hover {
	color: #d94d16;
}
.order-complete-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 36px;
}
.order-complete-actions .btn {
	min-width: 200px;
	height: 52px;
	font-weight: 700;
	font-size: 15px;
}
.btn.btn-ghost {
	background: rgba(255, 255, 255, 0.2);
	color: #776ee8;
	border: 1px solid rgba(119, 110, 232, 0.5);
	box-shadow: none;
}
.btn.btn-ghost:hover,
.btn.btn-ghost:focus {
	background: linear-gradient(135deg, #776ee8 0%, #fa5719 100%);
	color: #ffffff;
	border-color: transparent;
}
@media (max-width: 767px) {
	.order-complete-card {
		padding: 56px 28px;
	}
	.order-complete-title {
		font-size: 30px;
	}
	.order-complete-text {
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.order-complete-next {
		text-align: center;
	}
	.order-complete-next li {
		flex-direction: column;
		align-items: center;
	}
	.order-complete-next li::before {
		margin-top: 0;
	}
}
.checkout-summary {
	background: #ffffff;
	border-radius: 32px;
	padding: 36px 32px;
	border: 1px solid rgba(97, 87, 171, 0.1);
	box-shadow: 0 30px 70px rgba(60, 52, 130, 0.14);
	position: sticky;
	top: 120px;
}
@media (max-width: 991px) {
	.checkout-summary {
		position: relative;
		top: auto;
	}
}
.checkout-summary h3 {
	margin-bottom: 24px;
	font-size: 22px;
	color: #2b2468;
}
.checkout-items {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.checkout-item {
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
}
.checkout-item__thumb {
	width: 66px;
	height: 66px;
	border-radius: 18px;
	background: linear-gradient(140deg, rgba(99, 88, 182, 0.15) 0%, rgba(255, 112, 177, 0.16) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.checkout-item__thumb img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.checkout-item__placeholder {
	color: #fff;
	font-size: 22px;
	opacity: 0.85;
}
.checkout-item__meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.checkout-item__title {
	font-weight: 700;
	color: #2f276b;
	line-height: 1.35;
}
.checkout-item__qty {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #8a8cb3;
}
.checkout-item__price {
	font-weight: 700;
	color: #2e275f;
}
.checkout-discount {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 22px;
}
.checkout-discount__label {
	font-size: 14px;
	font-weight: 600;
	color: #514a8b;
}
.checkout-discount__input {
	display: flex;
	align-items: center;
	gap: 10px;
}
.checkout-discount__input .form-input {
	height: 50px;
	border-radius: 14px;
	border: 1px solid rgba(126, 118, 194, 0.45);
	padding: 0 16px;
}
.checkout-discount__result {
	font-size: 13px;
	color: #8686a8;
}
.checkout-shipping {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 24px;
}
.checkout-shipping h4 {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #5b559f;
}
.checkout-shipping-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 24px;
}
.shipping-method-auto {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.shipping-option {
	display: grid;
	grid-template-columns: 18px 1fr auto;
	gap: 12px;
	align-items: center;
	padding: 12px 16px;
	border-radius: 16px;
	border: 1px solid rgba(126, 118, 194, 0.24);
	background: rgba(249, 248, 255, 0.8);
	cursor: pointer;
}
.shipping-option.shipping-option--selected {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
}
.shipping-option input {
	margin: 0;
}
.shipping-option__title {
	font-weight: 600;
	color: #3b336c;
}
.shipping-option__meta {
	font-size: 14px;
	font-weight: 600;
	color: #fa5719;
}
.shipping-auto-note {
	font-size: 13px;
	color: #6c757d;
	font-style: italic;
}
.shipping-option:has(input:checked) {
	border-color: #776ee8;
	box-shadow: 0 10px 26px rgba(119, 110, 232, 0.18);
	background: #ffffff;
}
.checkout-totals {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 24px;
	padding: 18px 0;
	border-top: 1px solid rgba(112, 103, 182, 0.16);
	border-bottom: 1px solid rgba(112, 103, 182, 0.16);
}
.checkout-totals__row {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	color: #4a437b;
}
.checkout-totals__row--discount {
	color: #2ca886;
}
.checkout-totals__row span.alt {
	font-size: 13px;
	color: #8e8cb1;
}
.checkout-grand-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
	margin-bottom: 26px;
}
.checkout-grand-total span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #2d2664;
}
.checkout-grand-total small {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #9a98bf;
}
.checkout-grand-total__amount {
	font-size: 26px;
	font-weight: 800;
	color: #fa5719;
}
.checkout-summary__btn {
	width: 100%;
	height: 54px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 999px;
}
@media (max-width: 575px) {
	.checkout-grid {
		gap: 28px;
	}
	.payment-option,
	.shipping-option {
		grid-template-columns: 18px minmax(0, 1fr);
	}
	.payment-option__badge,
	.shipping-option__meta {
		margin-top: 6px;
	}
	.checkout-summary {
		padding: 28px 22px;
	}
	.checkout-grand-total {
		flex-direction: column;
		align-items: flex-start;
	}
}

copyright-wrap,
.copyright-wrap {
  background-color: #1a1a1a;
  color: #dfdfdf;
  padding: 18px 32px;
  text-align: center;
}

copyright-wrap a,
.copyright-wrap a {
  color: #dfdfdf;
}

copyright-wrap a:hover,
.copyright-wrap a:focus,
.copyright-wrap a:active,
.copyright-wrap a:visited,
.copyright-wrap a:visited:hover,
.copyright-wrap a:visited:focus,
copyright-wrap .payment-method-img img,
.copyright-wrap .payment-method-img img {
  color: #dfdfdf;
  opacity: 0.85;
}
copyright-wrap .copyright-text,
.copyright-wrap .copyright-text {
	margin: 0;
	font-size: 14px;
	color: #c5c2e5;
	font-weight: 500;
}
.payment-methods img,
copyright-wrap .payment-methods img {
	max-height: 28px;
	opacity: 0.8;
	transition: opacity 0.2s ease;
}
.payment-methods img:hover,
copyright-wrap .payment-methods img:hover {
	opacity: 1;
}
copyright-wrap .container,
.copyright-wrap .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
}


.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #bbb9dc;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.footer-social-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.footer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
  font-size: 20px;
  color: #ffffff;
}

.footer-social-label {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-top-wrap {
	position: relative;
	background: radial-gradient(circle at top left, rgba(119, 110, 232, 0.18), transparent 55%), #1b1d2b;
}

.footer-top-wrap::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at bottom right, rgba(250, 87, 25, 0.12), transparent 60%);
	pointer-events: none;
}

.footer-main-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 40px;
	padding: 0 0 20px 0;
}

.footer-brand-block {
	background: rgba(28, 30, 48, 0.65);
	border: 1px solid rgba(119, 110, 232, 0.22);
	border-radius: 28px;
	padding: 32px 30px;
	box-shadow: 0 26px 60px rgba(18, 21, 33, 0.35);
}

.footer-pill {
	display: inline-flex;
	padding: 6px 18px;
	border-radius: 999px;
	background: linear-gradient(120deg, #6e65d5 0%, #fa5719 100%);
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 18px;
}

.footer-brand-text {
	color: #c8c6f0;
	line-height: 1.8;
	margin-bottom: 24px;
	font-size: 15px;
}

.footer-links-block {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.footer-links-title {
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #2596be;
}

.footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-links li a {
	color: #cde7f5;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links li a:hover {
	color: #ffffff;
	transform: translateX(4px);
}

@media (max-width: 575px) {
	.footer-brand-block {
		padding: 26px 24px;
	}
	.footer-main-grid {
		gap: 28px;
	}
}

.footer-social {
	display: flex;
}


#h4_custom {
    font-family: 'Font Awesome Brands', sans-serif;
    color: #7fa32b;
    margin-top: 0px;
    font-style: normal;
    text-transform: none;
}

.fontcustom {
    font-family: 'Font Awesome Brands', sans-serif;
    color: #7fa32b;
    margin-top: 0px;
    font-style: normal;
    text-transform: none;
}
#fontcustom {
    font-family: 'Font Awesome Brands', sans-serif;
    color: #7fa32b;
    margin-top: 0px;
    font-style: normal;
    text-transform: none;
}
.fontcustom_contact {
    font-family: 'Font Awesome Brands', sans-serif;
    color: #fff;
    margin-top: 0px;
    font-style: normal;
    text-transform: none;
}

.product .product-form .form-input {
  height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(42, 97, 161, 0.35);
  background: rgba(248, 248, 255, 0.92);
  color: #2d2662;
  font-weight: 600;
  text-align: center;
  box-shadow: inset 0 2px 6px rgba(17, 19, 35, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product .product-form .form-input:focus {
  border-color: #776ee8;
  box-shadow: 0 0 0 3px rgba(42, 97, 161, 0.18);
  outline: none;
}

/* Product option picker */
.product .product-form .item-sidebar-option {
	display: flex;
	flex-direction: column;
	gap: 14px;
	background: rgba(248, 248, 255, 0.82);
	border: 1px solid rgba(42, 97, 161, 0.28);
	border-radius: 18px;
	padding: 20px 22px;
	box-shadow: 0 18px 32px rgba(17, 19, 35, 0.08);
}

.product .product-form .form-label,
.product .product-form .form-label-2 {
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #4a417c;
}

.product .product-form .form-radio-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
}

.product .product-form .form-radio-checkbox label {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.65rem 1.1rem 0.65rem 2.65rem;
	border-radius: 999px;
	border: 1px solid rgba(42, 97, 161, 0.36);
	background: rgba(255, 255, 255, 0.94);
	color: #2d2662;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.product .product-form .item-sidebar-option > .form-input,
.product .product-form .item-sidebar-option select.form-input {
	width: 100%;
	margin: 0;
}

.product .product-form .form-radio-checkbox label:has(input[type="checkbox"]) {
	border-radius: 16px;
	padding-left: 2.55rem;
}

.product .product-form .form-radio-checkbox label::before {
	content: "";
	position: absolute;
	left: 1.1rem;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.05rem;
	height: 1.05rem;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 139, 0.7);
	background: #ffffff;
	box-shadow: inset 0 0 0 0 rgba(0, 0, 139, 0.45);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.product .product-form .form-radio-checkbox label:has(input[type="checkbox"])::before {
	border-radius: 0.35rem;
}

.product .product-form .form-radio-checkbox label input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.product .product-form .form-radio-checkbox label:hover {
	border-color: rgba(0, 0, 139, 0.68);
	box-shadow: 0 12px 22px rgba(47, 35, 136, 0.16);
	transform: translateY(-2px);
}

.product .product-form .form-radio-checkbox label:has(input:checked) {
	background: linear-gradient(135deg, #009bee 0%, #009bee 100%);
	border-color: transparent;
	color: #ffffff;
	box-shadow: 0 16px 28px rgba(0, 0, 139, 0.28);
}

.product .product-form .form-radio-checkbox label:has(input:checked)::before {
	background: #ffffff;
	border-color: rgba(42, 97, 161, 0.85);
	box-shadow: inset 0 0 0 6px #5d56d9;
}

.product .product-form .form-radio-checkbox label:has(input:disabled) {
	background: rgba(239, 238, 251, 0.9);
	border-style: dashed;
	border-color: rgba(42, 97, 161, 0.5);
	color: rgba(42, 97, 161, 0.7);
	cursor: not-allowed;
	box-shadow: none;
	transform: none;
}

.product .product-form .form-radio-checkbox label:has(input:disabled)::before {
	border-color: rgba(42, 97, 161, 0.6);
	background: rgba(252, 251, 255, 0.8);
	box-shadow: none;
}

.product .product-form .form-radio-checkbox label:has(input:disabled):hover {
	border-color: rgba(42, 97, 161, 0.5);
	box-shadow: none;
}

.product .product-form select.form-input {
	text-align: left;
	text-align-last: left;
	padding: 0 48px 0 18px;
	background-image: linear-gradient(135deg, rgba(119, 110, 232, 0.16) 0%, rgba(119, 110, 232, 0.08) 100%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='%235d56d9' d='M7 10a1.2 1.2 0 0 1-.88-.37l-5.7-5.87A1.3 1.3 0 0 1 0 3.1C0 2.5.5 2 1.1 2h11.8c.6 0 1.1.5 1.1 1.1 0 .33-.13.64-.35.86l-5.72 5.87A1.2 1.2 0 0 1 7 10Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 18px center, center;
	background-size: 14px 10px, auto;
}

.product .product-form select.form-input:focus {
	border-color: #009bee;
}

/* Testimonial showcase */
.testimonial-grid {
	display: flex;
	flex-wrap: wrap;
}

.testimonial-card {
	position: relative;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 20px;
	padding: 32px 28px 30px;
	box-shadow: 0 26px 48px rgba(15, 23, 42, 0.12);
	height: 100%;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 34px 60px rgba(15, 23, 42, 0.18);
}

.testimonial-card__quote {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(46, 118, 255, 0.14) 0%, rgba(255, 92, 143, 0.16) 100%);
	color: #1d4ed8;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	font-size: 18px;
}

.testimonial-card__avatar {
	width: 86px;
	height: 86px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 18px;
	border: 3px solid rgba(29, 78, 216, 0.18);
	box-shadow: 0 18px 32px rgba(30, 64, 175, 0.2);
}

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

.testimonial-card__rating {
	display: inline-flex;
	gap: 4px;
	margin-bottom: 14px;
	font-size: 16px;
	color: #f59e0b;
}

.testimonial-card__rating .star {
	color: inherit;
	font-size: 18px;
}

.testimonial-card__title {
	font-size: 20px;
	margin-bottom: 14px;
	color: #1f2937;
}

.testimonial-card__body {
	font-size: 15px;
	line-height: 1.8;
	color: #4b5563;
	margin-bottom: 22px;
}

.testimonial-card__meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 14px;
}

.testimonial-card__name {
	font-weight: 700;
	color: #1e3a8a;
}

.testimonial-card__role {
	color: #64748b;
	font-weight: 500;
}

.testimonial-empty {
	text-align: center;
	background: #ffffff;
	border-radius: 24px;
	padding: 60px 40px;
	border: 1px dashed rgba(15, 23, 42, 0.16);
	box-shadow: 0 24px 40px rgba(15, 23, 42, 0.08);
}

.testimonial-empty__icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: rgba(37, 99, 235, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1d4ed8;
	font-size: 24px;
}

@media (max-width: 991px) {
	.testimonial-card {
		padding: 28px 24px;
	}
}

@media (max-width: 575px) {
	.testimonial-card__body {
		font-size: 14px;
	}
}

/* Accessibility utility */
.visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.mobile-nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(5, 9, 25, 0.65);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 998;
}

body.mobile-nav-open .mobile-nav-overlay {
	opacity: 1;
	pointer-events: auto;
}

.mobile-nav-panel {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	background: transparent;
}

.mobile-nav-body {
	width: 100%;
}

.mobile-nav-header,
.mobile-nav-footer {
	display: none;
}

.mobile-nav-brand {
	display: flex;
	align-items: center;
	gap: 12px;
}

.mobile-nav-brand img {
	height: 100px;
	width: auto;
}

.mobile-menu-close {
	display: none;
}

.mobile-nav-footer__link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}

.mobile-nav-footer__link i {
	font-size: 18px;
}
@media (max-width: 991px) {
    .main-navigation .mobile-nav-panel {
        max-height: 100vh;
        overflow: hidden;
    }

    .main-navigation .mobile-nav-body {
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }
    .main-navigation .mobile-nav-body {
        scrollbar-width: thin;
        scrollbar-color: #5ecbff rgba(8, 12, 26, 0.65);
    }

    .main-navigation .mobile-nav-body::-webkit-scrollbar {
        width: 10px;
    }

    .main-navigation .mobile-nav-body::-webkit-scrollbar-track {
        background: rgba(8, 12, 26, 0.65);
        border-radius: 999px;
    }

    .main-navigation .mobile-nav-body::-webkit-scrollbar-thumb {
        background: linear-gradient(160deg, #5ecbff 0%, #0c38e6 100%);
        border-radius: 999px;
        border: 2px solid rgba(8, 12, 26, 0.65);
    }

    .main-navigation .mobile-nav-body::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(160deg, #7de0ff 0%, #244bff 100%);
    }	
}

@media (max-width: 991px) {
    .nav-list li.has-dropdown .dropdown-menu li.has-submenu > .dropdown-menu {
        max-height: none !important;
        overflow: visible;
    }
}

@media (max-width: 991px) {
	body {
		overflow-x: hidden;
	}

	body.mobile-nav-open {
		overflow: hidden;
	}

    .mobile-menu-toggle {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 2px solid var(--brand-green-dark);
        background: var(--brand-green-light);
        color: #394352;
        transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
        box-shadow: 0 2px 8px rgba(176, 209, 64, 0.08);
    }

	.mobile-menu-toggle:hover,
	.mobile-menu-toggle:focus-visible {
		background-color: #7fa32b;
		color: #b0d140;
		border-color: #7fa32b;
		outline: none;
	}

	.mobile-menu-icon svg {
		display: block;
	}

	.mobile-menu-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border-radius: 50%;
		border: 2px solid #b0d140;
		background: #b0d140;
		color: #b0d140;
		font-size: 18px;
		transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
		cursor: pointer;
		box-shadow: 0 2px 8px rgba(176, 209, 64, 0.08);
		margin-left: auto;
		flex-shrink: 0;
	}

    .mobile-menu-toggle:hover,
    .mobile-menu-toggle:focus-visible {
        background-color: var(--brand-green-dark);
        color: #fff;
        border-color: var(--brand-green-dark);
        outline: none;
    }

	.main-navigation .mobile-nav-panel {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 320px;
		max-width: 88vw;
		background: linear-gradient(165deg, #355E3B 0%, #05472A 70%, #3F704D 100%);
		box-shadow: 12px 0 40px rgba(0, 0, 0, 0.45);
		transform: translateX(-100%);
		transition: transform 0.35s ease;
		padding: 24px 0;
		overflow: hidden;
		z-index: 999;
	}

	body.mobile-nav-open .main-navigation .mobile-nav-panel {
		transform: translateX(0);
	}

	.main-navigation .mobile-nav-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		flex-wrap: nowrap;
		width: 100%;
		padding: 0 24px 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.mobile-nav-brand {
		color: #f5f7ff;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		flex: 1 1 auto;
		min-width: 0;
	}

	.main-navigation .mobile-nav-body {
		flex: 1;
		overflow-y: auto;
		padding: 0 24px;
	}

	.mobile-nav-menu {
		display: grid;
		gap: 24px;
	}

	.mobile-nav-section {
		display: grid;
		gap: 12px;
	}

	.mobile-nav-heading {
		margin: 0;
		font-size: 13px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		color: rgba(245, 247, 255, 0.62);
	}

	.mobile-nav-list {
		list-style: none;
		margin: 0;
		padding: 0;
		display: grid;
		gap: 10px;
	}

	.mobile-nav-item {
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 12px;
		background: rgba(12, 18, 38, 0.55);
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
		overflow: hidden;
		transition: border-color 0.3s ease, box-shadow 0.3s ease;
	}

	.mobile-nav-item:focus-within,
	.mobile-nav-item:hover {
		border-color: rgba(255, 206, 58, 0.55);
		box-shadow: inset 0 0 0 1px rgba(255, 206, 58, 0.35);
	}

	.mobile-nav-link {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 14px 18px;
		color: #f5f7ff;
		font-size: 16px;
		font-weight: 500;
		background: transparent;
		border: none;
		text-decoration: none;
		cursor: pointer;
		transition: color 0.3s ease, background-color 0.3s ease;
	}

	.mobile-nav-link i {
		font-size: 14px;
		transition: transform 0.3s ease;
	}

	.mobile-nav-link[aria-expanded="true"] i {
		transform: rotate(180deg);
	}

	.mobile-nav-link:hover,
	.mobile-nav-link:focus-visible {
		color: #ffce3a;
		outline: none;
	}

	.mobile-nav-link[aria-expanded="true"],
	.mobile-nav-link[aria-expanded="true"] .mobile-nav-link-label {
		color: #ffce3a;
	}

	.mobile-nav-link-label {
		flex: 1;
		text-align: left;
	}

	.mobile-nav-link--solo {
		justify-content: flex-start;
		gap: 0;
	}

	.mobile-nav-submenu {
		list-style: none;
		margin: 0;
		padding: 0 0 14px;
		display: grid;
		gap: 8px;
		background: rgba(8, 12, 26, 0.55);
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.mobile-nav-submenu .mobile-nav-sublink {
		display: block;
		padding: 10px 22px;
		color: rgba(245, 247, 255, 0.85);
		font-size: 15px;
		text-decoration: none;
		transition: color 0.3s ease, padding-left 0.3s ease;
	}

	.mobile-nav-submenu .mobile-nav-sublink:hover,
	.mobile-nav-submenu .mobile-nav-sublink:focus-visible {
		color: #ffce3a;
		padding-left: 26px;
		outline: none;
	}

	.main-navigation .nav-list {
		display: block;
		padding: 12px 0;
	}

	.main-navigation .nav-list > li {
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		margin: 0;
	}

	.main-navigation .nav-list > li:last-child {
		border-bottom: none;
	}

	.main-navigation .nav-list li a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding: 14px 0;
		color: #f5f7ff;
		font-size: 16px;
		font-weight: 500;
		text-transform: capitalize;
		border: none;
		background: transparent;
	}

	.main-navigation .nav-list li.open > a {
		color: #ffce3a;
	}

	.main-navigation .nav-list li a:hover {
		color: #ffce3a;
		background: transparent;
	}

	.main-navigation .nav-list li.has-dropdown > .dropdown-menu,
	.main-navigation .nav-list li.has-submenu > .dropdown-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
		box-shadow: none;
		background: transparent;
		border: none;
		padding: 0 0 12px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}

	.main-navigation .nav-list li.open > .dropdown-menu {
		max-height: 800px;
	}

	.main-navigation .dropdown-menu li a {
		padding: 11px 0 11px 20px;
		color: rgba(245, 247, 255, 0.88);
		font-size: 15px;
	}

	.main-navigation .dropdown-menu li a:hover {
		color: #ffce3a;
		padding-left: 24px;
		background: transparent;
	}

	.main-navigation .dropdown-menu li.has-submenu > a {
		padding-right: 42px;
	}

	.main-navigation .dropdown-menu li.has-submenu > .dropdown-menu {
		padding-left: 18px;
		padding-bottom: 0;
	}

	.main-navigation .mobile-nav-footer {
		display: grid;
		gap: 12px;
		padding: 20px 24px 14px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		background: rgba(7, 11, 24, 0.42);
	}

	.mobile-nav-footer__link {
		color: #f5f7ff;
		font-size: 15px;
		font-weight: 500;
	}

	.mobile-nav-footer__link i {
		color: #ffce3a;
		width: 24px;
		text-align: center;
	}

	.mobile-nav-footer__link:hover,
	.mobile-nav-footer__link:focus-visible {
		color: #ffce3a;
		outline: none;
	}

	.submenu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		margin-left: 12px;
		border-radius: 50%;
		border: 1px solid rgba(255, 255, 255, 0.25);
		background: rgba(12, 18, 38, 0.65);
		color: #ffce3a;
		transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
		cursor: pointer;
		flex-shrink: 0;
	}

	.submenu-toggle i {
		transition: transform 0.3s ease;
	}

	li.open > .submenu-toggle i,
	li.open > a + .submenu-toggle i {
		transform: rotate(90deg);
	}

	.submenu-toggle:hover,
	.submenu-toggle:focus-visible {
		background: #ffce3a;
		color: #0d1226;
		border-color: #ffce3a;
		outline: none;
	}
}

@media (min-width: 992px) {
	.mobile-nav-overlay {
		opacity: 0 !important;
		pointer-events: none !important;
	}

	.main-navigation .mobile-nav-panel {
		position: static;
		transform: none !important;
		box-shadow: none;
		padding: 0;
		flex-direction: column;
		background: transparent;
	}

	.main-navigation .mobile-nav-body {
		padding: 0;
		overflow: visible;
	}

	.main-navigation .mobile-nav-header,
	.main-navigation .mobile-nav-footer {
		display: none !important;
	}

	.submenu-toggle {
		display: none !important;
	}
}


@media (min-width: 992px) {
    .main-navigation .mobile-nav-panel,
    .main-navigation .mobile-nav-header,
    .main-navigation .mobile-nav-footer {
        display: none !important;
    }
}

@media (max-width: 991px) {
	.main-navigation .mobile-nav-panel,
	.main-navigation .mobile-nav-footer {
		display: block !important;
	}
}

.store-credit-redeem {
    margin-bottom: 20px;
}
.store-credit-redeem__group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.store-credit-redeem__group input {
    flex: 1;
    min-width: 220px;
}
.store-credit-redeem__group .btn {
    white-space: nowrap;
}