@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500&display=swap");

:root {
	--header-bg: var(--primary_bg);
	--header-fg: var(--page_fg);
	--icon-font: normal 500 1.3em/1 "remixicon";
	--filter: brightness(0) saturate(100%) invert(69%) sepia(14%) saturate(1006%) hue-rotate(8deg) brightness(97%) contrast(103%);
	/* https://angel-rs.github.io/css-color-filter-generator/ */
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

input,
select,
textarea,
button {
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	outline: none;
}

input:-webkit-autofill {
	transition: background-color ease-in-out;
	transition-delay: 5000s;
}

/* #region init */

body {
	font-family: "Montserrat", sans-serif;
	color: var(--page_fg);
	font-size: 16px;
	background-color: var(--page_bg);
}

.container {
	/*max-width: 1240px;*/
	margin-left: auto;
	margin-right: auto;
	padding-inline: 0.7rem;
}

.r-icon {
	display: block;
}

.collapse-body {
	transition: ease 0.25s height;
	overflow: hidden;
}

.collapse-content {
	overflow: hidden;
}

.swiper-lazy-preloader,
img.lazy {
	max-width: 100%;
	max-height: 100%;
	background-image: url(../images/icons/Spinner-5.gif);
	background-size: 120px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.swiper-lazy-preloader {
	animation: none;
	width: 120px;
	height: 120px;
	margin-top: 0;
	margin-left: 0;
	transform: translate(-50%, -50%);
	border-radius: 0;
	border: 0;
}

img.lazy-loading {
	background-image: none;
	object-fit: contain !important;
}

.swiper-lazy:not(.swiper-lazy-loaded) {
	opacity: 0 !important;
}

.swiper-lazy.swiper-lazy-loaded {
	opacity: 1;
	transition: ease 0.25s opacity;
}

@media (max-width: 768px) {
	.container {
		padding-inline: 1rem;
	}
	.banners-section {
        display: none;
	}
	.web-marquee {
        display: none;
	}
	.scroll-content {
		animation: scroll 20s linear infinite !important; 
	}
	.scroll-content:hover {
		animation-play-state: paused; /* Pause on hover */
	}
	.banner-slide {
		height: 425px !important;
	}
	.banner-img {
        height: 425px !important;
    }
	.shop-h2::after {
		width: 38% !important;
        left: 31% !important;
		height: 1.5px !important;
	}
	.category-section-head1::after {
		width: 55% !important;
		left: 22% !important;
	}
	.category-section-head1::after{
		content: '';
		background-color: var(--accent_bg);
		height: 1.4px !important;
		position: absolute;
		margin-top: 40px;
		width: 30% !important;
        left: 35% !important;
	}
	.shop-h2 {
		font-size: 17px !important;
	}
	.filtered-product-list .product-slide-details {
		padding: 8px !important;
	}
	.web-footer-links {
		display: none;
	}
	.footer-links-col {
		width: 100% !important;
	}
	.footer-links-title {
		margin-top: 0 !important;
		border-bottom: 1px solid #d1d1d1;
		padding: 10px 0px 10px 0;
        text-transform: capitalize;
        font-size: 13px !important;
	}
	ul.footer-links-list li {
		line-height: 12px !important;
		font-size: 12px;
	}
	.footer-links-row {
		display: block !important;
	}
	/*.footer-links-list{
		display: none;
	}*/
	.footer-links-title::after{
		width: 16px;
        height: 16px;
        position: absolute;
        right: 0;
        background-image: url('../images/icons/down.png');
        background-size: 10px;
        background-position: center;
        background-repeat: no-repeat;
        top: 15px;
        transform: rotate(0);
        transition: all .2s ease-in-out;
	}
	.contact-section {
		border-bottom: 0 !important;  
	}
	.contact-info {
		display: block !important;
	}
	span.icon-span {
		float: right;
		font-size: 18px;
		color: #777777;
	}
	.resp-useful-links li {
		padding-bottom: 8px !important;
	}
	.web-copy-footer {
		display: none;
	}
	.resp-copy-footer {
		display: block !important;
		padding-bottom: 10px !important;
	}
	.footer-copy-row {
		flex-direction: column;
	}
	.connect-social {
		display: flex;
		flex-direction: row;
		gap: 1rem;
	}
	.subscribe-social-link {
		margin-left: 0 !important;
	}
	.product_trust_section img {
          width: 35px !important;
		  height: 35px !important;
	}
	.trust_box {
		font-size: 12px !important;
		flex-direction: column;
		text-align: center;
		line-height: 1.3 !important;
	}
	.web-header-categories-swiper{
		display: none;
	}
	.testimonial-span {
		font-size: 21px !important;
		color: var(--accent_bg);
	}
	.testimonial-hide {
		display: none !important;
	}
	span.about-content {
		font-size: 19px;
	}
	
	span.promo-text {
		color: var(--accent_bg);
	}
	.home-news {
		padding: 6px 0 !important;
	}
	.product_trust_section {
		display: grid !important;
        grid-template-columns: repeat(2, 1fr)  !important;
		row-gap: 30px !important;
	}
	.resp-recent-similar-section {
		width: 100% !important;
	}
}

@media (min-width: 769px) {
	.resp-banners-section {
        display: none;
	}
	.resp-marquee{
		display: none;
	}
	.resp-footer-links {
		display: none;
	}
	.resp-copy-footer {
		display: none;
	}
	.resp-header-categories-swiper{
		display: none;
	}
}

/* #endregion */

/* #region header */

.nav-header {
	border-bottom: 1px solid rgb(54 54 54 / 14%);
	/* background-color: #fff; */
}

.nav-header-row {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-block: 0.5rem;
	align-items: center;
}

.nav-header-links,
.nav-social-links {
	display: flex;
	list-style: none;
	gap: 1rem;
}

.nav-header-links li:not(:last-child)::after {
	content: "|";
	display: inline-block;
	margin-left: 1rem;
}

.nav-social-links a,
.nav-header-links a {
	color: var(--page_fg);
	text-decoration: none;
	font-weight: 600;
	opacity: 0.7;
	font-size: 0.8rem;
	transition: ease 0.25s;
}

.nav-social-links a:hover,
.nav-header-links a:hover {
	color: var(--accent_bg);
}

.nav-social-links a {
	display: block;
	width: 1.2em;
	height: 1.2em;
	text-align: center;
	font-size: 1.1rem;
	opacity: 1;
}

.nav-social-links i {
	display: block;
	line-height: 1.4em;
}

.header-top,
.header-main {
	font-size: 12px;
}

.header-top {
	padding: 13px 0;
	/* padding-top: 40px; */
	background-color: var(--header-bg);
	/* border-bottom: 1px solid var(--accent_bg); */
	color: var(--header-fg);
	position: relative;
	z-index: 1;
	/* margin-bottom: 10px; */
	/* box-shadow: 0 0 6px rgb(0 0 0 / 20%); */
	/* background-color: #fff; */
	border-bottom: 1px solid rgb(54 54 54 / 14%);
}

.location-dropdown {
	color: inherit;
	width: 310px;
	min-width: 250px;
	/* margin-left: 25px; */
	border-radius: 4px;
	/* border: 1px solid var(--accent_bg); */
	display: flex;
	overflow: hidden;
	font-size: inherit;
	background-color: transparent;
	text-align: left;
	align-items: center;
	cursor: pointer;
}

.location-dropdown .current-location {
	width: 100%;
	padding: 7px 10px;
	height: auto;
	border: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
	transition: ease 0.25s color;
}

.location-dropdown .location-marker {
	margin-left: 12px;
	display: flex;
	align-items: center;
	height: 100%;
}

.top-nav-links {
	display: flex;
	margin-left: auto;
}

.top-nav-link {
	padding: 6px 15px;
	text-decoration: none;
	color: inherit;
	margin-right: 10px;
	border: 1px solid var(--primary_bg);
	border-radius: 4px;
	text-transform: uppercase;
	transition: ease 0.25s;
	transition-property: background-color, color;
}

.top-nav-link:hover {
	background-color: var(--accent_bg);
}

.header-top-links {
	display: flex;
}

.header-icon-group {
	display: flex;
	margin-left: 15px;
	align-items: center;
}

.icon-label {
	margin-left: 10px;
	line-height: 1.5;
}

.header-icon-group a {
	color: inherit;
	text-decoration: none;
}

.header-icon {
	margin-left: 14px;
	font-size: 1.3em;
}

.header-main {
	/* background-color: #ffffff; */
	/* color: #fff; */
	padding: 30px 0;
	position: sticky;
	top: 0;
	/* box-shadow: 0 0 6px rgb(0 0 0 / 20%); */
	/* margin-bottom: 10px; */
	/* margin-top: 10px; 
	display: none;*/
}

.header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-top .header-row {
	height: 60px;
	gap: 25px;
}

.header-brand {
	font-size: 36px;
	font-weight: 500;
	/* margin-right: auto; */
	/* line-height: 1.2; */
	/* margin-bottom: 0.2em; */
	/* padding: 5px; */
	height: 3.5rem;
	max-width: 200px;
}

.header-brand img {
	display: block;
	/* width: 300px; */
	/* width: 100%; */
	height: 100%;
	max-height: 100%;
	/* margin-bottom: -50px; */
	object-fit: contain;
	object-position: center;
}

.header-nav-categories {
	text-transform: uppercase;
	/* font-weight: bold; */
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.12em;
	margin-left: 2rem;
	margin-right: auto;
}

.header-nav-categories-list {
	display: flex;
	list-style: none;
	gap: 20px;
}

.header-nav-categories-list > .menu-active > .header-category-link {
	color: var(--accent_bg);
	font-weight: 600;
}

.header-input-group {
	display: flex;
}

.header-search-input {
	border: 1px solid var(--accent_bg);
	padding: 7px 15px;
	color: #fff;
	width: 450px;
	font-size: 12px;
}

.header-search-input::placeholder {
	color: #eaeaea;
}

.header-search-btn {
	padding: 7px 10px;
	background-color: var(--accent_bg);
	color: #fff;
	line-height: 1;
}

.category-search-container {
	/* margin-left: 20px; */
	/* margin-right: 10px; */
	display: flex;
	/* border: 1px solid #444; */
	border-radius: 25px;
	/* overflow: hidden; */
	height: auto;
	position: relative;
	color: var(--header-bg);
	font-weight: 500;
	width: 100%;
	max-width: 400px;
}

.category-search-dropdown {
	flex: 0 1 auto;
	/* font-size: 14px; */
	border-radius: inherit;
}

.search-form {
	border-radius: inherit;
	/* overflow: hidden; */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 100%;
	display: flex;
	background-color: #fff;
}

.dropdown-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 1;
}

.category-search-container .search-dropdown {
	padding: 5px 30px 5px 15px;
	border-radius: inherit;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	/* border: 1px solid #fff; */
	background-color: #444;
	color: var(--accent_fg);
	font-size: inherit;
	appearance: none;
	flex-basis: 145px;
	display: block;
	line-height: 1.8;
	cursor: pointer;
	position: relative;
	height: 100%;
}

.dropdown-content {
	opacity: 0;
	position: absolute;
	top: 100%;
	width: 250px;
	left: 0;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	transform: translateY(-20px);
	transition: ease-in-out 0.25s;
	pointer-events: none;
	z-index: 2;
}

.category-search-container .search-dropdown::after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	right: 10px;
	top: 50%;
	margin-top: -1px;
	width: 0;
	height: 0;
	border-top: 5px solid currentColor;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.dropdown-wrapper.active .dropdown-overlay {
	display: block;
}

.dropdown-wrapper.active .dropdown-content {
	transform: translateY(1px);
	opacity: 1;
	pointer-events: all;
}

.dropdown-content-list {
	list-style: none;
	max-height: 80vh;
	overflow: auto;
	font-size: 14px;
}

.dropdown-link {
	display: block;
	text-decoration: none;
	color: #222;
	background-color: #fff;
	font-weight: 500;
	font-size: inherit;
	padding: 10px 15px;
	border-radius: 4px;
	transition: ease-in-out 0.25s;
	transition-property: all;
	transition-property: color, background-color;
}

.dropdown-link .dropdown-subtext {
	display: block;
	font-size: 0.8em;
	color: #666;
}

.dropdown-link:hover {
	background-color: var(--primary_bg);
	color: var(--primary_fg);
}

.category-search-container .search-field {
	padding: 5px 15px;
	width: 100%;
	min-width: 150px;
	border: 1px solid #444;
	font-size: inherit;
	flex: auto;
	color: #000;
	border-right: 0;
	height: 100%;
	border-radius: 0;
}

.category-search-container .search-field::placeholder {
	color: inherit;
}

.category-search-icon {
	padding: 7px 20px;
	/* margin: 2px; */
	border-radius: 0 25px 25px 0;
	color: inherit;
	background-color: #444;
	/* width: 29px; */
	/* height: 29px; */
	line-height: 1.6;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	transition: ease 0.3s;
}

.category-search-icon:hover {
	background-color: var(--header-fg);
	color: var(--header-bg);
}

.header-row .header-action-group {
	/* margin-right: 20px; */
	/* margin-left: auto; */
	display: flex;
	gap: 15px;
	justify-content: flex-end;
	/* width: 400px; */
}

.header-action {
	/* margin-left: 25px; */
	display: flex;
	align-items: center;
	padding: 5px 0;
	/* border: 1px solid var(--accent_bg); */
	color: #444;
	text-decoration: none;
	border-radius: 4px;
	height: auto;
	white-space: nowrap;
	/* font-size: 15px; */
	transition: ease 0.25s;
	position: relative;
	flex-wrap: wrap;
}

.header-action i {
	/* width: 55px; */
	/* height: 55px; */
	/* display: grid; */
	/* place-items: center; */
	/* border-radius: 50px; */
	/* border: 2px solid; */
	font-size: 1.7em;
	/* color: var(--accent_bg); */
	transition: inherit;
}

.header-action:hover i {
	/* background-color: var(--header-fg); */
	color: var(--header-fg);
}

.header-action-text {
	margin-left: 0.7rem;
	line-height: 1.5;
}

.header-action-title {
	font-weight: 600;
	font-size: 1.4em;
}

.header-action-label {
	/* margin-left: 2px; */
	white-space: nowrap;
	line-height: normal;
	display: block;
	font-size: 0.8rem;
}

.header-action.search-action {
	width: 25rem;
}

.header-search-results-scroll {
	position: absolute;
	top: 100%;
	z-index: 1;
	right: 0;
	width: 25rem;
	/* height: 60vh; */
	white-space: normal;
	/* padding: 0.5rem; */
	/* padding-right: 0; */
	box-shadow: 0 0 0.5rem rgb(0 0 0 / 30%);
	overflow: auto;
	background-color: var(--page_bg);
}

.header-search-results-scroll::-webkit-scrollbar {
	width: 5px;
}

.header-search-results-scroll::-webkit-scrollbar-track {
	background-color: transparent;
}

.header-search-results-scroll::-webkit-scrollbar-thumb {
	background-color: transparent;
	border-radius: 5px;
}

.header-search-results-scroll:hover::-webkit-scrollbar-thumb {
	background-color: #00000022;
}

.header-search-results-container {
	padding: 0.5rem;
	display: grid;
	gap: 0.5rem;
	height: 35rem;
	max-height: calc(100vh - 5rem);
}

.header-action .cart-qty {
	position: absolute;
	top: 50%;
	right: -0.25em;
	transform: translate(50%, -50%);
	background-color: #000;
	border: 2px solid #fff;
	color: #fff;
	display: block;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	text-align: center;
	line-height: 1em;
	font-size: 11px;
}

.header-action-toggle {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	flex: auto;
}

.header-toggle-check {
	display: none;
}

.header-toggle-content {
	width: 0;
	opacity: 0;
	overflow: hidden;
	transition: ease 0.25s;
}

.header-toggle-check:checked ~ .header-toggle-content {
	width: 100%;
	opacity: 1;
}

.header-toggle-label {
	cursor: pointer;
}

.header-action-search {
	padding: 0.5rem 1rem;
	border: 1px solid;
	border-color: var(--header-fg);
	color: var(--page_fg);
	border-radius: 5rem;
	margin-right: 0.5rem;
	width: 95%;
}

.header-action-search::-webkit-search-cancel-button {
	/* color: inherit; */
	/* position: absolute; */
	/* right: 0.6lh; */
	padding: 1px;
	/* -webkit-appearance: none; */
	/* height: 2.5rem; */
	/* width: 2.5rem; */
	/* border-radius: 10px; */
	/* background: red; */
	margin: 0;
	cursor: pointer;
}

.header-nav {
	padding: 10px 0;
	background-color: var(--accent_bg);
	color: #fff;
}

.header-nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-nav-link {
	display: block;
	margin: 0 15px;
	color: inherit;
	text-decoration: none;
	font-weight: 500;
}

.header-categories {
	width: 100%;
	/* padding-left: 135px; */
}

.header-category-link {
	/*text-decoration: none;
	color: #000;
	color: inherit;
	display: block;
	height: 87px;
	line-height: 87px;*/
	    width: 70px;
    text-align: center;
    height: auto;
    text-decoration: none;
    color: #000;
}

.header-dropdown {
	position: relative;
}

.header-dropdown > .header-category-link::after {
	content: "\EA4E";
	font-family: remixicon;
	display: inline-block;
	line-height: 1;
	font-size: 1.3em;
	font-weight: 100;
	padding-left: 0.3em;
}

.header-dropdown > .header-category-link {
	/* display: flex; */
	align-items: center;
}

.header-dropdown-content {
	position: absolute;
	top: 100%;
	left: 0;
	width: 25rem;
	max-width: 90vw;
	/* display: none; */
	transition: ease 0.25s;
	z-index: 1;
	transform: translateY(-1rem);
	opacity: 0;
	pointer-events: none;
	text-transform: initial;
	background-color: var(--header-fg);
}

.header-dropdown:hover .header-dropdown-content {
	/* display: block; */
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

.header-dropdown-row {
	display: flex;
	gap: 1rem;
	padding: 2rem;
	background-color: var(--page_bg);
	color: var(--page_fg);
	/* border-radius: 0.2rem; */
}

.header-dropdown-column {
	flex: 1;
}

.header-dropdown-title {
	font-weight: 600;
	font-size: 1.2rem;
	border-bottom: 1px solid currentColor;
	padding-bottom: 0.3rem;
	margin-bottom: 1rem;
	line-height: 1.3;
}

.header-dropdown-list {
	list-style: none;
}

.header-dropdown-list li {
	margin-bottom: 0.4rem;
}

.header-dropdown-link {
	text-decoration: none;
	color: inherit;
	display: inline-block;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: normal;
}

.header-dropdown-link:hover {
	/* color: var(--primary_fg); */
	text-decoration: underline;
	text-underline-offset: 3px;
}

.header-category-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 100px; 
	/* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #dcdcdc; 
	transition: ease 0.25;
}

.header-category-link:hover .header-category-img {
	border-color: var(--accent_bg);
}

.header-category-img::before {
	content: "";
	display: block;
	padding-top: 100%;
	/* background-color: #eaeaea; */
}

.header-category-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* border-radius: 50%; */
	padding: 0.3rem;
	object-fit: cover;
	transition: ease 0.4s transform;
	transform-origin: center;
}

.header-category-name {
	font-weight: 600;
	font-size: 15px;
	transition: ease 0.4s;
}

.header-category-link:hover img {
	transform: scale(1.1);
}

.header-category-link:hover .header-category-name {
	color: var(--primary_fg);
}

@media (max-width: 768px) {
	.nav-header-row,
	.header-nav-categories {
		display: none;
	}

	.header-row {
		padding: 10px;
		flex-wrap: wrap;
		gap: 0.2rem;
	}

	.header-top .header-row {
		gap: 5px;
		padding-block: 0;
		height: 4rem;
		flex-wrap: nowrap;
		display: grid;
		grid-template-columns: 2rem 1fr 2rem;
		justify-items: center;
	}

	.header-group .header-action-text {
		display: none;
	}

	.header-category-link {
		/* width: 60px; */
		width: 140px !important; 
	}

	.header-category-img {
		width: 100px !important;
		margin-bottom: 10px;
	}

	.header-category-name {
		font-size: 11px;
		line-height: normal;
		display: block;
	}
}

/* #endregion */

/* #region banners */

.banner-slide {
	position: relative;
}

.banner-slide::before {
	content: "";
	padding-top: 30%;
	display: block;
}

.banner-img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.banner-title {
	color: #fff;
	font-size: 40px;
}

.banner-title-small {
	font-weight: 400;
}

.banner-title-large {
	font-weight: 600;
	text-transform: uppercase;
}
.banners-section {
	padding: 0;
}
.banners-section .swiper-pagination-bullet {
	background: #fff;
	width: 0.85714rem;
	height: 0.85714rem;
	display: inline-block;
	border-radius: 100%;
	box-shadow: 0 0 0 0.35714rem hsl(0deg 0% 100% / 0%);
	opacity: 1;
	transition: all 0.3s ease;
}

.banners-section .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 11px 15px 0;
}

.banners-section .swiper-pagination-bullet.swiper-pagination-bullet-active,
.banners-section .swiper-pagination-bullet:hover {
	background: #fff;
	box-shadow: 0 0 0 0.35714rem hsl(0deg 0% 100% / 50%);
}

.banner-swiper-nav {
	width: auto;
	background-color: #fff;
	opacity: 0.8;
	color: #000;
	padding: 40px 15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	font-weight: 600;
	--swiper-navigation-size: 24px;
	margin-top: 0;
	transform: translateY(-50%);
	transition: ease 0.25s;
}

.banner-swiper-nav:hover {
	opacity: 1;
	color: var(--accent_bg);
}

.banner-swiper-nav.swiper-button-prev {
	left: 0;
	border-radius: 0 5px 5px 0;
}

.banner-swiper-nav.swiper-button-next {
	right: 0;
	border-radius: 5px 0 0 5px;
}

@media (max-width: 768px) {
	.banners-section .banner-swiper-nav {
		/* display: none; */
	}
}

/* #endregion */

/* #region adv */

.adv-section {
	/* display: none; */
	background-color: #fbfbfb;
	/* margin-bottom: 3rem; */
}

.adv-row {
	display: flex;
	padding: 20px 0;
	/* border-bottom: 1px solid #ddd; */
	justify-content: center;
}

.adv-column {
	flex: 1 1 25%;
	padding: 10px;
	min-width: 150px;
	text-align: center;
}

.adv-icon {
	display: block;
	height: 42px;
	width: 42px;
	margin: auto;
}

.adv-icon svg {
	fill: var(--accent_bg);
}

.adv-icon img {
	filter: var(--filter);
}

.adv-wrapper {
	margin-top: 12px;
}

.adv-title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #444;
	margin-bottom: 5px;
}

.adv-content {
	font-size: 12px;
}

/* #endregion */

/* #region about */

.home-about {
	--about-bg-offset: 5rem;
}

.home-about-container {
	position: relative;
	padding-block: 4rem;
	background-color: var(--accent_bg);
	color: var(--accent_fg);
}

.home-about-row {
	display: flex;
	align-items: center;
}

.home-about-content,
.home-about-img {
	flex: 1 1 100%;
}

.home-about-content {
	padding-inline: 3rem;
}

.home-about-content p {
	margin-top: 0.7rem;
	line-height: 1.5;
}

.home-about-img img,
.home-about-img-resp img {
	display: block;
	width: 100%;
}

.home-about-alt {
	background-color: #000;
	padding-top: 40%;
	position: relative;
	overflow: hidden;
}

.home-about-alt > .container {
	/* max-width: 100%; */
	/* width: 100%; */
	top: 0;
	/* position: relative; */
}

.home-about-alt-container {
	position: absolute;
	z-index: 2;
	display: grid;
	align-items: center;
	justify-content: start;
	top: 0;
	height: 100%;
	justify-items: start;
	align-content: center;
}

.home-about-img-alt {
	width: 100%;
	opacity: 0.5;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
}

.home-about-alt-title {
	font-size: 3rem;
	font-weight: 800;
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translate(-50%, -50%); */
	/* width: 60%; */
	color: #fff;
	/* text-align: center; */
	text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
	max-width: 800px;
	margin-bottom: 2rem;
	z-index: 1;
}

.home-about-alt-link {
	/* position: absolute; */
	/* bottom: 3rem; */
	/* left: 50%; */
	/* transform: translateX(-50%); */
	display: inline-block;
	padding: 1rem 2rem;
	background-color: var(--accent_bg);
	color: var(--accent_fg);
	border: 2px solid var(--accent_bg);
	text-decoration: none;
	border-radius: 0.5rem;
	font-weight: 600;
	transition: ease 0.25s;
	text-transform: uppercase;
}

.home-about-alt-link:hover {
	background-color: var(--accent_fg);
	color: var(--accent_bg);
}

@media (min-width: 768px) {
	.home-about > .container {
		padding-right: var(--about-bg-offset);
	}

	.home-about-row {
		margin-right: calc(var(--about-bg-offset) * -1);
	}

	.home-about-img-resp {
		display: none;
	}
}

@media (max-width: 768px) {
	.home-about > .container {
		padding: 0;
	}

	.home-about-row {
		flex-wrap: wrap;
	}

	.home-about-img {
		display: none;
	}

	.home-about-content {
		padding-inline: 2rem;
	}

	.home-about-content p {
		font-size: 0.8rem;
	}

	.home-about-alt {
		padding-top: 55%;
		margin-bottom: 25px;
	}

	.home-about-alt-container {
		padding: 1rem;
	}

	.home-about-alt-title {
		font-size: 1em;
		margin-bottom: 1rem;
		font-weight: 600;
		max-width: 75%;
	}

	.home-about-alt-link {
		padding: 0.5rem 0.5rem;
        font-size: 0.7rem;
	}
}

/* #endregion about */

/* #region features */

.home-features {
	padding-block: 3rem;
}

.home-features-row {
	display: flex;
	gap: 1rem 0rem;
	text-align: center;
}

.home-features-col {
	flex: 1 1 40%;
}

.home-features-icon {
	width: 4.5rem;
	margin-inline: auto;
}

.home-features-icon img {
	width: 100%;
}

.home-features-title {
	font-size: 1rem;
	margin-top: 0.5rem;
	font-weight: 600;
}

@media (max-width: 768px) {
	.home-features-row {
		flex-wrap: wrap;
	}

	.home-features-title {
		font-size: 0.8rem;
	}

	.home-features-icon {
		width: 4rem;
	}
}

/* #endregion features */

/* #region info */

.home-info {
	padding-block: 3rem;
	/* background-color: var(--accent_bg); */
	/* color: var(--accent_fg); */
}

.home-info-header {
	margin-bottom: 2rem;
}

.home-info-header .category-section-head {
	text-align: center;
	font-size: 2rem;
}

.home-info-rows {
	display: grid;
	gap: 2rem;
}

.home-info-row {
	display: flex;
	gap: 2rem;
	align-items: center;
}

.home-info-media,
.home-info-content {
	flex: 1 1 100%;
}

.home-info-media {
	/* padding: 3rem; */
	display: grid;
	place-content: center;
}

.home-info-img {
	--info-img-offset: 2rem;
	width: 25rem;
	height: 25rem;
	position: relative;
	transform: translateX(var(--info-img-offset));
}

.home-info-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 2;
	border-radius: 50%;
}

.home-info-img::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--accent_bg);
	transform: translateX(calc(var(--info-img-offset) * -2));
	border-radius: 50%;
}

.home-info-content .category-section-head {
	margin-bottom: 1rem;
	font-size: 2rem;
	font-family: "Palatino Linotype", serif;
	font-weight: 500;
	line-height: 1;
}

@media (min-width: 768px) {
	.home-info-row:nth-child(odd) {
		flex-direction: row;
	}

	.home-info-row:nth-child(even) {
		flex-direction: row-reverse;
	}
}

@media (max-width: 768px) {
	.home-info {
		padding-inline: 1rem;
		text-align: center;
	}

	.home-info-row {
		flex-direction: column;
	}

	.home-info-img {
		--info-img-offset: 1rem;
		width: 10rem;
		height: 10rem;
	}

	.home-info-content .category-section-head {
		text-align: inherit;
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
	}

	.home-info-text {
		font-size: 0.9rem;
	}

	.home-info-header .category-section-head {
		font-size: 1.7rem;
	}
}

/* #endregion info */

/* #region collage */

.collage-section {
	padding: 30px 0;
	margin: 10px 0;
	/* background-color: #fff; */
	/* box-shadow: 0 0 6px rgb(0 0 0 / 20%); */
}

.collage-wrapper {
	display: grid;
	grid-template-columns: 1.6fr repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 1rem;
	grid-template-areas:
		"a b c"
		"a d e";
}

.collage-item-a {
	grid-area: a;
}

.collage-item-b {
	grid-area: b;
}

.collage-item-c {
	grid-area: c;
}

.collage-item-d {
	grid-area: d;
}

.collage-item-e {
	grid-area: e;
}

.collage-img {
	height: 100%;
	/* border-radius: 6px; */
	overflow: hidden;
	/* cursor: pointer; */
	display: block;
	position: relative;
}

.collage-img::before {
	content: "";
	padding-top: 63%;
	display: block;
}

.collage-item-a .collage-img::before {
	padding-top: 82%;
}

.collage-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: ease 0.4s;
	position: absolute;
	top: 0;
	left: 0;
}

.collage-img img:hover {
	transform: scale(1.05);
}

@media (max-width: 768px) {
	.collage-section {
		padding: 10px;
		padding-top: 0;
	}

	.collage-wrapper {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		grid-template-areas:
			"a a"
			"b c"
			"d e";
		gap: 0.5rem;
	}
}

/* #endregion collage */

/* #region category-tabs */

.home-products-tabs {
	padding-top: 3rem;
	position: relative;
	z-index: 1;
}

.home-products-tabs .category-section-head {
	text-align: center;
}

.home-category-tabs .swiper-wrapper {
	justify-content: center;
}

.home-category-tab-head {
	/* flex: auto; */
	width: auto;
	text-underline-offset: 6px;
	padding-block: 5px;
	text-decoration-color: var(--primary_fg);
	color: #686868;
	cursor: pointer;
	font-size: 15px;
}

.swiper-slide-thumb-active.home-category-tab-head {
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
}

.product-category.swiper-slide-active .product-slide {
	pointer-events: all;
}

.home-category-tab-nav .banner-swiper-nav.swiper-button-prev {
	/* left: 1rem; */
}

.home-category-tab-nav .banner-swiper-nav.swiper-button-next {
	/* right: 1rem; */
}

.product-categories {
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
}

/* #endregion category-tabs */

/* #region category */

.product-category {
	padding: 30px 0;
	margin: 10px 0;
	/* background-color: #fff; */
	/* box-shadow: 0 0 6px rgb(0 0 0 / 20%); */
}

.category-section-header {
	padding-bottom: 0.5rem;
	border-bottom: 1.4px solid var(--primary_fg);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
	position: relative;
}

.category-section-head {
	font-weight: bold;
	font-size: 23px;
	text-align: left;
	margin-bottom: 3rem;
	/* color: var(--page_fg); */
}

.category-section-header .category-section-head {
	margin-bottom: 0;
}

.category-product-nav {
	position: relative;
	top: 0;
	right: 0;
	width: 5rem;
	/* height: 100%; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding-bottom: inherit; */
	z-index: 0;
}

.category-product-nav .category-product-nav-btn {
	position: static;
	margin: 0;
	/* background-color: #f1f1f1; */
	border: 1px solid #c5c5c5;
	width: 2.3rem;
	height: 2.3rem;
	/* border-radius: 5rem; */
	display: grid;
	place-content: center;
}

.category-product-nav .category-product-nav-btn::after {
	font-family: "remixicon" !important;
	font-style: normal;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	line-height: normal;
	color: var(--primary_fg);
}

.category-product-nav .swiper-button-prev::after {
	content: "\EA64";
}

.category-product-nav .swiper-button-next::after {
	content: "\EA6E";
}

.product-slide {
	padding-left: 0;
	padding-right: 0;
	width: 285px;
	position: relative;
	overflow: hidden;
	/* border: 1px solid #ddd; */
	border-radius: 4px;
}

.product-slide-thumbnail {
	position: relative;
	/* margin: 0px 20px; */
}

.product-slide-thumbnail::before {
	padding-top: 100%;
	display: block;
	content: "";
}

.product-slide-thumbnail-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
}

.product-slide-thumbnail-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	transition: ease 0.3s opacity;
	padding: 1rem;
}

.product-slide-thumbnail-img img:first-child {
	opacity: 1;
}

.product-slide-thumbnail-img img:last-child {
	opacity: 0;
}

.product-slide-tags {
	position: absolute;
	top: 40px;
	left: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.product-tag {
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 12px;
	color: #999;
	background-color: currentColor;
	padding: 4px 15px;
	position: relative;
}

.product-tag span {
	color: #fff;
}

.product-tag.tag-yellow {
	color: #ffd000;
}

.product-tag.tag-green {
	color: #429500;
}

.product-tag.tag-red {
	color: #f5271c;
}

.product-tag::before,
.product-tag::after {
	content: "";
	position: absolute;
	left: 100%;
	width: 12px;
	height: 12px;
	color: inherit;
}

.product-tag::before {
	top: 0;
	background: linear-gradient(135deg, currentColor 0, currentColor 50%, transparent 50%);
}

.product-tag::after {
	bottom: 0;
	background: linear-gradient(45deg, currentColor 0, currentColor 50%, transparent 50%);
}

.product-slide-btns {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	padding: 30px;
	opacity: 0;
	transition: ease 0.3s opacity;
	display: none;
}

.product-hover-btn {
	display: block;
	width: 100%;
	padding: 15px;
	text-decoration: none;
	background-color: #ddd;
	color: #000;
	font-weight: 600;
	border-radius: 100px;
	min-width: 150px;
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
	transition: ease 0.3s box-shadow;
}

.product-hover-primary {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}

.product-hover-secondary {
	background-color: var(--primary_bg);
	color: #fff;
	box-shadow: 0 0 0 4px rgba(49, 78, 146, 0.5);
}

.product-slide-options {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	opacity: 0;
	transition: ease 0.3s opacity;
}

.product-slide-option {
	color: #222;
	font-size: 26px;
	text-decoration: none;
	display: inline-block;
	margin-left: 15px;
	transition: ease 0.3s color;
}

.product-slide-details {
	/* text-align: center; */
	padding: 15px 10px;
    color: #000;
    background-color: #f4f4f4;
}

.product-slide-details .product-text-details {
	/* padding-left: 10px; */
	/* padding-right: 10px; */
	min-height: 75px;
    max-height: 75px;
}

.product-slide-details .product-brand {
	font-size: 14px;
	color: var(--accent_bg);
	font-weight: 500;
	display: none;
}

.product-slide-details .product-title {
	font-size: 14px;
	margin-bottom: 0.5em;
	font-weight: 400;
	transition: ease 0.3s color;
	/* white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	/* line clamp 2 */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 2;
}

.product-slide-details .product-title a {
	color: inherit;
	text-decoration: none;
}

.product-slide-details .product-size {
	font-size: 12px;
}

.select-product-size {
	position: relative;
	font-size: 12px;
	font-weight: 500;
}

.select-product-size .select-size-trigger {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	cursor: pointer;
}

.select-product-size .product-selected {
	display: block;
	width: 100%;
	padding: 5px 8px;
	border: 1px solid #ddd;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.select-product-size .select-arrow {
	position: absolute;
	right: 0;
	width: 30px;
	border-left: 1px solid #ddd;
	height: 100%;
	top: 0;
}

.select-product-size .select-arrow::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	border: 1px solid #aaa;
	border-top: 0;
	border-left: 0;
	transform: translate(-50%, -50%) rotate(45deg);
}

.select-product-options {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	z-index: 1;
	border: 1px solid #ddd;
	border-top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.select-product-options .product-select-option {
	display: block;
	padding: 5px 8px;
	background-color: #fff;
	cursor: pointer;
	transition: ease 0.2s background-color;
}

.select-product-options .product-select-option:hover {
	background-color: #f3f3f3;
}

.select-product-size.open .select-product-options {
	display: block;
}

.product-variant-count {
	/* text-align: center; */
	margin-bottom: 0.5em;
	font-size: 0.8em;
	color: var(--primary_fg);
}

.product-detail-group {
	background-color: #eee;
	padding: 10px;
	margin-top: 10px;
}

.product-price {
	/* font-weight: 700; */
	font-size: 13px;
	/* margin-top: 1em; */
}

.price-highlight-green {
	color: #429500;
	display: block;
	font-size: 13px;
}

.product-price .strike {
	text-decoration: line-through;
	line-height: 24px;
}

.product-price .em {
	font-weight: 600;
	display: block;
	font-size: 20px;
}

.product-del-icon {
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
}

.product-delivery {
	font-size: 13px;
	display: flex;
	margin-top: 10px;
}

.product-delivery span {
	display: inline-block;
}

.product-qty {
	display: inline-flex;
	border: 1px solid #ccc;
	overflow: hidden;
	font-size: 14px;
	border-radius: 4px;
	display: none;
}

.product-qty-prepend {
	background-color: #eee;
	padding: 3px 5px;
	line-height: 1.3;
	font-weight: 500;
}

.product-qty-input {
	width: 100%;
	flex: 1 1 0;
	padding: 3px 5px;
	text-align: center;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	height: 53px;
}

.product-details-group {
	margin-top: 1em;
	display: flex;
}

.cart-qty-change {
	display: none;
	background-color: #eee;
	padding: 5px;
	font-weight: 600;
	font-size: 25px;
	line-height: 0.5;
	width: 30px;
	text-align: center;
	cursor: pointer;
}

.product-qty.in-cart {
	display: flex;
}

.product-qty.in-cart .product-qty-prepend {
	display: none;
}

.product-qty.in-cart .cart-qty-change {
	display: block;
}

.product-add-to-cart {
	padding: 6px 7px;
	line-height: 1.4;
	background-color: #009a24;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;
	white-space: nowrap;
	/* margin-left: 10px; */
	width: 100%;
	cursor: pointer;
	box-shadow: inset 0 0 0 2px #009a24;
	transition: ease 0.2s;
	transition-property: color, background-color;
}

.product-add-to-cart:hover {
	background-color: #fff;
	color: #009a24;
}

.product-qty.in-cart + .product-add-to-cart {
	display: none;
}

.product-no-stock {
	position: relative;
	margin-top: 5px;
}

.product-no-stock-text {
	color: red;
	font-size: 15px;
	font-weight: 600;
}

.product-no-stock-btn {
	margin-top: 5px;
	padding: 10px 15px;
	text-align: center;
	justify-content: center;
	background-color: var(--primary_bg);
	color: var(--primary_fg);
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: ease 0.2s;
	transition-property: color, background-color;
	box-shadow: inset 0 0 0 2px var(--primary_fg);
	cursor: pointer;
}

.product-no-stock-btn:hover {
	background-color: var(--primary_fg);
	color: var(--primary_bg);
}

.product-title:hover {
	color: var(--primary_fg);
}

.product-hover-primary:hover {
	box-shadow: 0 0 0 1px #000;
}

.product-hover-secondary:hover {
	box-shadow: 0 0 0 4px var(--primary_bg);
}

.product-slide:hover .product-slide-btns {
	opacity: 1;
}

.product-slide:hover .product-slide-thumbnail-img img:first-child {
	opacity: 0;
}

.product-slide:hover .product-slide-thumbnail-img img:last-child {
	opacity: 1;
}

.product-slide:hover .product-slide-options {
	opacity: 1;
}

.product-slide-option:hover {
	color: var(--primary_bg);
}

.has-offer-tag {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	align-items: center;
	transform: translateX(60%);
	padding: 5px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0);
	transition: ease;
	transition-duration: 0.2s, 0.2s, 0.35s;
	transition-property: color, background-color, transform;
	color: var(--primary_bg);
}

.small-swiper-nav {
	width: 2.5rem;
	height: 2.5rem;
	background-color: var(--primary_fg);
	color: var(--accent_bg);
	border-radius: 50%;
	border: 2px solid var(--primary_fg);
	box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
}

.small-swiper-nav:hover {
	background-color: var(--accent_bg);
	color: var(--accent_fg);
}

.small-swiper-nav::after {
	font-size: 20px;
	font-weight: 700;
	color: var(--primary_bg);
}

.view-more-slide {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border: 0;
}

.view-more-slide .view-more-link {
	display: block;
	width: 100%;
	padding: 7px 15px;
	text-align: center;
	text-decoration: none;
	background-color: var(--accent_bg);
	color: var(--accent_fg);
	border: 2px solid var(--accent_bg);
	box-shadow: none;
}

.view-more-slide .view-more-link:hover {
	background-color: var(--primary_bg);
	color: var(--primary_fg);
}

.home-product-slide {
	height: auto;
	border: 0;
}

.product-min-details {
	/* padding: 10px; */
	padding-top: 0;
}

.select-product-size,
.product-detail-group {
	display: none;
}

.product-price {
	display: flex;
	gap: 1em;
	/* justify-content: center; */
	font-size: 0.9rem;
}

.product-title {
	/* text-align: center; */
	white-space: normal;
	/* height: 3em; */
}

.product-rating {
	/* text-align: center; */
}

.review-stars {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #ffc107;
}

.review-stars i {
	vertical-align: text-bottom;
	font-size: 1.1em;
}

.review-count {
	font-size: 0.85em;
}

.product-category-banner {
	/* padding: 30px 0; */
	/* background-color: #fff; */
	/* box-shadow: 0 0 6px rgb(0 0 0 / 20%); */
}

.category-banner-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

.category-banner-img {
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.category-banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: ease 0.5s;
	transform-origin: center;
}

.category-banner-img:hover img {
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.product-category .container {
		padding-inline: 0;
	}

	.product-category-banner {
		padding: 10px;
	}

	.category-banner-grid {
		gap: 0.5rem;
		grid-template-columns: 1fr;
	}

	.product-slide-thumbnail-img img {
		padding: 0rem;
	}

	.review-stars {
		font-size: 0.8rem;
	}
}

/* #endregion */

/* #region brand swiper */

.brands-slider-container {
	padding: 30px 0;
	background-color: #fff;
	margin: 10px 0;
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

.brand-slide {
	width: 173px;
	height: auto;
}

.brand-slide img {
	display: block;
	width: 100%;
	object-fit: contain;
}

/* #endregion */

/* #region home testimonial */

.home-testimonials {
	padding: 30px 0;
	/* background-color: #ffffff; */
	margin: 10px 0;
	/* box-shadow: 0 0 6px rgb(0 0 0 / 20%); */
}

.testimonial-slide {
/*	padding:0 40px;*/
	background-color: #fff;
	border-radius: 10px;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 10px;
	margin-bottom: 10px;
}

.testimonial-slide .quot::before {
	content: "\201C";
	font-size: 150px;
	line-height: 0.75;
	color:red;
	font-family: fantasy, "Times New Roman", Times, serif;
	height: 0.3em;
	display: block;
	opacity: 0.2;
}

.testimonial-text {
	font-size: 18px;
	margin-bottom: 1em;
	font-weight: 500;
	line-height: 20px;
}

.testimonial-title {
	font-weight: 600;
	color: #e2231a;
	font-size: 20px;
	margin-bottom: 0.1em;
	margin-top: auto;
}
.content_box {
	width: 100%;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 9px;
}

.testimonial-sub {
	font-weight: 500;
	color: #666;
}

.testimonial-images {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3em;
	margin-bottom: 0.5em;
	position: relative;
	width: 100%;
}

.testimonial-img {
	height: 60px;
	padding: 3px;
	width: auto;
	display: block;
	/* margin-right: 5px; */
	border: 1px solid #dadada;
	cursor: pointer;
}

.testimonial-video-player {
	position: relative;
	margin-bottom: 1rem;
}

.testimonial-video-player::before {
	content: "";
	padding-top: 56.5%;
	display: block;
}

.testimonial-video-player iframe {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
}

.image-popup .popup-container {
	/* max-width: none; */
	width: auto;
	height: auto;
	min-height: fit-content;
}

.testimonial-preview-img {
	display: block;
	max-width: 80vw;
	max-height: 80vh;
	height: auto;
	width: auto;
	object-fit: contain;
}

/* #endregion */

/* #region news */

.home-news {
	padding: 30px 0;
	/* background-color: #fff; */
	margin: 10px 0;
	/* box-shadow: 0 0 6px rgb(0 0 0 / 20%); */
}

.news-slide {
	border-radius: 6px;
	overflow: hidden;
}

.news-image {
	position: relative;
}

.news-image::before {
	content: "";
	padding-top: 56.5%;
	display: block;
}

.news-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-content {
	padding: 1.5rem 1rem;
	text-align: center;
	background-color: #f4f4f4;
}

.news-date {
	margin-bottom: 0.5rem;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.news-date i {
	font-size: 1.1rem;
	color: var(--primary_fg);
}

.news-date-text {
	font-size: 0.9rem;
}

.news-title {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.news-title a {
	color: inherit;
	text-decoration: none;
	transition: ease 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.news-title a:hover {
	color: var(--primary_fg);
}

.news-text {
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}

.news-read-more {
	margin-top: 1rem;
}

.news-read-more a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	padding: 0.6rem 1.5rem;
	border: 1px solid #dadada;
	transition: ease 0.3s;
	font-weight: 500;
	font-size: 0.9rem;
	background-color: var(--primary_bg);
	color: var(--primary_fg);
}

.news-read-more a:hover {
	background-color: var(--accent_bg);
	border-color: var(--accent_bg);
	color: var(--accent_fg);
}

@media (max-width: 768px) {
	.home-news .category-section-head {
		text-align: center;
	}

	.news-date-text {
		font-size: 0.8rem;
	}

	.news-title {
		font-size: 1rem;
	}

	.news-text {
		font-size: 0.8rem;
	}

	.news-read-more a {
		font-size: 0.8rem;
	}
}

/* #endregion news */

/* #region subscribe*/

.subscribe-banner {
	padding: 30px 0;
	background-color: var(--primary_bg);
	color: #fff;
}

.subscribe-row {
	display: flex;
	align-items: center;
}

.subscribe-title {
	font-weight: 500;
	font-size: 20px;
	margin-right: 1.5em;
}

.subscribe-form {
	display: contents;
}

.subscribe-input-container {
	border: 1px solid var(--accent_bg);
	border-radius: 4px;
	display: flex;
	align-items: center;
	margin-right: 1.5em;
}

.subscribe-input-icon {
	padding: 7px 10px;
}

.subscribe-input {
	color: inherit;
	padding: 7px 15px;
	padding-left: 0;
}

.subscribe-input::placeholder {
	color: inherit;
}

.footer-subscribe-btn {
	padding: 7px 15px;
	border: 1px solid var(--accent_bg);
	border-radius: 4px;
	color: inherit;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	background-color: var(--accent_bg);
	transition: ease 0.3s;
	transition-property: color, background-color;
}

.subscribe-social {
	list-style: none;
	margin-left: auto;
	display: flex;
}

.subscribe-social-link {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	/* border: 1px solid var(--accent_bg); */
	border-radius: 100px;
	margin-left: 1em;
	background-color: #fff;
	transition: ease 0.3s;
	transition-property: color, background-color;
}

.subscribe-icon {
	line-height: 1;
	display: block;
}

.subscribe-social-link:hover {
	background-color: var(--primary_bg);
	/* color: var(--primary_bg); */
}

.footer-subscribe-btn:hover {
	background-color: #fff;
	color: var(--primary_bg);
}

/* #endregion */

/* #region footer nav*/

.footer-nav {
	padding: 30px 0;
}

.footer-nav-row {
	display: flex;
	align-items: flex-start;
}

.footer-nav-row + .footer-nav-row {
	margin-top: 1.5em;
}

.footer-nav-title {
	flex: 0 0 16%;
	color: var(--primary_bg);
	font-weight: 600;
}

.footer-nav-desc ul {
	list-style: none;
}

.footer-nav-desc li {
	font-size: 13px;
	display: inline;
	color: #222;
}

.footer-nav-desc li:not(:last-child)::after {
	content: ", ";
}

.footer-nav-desc .img-list li::after {
	content: none;
}

.footer-nav-desc a {
	color: inherit;
	text-decoration: none;
}

.payment {
	background-image: url(../images/icons/footersprite.webp);
	display: inline-block;
	vertical-align: middle;
}

.payment-card_mastercard {
	background-position: -7px -21px;
	width: 61px;
	height: 41px;
}

.payment-card_visa {
	background-position: -70px -21px;
	width: 64px;
	height: 27px;
}

.payment-rupay {
	background-position: -134px -21px;
	width: 106px;
	height: 35px;
}

.payment-paytm_logo {
	background-position: -239px -23px;
	width: 113px;
	height: 43px;
}

.payment-mobikwik_Logo {
	background-position: -354px -21px;
	width: 117px;
	height: 43px;
}

.payment-amex {
	background-position: 66px -24px;
	width: 80px;
	height: 45px;
}

/* #endregion */

/* #region footer links */

.footer-links {
	padding: 40px 0;
	background-color: #f4f4f4;
    color: #000;
	font-weight: 500;
}

.footer-links-row {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.footer-links-col {
	flex: 0 1 auto;
	font-size: 13px;
	padding-right: 0;
	line-height: 1.6;
	width: 20%;
}

.footer-brand img {
	display: block;
}

.footer-links-title {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 0.5em;
	margin-top: 1rem;
}

.footer-links-list {
	list-style: none;
}

.footer-links-list a {
	color: inherit;
	text-decoration: none;
	/* white-space: nowrap; */
}

.footer-links-list a.footer-page-link {
	position: relative;
	transition: ease-in-out 0.3s transform;
	display: inline-block;
}

.footer-links-list a.footer-page-link::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: currentColor;
	transform: translateY(-50%);
	opacity: 0;
	transition: ease-in-out 0.3s;
	transition-property: opacity, transform;
}

.footer-links-list a.footer-page-link:focus,
.footer-links-list a.footer-page-link:hover {
	transform: translateX(10px);
	color:var(--accent_bg);
}

.footer-links-list a.footer-page-link:focus::before,
.footer-links-list a.footer-page-link:hover::before {
	transform: translate(-20px, -50%);
	opacity: 1;
}

.footer-links-col p {
	max-width: 220px;
}

.footer-links-col .connect-social {
	list-style: none;
	display: flex;
	/* padding: 10px 0; */
}

.footer-links-col .connect-social .subscribe-social-link {
	margin-left: 0;
	margin-right: 1em;
	width: 28px;
	height: 28px;
}

.connect-social img {
	display: block;
	width: 100%;
	padding: 6px;
}

.footer-links-col .connect-social li:last-child .subscribe-social-link {
	margin-right: 0;
}

.footer-links-col .connect-social .subscribe-icon {
	line-height: 1.1;
	font-size: 16px;
}

.footer-address {
	/*color: var(--page_fg);*/
}

.footer-apps-list {
	list-style: none;
	display: flex;
	gap: 1rem;
}

.footer-apps-list li {
	background-color: #fff;
	color: #444;
	padding: 0.4rem 0.7rem;
	font-size: 1rem;
	border-radius: 15px;
	border: 2px solid #dadada;
}

.footer-app-link {
	display: flex;
	gap: 0.6rem;
	text-decoration: none;
	color: inherit;
	align-items: center;
}

.footer-app-link i {
	color: #aaa;
	font-size: 2rem;
	line-height: 1;
}

.footer-app-info {
	line-height: 1.3;
}

.footer-app-title {
	font-size: 0.8rem;
	font-weight: 600;
}

.footer-app-description {
	font-size: 0.7rem;
	font-weight: 400;
}

/* #endregion */

/* #region copy footer */

.copy-footer {
	background-color: var(--accent_bg);
	/* border-top: 1px solid rgb(32, 54, 106); */
	padding: 15px 0;
	color: #fff;
	font-size: 12px;
}

.footer-copy-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.5;
}

.copy-footer .powered-text img {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
}

/* #endregion */

/* #region breadcrumb */

.breadcrumbs-section {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.breadcrumbs {
	list-style: none;
	/* display: flex; */
	/* padding: 7px 15px; */
	/* background-color: #fff; */
	/* box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.05); */
	border-radius: 4px;
	font-size: 12px;
	color: #aaa;
	/* border: 1px solid #dadada; */
}

.breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.breadcrumbs li {
	display: flex;
	display: inline;
}

.breadcrumbs li + li {
	margin-left: 5px;
}

.breadcrumbs li + li::before {
	content: "/";
	margin-right: 5px;
}

.breadcrumbs li:last-child a {
	color: var(--accent_bg);
}

/* #endregion */

/* #region popup */

html.popup-open {
	overflow: hidden;
	padding-right: var(--scrollbar-width);
}

.popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/* display: none; */
	visibility: hidden;
	z-index: 50;
	opacity: 0;
	transition: ease-in-out 0.25s opacity;
}

.popup-wrapper.popup-closing,
.popup-wrapper.popup-active {
	/* display: block; */
	visibility: visible;
	opacity: 1;
}

.popup-wrapper .popup-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	transition: ease 0.3s opacity;
	transition-delay: 0.3s;
}

.popup-wrapper.popup-active .popup-overlay {
	opacity: 0.8;
	transition-delay: 0s;
}

.popup-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 550px;
	min-height: 400px;
	max-width: calc(100% - 20px);
	max-height: calc(100% - 40px);
	transform: translate(-50%, -20%);
	padding: 20px;
	background-color: var(--page_bg);
	border-radius: 5px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
	transition: ease 0.25s transform 0.2s, ease 0.3s opacity 0s;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.popup-slide-in {
	opacity: 1;
}

.popup-slide-in .popup-container {
	top: 0;
	right: 0;
	height: 100%;
	max-height: none;
	border-radius: 0;
	left: auto;
	transform: translate(100%, 0);
	padding-top: 15px;
	display: grid;
	grid-template-rows: 2rem 1fr;
	max-width: 100%;
	opacity: 1;
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	max-width: 100%;
	align-items: stretch;
	justify-content: stretch;
}

.popup-slide-in[data-slide-dir="left"] .popup-container {
	left: 0;
	right: auto;
	transform: translateX(-100%);
}

.popup-wrapper.popup-active .popup-container {
	transform: translate(-50%, -50%);
	transition-delay: 0s, 0s;
	opacity: 1;
}

.popup-slide-in.popup-active .popup-container {
	transform: translate(0, 0);
}

.popup-wrapper.popup-closing .popup-overlay {
	opacity: 0;
	transition: ease 0.3s opacity;
}

.popup-wrapper.popup-closing .popup-container {
	opacity: 0;
	transform: translate(-50%, -30%);
	transition: ease 0.25s transform 0s, ease 0.3s opacity 0s;
}

.popup-slide-in.popup-closing .popup-container {
	transform: translate(100%, 0);
}

.popup-slide-in.popup-closing[data-slide-dir="left"] .popup-container {
	transform: translateX(-100%);
}

.popup-container .popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	/* width: 25px; */
	/* height: 25px; */
	/* background-color: #fff; */
	/* border: 1px solid #aaa; */
	border: none;
	color: #000;
	font-size: 46px;
	font-weight: 300;
	border-radius: 50px;
	transform: translate(45%, -45%);
	cursor: pointer;
}

.popup-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: space-evenly; */
	overflow: auto;
	padding: 20px 0;
}

.popup-slide-in .popup-content {
	align-items: stretch;
	justify-content: flex-start;
	padding-bottom: 10px;
	width: 100%;
}

.popup-title {
	font-weight: 600;
	font-size: 18px;
}

.sidebar-container {
	position: absolute;
	left: 0;
	width: 500px;
	height: 100%;
	max-width: 100%;
	padding: 40px 20px;
	background-color: var(--page_bg);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	transition: ease 0.25s transform;
}

.sidebar.popup-active .sidebar-container {
	transform: translateX(0);
	transition-delay: 0s;
}

.sidebar-container,
.sidebar.popup-closing .sidebar-container {
	transform: translateX(-100%);
}

.sidebar-close {
	font-size: 80px;
	font-weight: 200;
	color: #000;
	background-color: transparent;
	border: none;
	line-height: 0.5;
	position: absolute;
	top: 40px;
	right: 30px;
	cursor: pointer;
}

.otp-popup .popup-container {
	height: auto;
}

.menu-sidebar .popup-content {
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 0;
}

.menu-sidebar .sidebar-container {
	padding-top: 1.5rem;
}

.menu-sidebar .sidebar-close {
	top: 2rem;
}

.menu-brand {
	margin-bottom: 1.5rem;
}

.menu-brand img {
	display: block;
}

.header-account-nav {
	margin-bottom: 1rem;
}

.menu-sidebar .collapsible {
	margin-bottom: 15px;
	width: 100%;
}

.menu-sidebar .collapse-header {
	margin-bottom: 10px;
}

.menu-sidebar .collapse-title {
	display: inline-block;
	position: relative;
	padding-right: 30px;
	transition: ease 0.25s color;
}

.menu-sidebar .collapse-title::before,
.menu-sidebar .collapse-title::after {
	content: "";
	width: 0.8em;
	height: 2px;
	background-color: #000;
	position: absolute;
	right: 0.4em;
	top: 50%;
	transition: ease 0.25s transform;
}

.menu-sidebar .collapse-title::before {
	transform: translateY(-50%) rotate(180deg);
}

.menu-sidebar .collapse-title::after {
	transform: translateY(-50%) rotate(180deg);
}

.menu-sidebar .collapsible:not(.collapsed) .collapse-title {
	color: var(--primary_fg);
}

.menu-sidebar .collapsed .collapse-title::after {
	transform: translateY(-50%) rotate(90deg);
}

.menu-sidebar .collapsed .collapse-title::before {
	transform: translateY(-50%);
}

.menu-sidebar .collapse-content {
	padding-left: 20px;
}

.menu-sidebar .sidebar-links {
	list-style-type: none;
}

.menu-sidebar .sidebar-links .nav-active {
	color: var(--primary_bg);
}

.menu-sidebar .sidebar-links a {
	display: inline-block;
	padding: 0 0 3px;
	color: inherit;
	text-decoration: none;
}

.sidebar-nav-link {
	/* color: var(--primary_bg); */
}

.sidebar-nav-link a {
	text-decoration: none;
	color: inherit;
}

.sidebar-brand {
	display: none;
	margin-bottom: 30px;
}

.sidebar-brand img {
	width: 150px;
	height: auto;
}

.menu-sidebar {
	display: none;
}

.account-sidebar .sidebar-container {
	left: auto;
	right: 0;
	padding-bottom: 10px;
}

.account-sidebar .sidebar-container,
.account-sidebar.popup-closing .sidebar-container {
	transform: translateX(100%);
}

.account-sidebar .collapse-nav-btn {
	top: 20px;
	right: 20px;
}

.account-sidebar .popup-content {
	padding-bottom: 0;
	padding-top: 0;
}

.sidebar-navs {
	margin-bottom: 30px;
	display: flex;
}

.sidebar-nav-btn {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin-right: 20px;
	padding: 10px 15px 30px;
	background-color: transparent;
	border: none;
	position: relative;
	outline: none;
	cursor: pointer;
}

.sidebar-nav-btn::after {
	content: "";
	position: absolute;
	top: 50px;
	left: 10px;
	width: calc(100% - 20px);
	height: 2px;
	background-color: currentColor;
	opacity: 0;
	transform: translateY(-10px);
	transition: ease-in-out 0.25s;
	transition-property: opacity, transform;
}

.sidebar-nav-btn.active-nav::after {
	transform: translateY(0);
	opacity: 1;
}

.sidebar-nav-content {
	display: flex;
	overflow: hidden;
	padding: 0 10px;
}

.sidebar-nav-track {
	display: flex;
	flex-wrap: nowrap;
	transition: cubic-bezier(0.7, 0, 0.3, 1) 0.5s transform;
}

.sidebar-nav-track[data-scroll="scroll-1"] {
	transform: translateX(0);
}

.sidebar-nav-track[data-scroll="scroll-2"] {
	transform: translateX(calc(-100% - 20px));
}

.sidebar-nav-track .sidebar-form {
	width: 100%;
	flex: 1 0 100%;
	min-width: 100%;
	max-width: none;
	margin-right: 20px;
	overflow: auto;
}

.sidebar-nav-track .sidebar-form::-webkit-scrollbar {
	width: 5px;
}

.sidebar-nav-track .sidebar-form::-webkit-scrollbar-track {
	background-color: transparent;
}

.sidebar-nav-track .sidebar-form::-webkit-scrollbar-thumb {
	background-color: transparent;
	border-radius: 5px;
}

.sidebar-nav-track .sidebar-form:hover::-webkit-scrollbar-thumb {
	background-color: #00000022;
}


/* #endregion */

/* #region menu form */

.ac-form-img img {
	display: block;
	max-width: 80%;
	max-height: 90px;
	margin: auto;
	margin-bottom: 15px;
}

.ac-input-group {
	margin-bottom: 20px;
}

.ac-label {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	/* padding: 0 15px; */
	margin-bottom: 5px;
	color: #666;
}

.ac-input-group label.error {
	color: red;
	font-size: 14px;
	display: block;
	margin-top: 2px;
}

.ac-label-check {
	margin-bottom: 15px;
	text-transform: none;
}

.ac-label-check input {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.tnc-label {
	display: inline;
	vertical-align: middle;
}

.tnc-label a {
	text-decoration: none;
	color: #1972ab;
}

.ac-input {
	display: block;
	width: 100%;
	padding: 10px 15px;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #ddd;
	outline: none;
	border-radius: 4px;
	transition: ease-in-out 0.25s background-color;
	font-size: 14px;
	font-family: inherit;
	font-weight: 500;
}

.ac-password-preview {
	position: relative;
}

.ac-password-btn {
	position: absolute;
	right: 0.5rem;
	top: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
	font-size: 1.3rem;
	color: #333;
	line-height: 1;
}

.ac-password-btn i {
	display: block;
}

.ac-password-hide {
	display: none;
}

.ac-password-show {
	display: block;
}

.ac-password-preview[data-show] .ac-password-hide {
	display: block;
}

.ac-password-preview[data-show] .ac-password-show {
	display: none;
}

.ac-input:focus {
	background-color: rgba(255, 255, 255, 0.7);
}

.ac-btn {
	display: block;
	padding: 12px 15px;
	background-color: var(--primary_bg);
	color: var(--primary_fg);
	border: 2px solid var(--primary_fg);
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
	/* border: none; */
	margin-bottom: 20px;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
	transition: ease-in-out 0.25s box-shadow;
}

.ac-btn:hover {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.ac-hr {
	margin: 5px auto 10px;
	width: 50%;
	border: none;
	height: 1px;
	background-color: transparent;
}

.ac-link {
	display: block;
	width: 100%;
	color: #333;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
}

.ac-form-error {
	color: red;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.ac-form-success {
	color: green;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.ac-cancel-link {
	color: red;
	font-weight: 500;
	margin-bottom: 0;
}

.ac-form-row {
	display: flex;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	align-items: center;
}

.ac-form-col {
	width: 50%;
	padding: 0 10px;
}

.ac-form-row::after {
	content: "";
	position: absolute;
	top: 8px;
	bottom: 20px;
	left: 50%;
	width: 1px;
	border-right: 1px dashed #ccc;
}

.new-address-popup .popup-container {
	width: 650px;
	height: auto;
	overflow: auto;
}

.new-address-popup .popup-title {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
}

.new-address-form {
	width: 100%;
	height: 100%;
}

.address-form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.address-form-col {
	width: 50%;
	flex: 0 1 50%;
	min-width: 300px;
	max-width: 100%;
}

.address-form-group {
	padding: 10px 15px;
}

.address-form-label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	padding-left: 0;
}

.address-form-input {
	display: block;
	width: 100%;
	border: 1px solid #aaa;
	padding: 10px 15px;
	border-radius: 4px;
}

.save-address-btn {
	padding: 10px 30px;
	display: block;
	margin: 15px auto;
	border: 2px solid var(--primary_fg);
	background-color: var(--primary_fg);
	border-radius: 50px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2);
	transition: ease-in-out 0.25s;
	transition-property: color, background-color;
}

.save-address-btn:hover {
	background-color: var(--primary_bg);
	color: var(--primary_fg);
}

.otp-confirm-content {
	width: 80%;
}

.ac-message-gap {
	margin-bottom: 15px;
}

/* #endregion */

/* #region footer */

.footer-social-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer-social-icon {
	font-size: 22px;
	margin-right: 20px;
	margin-bottom: 15px;
	height: 22px;
}

.footer-social-icon a {
	color: #666;
	text-decoration: none;
}

.footer-social-icon img {
	height: 100%;
	display: block;
	margin: auto;
}

.location-popup .popup-title {
	font-size: 26px;
	font-weight: 400;
}

.location-popup .popup-container {
	height: 300px;
}

.form-dropdown {
	position: relative;
	width: 100%;
}

.popup-location-dropdown {
	width: 350px;
}

.location-popup-group {
	display: flex;
	align-items: center;
}

.location-popup-input {
	position: relative;
	margin-right: 5px;
}

.form-select {
	padding: 0.5rem 1.3rem;
	font-size: 1rem;
	border: none;
	background-color: #fff;
	border: 1px solid #dadada;
	display: block;
	width: 100%;
	border-radius: 4px;
	transition: ease-in-out 0.3s box-shadow;
	padding-right: 2rem;
}

.form-select:focus {
	outline: none;
	box-shadow: 0 0 0.6rem rgba(246, 130, 31, 0.4), inset 0 0 0 0.1rem var(--theme-color);
}

.form-dropdown .suggestion-list {
	position: fixed;
	left: 100px;
	right: 100px;
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 0.3rem;
	margin-top: 0.5rem;
	display: none;
	/* width: calc(100% - 1rem); */
	/* transform: translateX(0.5rem); */
	max-height: 15rem;
	overflow: auto;
	z-index: 2;
}

.form-dropdown.open .suggestion-list {
	display: block;
}

.form-dropdown .input-icon {
	position: absolute;
	top: 1.3rem;
	right: 1.2rem;
	left: auto;
	font-size: 1.7rem;
	color: #000;
	transform: translate(50%, -50%);
	cursor: pointer;
}

.form-dropdown .clear-icon {
	font-size: 1.1rem;
	display: none;
}

.form-dropdown.open .clear-icon {
	display: block;
}

.form-dropdown.open .drop-icon {
	display: none;
}

.form-label {
	display: block;
	margin-bottom: 0.4em;
}

.label-required {
	color: red;
}

.form-control {
	display: block;
	width: 100%;
	border: 1px solid #dadada;
	border-radius: 4px;
	padding: 6px 10px;
	resize: vertical;
}

.form-group + .form-group {
	margin-top: 15px;
}

/* .form-dropdown.selected .form-select {
    box-shadow: 0 0 0.3rem #58b158;
} */

.search-suggestions {
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 0.3rem;
}

.search-suggestions li {
	padding: 0.5rem 1rem;
	cursor: pointer;
	transition: ease 0.25s background-color;
}

.search-suggestions li:hover {
	background-color: #ebf1ff;
}

.search-suggestions li + li {
	border-top: 1px solid #bbb;
}

.delivery-select-locations {
	display: flex;
	width: 100%;
	position: relative;
}

.delivery-location-option {
	position: relative;
	flex: 1 1 100%;
	margin-left: 5px;
	margin-right: 5px;
}

.hidden-check,
.delivery-location-option .location-check {
	visibility: hidden;
	position: absolute;
}

.delivery-select-locations .error {
	width: 100%;
}

.delivery-location-option span {
	display: block;
	padding: 20px 15px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background-color: #eaeaea;
	border-radius: 6px;
	border: 2px solid #ddd;
	transition: ease 0.25s;
	transition-property: background-color, border-color;
}

.delivery-location-option .location-check:checked + span {
	border-color: var(--primary_bg);
	background-color: #f3f3f3;
}

.location-continue-btn {
	padding: 7px 15px;
	border-radius: 5px;
	background-color: var(--primary_bg);
	border: 2px solid var(--primary_bg);
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	transition: ease 0.25s;
	transition-property: color, border-color, background-color;
}

.location-continue-btn:hover {
	background-color: #fff;
	color: var(--primary_bg);
}

.has-offer-tag {
	transform: translateX(-50%);
	left: 50%;
	/* border: 1px solid rgba(49, 146, 52, 0.5); */
	background-color: #ffd900;
	/* color: var(--accent_bg); */
	color: #000;
	top: 5px;
	right: auto;
}

.has-offer-tag span {
	opacity: 1;
}

.product-search-results {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #fff;
	margin-top: 0;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	overflow: auto;
	max-height: 70vh;
}

.search-result + .search-result {
	/* border-top: 1px solid #eaeaea; */
}

.search-result a {
	/* padding: 0 10px; */
	text-decoration: none;
	color: #000;
	display: flex;
	align-items: center;
	transition: ease 0.25s background-color;
}

.search-result a:hover {
	background-color: #fafafa;
}

.search-result-img {
	width: 60px;
	flex: 0 1 60px;
	object-fit: cover;
	flex-shrink: 0;
}

.search-result-name {
	flex: 1 1 auto;
	margin-left: 5px;
}

/* #endregion */

/* #region address */

.address-options {
	padding-top: 10px;
	border-top: 1px solid #dadada;
}

.address-option {
	padding: 5px 10px;
	border: 1px solid #dadada;
	color: #000;
	margin-right: 2px;
	font-size: 12px;
	font-weight: 500;
	border-radius: 2px;
	cursor: pointer;
}

.address-option i {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
}

/* #endregion */

/* #region alerts */

.toast-alert {
	position: fixed;
	top: 100px;
	right: 10px;
	width: 350px;
	max-width: 90vw;
	padding: 20px;
	background-color: #ce3628;
	color: #fff;
	font-weight: 600;
	transform: translateX(150%);
	transition: ease-in-out 0.25s transform;
	z-index: 50;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.toast-alert.active {
	transform: translateX(0);
}

.toast-alert[data-toast-success="true"] {
	background-color: var(--primary_fg);
	color: var(--primary_bg);
}

#mobile-landscape-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: var(--primary_bg);
	z-index: 999999;

	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#mobile-landscape-overlay .phone {
	height: 50px;
	width: 100px;
	border: 3px solid white;
	border-radius: 10px;
	animation: rotate 1.5s ease-in-out infinite alternate;
}

#mobile-landscape-overlay .message {
	color: white;
	font-size: 1em;
	margin-top: 40px;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(-90deg);
	}

	100% {
		transform: rotate(-90deg);
	}
}

#mobile-landscape-overlay .phone,
#mobile-landscape-overlay .message {
	display: block;
}

@media (max-height: 450px) {
	html.landscape {
		overflow: hidden;
	}

	html.landscape #mobile-landscape-overlay {
		display: flex;
	}
}

/* #endregion alerts */

/* #region Search */

#search-popup .search-container {
	/* overflow: hidden; */
	height: 100%;
	padding-bottom: 0;
	font-size: 0.9rem;
}

.popup-search-results-scroll {
	height: 0;
	flex: 1 1 auto;
	width: 100%;
	overflow: auto;
}

.popup-search-input-container {
	display: grid;
	gap: 20px;
	margin-bottom: 10px;
}

.popup-search-category-select,
.popup-search-input-box {
	display: block;
	width: 100%;
	height: 2.7rem;
	border: 1px solid var(--accent_bg);
	border-radius: 50px;
	padding-left: 1rem;
}

.popup-search-category-select {
	padding-right: 2rem;
	appearance: none;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
	background-position: right 10px top 50%;
	background-size: auto 18px;
	background-repeat: no-repeat;
}

.popup-search-input-group {
	position: relative;
}

.popup-search-input-box {
	padding-right: 3rem;
}

.popup-search-input-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 3rem;
	height: 100%;
	text-align: center;
	padding-right: 0.5rem;
	font-size: 1.3rem;
	color: var(--text-color-medium);
	pointer-events: none;
}

.popup-search-results-container {
	display: grid;
	gap: 10px;
}

.popup-search-result-item {
	display: flex;
	align-items: flex-start;
	gap: var(--column-gap);
}

.popup-search-result-image {
	width: 30%;
	position: relative;
}

.popup-search-result-image::before {
	content: "";
	display: block;
	padding-top: 120%;
}

.popup-search-result-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.popup-search-product-title {
	font-size: 1rem;
	margin-bottom: 0.2rem;
	font-weight: 500;
}

.popup-search-product-price {
	font-size: 0.9rem;
	color: var(--text-color-medium);
}

.popup-search-actions {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid var(--bg-medium);
}

.popup-search-btn {
	display: flex;
	align-items: center;
	gap: 0.5ch;
}

.popup-search-btn:hover {
	color: var(--accent-color);
}

/* #endregion */

/*  */

@media (min-width: 769px) {
	.header-menu-btn-space,
	.bottom-menu-bar,
	.resp-only,
	.resp-location-popup-btn,
	.page-cart-view {
		display: none;
	}

	section.header-group {
		position: sticky;
		top: 0;
		transition: ease 0.25s top;
		z-index: 10;
	}

	body.scroll-down .header-group {
		/* top: -50px; */
	}

	/* .product-item-main:hover .has-offer-tag {
        transform: translateX(0);
        background-color: rgba(49, 146, 52, 0.5);
        color: var(--accent_bg);
    }

    .product-item-main:hover .has-offer-tag span {
        opacity: 1;
        margin-right: 5px;
    } */

	.product-slide-thumbnail {
		/* margin: 0 50px; */
	}
}

@media (max-width: 768px) {
	.header-group {
		display: flex;
		flex-direction: column-reverse;
		position: sticky;
		top: 0;
		z-index: 10;
		/* margin-bottom: 5px; */
		transition: ease 0.3s top;
	}

	.scroll-text{
		grid-template-columns: repeat(5, 1fr) !important;
		column-gap: 5rem !important;
	}
	/* .scroll-container {
		white-space:normal !important;
	} */

	.menu-sidebar {
		display: block;
		font-size: 14px;
	}

	.header-top-links,
	.resp-none,
	.bottom-menu-bar {
		display: none;
	}

	.header-main {
		/* padding-left: 10px; */
		/* padding-right: 10px; */
		position: static;
		padding-block: 5px;
	}

	.header-main .header-row {
		flex-wrap: wrap;
		position: relative;
		/* padding-bottom: 35px; */
		justify-content: space-between;
		padding: 0;
	}

	.header-menu-btn-space {
		/* margin-right: 10px; */
		/* width: 100px; */
		/* display: none; */
		order: -1;
	}

	.header-menu-btn {
		font-size: 24px;
		color: var(--accent_bg);
		padding: 0;
		padding-top: 0;
	}

	.header-menu-btn i {
		display: block;
	}

	.header-brand img {
		width: 140px;
	}

	.resp-location-popup-btn {
		color: #fff;
		padding: 7px 12px;
		margin-bottom: 5px;
		width: calc(100vw - 260px);
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
		display: flex;
	}

	.resp-location-popup-btn .location-marker {
		margin-right: 5px;
	}

	.header-row .header-action-group {
		display: inline-flex;
		gap: 0.5rem;
		display: none;
		width: 100px;
	}

	.header-action {
		margin: 0;
		font-size: 15px;
		padding: 0;
	}

	.header-action i {
		width: 35px;
		height: 35px;
		font-size: 1.3em;
	}

	.header-row .header-action {
		display: none;
	}

	.header-action:last-child {
		margin-right: 0;
	}

	.header-group .header-action-label,
	.header-group .header-cart-label {
		display: none;
	}

	.cart-action {
		position: relative;
		/* background-color: var(--primary_bg); */
		color: #000;
		/* padding: 3px 10px; */
		margin-bottom: 3px;
		margin-left: 0;
		height: 100%;
		/* width: 60px; */
	}

	.cart-action .header-action-label {
		display: inline-block;
	}

	.cart-action .cart-qty {
		/* position: absolute;
        font-size: 10px;
        background-color: #fff;
        width: 1.2em;
        height: 1.2em;
        color: #2f3261;
        font-weight: 800;
        text-align: center;
        line-height: 1.2;
        top: 3px;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%; */
		font-size: 14px;
		font-weight: 600;
	}

	/* .category-search-dropdown {
        position: absolute;
        bottom: 0;
        width: 100%;
    } */
	.category-search-container {
		margin-left: 0;
		order: 3;
		margin-right: 0;
		display: none;
	}

	.header-top {
		/* display: none; */
		padding-block: 0.5rem;
	}

	.location-dropdown {
		width: 100%;
	}

	.banner-img {
		/* height: 180px; */
	}

	.banner-title {
		font-size: 12px;
	}

	.banner-swiper-nav {
		padding: 25px 10px;
		--swiper-navigation-size: 14px;
		opacity: 1;
	}

	.banner-swiper-nav.swiper-button-disabled {
		opacity: 1;
		color: #999;
	}

	.banner-content {
		padding: 0 35px;
	}

	.adv-row,
	.footer-links-row {
		flex-wrap: wrap;
	}

	.footer-links-row {
		flex-direction: column;
	}

	.adv-row {
		padding: 10px 0;
	}

	.adv-title,
	.adv-content {
		font-size: 10px;
	}

	.adv-icon {
		width: 32px;
		height: 32px;
	}

	.adv-wrapper {
		margin-top: 10px;
	}

	.product-category {
		padding: 20px 10px;
	}

	.category-section-head {
		font-size: 17px;
        /* margin-bottom: 0.5em; */
        width: 75% ;
        margin: 0 auto;
        margin-bottom: 2em;
		border-bottom: 0 !important;
		text-align: left !important;
	}
	.category-section-head1 {
		text-align: center !important;
		width: 75% !important;
	}

	.bottom-menu-bar {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		z-index: 10;
		transition: ease 0.3s bottom;
		display: block;
	}

	.scroll-down .header-group {
		/*top: -120px;*/
	}

	.scroll-down .bottom-menu-bar {
		/* bottom: -65px; */
	}

	body {
		padding-bottom: 60px;
	}

	.bottom-bar-row {
		display: flex;
		padding: 10px 0;
		align-items: center;
		height: 60px;
	}

	.bottom-menu-item {
		flex: 1 1 100%;
		text-align: center;
		color: #333;
		text-decoration: none;
		position: relative;
	}

	.bottom-menu-item.active {
		color: var(--accent_bg);
		font-weight: 600;
	}

	.bottom-menu-item .menu-icon {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.bottom-menu-item i {
		display: block;
	}

	.bottom-menu-item .menu-label {
		font-size: 11px;
		color: #000;
		font-weight: 500;
	}

	.bottom-menu-cart-qty {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(0, -10px);
		background-color: var(--accent_bg);
		color: #fff;
		min-width: 1.5em;
		height: 1.5em;
		text-align: center;
		line-height: 1.5em;
		border-radius: 50px;
		font-size: 0.8em;
		display: block;
	}

	.brands-slider-container {
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 0;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 0;
	}

	.home-testimonials {
		/* padding: 20px 10px; */
		padding: 10px 0;
		overflow: hidden;
	}

	.home-testimonials .category-section-head {
		text-align: center;
		padding-bottom: 0;
	}

	.home-testimonials .testiminial-swiper-nav {
		display: none;
	}

	.home-testimonials .swiper-container {
		overflow: visible;
	}

	.testimonial-slide {
		padding: 8px 30px;
	}

	.testimonial-slide .quot::before {
		font-size: 110px;
	}

	.testimonial-text {
		font-size: 14px;
	}

	.testimonial-title {
		font-size: 15px;
		margin-bottom: 0;
	}

	.testimonial-sub {
		font-size: 13px;
	}

	.footer-nav {
		padding: 20px 10px;
	}

	.footer-nav-row {
		flex-direction: column;
	}

	.footer-nav-title {
		font-size: 14px;
		margin-bottom: 0.5em;
	}

	.footer-nav-desc li {
		font-size: 12px;
	}

	.footer-links {
		padding: 10px 10px;
	}

	.copy-footer {
		padding: 0;
		font-size: 11px;
		/* display: none; */
		background-color: transparent;
		color: inherit;
		margin-top: 10px;
	}

	.copy-footer .powered-text img {
		width: 26px;
	}

	body > .copy-footer {
		display: none;
	}

	.has-offer-tag {
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.has-offer-tag span {
		font-size: 10px;
	}

	.product-slide-details {
		padding: 8px 8px;
		margin-top: 10px;
	}

	.product-details-group {
		flex-direction: row;
		margin-top: 1.5em;
	}

	.product-add-to-cart {
		/* margin-left: 0;
        margin-top: 10px; */
		padding: 10px !important;
		font-size: 12px !important;
	}

	.product-slide-details .product-title {
		font-size: 13px;
		/* height: 2.4em; */
		overflow: hidden;
	}

	.product-slide-details .product-brand {
		font-size: 12px;
		height: 1.5em;
		overflow: hidden;
		line-height: 1.5;
	}

	/* .product-detail-group {
        background-color: transparent;
        padding: 0;
    } */
	.product-price {
		font-size: 12px;
	}

	.product-slide-btns {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transform: none;
	}

	.product-slide:hover .product-slide-thumbnail-img img:last-child {
		opacity: 1;
	}

	.product-hover-primary {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		padding: 0;
	}

	.product-slide-thumbnail-img {
		/* height: 180px; */
		/* margin-top: 20px; */
	}

	.product-slide-option {
		font-size: 20px;
	}

	.breadcrumbs {
		font-size: 10px;
	}

	.location-popup .popup-title {
		font-size: 18px;
	}

	.popup-location-dropdown {
		width: 100%;
	}

	.location-continue-btn {
		font-size: 14px;
	}

	.form-dropdown .suggestion-list {
		left: 20px;
		right: 20px;
	}

	.ac-form-row {
		display: block;
	}

	.ac-form-col {
		width: 100%;
		padding: 0;
	}

	.ac-form-row::after {
		content: none;
	}

	.otp-popup .popup-container {
		height: 560px;
	}

	.new-address-popup .popup-content {
		padding: 0;
	}

	.new-address-popup .popup-title {
		font-size: 14px;
	}

	.address-form-group {
		padding: 5px 10px;
	}

	.address-form-label {
		font-size: 12px;
		color: #666;
		margin-bottom: 4px;
	}

	.address-form-input {
		font-size: 12px;
		padding: 6px 10px;
		color: #000;
		font-weight: 500;
	}

	.save-address-btn {
		padding: 7px 20px;
		font-size: 14px;
		margin-bottom: 0;
		margin-top: 8px;
	}

	.view-more-slide {
		padding: 80px 15px;
	}

	.account-sidebar .sidebar-container {
		padding-top: 20px;
	}

	.sidebar-navs {
		margin-bottom: 15px;
	}

	.ac-input-group {
		margin-bottom: 10px;
	}

	.ac-label {
		font-size: 11px;
		margin-bottom: 1px;
	}

	.ac-input {
		padding: 8px 10px;
		font-size: 12px;
	}

	.ac-form-error {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.ac-form-success {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.ac-input-group label.error {
		font-size: 10px;
	}

	.ac-btn {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.ac-link {
		font-size: 12px;
	}

	.sidebar-nav-btn {
		padding-bottom: 20px;
		font-size: 12px;
	}

	.sidebar-nav-btn::after {
		top: 40px;
	}

	.forgot-password-popup .popup-title,
	.otp-popup .popup-title {
		font-size: 12px;
	}

	.forgot-password-popup .ac-input-group small {
		font-size: 10px;
	}

	.forgot-password-popup .ac-input::placeholder {
		font-size: 11px;
		color: #999;
	}

	.ac-hr {
		margin: 0 auto;
	}

	.otp-password-form {
		width: 250px;
	}

	.ac-message-gap {
		margin-bottom: 15px;
	}

	.page-cart-view {
		position: sticky;
		bottom: 57px;
		left: 0;
		width: 100%;
		padding: 7px 10px;
		background-color: #429500;
		z-index: 10;
		display: flex;
		color: #fff;
		font-weight: 500;
		justify-content: space-between;
		align-items: center;
		display: none;
	}

	.cart-view-link {
		display: flex;
		align-items: center;
		color: #fff;
		background-color: var(--primary_bg);
		padding: 5px 10px;
		border-radius: 4px;
		text-decoration: none;
	}

	.cart-view-link .cart-qty {
		padding: 2px 5px;
		font-size: 14px;
		background-color: #fff;
		border-radius: 50px;
		color: #000;
		line-height: 1.2;
		margin-left: 5px;
		font-weight: 600;
		width: 22px;
		text-align: center;
	}
}


.shop-h2 {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 23px;
	position: relative;
}

.scroll-container {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #f5f5f5;
    padding: 18px 0;
}
.marquee-container {
    max-width: 1380px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
.scroll-content {
    display: inline-block;
    white-space: nowrap;
    /* animation: scroll 15s linear infinite; */
}
@keyframes scroll {
	5% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
.scroll-text {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 1rem;
    text-align: center;
}
.scroll-text svg {
	fill: var(--accent_bg);
}
.scroll-icon-box{
	display: block;
    height: 42px;
    width: 42px;
    margin: auto;
}
.product-complete-box {
	border: 1px solid #e7e4e4;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.prod-link-name {
	overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
ul.footer-links-list li {
    padding-bottom: 15px;
    line-height: 16px;
}

/* .shop-h2::before {
    width: 30%;
    height: 2px;
    background-color: #ccc;
} */
.shop-h2::after {
    content: '';
    position: absolute;
    left: 43%;
    bottom: 0;
}
.shop-h2::after {
    width: 14%;
    height: 1.4px;
    background-color: var(--accent_bg);
}
.category-section-head1 {
	border-bottom: 1.4px solid var(--accent_bg);
	padding-bottom: 20px;
}

.testimonial-box {
    width: 100%;
    background-color: #fff;
    border: 1px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    overflow: hidden;
}
.justify-content-between {
    justify-content: space-between !important;
}
.flex-column {
    flex-direction: column !important;
}
.testimonial-text {
    font-size: 14px;
    line-height: 1.3rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #333;
}
.testimonial-box article {
    width: 100%;
    margin: auto;
    height: 100%;
    padding: 1.5rem;
}
