@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

@font-face {
	font-family: 'GeneralSans-Variable';
	src: url('../fonts/GeneralSans-Variable.woff2') format('woff2'),
		url('../fonts/GeneralSans-Variable.woff') format('woff'),
		url('../fonts/GeneralSans-Variable.ttf') format('truetype');
	font-weight: 200 700;
	font-display: swap;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'GeneralSans-Variable', sans-serif;
	transition: all 0.3s linear;
}

body.overflow-hidden {
	overflow: hidden;
}

* {
	box-sizing: border-box;
}

html ul li {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0
}

h1 {
	font-family: "Fjalla One", sans-serif;
	font-size: 56px;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: -0.03em;
}

h2 {
	font-family: "Fjalla One", sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: -0.03em;
}

img {
	max-width: 100%;
}

.btn {
	font-family: "Fjalla One", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0.25em;
	padding: 0 20px;
	height: 44px;
	background-color: transparent;
	color: #000;
	text-decoration: none;
	border: solid 1px #000;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	white-space: nowrap;
	text-transform: uppercase;
	transition: all 0.3s;
	border-radius: 0;
}

.btn:hover {
	background-color: #000;
	color: #fff;
	border: solid 1px #000;
}
.add_to_cart_button {
     height: 44px;
}

.btn.btn-small {
	padding: 9px 15px;
}

.btn.btn-primary {
	background-color: #2E5E9E;
	color: #fff;
	border: solid 1px #2E5E9E;
}

.btn.btn-primary:hover {
	background-color: #000;
	color: #fff;
	border: solid 1px #000;
}

.btn.btn-secondary {
	background-color: #EA252A;
	color: #fff;
	border: solid 1px #EA252A;
}

.btn.btn-secondary:hover {
	background-color: #EA252A;
	color: #fff;
}

.btn.btn-tertiary {
	background-color: #FFFFFF;
	color: #000000;
	border: solid 1px #000000;
}

.btn.btn-tertiary:hover {
	background-color: #000000;
	color: #FFFFFF;
	border-color: #fff;
}

.btn.btn-outline {
	background-color: transparent;
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
	margin-left: 8px;
}

.btn.btn-outline:hover {
	background-color: #FFFFFF;
	color: #000000;
}

.btn.btn-link {
	background-color: transparent;
	color: #2E5E9E;
	border: none;
	padding: 0;
}

input:focus-visible {
	outline: none !important;
}

.hidden-xs {
	display: block;
}

.visible-xs {
	display: none;
}

.page-content {
	padding: 32px 0;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	margin-bottom: 5px;
}

.page-content p {
	margin-bottom: 25px;
}

.page-content ul,
.page-content ol {
	margin-left: 30px;
}

.container {
	max-width: 1440px;
	padding: 0 15px;
	margin: 0 auto;
}

.topbar p {
	font-size: 16px;
	font-weight: 500;
	line-height: 27px;
	color: #FFFFFF;
}

.topbar .notice-container {
	background-color: #2E5E9E;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 32px;
	gap: 12px;
}

.topbar .action-container {
	background-color: #18181b;
	display: flex;
	align-items: center;
	padding: 15px 32px;
	gap: 12px;
	color: #fff;
}

.topbar .action-container a {
	color: #71717A;
	font-family: "Fjalla One", sans-serif;
}

body:not(.home) header.header {
	background-size: cover;
	background-position: center;
	position: relative;
	background-color: #ccc;
	z-index: 9;
	border-bottom: solid 7px #ef2225;
}

body:not(.home) header.header {
	background-image: url(/wp-content/uploads/2025/01/gast-hero.webp);
	background-position: top;
}

body:not(.home) header.header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(46, 94, 158, 0.85);
	z-index: -1;
}

.home .header {
	position: absolute;
	width: 100%;
}

.header .container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 15px;
	align-items: flex-start;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

.header-left {
	flex: 1;
	max-width: 100px;
}

.header-center {
	flex: 3;
	display: flex;
	justify-content: start;
	flex-direction: column;
	gap: 5px;
}

.header-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px;
}

.header-right-top {
	display: flex;
	align-items: center;
	width: 90%;
	gap: 30px;
	transition: all 200ms linear;
}

.header-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.header-right-top a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 15px;
	border-right: solid 1px #fff;
}

.header-right-bottom {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 90%;
	justify-content: space-between;
	all 200ms animation-timing-function: linear;
}

.xoo-wsc-sc-bki {
	font-size: 22px;
}

.xoo-wsc-body,
.xoo-wsc-body span.amount,
.xoo-wsc-body a {
	font-size: 16px;
	color: #000000;
}

.xoo-wsc-pprice {
	font-size: 0;
}

.header-cart {
	color: #fff;
	padding-left: 15px;
}

.header-cart .xoo-wsc-sc-subt {
	display: none;
}

span.xoo-wsc-sc-count {
	order: 2;
	background-color: #ef2225;
	min-width: 22px;
	height: 22px;
	width: unset;
	line-height: 20px;
	font-weight: 500;
}

.search-bar {
	max-width: 600px;
	display: flex;
	gap: 12px;
	flex: 1;
}

.search-bar-nav {
	display: none;
}

.search-bar input {
	width: 95%;
	border: 1px solid #E4E4E7;
	padding: 9px 14px;
	height: auto;
}

.search-bar input::placeholder {
	color: #71717A;
	font-size: 16px;
	font-weight: 600;
	line-height: 27.2px;
}

.home-banner {
	position: relative;
	overflow: hidden;
	min-height: calc(60vh - 30px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 170px 0 190px 0;
	background-size: cover;
	background-position: center;
}

.home-banner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-banner .container {
	position: relative;
}

.home-banner h1 {
	font-size: 60px;
	line-height: 1.2;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 12px;
	/* max-width: 90%; */
	margin: 0 auto;
	margin-bottom: 20px;
}

.home-banner p {
	font-size: 24px;
	color: #FFFFFF;
	max-width: 850px;
	text-align: center;
	line-height: 1.3;
}

.home-banner::after {
	position: absolute;
	left: -10vw;
	bottom: -5rem;
	height: 10rem;
	content: '';
	background: #F4F5F6;
	border-top: 20px solid #ef2225;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	width: 125vw;
}

.home-banner+.page-section {
	background-color: #F4F5F6;
	overflow: visible;
}

.home-banner+.page-section .section-body {
	position: relative;
	z-index: 9;
}

.nav {
	background-color: #18181B;
	padding: 0;
}

.navbar {
	max-width: 1440px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	margin: 0 auto;
}

.navlist {
	position: relative;
}

.navlist ul {
	display: flex;
	gap: 32px;
	padding: 0;
	margin: 0;
}

.navlist>ul>li {
	padding: 15px 0;
}

.navlist li {
	list-style-type: none;
}

.navlist a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
}

.navlist .ast-icon {
	display: none;
}

.menu-item-has-children {
	position: relative;
	padding: 10px 0;
}

.navlist .sub-menu-wrapper {
	display: block;
	padding: 0;
}

.sub-menu-wrapper {
	position: absolute;
	top: 100%;
	width: max-content;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: .2s linear;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.sub-menu-wrapper .sub-menu {
	position: relative;
	display: block;
	background-color: #fff;
	width: 300px;
	/* max-height: 800px; */
	/* overflow: auto; */
	padding-left: 0 !important;
}
.sub-menu-wrapper .menu-item-has-children:hover .sub-menu-wrapper {
    position: absolute;
    right: 0;
    left: 300px;
}

.sub-menu-search {
	width: 300px !important;
	position: sticky;
	top: 0;
}

.sub-menu-wrapper .sub-menu-wrapper {
	position: relative;
	left: 0;
	top: 0;
	opacity: 1;
	display: none;
}

.sub-menu-wrapper li a {
	color: #18181B;
	/* padding: 7px 15px; */
	padding: 5px 15px;
    font-size: 16px;
    font-weight: 500 !important;
	display: block;
	border-bottom: solid 1px #eee;
	transition: .2s linear;
	font-weight: normal;
}

.sub-menu-wrapper li a:hover {
	background-color: #2E5E9E;
	color: #fff;
	transition: .2s linear;
}

.menu-item-has-children:hover>.sub-menu-wrapper {
	opacity: 1;
	pointer-events: all;
	transform: translateY(0);
	transition: .2s linear;
}

.sub-menu-wrapper .menu-item-has-children:hover .sub-menu-wrapper {
	display: block;
}

.menu-item-has-children>a {
	position: relative;
}

.menu-item-has-children>a:after {
	font-family: 'FontAwesome';
	content: '\f0d7';
	margin-left: 8px;
	color: #71717A;
}

.sub-menu-wrapper .menu-item-has-children>a:after {
	position: absolute;
	right: 15px;
	color: #18181B !important;
	transition: .2s linear;
}

.sub-menu-wrapper .menu-item-has-children:hover>a:after {
	color: #fff;
}

.sub-menu-wrapper.mps-mega-menu {
	width: 1000px;
	max-width: 65vw;
}

.sub-menu-wrapper.mps-mega-menu .sub-menu {
	max-width: unset;
	width: 100%;
	column-count: 3;
	gap: 20px;
}

.sub-menu-wrapper.mps-mega-menu li a::after {
	content: none;
}

.sub-menu-wrapper.mps-mega-menu li {
	page-break-inside: avoid;
	padding-bottom: 10px;
}

.sub-menu-wrapper.mps-mega-menu li a {
	font-weight: 600;
	border: none;
	padding: 5px 10px;
}

.sub-menu-wrapper.mps-mega-menu .sub-menu-wrapper {
	display: block;
	transform: none;
	box-shadow: none;
	width: 100%;
}

.sub-menu-wrapper.mps-mega-menu .sub-menu-wrapper .sub-menu {
	column-count: 1;
}

.sub-menu-wrapper.mps-mega-menu .sub-menu-wrapper li {
	padding-bottom: 0;
}

.sub-menu-wrapper.mps-mega-menu .sub-menu-wrapper li a {
	border: none;
	padding: 4px;
	padding-left: 15px;
	font-size: 17px;
	font-weight: normal;
}

#toggle-button {
	color: #EA252A;
	font-size: 24px;
	border: none;
	background-color: transparent;
	display: none;
}

.widget_product_search {
	margin-bottom: 0;
	width: 100%;
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
}

.widget_product_search button {
	background-color: #fff;
	color: #000;
	border: none;
	padding: 0 !important;
	font-size: 0;
	display: flex;
	align-items: center;
	width: 45px;
	justify-content: center;
}

.widget_product_search button::after {
	content: '\f002';
	font-family: 'FontAwesome';
	font-size: 16px;
	transform: translateX(-5px);
}

.woocommerce-product-search,
.woocommerce-product-search input {
	height: 60px;
	border: none;
	border-radius: 12px !important;
	!i;
	!;
}

.page-section {
	padding: 64px 0;
	overflow: hidden;
}

.page-section.container {
	padding: 64px 15px;
}

.page-content+.page-section {
	padding-top: 0;
}

.page-section:last-of-type {
	padding-bottom: 0;
}

.section-header {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 32px;
}

.section-header.center {
	justify-content: center;
	margin-bottom: 80px;
}

.section-header h2 {
	font-family: "Fjalla One", sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: -0.03em;
	margin: 0;
}

.section-header p {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}

.section-body {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
}

.slick-dotted.slick-slider.product-carousel {
	margin: 0 -15px;
	margin-bottom: 73px;
}

.product-carousel .product-card {
	margin: 0 15px;
}

.slick-track {
	margin-left: 0;
	display: flex;
}

.product-card{
	position: relative;
	padding-bottom: 44px;
	height: auto;
}

.product-card .product-img {
	padding: 16px;
	border: 1px solid #E4E4E7;
	margin-bottom: 16px;
	display: flex;
	aspect-ratio: 1;
	align-items: center;
	justify-content: center;
	height: 300px;
	overflow: hidden;
}

.product-card .product-img img {
	aspect-ratio: 1;
	object-fit: contain;
	width: 88%;
    height: 100%;
}

.product-card .product-detail {
	display: flex;
	/* justify-content: space-between; */
	flex-direction: column;
	align-items: start;
	margin-bottom: 16px;
	gap: 8px;
	/* min-height: 116px; */
	padding: 0 5px;
}
.products .product-card .product-detail {
		height:200px;
}

.product-card .product-detail p ,.product-card .product-detail p a, .woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #18181B;
	/* height: 44px; */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: "Fjalla One", sans-serif;
    letter-spacing: -0.03em;
	text-transform: uppercase;
    line-height: 1.25;
}

p.product-stock{
	color: green !important;
	font-family: "Fjalla One", sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}

.product-card .product-detail .product-price, .amount bdi {
	font-family: "Fjalla One", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: -0.02em;
	color: #2E5E9E;
	overflow: visible;
	white-space: nowrap;
}

.product-card .btn {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}
 .woocommerce ul.products li.product.desktop-align-left .button{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
}
.woocommerce img, .woocommerce-page img {
    max-width: 100%;
    height: 100% !important;
    object-fit: contain;
}

.slider_wrapper .slick-dots {
	display: inline-block;
	width: auto;
	left: 10px;
	bottom: -70px;
}

.testimonial-slider.slider_wrapper .slick-dots {
	left: 45px;
}

.slider_wrapper li button {
	background-color: #E4E4E7;
	border-radius: 50% !important;
	padding: 0px;
	height: 10px;
	width: 10px;
}

.slider_wrapper li {
	height: 8px;
	width: 8px;
}

.slider_wrapper .slick-active button {
	background-color: #2E5E9E;
}

.slider_wrapper li button:before {
	display: none;
}

.slider_wrapper .prev_arrow {
	position: absolute;
	right: 85px;
	bottom: -70px;
	background-color: #fff;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 44px;
	border-radius: 50px;
	border: 1px solid #E4E4E7;
}

.slider_wrapper .next_arrow {
	position: absolute;
	right: 15px;
	bottom: -70px;
	background-color: #fff;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 44px;
	border-radius: 50px;
	border: 1px solid #E4E4E7;
}

.testimonial-slider.slider_wrapper .prev_arrow {
	right: 110px;
}

.testimonial-slider.slider_wrapper .next_arrow {
	right: 40px;
}

.slider_wrapper .prev_arrow i {
	font-size: 16px;
}

.slider_wrapper .slick-arrow {
	cursor: pointer;
}

.slider_wrapper .slick-arrow {
	transition: .2s linear;
}

.slider_wrapper .slick-arrow:hover {
	background-color: #2E5E9E;
	transition: .2s linear;
}

.slider_wrapper .slick-arrow:hover i {
	color: #fff;
	transition: .2s linear;
}

.hero-section {
	position: relative;
	background-size: cover;
	background-position: center;
	/* padding-top: 20px; */
}

.hero-section img,
.hero-section video {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.hero-section .video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-background iframe {
	width: 100%;
	height: 100%;
}

.hero-overlay {
	background: rgb(0 0 0 / 50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px 12px;
	min-height: 40dvh;
	position: relative;
	height: 100%;
	margin-bottom: 0;
}

.hero-overlay-content {
	width: 100%;
}

.hero-overlay.align-center {
	align-items: center;
	text-align: center;
}

.hero-overlay.align-left {
	align-items: flex-start;
	text-align: left;
}

.hero-overlay.align-right {
	align-items: flex-end;
	text-align: right;
}

.hero-overlay p {
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 18px;
	max-width: 750px;
}

.hero-overlay.align-center p {
	margin: 0 auto;
}

.hero-overlay h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 20px 0;
	letter-spacing: 3px;
	font-size: 56px;
	line-height: 1.1;
}

.hero-overlay .btn {
	margin-top: 20px;
}

.category-grid {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}

.category-card {
	width: calc(25% - 24px);
	height: 425px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.category-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.category-card .card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 60%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 32px 24px;
}

.category-card .card-title {
	font-family: "Fjalla One", sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: -0.02em;
	color: #FFFFFF;
}

.category-card .card-detail {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.category-card .card-detail p {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #FFFFFF;
	/* line clamp 5 lines */
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home-category-grid {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	margin-top: -15rem;
	position: relative;
	z-index: 2;
}


.home-category-card {
	width: calc(33.3333% - 22px);
}

.home-category-card img {
	border-radius: 12px;
}

.slick-dotted.slick-slider.testimonial-slider {
	margin: 0 -30px;
	margin-bottom: 73px;
}

.testimonial {
	margin: 0 30px;
	text-align: center;
}

.testimonial .rating {
	color: #2E5E9E;
}

.testimonial-detail {
	margin: 32px 0;
}

.testimonial-detail p {
	color: #18181B;
	font-family: "Fjalla One";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.24px;
}

.testimonial-author .author-name {
	font-weight: 600;
}

.testimonial-author .author-name {
	font-weight: 600;
}

.testimonial-author img {
	margin: 0 auto;
	margin-top: 10px;
}

.fullwidth-slider .slide {
	position: relative;
	min-height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 75px 30px;
	background-size: cover;
	background-position: top center;
	text-align: center;
}

.fullwidth-slider .slide .slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 60%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fullwidth-slider .slide .slide-content {
	position: relative;
	z-index: 1;
	font-size: 20px;
}

.fullwidth-slider .slide .slide-content h2 {
	margin-bottom: 15px;
}

.fullwidth-slider .slick-dots {
	display: inline-block;
	width: 100%;
	left: 10px;
	bottom: 25px;
}

.fullwidth-slider li button {
	background-color: #E4E4E7;
	border-radius: 100px;
	padding: 0px;
	height: 10px;
	width: 10px;
	border-radius: 50% !important;
}

.fullwidth-slider li {
	height: 8px;
	width: 8px;
}

.fullwidth-slider .slick-active button {
	background-color: #2E5E9E;
}

.fullwidth-slider li button:before {
	display: none;
}

.fullwidth-slider {
	overflow: hidden;
	padding: 0;
	margin: 0 !important;
}

.frame-section {
	padding: 64px 0;
}

.two-col-section {
	display: flex;
	align-items: center;
	gap: 36px;
}

.two-col-section .col {
	width: 50%;
}

.two-col-section .col img {
	width: 100%;
}

.two-col-section .col h2 {
	margin: 16px 0;
}

.newsletter-section {
	background-color: #2E5E9E;
	padding: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsletter-section h2 {
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	margin: 0;
}

.pre-footer {
	background-color: #2E5E9E;
	padding: 15px;
	margin-top: 64px;
}

.pre-footer-icons {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.pre-footer svg {
	max-width: 36px;
	fill: #fff;
	color: #fff;
}

.footer {
	background-color: #18181B;
	padding: 80px 0 0 0;
	color: #FFFFFF;
	overflow: hidden;
	background-attachment: fixed;
	margin: 0;
}

.footer-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: solid 1px #27272A;
}

.footer-menus {
	display: flex;
	gap: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.footer-menus .footer-col {
	width: calc(100% / 4 - 90px);
}

.footer-products {
	margin-bottom: 30px;
}

.footer-products:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.footer-col.newsletter-col {
	min-width: 375px;
	max-width: 500px;
}

.footer-col.newsletter-col p {
	font-size: 16px;
	opacity: 0.8;
	margin-top: 5px;
}

.footer-social-icons {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	max-width: 200px;
	gap: 20px;
}

.footer-social-icons a {
	color: #FFFFFF;
	font-size: 18px;
	transition: all .2s linear;
}

.footer-social-icons a:hover {
	color: #EA252A;
}

.footer-logos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-logos img {
	margin-bottom: 0;
	max-width: 80px;
	height: 130px !important;
}

.footer-col h4 {
	font-family: "GeneralSans-Variable", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	color: #FFFFFF;
	display: flex;
	margin-bottom: 15px;
	padding-bottom: 15px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #FFFFFF1A;
}

.footer-products h4 {
	padding-bottom: 15px;
	border-bottom: 1px solid #FFFFFF1A;
}

.footer-products:last-child h4 {
	padding-bottom: 0px;
	border-bottom: none;
}

.footer-products h4,
.footer-vendors h4 {
	font-family: "GeneralSans-Variable", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #FFFFFF;
	display: flex;
	margin-bottom: 0;
	align-items: center;
	justify-content: space-between;
}

.footer-col ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-col ul li {
	margin-bottom: 16px;
	line-height: normal;
}

.footer-col ul li:last-child {
	margin-bottom: 0;
}

.footer-products ul,
.footer-vendors ul {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px 50px;
}

.footer-products .footer-col ul li a {
	font-size: 14px;
	font-weight: 500;
}

.footer-col ul li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	display: inline-block;
	color: #FFFFFF;
	transition: all .2s linear;
}

.footer-col ul li a:hover {
	color: #ffffff;
	opacity: 1;
	text-decoration: underline;
}

.footer p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: #FFFFFF;
	margin-bottom: 18px;
}

.footer p a {
	color: #FFFFFF;
}

.footer p a:hover {
	text-decoration: underline;
}

.footer p:last-child {
	margin-bottom: 0;
}

.footer-products.collapsible h4 {
	cursor: pointer;
}

.footer-products.collapsible h4 i {
	transition: all 200ms linear;
}

.footer-products.collapsible h4.active i {
	transform: rotate(180deg);
}

.footer-products.collapsible .footer-col {
	display: none;
}

.copyright-section {
	background-color: #031328;
	margin-top: 40px;
}

.copyright-list {
	padding: 20px 5px;
	text-align: center;
	display: flex;
	gap: 12px 24px;
	justify-content: center;
	flex-wrap: wrap;
}

.copyright-list a,
.copyright-list p {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #FFFFFF;
	margin: 0;
	opacity: 0.5;
}

.copyright-list a:hover {
	opacity: 1;
	text-decoration: underline;
}

.copyright-list ul {
	display: flex;
	gap: 12px;
	list-style: none;
	margin: 0;
	align-items: center;
	line-height: 1;
}

.menu-toggle,
.mobile-menu-header,
.search-close,
.search-submit {
	display: none;
}

.archive-header {
	padding: 40px 0;
	background-color: #F7F7F7;
}

.archive-header h1 {
	font-size: 36px;
}

.vendor-header {
	display: flex;
	gap: 30px;
	align-items: center;
	flex-wrap: wrap;
}

.vendor-header .vendor-logo {
	width: 250px;
	overflow: hidden;
	flex-shrink: 0;
}

.vendor-header .vendor-info {
	flex: 1;
}

.vendor-header .vendor-logo img {
	max-width: 100%;
}

.vendor-header .vendor-info p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	margin-bottom: 10px;
}

.vendor-header .vendor-info p.active {
	-webkit-line-clamp: unset;
}

.archive-breadcrumbs {
	margin-top: 32px;
	text-transform: uppercase;
}

.woocommerce-js .woocommerce-breadcrumb {
	color: #000;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 0;
}

.woocommerce-breadcrumb a {
	color: #2E5E9E !important;
}

.product-count {
	font-family: 'Fjalla One';
	font-size: 42px;
}

.archive-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.woocommerce-ordering {
	margin-bottom: 0 !important;
}

.woocommerce-ordering select {
	padding: 12px 18px !important;
	border: 1px solid #E4E4E7 !important;
	height: auto;
}

.facetwp-pager {
	margin-top: 32px;
	text-align: right;
}

.archive-content {
	display: flex;
}

.product-sort {
	display: flex;
	align-items: center;
	gap: 16px;
}

.btn.filter-toggle {
	border: 1px solid #E4E4E7;
	height: 46px;
}

.archive-filters {
	width: 300px;
	margin-left: -300px;
	margin-right: 0;
	opacity: 0;
	flex-shrink: 0;
	padding: 24px 16px;
	background-color: #f7f7f7;
	border: solid 1px #ccc;
	overflow: hidden;
	transition: all 200ms linear;
}

.archive-filters.active {
	margin-left: 0;
	opacity: 1;
	margin-right: 24px;
}

.archive-filter {
	margin-bottom: 24px;
}

.archive-filter h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.facet-label {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.facetwp-checkbox {
	margin-bottom: 10px !important;
	line-height: 1.4;
	background-position-y: 5px !important;
}

.close-filters {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	display: none;
}

.product-grid-container {
	flex: 1;
}

.product-grid {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}

.product-grid .product-card {
	flex: 1;
	/* max-width: 350px;
	min-width: 300px; */
}
a:focus {
    outline: 0 !important;
}

.product-details {
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
	margin: 32px 0;
}

.product-gallery {
	width: calc(55% - 80px);
}

.product-slider {
	margin-bottom: 20px;
}

.product-slider .prev_arrow {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 44px;
	border-radius: 50px;
	border: 1px solid #E4E4E7;
	z-index: 999;
}

.product-slider .next_arrow {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 44px;
	border-radius: 50px;
	border: 1px solid #E4E4E7;
}

.product-slider .prev_arrow i {
	font-size: 16px;
}

.product-slider .slick-arrow {
	cursor: pointer;
}

.product-slider .slick-arrow {
	transition: .2s linear;
}

.product-slider .slick-arrow:hover {
	background-color: #2E5E9E;
	transition: .2s linear;
}

.product-slider .slick-arrow:hover i {
	color: #fff;
	transition: .2s linear;
}

.product-gallery img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
	max-height: 500px;
}

.product-thumbnails {
	margin: 0 -20px;
}

.product-thumbnails div {
	padding: 0 10px;
	cursor: pointer;
}

.product-thumbnails img {
	object-fit: cover;
	padding: 0 10px;
	border: solid 1px transparent;
	transition: all 0.3s;
}

.product-thumbnails div.slick-current img {
	border-color: #2E5E9E;
}

.product-details .product-info {
	width: 45%;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.product-info-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.product-info h1 {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1.25;
	margin-bottom: 8px;
}

.product-info h2 {
	color: #71717A;
	font-size: 20px;
	line-height: 1;
}

.product-price-rating {
	display: flex;
	align-items: center;
	gap: 20px;
}

.single-product-container .product-price {
	font-family: 'Fjalla One';
	font-size: 32px;
	color: #2E5E9E;
	padding-right: 20px;
	line-height: 1;
	border-right: solid 1px #E4E4E6;
}

.product-rating {
	display: flex;
	align-items: center;
	gap: 8px;
}

.product-rating .star-rating {
	letter-spacing: 2px;
	color: #FFB81A;
	width: 6em;
	margin-right: 0;
}

.review-rating {
	order: unset;
}

.product-rating a {
	font-weight: 500;
}

.product-section {
	padding: 60px 0;
}

.product-section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.product-section-header h2 {
	margin-bottom: 0;
}

.product-form {
	display: flex;
	gap: 8px;
}

.product-quantity .input-group {
	display: flex;
	max-width: 115px;
}

.input-group-prepend {
	background-color: #F1F1F2;
	padding: 0px 12px;
	font-size: 12px;
	font-weight: 500;
	height: 45px;
	line-height: 45px;
	width: 45px;
	border: solid 1px #e4e4e4;
}

.product-quantity .input-group input {
	border: 1px solid #E4E4E7;
	padding: 8px 12px;
	border-radius: 0;
	height: 45px;
}

.collapsible-header {
	padding: 12px 15px;
	background-color: #F7F7F7;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	align-items: center;
}

.collapsible-header h3 {
	font-size: 20px;
	font-family: 'Fjalla One';
	font-weight: 400;
}

.key-feature {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	border-bottom: solid 1px #E4E4E7;
}

.key-feature div {
	padding: 12px;
	flex: 1;
}

.key-feature div h4 {
	font-size: 14px;
	font-weight: 400;
}

.key-feature div:first-child h4 {
	font-weight: 600;
}

.product-specifications {
	margin-top: 30px;
}

.product-specifications h3 {
	padding: 15px;
	background-color: #F7F7F7;
	font-size: 20px;
	font-family: 'Fjalla One';
	font-weight: 400;
}

.specification {
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	border-bottom: solid 1px #E4E4E7;
}

.specification div h4 {
	font-size: 14px;
	font-weight: 400;
	font-family: 'GeneralSans-Variable';
}

.specification div:first-child {
	flex: 1;
}

.specification div:last-child {
	flex: 3;
}

.specification div:first-child h4 {
	font-weight: 600;
}

.product-tabs-header ul {
	display: flex;
	gap: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
	overflow: auto;
}

.product-tabs-header ul li {
	padding: 5px 0;
	font-family: 'Fjalla One';
	font-size: 20px;
	cursor: pointer;
	border-bottom: solid 3px transparent;
	transition: all 0.3s;
	white-space: nowrap;
}

.product-tabs-header ul li.active {
	border-bottom: solid 3px #2E5E9E;
}

.product-tab {
	display: none;
}

.product-tab.active {
	display: block;
}

.product-tab p {
	margin-bottom: 15px;
}

.product-reviews-wrapper {
	padding: 60px 0;
	padding-bottom: 110px;
	border-top: solid 1px rgba(0, 0, 0, 0.03);
	border-bottom: solid 1px rgba(0, 0, 0, 0.03);
	background-color: #F7F7F7;
}

.product-reviews-carousel {
	margin: 0 -16px;
}

.product-review {
	padding: 30px;
	background-color: #ffffff;
	display: flex !important;
	flex-direction: column;
	margin: 0 16px;
	gap: 16px;
}

.product-review .star-rating {
	float: none;
	color: #EA252A;
}

.product-review .star-rating::before {
	color: #EA252A;
}

.product-review-footer p:first-child {
	font-size: 16px;
	font-weight: 600;
}

.facetwp-pager {
	margin-top: 32px;
	text-align: right;
}

.facetwp-pager a {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #E4E4E7;
}

.faq-item {
	border-bottom: solid 1px #E4E4E7;
	padding: 15px 0;
}

.faq-item h4 {
	position: relative;
	font-size: 17px;
	/* font-weight: 600; */
	cursor: pointer;
}

.faq-item h4::before {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	content: '\f107';
	font-family: 'FontAwesome';
	margin-right: 10px;
	transition: all 200ms linear;
}

.faq-item.active h4::before {
	transform: translateY(-50%) rotate(180deg);
}

.faq-item p {
	font-size: 16px;
	font-weight: 400;
	display: none;
	padding-top: 15px;
}

.document-item {
	border: solid 1px #E4E4E7;
	display: inline-block;
	margin-right: 20px;
	border-radius: 3px;
}

.document-item a {
	color: #2E5E9E;
	font-weight: 500;
	padding: 12px 15px;
	display: block;
	transition: all 0.3s;
}

.document-item a:hover {
	background-color: #2E5E9E;
	color: #fff;
}

.document-item a i {
	margin-right: 5px;
}

.product-tab .video-wrapper iframe {
	width: 100%;
	max-width: 800px;
	height: auto;
	aspect-ratio: 16/9;
}

.products.slick-initialized {
	display: block !important;
	margin: 0 -15px !important;
	margin-bottom: 75px !important;
}

.products.slick-initialized .product-card {
	margin: 0 15px;
}
.products.slick-initialized .product-card,.woocommerce-js ul.products li.product, .woocommerce-page ul.products li.product{
	height: 455px;
	margin-bottom: 0 !important;
}
.gform-theme--foundation .gform_fields {
	gap: 18px !important;
	align-items: flex-start;
}

.gform_button {
	font-family: 'Fjalla One' !important;
	background-color: #2E5E9E !important;
	text-transform: uppercase !important;
	color: #fff !important;
	border: none !important;
	padding: 14px 24px !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	letter-spacing: 0.25em !important;
	border-radius: 6px !important;
}

.contact-row {
	display: flex;
	gap: 32px;
}

.contact-col {
	flex-basis: calc(50% - 32px);
	padding: 32px;
}

.contact-section h2 {
	margin-bottom: 20px;
}

.contact-section p {
	font-size: 18px;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 30px;
}

.contact-section ul {
	padding: 0;
	margin: 0;
	margin-top: 32px;
	list-style-type: none;
}

.contact-section ul li {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
}

.contact-section ul li i {
	color: #D42531;
}

.gfield input,
.gfield textarea {
	border: solid 1px #E4E4E7 !important;
}

.contact-details {
	margin: 30px 0;
}

.contact-detail-item {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
}

.contact-detail-item i {
	color: #2E5E9E;
}

.contact-detail-item a {
	color: #000000;
}

.locations-section {
	background-color: #F7F7F7;
	padding: 60px 0;
}

.locations-section+footer {
	margin-top: 0;
}

.locations-list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 40px;
	margin-top: 40px;
}

.location-item {
	flex: 1 1 calc(25% - 40px);
}

.location-name {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	font-family: 'fjalla one';
	margin-bottom: 20px;
}

.location-address {
	margin-bottom: 15px;
	line-height: 1.5;
	height: 4.5em;
}

.location-phone a {
	color: #18181B;
	text-decoration: underline;
}

.location-email {
	margin-top: 15px;
}

.location-email a.btn {
	color: #18181B;
}

.newsletter-form-container {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.newsletter-form-container p {
	font-size: 14px;
	color: #fff;
}

.newsletter-form-container p a {
	color: #fff;
	text-decoration: underline;
}

.newsletter-form {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.newsletter-form .gform_wrapper {
	width: 100%;
}

.newsletter-form .gfield--type-email {
	grid-column: span 8 !important;
}

.newsletter-form .gfield--type-submit {
	grid-column: span 4 !important;
}

.newsletter-form input[type="email"] {
	padding: 12px 14px;
	color: #3F3F46;
	width: 100%;
	height: 50px !important;
	border: 1px solid #18181B !important;
	background: #fff;
	border-radius: 0 !important;
}

#gform_submit_button_3 {
	font-family: 'Fjalla One';
	background-color: #2E5E9E;
	border: none !important;
	text-transform: uppercase;
	color: #fff;
	border: none;
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 6px;
}

.newsletter-form input::placeholder {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #3F3F46;
}

.newsletter-form-container .gform_footer {
	margin: 0 !important;
}

.newsletter-section #gform_submit_button_3 {
	background-color: #fff;
	color: #18181B;
}

.ast-404-search .widget_search {
	max-width: unset;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.review_form_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	background-color: rgba(46, 94, 158, 0.7);
	backdrop-filter: blur(10px);
	z-index: 9999999;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
}

.review_form_popup.active {
	opacity: 1;
	pointer-events: all;
}

.review_form_popup_content {
	position: relative;
    background-color: #fff;
    padding: 0;
    margin: 20px auto;
    max-width: 872px;
    height: fit-content;
    max-height: 90%;
    overflow-x: none;
    overflow-y: scroll;
    width: 90%;
    box-shadow: 0 20px 40px 0 #00000026;
    opacity: 0;
    pointer-events: none;
    transform: translate(0, -75px);
    transition: all 0.3s;
}
.woocommerce-js #reviews #review_form #respond p{
    margin: 2px 0 22px;
}
.review_form_popup.active .review_form_popup_content {
	opacity: 1;
	pointer-events: all;
	transform: translate(0, 0);
}

.woocommerce-js #reviews .comment-form-rating {
	flex-direction: column;
	margin-bottom: 20px;
}

.woocommerce-js #reviews .comment-form-comment label,
.woocommerce-js #reviews .comment-form-rating label {
	font-size: 16px;
}

.woocommerce-js #reviews #review_form #respond p.form-submit {
	margin-top: -10px;
}

.review_form_popup_content i.fa-times {
	position: absolute;
    top: 6px;
    right: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2E5E9E;
    border-radius: 50%;
    color: #fff;
    z-index: 999;
    font-size: 18px;
    cursor: pointer;
}

#review_form_wrapper {
	padding: 0;
	padding: 0;
}

#review_form_wrapper form {}

#review_form_wrapper form input[type="submit"] {
	margin: 0;
}

#review_form_wrapper .comment-reply-title {
	font-size: 20px;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-family: 'Fjalla One';
	border-bottom: solid 1px #ccc;
}

#commentform .comment-notes {
	line-height: 1.2;
	margin-bottom: 20px;
	font-size: 16px;
}

#commentform label {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	display: inline-block;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	border: 1px solid #ccc;
}

.inset-images {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.coming-soon-footer-banner__content {
	display: none;
}

@media (max-width: 1300px) {
	.header-right .btn {
		padding: 14px;
	}

	.footer-menus .footer-col {
		width: calc(100% / 4 - 48px);
	}

	.header-right-bottom,
	.header-right-top {
		width: 95%;
	}
}

@media (max-width: 1200px) {
	header .custom-logo-link img {
		width: 75px;
	}

	.header-right-bottom,
	.header-right-top {
		width: 99%;
		gap: 20px;
	}

	.header-left {
		max-width: 80px;
	}

	.header-right .btn i {
		/* display: none; */
	}

	.navlist ul {
		gap: 15px;
	}

	.navlist a{
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.location-item {
		flex: 1 1 calc(50% - 20px);
	}

	.header-right-bottom-buttons{
		display: none;
		/* display: flex; */
	}
}

@media only screen and (max-width: 768px) {
	.contact-row {
		flex-direction: column;
	}
}

@media only screen and (max-width: 992px) {
	.sub-menu-wrapper.mps-mega-menu .sub-menu {
		column-count: 2;
	}

	h2 {
		font-size: 36px;
	}

	.header-buttons .btn span {
		display: none;
	}

	.xoo-wsc-sc-bki.xoo-wsc-icon-cart2 {
		display: block !important;
	}

	.header .container {
		gap: 15px;
	}

	.header-right{
		/* gap: 15px; */
	}

	.woocommerce-product-search,
	.woocommerce-product-search input {
		height: 50px;
	}

	.navlist ul {
		gap: 25px;
	}

	.navlist a {
		font-size: 18px;
	}

	.header-right-top a {
		font-size: 16px;
	}

	.header-right .btn {
		padding: 12px 15px;
		font-size: 15px;
		min-width: auto !important;
	}

	.page-section {
		padding: 48px 0;
	}

	.home-banner::after {
		bottom: -4rem;
	}

	.home-banner h1 {
		font-size: 52px;
	}

	.home-category-grid {
		gap: 20px;
	}

	.home-category-card {
		width: calc(33.3333% - 14px);
	}

	.section-header.center {
		margin-bottom: 48px;
	}

	.section-header h2 {
		font-size: 36px;
	}

	.category-card {
		width: calc(50% - 16px);
	}

	.product-count {
		font-size: 32px;
	}

	.vendor-header {
		flex-direction: column;
		align-items: start;
		gap: 20px;
	}

	.vendor-header .vendor-info p {
		-webkit-line-clamp: 3;
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.vendor-header .vendor-logo img {
		max-width: 100%;
		max-height: 40px;
		object-fit: contain;
		object-position: left;
	}

	.slick-dotted.slick-slider.product-carousel,
	.slick-dotted.slick-slider.testimonial-slider {
		margin-bottom: 32px;
	}

	.slider_wrapper .prev_arrow,
	.slider_wrapper .next_arrow {
		width: 36px;
		height: 36px;
		line-height: 36px;
		bottom: -60px;
		display:none !important;
	}

	.slider_wrapper .prev_arrow {
		right: 65px;
	}

	.testimonial-slider.slider_wrapper .prev_arrow {
		right: 90px;
	}

	.slider_wrapper .slick-dots {
		bottom: -50px;
	}

	.testimonial-detail {
		margin: 24px 0;
	}

	.testimonial-detail p {
		font-size: 20px;
	}

	.newsletter-section h2 {
		font-size: 30px;
	}

	.footer-menus .footer-col {
		width: calc(100% / 2 - 20px);
	}

	.footer-products ul,
	.footer-vendors ul {
		gap: 10px 15px;
	}
}

@media only screen and (max-width: 768px) {
	.navbar {
		padding: 15px;
	}

	.btn {
		padding: 12px;
	}

	.hidden-xs {
		display: none;
	}

	.visible-xs {
		display: block;
	}

	.topbar {
		display: none;
	}

	.header .container {
		gap: 8px;
		align-items: center;
	}

	.page-section {
		padding: 32px 0;
	}

	.search-bar {
		justify-content: right;
	}

	.hero-overlay {
		padding: 64px 0;
	}

	.hero-overlay h2 {
		font-size: 36px;
	}

	.hero-overlay p {
		font-size: 16px;
	}

	.category-card .card-detail p {
		display: none;
	}

	.search-bar input {
		position: fixed;
		top: -50px;
		left: 0;
		width: 100%;
		height: 50px;
		transition: .3s linear;
	}

	.search-submit {
		display: block;
		position: fixed;
		top: -50px;
		right: 0;
		height: 50px;
		width: 50px;
		transition: .3s linear;
	}

	body.search-open {
		margin-top: 50px;
	}

	body.search-open .search-bar input,
	body.search-open .search-submit {
		top: 0;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.header .btn {
		/* min-width: 45px; */
	}

	.mobile-menu-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
		padding: 20px;
		border-bottom: solid 1px #fff;
	}

	.mobile-menu-header img {
		height: 50px;
		width: auto;
		object-fit: contain;
	}

	nav.navlist {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100dvh;
		background-color: #18181B;
		z-index: 99;
		transition: .3s linear;
		padding: 0px;
		overflow: auto;
	}

	nav.navlist.active {
		left: 0;
	}

	.navlist ul {
		flex-direction: column;
		gap: 0px;
		padding: 0 20px;
	}

	.navlist>ul>li {
		padding: 10px 0;
	}

	.navlist a {
		font-size: 18px;
		font-weight: 600;
		display: block;
	}

	.menu-item-has-children .sub-menu-wrapper {
		position: relative;
		background-color: #18181B;
		width: 100%;
		opacity: 1;
		visibility: visible;
		padding-bottom: 0;
		margin-top: 5px;
		box-shadow: none;
		transform: none;
		max-height: unset;
		display: none;
	}

	.menu-item-has-children .sub-menu-wrapper .sub-menu-wrapper {
		left: unset;
		top: unset;
		margin-top: 0px;
		margin-bottom: 15px;
	}

	.sub-menu-wrapper.mps-mega-menu .sub-menu {
		max-width: unset;
		column-count: 1;
	}

	.sub-menu li a {
		color: #fff;
		padding: 5px 10px;
		padding-right: 0;
		display: inline-block;
		font-size: 17px;
		width: 100%;
		border: none;
		font-weight: 400;
	}

	.sub-menu .sub-menu li a {
		padding-left: 20px;
		font-size: 15px;
	}

	.menu-item-has-children>a:after,
	.sub-menu-wrapper .menu-item-has-children>a:after {
		position: absolute;
		right: 10px;
		color: #fff !important;
		content: '\f0d7' !important;
		z-index:111;
	}

	.sub-menu-search {
		display: none;
	}

	.navlist .sub-menu-wrapper .sub-menu {
		box-shadow: none;
		background-color: transparent;
		width: 100%;
		padding: 0;
		max-height: unset;
	}

	.header-right-bottom, .header-right-top{
		justify-content: end;
	}

	.sub-menu-wrapper.mps-mega-menu li a {
		padding: 5px 10px;
	}

	.sub-menu-wrapper.mps-mega-menu .sub-menu-wrapper {
		margin-bottom: 0;
	}

	.sub-menu-wrapper.mps-mega-menu li a::after {
		content: none !important;
	}

	.home-banner h1 {
		font-size: 42px;
	}

	.home-banner p {
		font-size: 20px;
	}

	.home-category-card {
		width: calc(48% - 10px);
	}

	.section-header h2 {
		font-size: 28px;
		line-height: 1.25;
	}

	.section-header p {
		font-size: 16px;
		line-height: 1.25;
	}

	.category-grid {
		gap: 16px;
	}

	.category-card {
		height: 210px;
		width: calc(50% - 8px);
	}

	.category-card .card-overlay {
		padding: 16px;
	}

	.category-card .card-title {
		font-size: 24px;
		line-height: 32px;
	}

	.two-col-section {
		flex-direction: column;
	}

	.two-col-section .col {
		width: 100%;
	}

	.two-col-section .col h2 {
		font-size: 28px;
		line-height: 1.25;
		margin: 8px 0;
	}

	.newsletter-section {
		padding: 24px;
		flex-direction: column;
		align-items: baseline;
		gap: 18px;
	}

	.footer-products .footer-col ul {
		display: block;
		column-count: 2;
		gap: 20px;
	}

	.footer-col ul li {
		margin-bottom: 10px;
	}

	.archive-bar {
		flex-direction: column;
		align-items: start;
		margin-top: 10px;
	}

	.archive-filters {
		position: fixed;
		top: 0;
		z-index: 9999999;
		height: 100dvh;
		width: 80dvw;
		left: 0;
		border-radius: 0;
		transform: translateX(-100%);
	}

	.archive-filters.active {
		transform: translateX(0);
		margin: 0;
	}

	.close-filters {
		display: block;
	}

	.archive-filter .facetwp-facet {
		max-height: 38dvh;
		overflow: auto;
	}

	.product-details {
		flex-direction: column;
		gap: 24px;
	}

	.product-gallery {
		width: 100%;
	}

	.product-gallery img {
		max-height: 300px;
	}

	.product-details .product-info {
		width: 100%;
	}

	.product-info h1 {
		font-size: 28px;
	}

	.product-info h2 {
		font-size: 18px;
	}

	.product-form {
		flex-direction: column;
	}

	.product-tabs-header ul {
		gap: 12px;
		margin-bottom: 15px;
	}

	.product-tabs-header ul li {
		font-size: 16px;
	}

	.specification div:first-child {
		flex: 2;
	}

	.faq-item {
		padding: 12px 0;
	}

	.faq-item h4 {
		font-size: 16px;
	}

	.faq-item p {
		font-size: 15px;
	}

	.document-item {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.contact-col {
		padding: 0;
	}

	.widget_product_search {
		display: none;
	}

	.product-grid .product-card {
		max-width: unset;
	}

	.footer-menus .footer-col {
		width: calc(100% / 1 - 0px);
	}

	.home-category-grid{
		margin-top: -12rem;
	}
}

@media only screen and (max-width: 480px) {
	header .custom-logo-link img {
		max-width: 70px;
		width: 70px;
	}

	/* .header-right-top .hed-call span {
		display: none;
	} */

	.navbar {
		padding: 0;
	}

	.nav .menu-close span {
		font-size: 11px;
		letter-spacing: 0.1em;
	}

	.home-banner::after {
		bottom: -2rem;
	}

	.copyright-section {
		margin-top: 30px;
	}

	.copyright-list {
		padding: 15px 5px;
		gap: 5px 15px;
	}

	.copyright-list a,
	.copyright-list p {
		font-size: 10px;
	}

	.copyright-list ul {
		gap: 8px;
	}
}



.home-category-grid {
    justify-content: center;
}
.home-category-grid.has-5 .home-category-card:nth-child(4), .home-category-grid.has-5 .home-category-card:nth-child(5) {
    width: 48%;
}
.home-category-grid.has-2 .home-category-card, .home-category-grid.has-4 .home-category-card {
    width: 48%;
}
.home-category-grid.has-1 .home-category-card{
    width: 44%;
}
@media(min-width:769px) and (max-width:1199px){
	.home-category-grid.has-1 .home-category-card {
    width: 65%!important;
	}
}
@media(max-width:768px){
	.home-category-grid.has-5 .home-category-card:nth-child(4) {
		width: 47%;
	}
	.home-category-grid.has-5 .home-category-card:nth-child(5) {
		width: 100%;
	}
	.home-category-grid.has-2 .home-category-card{
		width: 80%;
	}
	.home-category-grid.has-4 .home-category-card {
		width: 47%;
	}
	.home-category-grid.has-1 .home-category-card {
    	width: 80%;
	}
}


.add_to_cart_button{
    width: 100%;
    text-align: center;
    background: #2e5e9e;
	font-family: "Fjalla One", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 14px !important;
    letter-spacing: 0.25em !important;
}
.add_to_cart_button:hover{
	background:#000;
}
.add_to_cart_button::before{
	content: var(--fa);
	--fa: "\f07a";
	/* content:"\f07a"; */
	font-family: "Font Awesome 6 Free";
	position:absolute;
	font-weight: 900;
    left: 25%;
    font-size: 14px;
}

.woocommerce-js ul.products li.product .button {
    margin-top: 0;
}

.elementor-widget-woocommerce-checkout-page .e-checkout__container {
    grid-template-columns: 65% auto !important;
}

 .elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section,  .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields, .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
    border: 1px solid hsla(0, 0%, 7%, .11) !important;
    border-radius: 5px !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1{
	border:none !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text, .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select, .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea,
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single
 {
    background-color: #fff !important;
    border: 1px solid #121212b3 !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    height: 50px !important;
    line-height: 1em !important;
    margin: 0 !important;
    min-height: 0 !important;
    /* padding: 1em .5em !important; */
    width: 100% !important;
    color: #2b2d2f !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-style: inherit;
    font-weight: inherit;
}
.elementor-widget-woocommerce-checkout-page .woocommerce form .shipping_address{
    border: none !important;
    padding: 0;
}
.elementor-widget-woocommerce-checkout-page #ship-to-different-address {
    padding-left: 0 !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review{
    padding: 20px 10px !important;
}
.woocommerce-page.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review_heading, .elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label{
	margin-left:10px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment{
	padding: 20px 10px !important;
}
.woocommerce-page.woocommerce-checkout form #order_review th{
    width: 50%;
}
.woocommerce-js ul#shipping_method {
   text-align: left;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-form__input-checkbox, #wc-stripe-new-payment-method{
	-moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid rgba(25, 23, 17, .48);
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    height: 1.5em;
    margin: 0 1em 0 0;
    min-height: 1.5em;
    min-width: 1.5em;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 1.5em;
}
.payment_box fieldset{
    padding: 11px !important;
    border-radius: 4px;
    margin-top: 20px !important;
}
.elementor-widget-woocommerce-checkout-page #ship-to-different-address span{
	color: #111827;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.woocommerce-page.woocommerce-checkout form #order_review td.product-name, .woocommerce.woocommerce-checkout form #order_review td.product-name{
    width: 289px;
    padding: 0 0 15px 0;
}

.woocommerce-page.woocommerce-checkout form #order_review th{
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    color: #3a3a3a;
}
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row label, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row label, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row label{
    color: #2b2d2f;
    font-family: inherit;
    /* font-size: inherit; */
    font-size: 16px;
    /* font-style: inherit; */
    font-weight: 400;
}
.wc-payment-form {
    border: none;
    margin: 0 0;
    padding: 0 !important;
}
.woocommerce-terms-and-conditions-wrapper{
    margin-bottom: 20px;
}
#place_order{
    color:#fff;
    border-color: #dd183b !important;
    background-color: #dd183b !important;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
}
.astra-shop-summary-wrap .review-rating{
    display: none;
}
.woocommerce-loop-product__link{
    padding: 16px;
    border: 1px solid #E4E4E7;
    margin-bottom: 16px;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
	height: 300px;
	width:100%;
}
.astra-shop-summary-wrap {
    height: 200px;
}

.woocommerce .product_cards .product-card .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__title {
    height: auto !important;
}
.wc-block-checkout__login-prompt{
    background-color: #2e5e9e;
    color: #fff!important;
    border: solid 1px #2e5e9e;
    font-family: "Fjalla One", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 14px;
    letter-spacing: 0.25em;
    padding: 11px 13px 11px 15px;
    border-radius: 6px;
}
.ast-on-card-button {
		right: 0 !important;
}
.product-card .product-img {
    width: 100%;
}

@media(max-width:767px){
	.slick-dots{
		display:none;
	}
}


@media(min-width:480px) and (max-width:1380px){
	.woocommerce-js ul.products li.product, .woocommerce-page ul.products li.product {
		width: 33.33% !important;
	}
	.products.slick-initialized .product-card {
		width: 33.33% !important;
	}
	.woocommerce-loop-product__link {
		width: 100%;
	}
	.ast-on-card-button {
		right: 0 !important;
	}
}

@media(max-width:1600px){
.product-section  .products	{
    padding: 0 20px !important;
}
.woocommerce .product_cards .product-card .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__title {
    height: auto!important;
}
}

@media(max-width:1380px){
	.product-card .product-detail .product-price, .amount bdi {
    	font-size: 20px;
	}
	.product-card .product-detail p, .woocommerce ul.products li.product .woocommerce-loop-product__title {
    	font-size: 18px;
	}
	.woocommerce .product_cards .product-card .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__title {
        height: auto !important;
    }
}
@media(max-width:480px){
	.woocommerce .product_cards .product-card .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__title {
        height: auto !important;
    }
}
.footer-products:last-child h4 {
    border-bottom: 1px solid #FFFFFF1A;
    padding-bottom: 15px;
}
/* Dropdown */

.dropdown {
  position: relative;
  display:none;
}

.dd-button {
  display: inline-block;
  padding: 10px 30px 10px 14px;
  cursor: pointer;
  white-space: nowrap;
  color:#fff;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  list-style-type: none;
  background:#fff;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}



.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
  color:#000;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.page-header,.page-header::before{
	background: none !important;
	border:none !important;
}
.ast-404-search .woocommerce-product-search {
    border: 1px solid #ccc;
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
}

.product-info-content del {
    text-decoration: none;
}
.product-info-content del .amount bdi {
	text-decoration: line-through;
}
.error404 .page-header {
    z-index: 0;
}
footer {
    margin-top: 24px;
    background: linear-gradient(to bottom, rgba(14, 35, 61, 0.85), rgba(14, 35, 61, 0.95)), url(/wp-content/uploads/2025/06/kinequip-footer-scaled.webp)!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.woocommerce-js ul.products li.product .ast-woo-product-category, .woocommerce-page ul.products li.product .ast-woo-product-category{
    display: none;
}

.header-left .nav{
	display:none;
}
.price-stock-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 0 !important;
}
.mobile_search_icon{
	display:none;
	color:#fff;
}
.mobile_search{
	background:#fff;
	padding:10px 20px;
	display:none;
	z-index: 1;
    position: relative;
}
.home .mobile_search{
	border-bottom: solid 7px #ef2225;
}

@media(max-width:768.5px){
	.mobile_search_icon{
		display:block;
	}
	.mobile_search.show{
		display:block;
	}
	.mobile_search  .widget_product_search {
        display: block;
		border: 1px solid #ddd !important;
    }
	.woocommerce-product-search, .woocommerce-product-search input {
        height: 37px;
    }
	.dropdown {
  		display: inline-block;
	}
	.desk-call{
		display:none!important;
	}
	.sub-menu-wrapper .menu-item-has-children:hover .sub-menu-wrapper {
    position: relative;
    right: 0;
    left: 0;
}
.page-header h1 {
    font-size: 50px;
}
 .ast-404-search   .widget_product_search {
        display: block!important;
    }
	.ast-404-search .woocommerce-product-search {
    width: 90%;
	}
	.header-left .nav{
	display:block;
}
.header-right-bottom{
	display:none!important;
}
.header-left {
    display: flex;
    align-items: center;
}
.btn.btn-outline {
   border: none;
    margin-left: 0;
    padding: 0;
    font-size: 25px;
    margin-right: 8px;
}
header .custom-logo-link img{
    max-width: 50px;
    width: 50px;
}
.header-right-top a {
    padding: 0 11px 0 0 !important;
}
}

@media(min-width:2000px){
	.products.slick-initialized .product-card, .woocommerce-js ul.products li.product, .woocommerce-page ul.products li.product {
    	height: 450px;
    }
}

/* .mps-mega-menu .sub-menu{
	display: flex;
}
.mps-mega-menu .sub-menu li .sub-menu-wrapper .sub-menu{
	display:block;
} */
 /* #menu-item-56432 > div > ul{
	display: flex;
    width: 1140px;
    overflow: scroll;
 }
 .sub-menu-wrapper .sub-menu-wrapper {
    display: block;
	box-shadow: none;
}
.mega-row li a{
	font-weight: bold;
}
.mega-row li li a{
	font-weight: normal;
}
.sub-menu-wrapper .menu-item-has-children>a:after {
	display:none;
}
.sub-menu-wrapper .sub-menu-wrapper {
    width: 186px;
    overflow: hidden;
}
@media(min-width:1100px) and (max-width:1299px){
	 #menu-item-56432 > div > ul{
	 	width: 1000px;
    }
}
@media(min-width:768px) and (max-width:1099px){
	 #menu-item-56432 > div > ul{
	 	width: 700px;
    }
} */

/* Footer CSS */
.gform_confirmation_message_3 {
	color: #ffffff !important;
	font-weight: 600 !important;
}


.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #18181B;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Fjalla One", sans-serif;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    line-height: 1.25;
}
.wc-block-product-new .woocommerce-Price-amount.amount {
    font-family: "Fjalla One", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: #2E5E9E;
    overflow: visible;
    white-space: nowrap;
}
.wc-block-grid__product-image{
	padding: 16px;
    border: 1px solid #E4E4E7;
    margin-bottom: 16px;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    height: 300px;
    overflow: hidden;
	width: 100%;
}
.wc-block-grid__product-image img{
	max-width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link{
    width: 100%;
}
.wc-block-product-new ul {
    margin-left: 0!important;
    padding: 30px 40px;
}
.wc-block-product-new  .wc-block-grid__product{
    position: relative;
    height: 490px;
}
.wc-block-grid__product-add-to-cart.wp-block-button {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.search .archive-header{
  display:none;
}

/* Hiding you save price */
.product-price del {
    display: none;
}
.woocommerce-product-search{
    display: flex;
    align-items: center;
}
.header.fixed{
    position: fixed!important;
    z-index: 111;
    background: #2e5d9d;
	top: 0;
	width: 100%;
}

.menu-item-has-children {
    padding: 0 !important;
}
.navlist>ul>li {
    padding: 0 !important;
}
#primary-menu > li > .sub-menu-wrapper  {
    width: 600px;
    overflow-y: scroll;
    height: 80vh;
    overflow-x: hidden;
}
#primary-menu > li > .sub-menu-wrapper::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
background-color: #F5F5F5;
visibility:hidden;
}
#primary-menu > li > .sub-menu-wrapper::-webkit-scrollbar
{
width: 3px;
background-color: #F5F5F5;
visibility:hidden;
}
#primary-menu > li > .sub-menu-wrapper::-webkit-scrollbar-thumb
{
background-color: #000000;
visibility:hidden;
}
.sub-menu-wrapper .sub-menu-wrapper{
	width: 300px  !important;
    overflow: hidden  !important;
	height: auto  !important;
}

/* css 10-12-2025 */

.footer .container{
  padding: 0px 30px;
}
.page-content {
  min-height: calc(100vh - 500px);
}