body {
	background: #ffffff;
	font-size: 1rem;
	font-family: "Mooli", sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #555555;
	letter-spacing: 0rem;
	line-height: 1.2;
	/*user-select: none;*/
}

.white-placeholder::placeholder {
	color: #828282;
	opacity: 1;
	/* Ensures full visibility */
}

/* For better browser support */
.white-placeholder input::placeholder,
.white-placeholder textarea::placeholder {
	color: #828282;
	opacity: 1;
}

.white-placeholder input:-ms-input-placeholder,
/* IE 10-11 */
.white-placeholder textarea:-ms-input-placeholder {
	color: #828282;
}

.white-placeholder input::-ms-input-placeholder,
/* Edge */
.white-placeholder textarea::-ms-input-placeholder {
	color: #828282;
}

.white-placeholder select option {
	background-color: #fff;
	color: #000;
	border-radius: 0 !important;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 400;
}

b,
strong {
	font-weight: 700;
}

ul,
li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

p {
	line-height: 1.525rem;
	font-family: "Mooli", sans-serif;
	font-weight: normal;
	color: #555555;
	font-size: 0.938rem;
}

.ff-Jakarta {
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
}

.ff-mooli {
	font-family: "Mooli", sans-serif !important;
	font-optical-sizing: auto;
	font-style: normal;
}

.section {
	position: relative;
	display: block;
}

.svg-icon {
	width: 40px;
	height: 40px;
	fill: currentColor;
}

.heading {
	position: relative;
	display: block;
}

.heading h2 {
	font-size: 2.188rem;
	color: #ffffff;
	line-height: 120%;
	letter-spacing: 0.01rem;
	font-weight: 500;
	position: relative;
}

.sub-heading {
	display: block;
	position: relative;
	color: #e42032;
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: 0.02rem;
	width: 100%;
	font-weight: 500;
	font-family: "Mooli", sans-serif;
	margin-bottom: 20px;
	margin-top: 5px;
}

.padding-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.padding-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.padding-top-100 {
	padding-top: 100px;
}

.img-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.font-size-13 {
	font-size: 13px;
	line-height: 1.2rem;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-18 {
	font-size: 18px;
}

.font-size-20 {
	font-size: 20px;
}

.custom-btn {
	border-radius: 0.5rem;
	color: #fff;
	background-color: #911c1c;
	font-size: 1.125rem;
	letter-spacing: 0.01rem;
	padding: 1.125rem 2.25rem;
	border-color: transparent;
	line-height: 100%;
	font-weight: 400;
	text-transform: capitalize;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "Mooli", sans-serif;
	gap: 0.375rem;
}

.custom-btn svg {
	width: 30px;
	height: 30px;
}

.custom-btn:hover {
	background-color: #000000;
	color: #ffffff;
}

.white-custom-btn {
	background-color: #ffffff;
	color: #911c1c;
}

.white-custom-btn:hover {
	border-color: #911c1c;
	background-color: #911c1c;
	color: #ffffff;
}

.border-btn {
	border: 1px solid transparent;
	background-color: transparent !important;
}

.white-border {
	border-color: #fff;
	color: #fff;
}

.gold-border {
	border-color: #dfab58;
	color: #dfab58;
}

.black-border {
	border-color: #000;
	color: #000;
}

.red-border {
	border-color: #e42032;
	color: #e42032;
}

.big-btn {
	padding: 15px 45px;
}

.btn-with-arrow {
	padding: 15px 45px;
}

.white-border:hover {
	border-color: #fff;
	color: #e42032;
	background-color: #fff !important;
}

.gold-border:hover {
	border-color: #dfab58;
	color: #ffffff;
	background-color: #dfab58 !important;
}

.black-border:hover {
	border-color: #000;
	color: #fff;
	background-color: #000 !important;
}

.black-border:hover .custom-btn-arrow {
	color: #fff;
}

.red-border:hover {
	border-color: #e42032;
	color: #fff;
	background-color: #e42032 !important;
}

.red-border:hover .custom-btn-arrow {
	color: #fff;
}

.white-border .custom-btn-arrow {
	color: #fff;
}

.white-border:hover .custom-btn-arrow {
	color: #e42032;
}

.custom-black-btn {
	background-color: #000;
	color: #ffffff;
}

.custom-black-btn:hover {
	background-color: #911c1c;
	color: #ffffff;
}

.medium-btn {
	font-size: 0.875rem;
	padding: 0.625rem 1.5rem;
}

.medium-btn svg {
	width: 10px;
	height: 10px;
}

.social-icon a {
	display: block;
	color: #fff;
}

.social-icon svg {
	width: 24px;
	height: 24px;
	display: block;
}

.social-icon a.facebook svg {
	width: 24px;
	height: 24px;
}

.social-icon a:hover {
	color: #dfab58;
}

.icon-btn {
	font-size: 1.25rem;
	color: #ffffff;
	border: none;
	padding: 0;
	letter-spacing: 0.02rem;
	font-weight: 400;
}

.icon-btn i {
	margin-right: 5px;
}

.icon-btn i svg {
	width: 30px;
	height: 30px;
	color: #dfab58;
}

.icon-btn span {
	font-size: 0.875rem;
	font-weight: 400;
	color: #dfab58;
	display: block;
	letter-spacing: 0.01rem;
}

.icon-btn:hover {
	color: #dfab58;
}

.grey-bg {
	background-color: #f7f7f7 !important;
}

.blue-bg {
	background-color: #0f172a !important;
}

.scrollup {
	width: 50px;
	height: 50px;
	opacity: 1;
	position: fixed;
	bottom: 8px;
	left: 15px;
	display: none;
	text-indent: -9999px;
	background: url(../images/icons/circle-arrow.svg) no-repeat;
	z-index: 5;
	background-size: 100% auto;
}

ul.list-inline li {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #fff;
	padding: 0 20px;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.02rem;
}

ul.list-inline li:last-child {
	border-right: none !important;
}

ul.list-inline li a {
	color: #fff;
	text-decoration: none;
}

ul.list-inline li a:hover {
	color: #fff;
	text-decoration: underline;
}

.hero-slider-caption-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	padding-top: 0px;
	background: #000000;
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.banner-caption h1 {
	font-size: 2.5rem;
	color: #ffffff;
	text-transform: capitalize;
	line-height: 120%;
	letter-spacing: 0.01rem;
	font-weight: 600;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.banner-caption h2 {
	font-size: 49px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 0.06rem;
	font-weight: 600;
}

.banner-caption h6 {
	font-size: 1.375rem;
	font-weight: 400;
	margin: 0;
	line-height: 1.25rem;
	letter-spacing: 0.01rem;
	font-family: "Mooli", sans-serif;
	color: #ffffff;
}

.banner-small-text {
	display: block;
	border-top: 1px solid rgba(181, 181, 181, 1);
	padding: 1.5rem 0;
}

.hero-content-inner {
	display: flex;
	flex-direction: column;
	position: relative;
}

.hero-image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: relative;
}

.slider-arrow {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	z-index: 100;
	background-color: transparent !important;
	transform: rotate(0deg);
	transition: transform 1s linear;
	border: none !important;
	font-size: 50px;
	color: #26aae1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	transform: translateY(-50%);
}

.slider-arrow.nav-button-prev {
	left: -50px;
}

.slider-arrow.nav-button-next {
	right: -50px;
}

.slider-section .slider-arrow.nav-button-prev {
	left: 0;
}

.slider-section .slider-arrow.nav-button-next {
	right: 0px;
}

.slider-section .slider-arrow {
	color: #fff;
}

#main-carousel.slider-section .slider-arrow {
	color: #000;
}

#slide-carousel .slider-arrow,
#bestseller-carousel .slider-arrow {
	top: 50%;
	color: #d3d3d3;
}

#slide-carousel .slider-arrow.nav-button-prev,
#bestseller-carousel .slider-arrow.nav-button-prev {
	left: -65px;
}

#slide-carousel .slider-arrow.nav-button-next,
#bestseller-carousel .slider-arrow.nav-button-next {
	right: -65px;
}

.carousal-slider-section .slider-arrow {
	background-color: #dfab58 !important;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	font-size: 30px;
	border: none;
	color: #fff;
}

.slider-section.carousal-slider-section .slider-arrow.nav-button-prev {
	left: -25px;
}

.slider-section.carousal-slider-section .slider-arrow.nav-button-next {
	right: -25px;
}

#testimonial-carousel.slider-section .slider-arrow.nav-button-prev {
	left: -95px;
}

#testimonial-carousel.slider-section .slider-arrow.nav-button-next {
	right: -95px;
}

.header {
	display: block;
	position: relative;
	z-index: 100;
}

.top-section {
	background-color: #911c1c;
	padding: 0.6rem 0 1rem;
	background: url('../images/top-bar-img.png') no-repeat bottom center;
	background-size: 100% 40px;
	height: 40px;
}

.top-slide-box {
	display: block;
	font-size: 0.75rem;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.12rem;
	text-align: center;
	font-family: "Mooli", sans-serif;
	padding: 0 0.5rem;
}

#text-carousel .slider-arrow {
	width: 24px;
	height: 24px;
	font-size: 20px;
}

.header-middle-section {
	padding: 0.5rem 0;
}

.search-box .form-control {
	border-radius: 6.25rem;
	font-size: 0.825rem;
	color: #000;
	height: 48px;
	padding: 1rem 2.188rem;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px 0px inset;
	font-size: 0.875rem;
	border-color: #d3d3d3;
	padding-right: 4.375rem;
}

.search-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 60px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	cursor: position;
}

.search-btn svg {
	width: 26px;
	height: 26px;
	color: #b4b4b4;
}

.user-icon {
	color: #252525;
}

.cart-box {
	background-color: #252525;
	color: #ffffff;
	padding: 0.625rem 1.5rem;
	border-radius: 6.25rem;
	font-size: 1.25rem;
	text-decoration: none !important;
	font-family: "Mooli", sans-serif;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 0.375rem;
}

.cart-box svg {
	width: 24px;
	height: 24px;
}


/* ------------------------------
   DESKTOP MENU
------------------------------ */
.main-nav {
	display: flex;
	justify-content: center;
}

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 35px;
}

.menu-item>a {
	padding: 0.75rem 0;
	display: block;
	font-weight: 400;
	color: #000000;
	text-decoration: none !important;
	font-size: 1rem;
	letter-spacing: 0.02rem;
	font-family: "Mooli", sans-serif;
}

.mega-col a:hover,
.menu-item>a:hover,
.menu-item>a:focus {
	color: #c10007;
}

.menu-item.active>a {
	color: #c10007;
}

/* Mega menu */
.menu-item.has-mega {
}

.mega-menu {
  position: absolute;
  left: 0;
  width: 100%;
  background: #d6d4d4;
  padding: 45px 0;
  top: 100%;
  display: none;
  border-top: 1px solid #d6d4d4;
}

/* .mega-menu {
	position: absolute;
	left: 0%;
	width: 200px;
	background: #d6d4d4;
	padding: 12px 0;
	top: 100%;
	display: none;
	border-top: 1px solid #d6d4d4;
	transform: translateX(0%);
} */

.menu-item.has-mega:hover .mega-menu {
	display: block;
}

/* Mega inner col */
.mega-col h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	/* text-transform: uppercase; */
}

.mega-col a {
	display: block;
	padding: 4px 0;
	color: #000;
	text-decoration: none;
	font-size: 0.85rem;
}


.mega-menu ul {
	padding: 0;
	margin: 0;
}

.mega-menu ul li {
	list-style: none;
	padding: 8px 0;
}

/* ------------------------------
   HAMBURGER BUTTON (MOBILE)
------------------------------ */
.hamburger {
	width: 28px;
	height: 22px;
	cursor: pointer;
	display: none;
	flex-direction: column;
	justify-content: space-between;
}

.hamburger span {
	height: 3px;
	width: 100%;
	background: #000;
	transition: 0.3s;
}

/* Hamburger to X animation */
.hamburger.active span:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg);
}

/* ------------------------------
   MOBILE MENU PANEL
------------------------------ */
.mobile-panel {
	position: fixed;
	top: 0;
	left: -100%;
	width: 70%;
	height: 100vh;
	background: #fff;
	z-index: 99999;
	padding: 20px;
	overflow-y: auto;
	transition: 0.35s ease;
	border-right: 1px solid #ddd;
}

.mobile-panel.open {
	left: 0;
}

.mobile-menu-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

/* ------------------------------
   MOBILE ACCORDION MENU
------------------------------ */
.mobile-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-menu>li {
	border-bottom: 1px solid #eee;
}

.mobile-menu a {
	padding: 10px 40px 10px 0;
	display: flex;
	justify-content: space-between;
	color: #000;
	text-decoration: none;
	font-size: 0.938rem;
	font-weight: 400;
	position: relative;
}

.mobile-menu>li.active > a {
	color: #911c1c !important;
}
.submenu > li.active > a{
	color: #911c1c !important;
}

.toggle-icon {
	font-size: 20px;
	transition: 0.3s;
}

.submenu {
	display: none;
	padding: 0 0 15px 0;
}

.sub-item > a {
	padding: 10px 40px 10px 0;
	display: flex;
	justify-content: space-between;
	font-size: 0.875rem;
	font-weight: 400;
	color: #000;
	position: relative;
	width: 100%;
}

.sub-submenu a {
	padding: 5px 0;
	font-size: 0.813rem;
	display: block;
	font-weight: normal;
}
.mobile-menu ul.submenu li a{
	font-size: 0.875rem;
}

.toggle-icon {
	position: absolute;
	right: 0;
	width: 40px;
	z-index: 2;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.submenu li {
	list-style: none;
}

.submenu ul {
	padding: 0;
	margin: 0;
}


/* ------------------------------
   RESPONSIVE BREAKPOINT
------------------------------ */
@media (max-width: 991px) {

	.main-nav {
		display: none;
	}

	.hamburger {
		display: flex;
	}

	.mega-menu {
		display: none !important;
	}
}

.navigation-section {
	background-color: #f5f5f5;
}

.featured-box-wrapper {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
	position: relative;
}

.featured-box:last-child .featured-box-wrapper {
	border-right: none;
}

.featured-box-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.featured-box-icon svg {
	width: 80px;
	height: 80px;
	display: block;
	color: #fff;
}

.featured-box-wrapper h4 {
	font-size: 0.875rem;
	color: #fff;
	font-family: "Mooli", sans-serif;
	margin: 20px 0 0;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0;
}

.featured-box-title {
	font-size: 2.688rem;
	color: #c10007;
	font-weight: 400;
}

.heading-bg {
	background-size: 395px 105px;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 105px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.category-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1rem;
	text-decoration: none !important;
}

.category-box-title {
	font-size: 1.125rem;
	color: #000000;
	font-family: "Mooli", sans-serif;
	text-align: center;
}

.product-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}

.product-box-image {
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.product-box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: all 3s;
	transform: scale(1);
}

.product-box-wrapper:hover .product-box-image img {
	transform: scale(1.1);
}

.product-box-content {
	display: block;
	position: relative;
}

.product-title {
	margin-bottom: 10px;
	min-height: 40px;
}

.product-title a {
	font-size: 0.875rem;
	color: #484848;
	font-weight: 400;
	letter-spacing: 0rem;
}

.product-price {
	font-size: 18px;
	color: #050505;
	font-weight: 500;
	gap: 10px;
}

.product-reviews-wrapper {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 0.625rem;
	font-size: 0.875rem;
	color: #7f7f7f;
	padding: 1rem 0;
}

.product-star {
	color: #ffc107;
}

.product-star svg {
	width: 14px;
	height: 14px;
}

.product-cart-wrapper {
	display: flex;
	align-items: start;
	padding: 0.75rem 0;
	gap: 0.625rem;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	justify-content: start;
}

.product-price {
	color: #000000;
	font-size: 0.875rem;
	font-weight: 600;
}

.product-tag {
	position: absolute;
	left: 1rem;
	top: 1rem;
	z-index: 1;
	background-color: #000;
	color: #fff;
	padding: 0.375rem 0.625rem;
	border-radius: 0.5rem;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.best-seller-tag {
	background-color: #911c1c;
}

.reviews-tag {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.85);
	color: #94191d;
	padding: 0.375rem 0.625rem;
	border-radius: 0.5rem;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-weight: 600;
}

.reviews-tag svg {
	width: 16px;
	height: 16px;
	color: #ffc107;
}



.bundle-box {
	display: flex;
	flex-direction: column;
	position: relative;
	border-radius: 0.625rem;
	overflow: hidden;
}

.bundle-caption {
	position: absolute;
	left: 0;
	z-index: 5;
	top: 0;
	bottom: 0;
	padding: 0 4.688rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bg-cover {
	background-size: cover;
	background-position: left top;
	background-repeat: no-repeat;
}

.white-gradient {
	background: #000000;
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(246, 246, 246, 0.9) 50%);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(246, 246, 246, 0.9) 50%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(246, 246, 246, 0.9) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#F6F6F6", GradientType=1);
	z-index: 2;
}

.befits-section {}

.heading-title-wrap {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
}

.heading-title {
	font-size: 2.188rem;
	color: #000000;
	line-height: 120%;
	letter-spacing: 0.01rem;
	font-weight: 500;
	position: relative;
	margin: 0;
	position: relative;
	z-index: 2;
}

.heading-title-wrap-white .heading-title {
	color: #ffffff;
}

.heading-title-wrap:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 56px;
	height: 30px;
	border-bottom: 2px solid #911c1c;
	border-right: 2px solid #911c1c;
	content: "";
}

.heading-title-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 30px;
	border-top: 2px solid #911c1c;
	border-left: 2px solid #911c1c;
}

.heading-title-wrap-white:after,
.heading-title-wrap-white:before {
	border-color: #ffffff;
}

.heading-title-section {
	display: block;
	position: relative;
}

.benefit-box .featured-box-title {
	font-size: 1.125rem;
	color: #ffffff;
}

.benefit-box .featured-box-wrapper {
	background-size: 100% 160px;
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 100%;
	min-height: 160px;
}

.black-overlay {
	background-color: rgba(0, 0, 0, 0.65);
}

.category-box-wrapper {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 0.625rem;
	overflow: hidden;
	background-size: cover;
	background-position: right center;
}

.category-box-wrapper-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	background: #EBEFF5;
	background: -webkit-linear-gradient(90deg, rgba(235, 239, 245, 1) 0%, rgba(255, 255, 255, 0) 50%);
	background: -moz-linear-gradient(90deg, rgba(235, 239, 245, 1) 0%, rgba(255, 255, 255, 0) 50%);
	background: linear-gradient(90deg, rgba(235, 239, 245, 1) 0%, rgba(255, 255, 255, 0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EBEFF5", endColorstr="#FFFFFF", GradientType=1);
	padding: 1.563rem;
	min-height: 345px;
}

.category-box-wrapper-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 50%;
}

.category-box-wrapper-content h2 {
	font-size: 2.5rem;
	color: #000;
	text-transform: capitalize;
	line-height: 120%;
	letter-spacing: 0.01rem;
	font-weight: 600;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.category-box-wrapper-content h6 {
	font-size: 1.125rem;
	font-weight: 400;
	margin: 0;
	line-height: 1.5rem;
	letter-spacing: 0.01rem;
	font-family: "Mooli", sans-serif;
	color: #444444;
}




.footer {
	display: block;
	position: relative;
	background-color: #1e1e1e;
	padding-top: 3.313rem;
	padding-bottom: 1.25rem;
	background-image: url('../images/pattern.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.footer-box h4 {
	font-size: 1.25rem;
	font-weight: 500;
	color: #ffffff;
	margin: 0 0 30px;
	text-transform: capitalize;
	letter-spacing: 0.02rem;
}

.footer-menu-box ul li {
	float: left;
	display: block;
	font-size: 0.875rem;
	color: #ffffff;
	margin-bottom: 1.5rem;
	width: 100%;
	letter-spacing: 0.02rem;
}

.footer-menu-box ul li a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
}

.footer-menu-box ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.footer-menu-box ul.list-50 li {
	width: 50%;
}

.social-icon a {
	width: 36px;
	height: 36px;
	border: 2px solid #cccccc;
	border-radius: 50%;
	display: block;
}

.social-icon svg {
	width: 14px;
	height: 14px;
	display: block;
}

.social-icon a.facebook svg {
	width: 20px;
	height: 20px;
}

.social-icon a:hover {
	border-color: #000;
}

.footer-social {
	display: block;
	margin: 0;
}

.footer .social-icon a {
	width: 42px;
	height: 42px;
}

.footer-social .social-icon {}

.footer-social .social-icon svg {
	width: 20px;
	height: 20px;
}

.footer-social .social-icon a.facebook svg {
	width: 22px;
	height: 22px;
}

.footer-social {}

.footer-social .social-icon a {
	color: #fff;
	border-color: transparent !important;
	background-color: rgba(255, 255, 255, 0.1);
}

.footer-social .social-icon a:hover {
	background-color: rgba(255, 255, 255, 1);
	color: #000;
}

.content-icon-btn .icon-btn {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
}

.content-icon-btn .icon-btn span {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.0rem;
}

.content-icon-btn .icon-btn i svg {
	width: 20px;
	height: 20px;
	color: #ffffff;
}

.content-icon-btn .icon-btn i {
	margin-right: 8px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	min-width: 42px;
	min-height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.1);
}

.footer-bottom-container {
	display: block;
	padding-top: 20px;
	border-top: 1px solid #7b7b7b;
	margin-top: 40px;
}

.inner-hero-section .hero-slider-caption-wrapper {
	background: #000000;
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 70%);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 70%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#FFFFFF", GradientType=1);
}

.inner-hero-section .banner-caption h6 {
	font-size: 1.125rem;
}

.featured-box-main-wrapper .featured-box-wrapper {
	border: 1px solid #911c1c;
	border-radius: 1.25rem;
	overflow: hidden;
	padding: 1.875rem;
	height: 100%;
}

.featured-box-main-wrapper .featured-box-title {
	font-size: 1.063rem;
	color: #000000;
	margin: 0.825rem 0 0.625rem;
	font-weight: 600;
}

.featured-box-main-wrapper .featured-box-icon svg {
	color: #911c1c;
}

.featured-box-main-wrapper-bg-solid .featured-box-wrapper {
	background-color: #911c1c;
}

.featured-box-main-wrapper-bg-solid .featured-box-icon svg {
	color: #ffffff;
}

.featured-box-main-wrapper-bg-solid .featured-box-title,
.featured-box-main-wrapper-bg-solid p {
	color: #ffffff;
}

.overlay-tint-bg-right {
	background: #000000;
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
	display: block;
	position: relative;
}

.caption-wrapper h2 {
	font-size: 2.5rem;
	color: #000;
	text-transform: capitalize;
	line-height: 120%;
	letter-spacing: 0.01rem;
	font-weight: 600;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.caption-wrapper h6 {
	font-size: 1.125rem;
	font-weight: 400;
	margin: 0;
	margin-bottom: 0px;
	line-height: 1.5rem;
	letter-spacing: 0.01rem;
	font-family: "Mooli", sans-serif;
	color: #444444;
}

.light-grey-bg {
	background-color: #f1f1f1;
}

.curved-image {
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	overflow: hidden;
	display: block;
}

.greyfeatured-box .featured-box-wrapper {
	background-color: #f6f6f6;
	border-color: #f6f6f6;
}


.colm-list-wrapper {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 1.25rem 1.25rem;
	border-radius: 0.625rem;
	margin-bottom: 25px;
	transition: all 0.3s ease;
}

.colm-list-wrapper-title {
	display: flex;
	align-items: start;
	gap: 1rem;
}

.colm-list-wrapper-title h4 {
	font-size: 1.25rem;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
}

.colm-list-wrapper:hover {
	transform: translateY(-5px);
}

.colm-list-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 0.375rem;
	background-color: #ffffff;
	min-width: 50px;
}

.colm-list-icon svg {
	color: #911c1c;
	width: 30px;
	height: 30px;
}

.list-with-tick {
	display: flex;
	flex-wrap: wrap;
}

.list-with-tick li {
	position: relative;
	font-size: 16px;
	letter-spacing: 0rem;
	color: #7d7d7d;
	padding-left: 45px;
	margin-top: 30px;
	display: block;
	line-height: 1.525rem;
}

.list-with-tick li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\F270";
	width: 30px;
	min-height: 35px;
	color: #022a7b;
	font-size: 26px;
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.list-with-tick.list-with-tick-alt li {
	font-size: 18px;
	color: #fff;
}

.list-with-tick.list-with-tick-alt li:before {
	color: #ffffff;
}

.medium-heading {
	font-size: 2.188rem;
	color: #000000;
	line-height: 120%;
	letter-spacing: 0.01rem;
	font-weight: 500;
	position: relative;
	margin: 0;
}

.text-red {
	color: #911c1c;
}

@media (max-width: 767px) {
	#mobileSearch {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 999;
	}

	#mobileSearch.active {
		display: block !important;
	}
}

.cart-count {
	position: absolute;
	left: 35px;
	top: -4px;
	z-index: 2;
	width: 24px;
	height: 24px;
	background-color: #ffffff;
	color: #000;
	font-size: 0.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #000;
	font-weight: 400;
}

.school-logo img {
	max-width: 155px;
	height: auto;
	display: block;
}

.products-sidebar {
	background-color: #ffffff;
	border-radius: 1.125rem;
	position: sticky;
	top: 0;
	overflow: hidden;
}

.products-sidebar-heading {
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.063rem;
	padding: 1rem 1.125rem;
	color: #000;
	font-weight: 600;
}

ul.sidebar-list-wrapper {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}

ul.sidebar-list-wrapper li {
	display: flex;
	flex-direction: column;
}

ul.sidebar-list-wrapper li a {
	display: flex;
	flex-direction: row;
	gap: 0.625rem;
	padding: 0.625rem 1.125rem;
	border-left: 3px solid transparent;
	transition: .35s ease;
	align-items: center;
}

.sidebar-small-image {
	display: flex;
	width: 51px;
	height: 51px;
	border-radius: 0.625rem;
	background-color: #e6e6e6;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	min-width: 51px;
}

.sidebar-small-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.sidebar-title {
	color: #929292;
	font-size: 0.875rem;
	font-weight: 00;
}

ul.sidebar-list-wrapper li a:hover,
ul.sidebar-list-wrapper li a.active {
	background-color: #f4f4f4;
	border-color: #911c1c;
}

ul.sidebar-list-wrapper li a:hover .sidebar-title,
ul.sidebar-list-wrapper li a.active .sidebar-title {
	color: #000;
}

.product-top-wrapper {
	display: block;
	position: relative;
}

.product-top-wrapper-inner {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: center;
}

.sorting-box {
	display: flex;
	flex-direction: row;
	gap: 0.875rem;
	color: #666666;
	font-size: 0.875rem;
}

.sorting-box-icon {
	min-width: 75px;
}

.desktop-sort {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #000;
	font-size: 0.875rem;
	padding: 0 !important;
	margin: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}



/*Filter Css Start*/

/* ================= FILTER CONTAINER ================= */
.layered-filter-block-container {
	background: transparent;
	max-width: 100%;
	width: 100%;
}

.filter-title {
	display: none;
}

.filter-options {
	display: flex;
	gap: 0;
	flex-wrap: wrap;
}

.filter-options-item {
	position: relative;
}

.filter-options-content {
	position: absolute;
	top: 100%;
	z-index: 5;
	width: 100%;
	min-width: 285px;
	background-color: #fff;
	box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .15);
	max-height: 200px;
	overflow: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;
	scrollbar-width: thin;
}

.filter-title-wrapper {
	display: flex;
	justify-content: start;
	align-items: center;
	letter-spacing: 0rem;
	background-color: #ffffff;
	padding: 0.675rem 1rem;
	font-weight: 600;
	font-size: 1.4rem;
}

.filter-options-item.active .filter-options-title {
	background-color: #f5f5f5;
}

.content-type-btn ol {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.content-type-btn ol li {
	gap: 0;
	padding: 0;
	position: relative;
}

.content-type-btn ol li input[type="checkbox"],
.filter-options-content li input[type="checkbox"] {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block !important;
	opacity: 1;
	visibility: hidden;
}

.content-type-btn ol li a,
.content-type-btn ol li label {
	min-width: 35px;
	height: 30px;
	line-height: 20px;
	background: none;
	font-weight: normal;
	font-size: 11px;
	color: #686868;
	padding: 4px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #dadada;
	cursor: pointer;
	text-overflow: ellipsis;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
	transition: color 0.2s ease;
}

.content-type-btn ol li input[type="checkbox"]:checked+label,
.filter-options-content li input[type="checkbox"]:checked+label {
	color: #ffffff;
	font-weight: 400;
	background-color: #000;
}

/* ================= DESKTOP ================= */
@media (min-width: 768px) {
	.layered-filter-block-container {
		position: relative;
	}

	.filter-title {
		position: relative;
		padding: 16px;
		border-bottom: 1px solid #eee;
	}

	.close-filter {
		display: none;
	}
}

/* ================= MOBILE ================= */
@media (max-width: 767px) {

	/* Bottom filter panel */
	.layered-filter-block-container {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		height: 85vh;
		transform: translateY(100%);
		transition: transform .35s ease;
		z-index: 1055;
		overflow-y: auto;
		border-radius: .5rem .5rem 0 0;
		box-shadow: 0 -8px 25px rgba(0, 0, 0, .2);
		border: 2px solid rgb(221, 221, 221);

		transition-duration: .5s;
		transition: .4s cubic-bezier(.645, .045, .355, 1);
		background-color: #ffffff;
	}

	.layered-filter-block-container.active {
		transform: translateY(0);
	}

	body.filter-open::after {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, .45);
		z-index: 1050;
	}

	.filter-title {
		display: block;
		position: sticky;
		top: 0;
		background: #fff;
		z-index: 5;
	}

	/* Bottom bar */
	.mobile-bottom-bar {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		background: #fff;
		border-top: 1px solid #e5e5e5;
		z-index: 1040;
	}

	.mobile-bottom-bar button {
		flex: 1;
		padding: 14px;
		background: none;
		border: none;
		font-weight: 600;
		text-transform: uppercase;
		font-size: 14px;
		border-right: 1px solid #eee;
	}

	.mobile-bottom-bar button:last-child {
		border-right: none !important;
	}

	.mobile-bottom-bar i {
		margin-right: 6px;
	}

	.filter-title {
		display: block;
	}
}

/* ================= FILTER HEADER ================= */
.filter-title strong {
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
}

/* ================= CLOSE BUTTON ================= */
.close-filter {
	background: none;
	border: none;
	font-size: 1rem;
	position: absolute;
	right: 16px;
	top: 14px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-color: #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	line-height: 100%;
}

/* ================= FILTER GROUP ================= */
.filter-options-title {
	padding: 15px 50px 15px 20px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	font-size: 1rem;
}

.filter-options-title::after {
	content: '';
	width: 11px;
	height: 6px;
	position: absolute;
	right: 1.125rem;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/down.svg);
	background-position: center center;
	background-size: 100% 100%;
}

.filter-options-item.active .filter-options-title::after {
	transform: translateY(-50%) rotate(180deg);
}

/* ================= FILTER CONTENT ================= */
.filter-options-content {
	display: none;
	padding: 23px 15px 30px;
}

.filter-options-content ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

.filter-options-content li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 0;
	position: relative;
}

.filter-options-content a,
.filter-options-content label {
	text-decoration: none;
	color: #222;
	font-size: 0.875rem;
	font-weight: 600;
}

.sort-by-option-content {
	display: block;
	box-shadow: none;
	padding: 0;
}

.filter-options-content li a.active {
	color: #911c1c !important;
}

/* ================= MOBILE FILTER BUTTON ================= */
.mobile-filter-btn {
	display: none;
	background: none;
	border: none;
	font-weight: 600;
	letter-spacing: 1px;
}

@media (max-width: 767px) {
	.mobile-filter-btn {
		display: inline-block;
	}

	.filter-options-item {
		border-bottom: 1px solid #eee;
	}

	.filter-options {
		flex-direction: column;
	}

	.filter-options-title::after {
		position: absolute;
	}

	.filter-options-content {
		position: relative;
		top: 0;
		z-index: 5;
		min-width: 100%;
		box-shadow: none;
	}

	.sort-by-option-content {
		padding: 23px 15px 30px;
	}


}

/*Filter Css End*/

.custom-pagenation .page-link {
	background-color: transparent !important;
	border: none !important;
	color: #000;
	font-size: 1rem;
	font-weight: 600;
	box-shadow: none !important;
	outline: none !important;
}

.products-sidebar-heading {}

.products-featured-tick {
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.products-featured-box {
	font-size: 1.063rem;
	color: #353535;
	font-weight: 400;
	border-right: 1px solid #a4a4a4;
	padding: 0 1.125rem;
}

.products-featured-box:last-child {
	border-right: none;
}

.bg-light-beige {
	background-color: #f0ede9;
}

.products-featured-secton {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.review-star-wrapper {
	position: relative;
	display: flex;
	color: #ffc107;
	font-size: 1.125rem;
}

.review-star-wrapper span {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background-color: #ffffff;
	padding-right: 0.625rem;
	z-index: 2;
}

.single-review-box h6 {
	font-size: 1.125rem;
	color: #0c0c0c;
	font-weight: 600;
	margin-bottom: 0;
}

.single-review-box:after {
	position: absolute;
	left: 0;
	top: 0.625rem;
	width: 100%;
	z-index: 1;
	height: 1px;
	background-color: #D6D6D6;
	content: "";
}

.bg-image-with-content {
	display: block;
	position: relative;
	border-radius: 0.625rem;
	overflow: hidden;
}


/*Cart Css*/

.dark-grey-bg {
	background-color: #2d2a25;
}

.card-title {
	font-weight: bold;
}

.product-listing {
	transition: all 0.3s linear;
}

.cart-img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 5px;
	object-position: center top;
}

@media screen and (max-width: 789px) {
	.cart-img {
		width: 80px;
		height: 80px;
	}
}

.qty-box {
	display: block;
	position: relative;
	border: 1px solid #e9ecef;
	background-color: #ffffff;
}

.qty-box button {
	width: 45px;
	height: 45px;
	padding: 0;
	border: none !important;
	outline: none !important;
	cursor: pointer !important;
	box-shadow: none !important;
	background-color: #ffffff !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 !important;
	font-size: 1.563rem;
}

.qty-input {
	width: 100%;
	height: 40px;
	text-align: center;
	border: none !important;
	margin: 0;
	min-width: 70px;
	max-width: 70px;
	box-shadow: none !important;
	outline: none !important;
}

.remove-link {
	display: inline-block;
	margin-top: 5px;
	font-size: 14px;
	color: #eb0000;
	text-decoration: none;
}

.remove-link:hover {
	text-decoration: underline;
	color: #eb0000;
}

.cart-item {
	font-size: 0.875rem;
}

.arrow {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 8px;
	font-size: 12px;
	right: 0;
}

.arrow span {
	top: 4px;
	position: absolute;
	width: 8px;
	height: 2px;
	background-color: #000;
	display: inline-block;
	transition: all 0.2s ease;
}

.arrow span:first-of-type {
	left: 0;
	transform: scale(0.9) rotate(45deg);
}

.arrow span:last-of-type {
	right: 0;
	transform: scale(0.9) rotate(-45deg);
}

.active .arrow span:first-of-type {
	transform: scale(0.9) rotate(-45deg);
}

.active .arrow span:last-of-type {
	transform: scale(0.9) rotate(45deg);
}

.arrow:hover {
	cursor: pointer;
}

.checkout-section h2 {
	color: #000000;
}

.checkout-section input,
.checkout-section select,
.checkout-section textarea {
	min-height: 40px;
	font-size: 0.875rem;
}

.custom-breadcrumb .breadcrumb li {
	color: #717171;
	font-size: 0.875rem;
}

.custom-breadcrumb .breadcrumb li a {
	color: #212121;
}




.product-gallery {
	max-width: 100%;
	margin: auto;
}

.product-large-image-wrapper {
	border-radius: 0.75rem;
	overflow: hidden;
}

#main-carousel img {
	width: 100%;
	border-radius: 0;
	object-fit: cover;
	object-position: center center;

	transition: transform 0.2s ease;
	transform-origin: center center;
	cursor: zoom-in;
}

.thumbs {
	margin-top: 15px;
}

.thumbs img {
	width: 100%;
	cursor: pointer;
	border-radius: 6px;
	opacity: 0.5;
	border: 2px solid transparent;
	margin-bottom: 1px;
}

.thumbs .glide__slide--active img {
	opacity: 1;
	border-color: #000;
}

@media (max-width:768px) {
	.product-gallery {
		max-width: 100%;
	}
}

#thumb-carousel .glide__slide img {
	opacity: 1;
	border: 2px solid transparent;
	cursor: pointer;
	transition: 0.1s;
}

#thumb-carousel .glide__slide.is-active img {
	opacity: 1;
	border-color: #000;
}

#main-carousel .zoom-active img {
	transform: scale(2);
	/* zoom level */
	cursor: zoom-out;
}

/* Magnifier lens */
.img-magnifier-lens {
	position: absolute;
	border: 2px solid red;
	border-radius: 0;
	width: 200px;
	height: 200px;
	pointer-events: none;
	display: none;
	/* hidden by default */
	cursor: none;
	z-index: 10;
	background-repeat: no-repeat;
}

.product-details-title {
	font-size: 1.563em;
	color: #000000;
	font-weight: 700;
	margin: 0;
}

.price-wrapper {
	display: flex;
	gap: 1rem;
	align-items: center;
	font-size: 1.125rem;
	color: #737373;
	width: 100%;
}

.regular-price {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.regular-price-text {
	font-size: 2.188rem;
	color: #2e2e2e;
	font-weight: 700;
}

.product-special-tag {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	font-size: 1rem;
	color: #282828;
}

.product-special-tag i {
	color: #57a14d;
	font-size: 1.25rem;
}

.color-wrapper {
	display: flex;
	flex-direction: column;
}

.details-colm label {
	font-size: 1rem;
	text-transform: uppercase;
	color: #5b5b5b;
	letter-spacing: 0.1rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 700;
}

.color-group {
	display: flex;
	gap: 14px;
	align-items: center;
}

.color {
	width: 51px;
	height: 51px;
	border-radius: 50%;
	cursor: pointer;
	border: 6px solid #ffffff;
	outline: 1px solid transparent;
	outline-offset: 0px;
}

/* Selected (first one with ring) */
.brown {
	background: #5b3a2a;
}

/* Normal colors */
.black {
	background: #000000;
}

.red {
	background: #9b1c1c;
}

.color:hover,
.color:focus,
.color.active {
	outline-color: #000;
}

.size-box-wrapper ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.size-box-wrapper ul li {
	gap: 0;
	padding: 0;
	position: relative;
}

.size-box-wrapper ul li input[type="radio"] {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block !important;
	opacity: 1;
	visibility: hidden;
}

.size-box-wrapper ul li a,
.size-box-wrapper ul li label {
	min-width: 85px;
	height: 42px;
	line-height: 20px;
	background: none;
	font-weight: normal;
	font-size: 0.875rem;
	color: #5b5b5b;
	padding: 0.625rem 0.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #5b5b5b;
	cursor: pointer;
	text-overflow: ellipsis;
	text-transform: capitalize;
	letter-spacing: 0.02rem;
	transition: color 0.2s ease;
	border-radius: 0.25rem;
}

.size-box-wrapper ul li input[type="radio"]:checked+label {
	color: #ffffff;
	font-weight: 400;
	background-color: #941a1d;
	border-color: #941a1d;
}

.qty-box {
	display: inline-flex;
	align-items: center;
	border: 1.5px solid #9a9a9a;
	border-radius: 12px;
	padding: 6px 14px;
	gap: 18px;
	font-family: "Mooli", sans-serif;
}

.qty-box .btn {
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	color: #555;
}

#qty {
	width: 20px;
	text-align: center;
	border: none;
	font-size: 16px;
	background: transparent;
	pointer-events: none;
}

.cart-btn-group {
	display: flex;
	gap: 1rem;
}

.add-cart-box .custom-btn svg {
	width: 20px;
	height: 20px;
}

.our-features-wrapper {
	display: flex;
	gap: 1rem;
}

.our-feature {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	font-size: 1rem;
	color: #282828;
	border-right: 1px solid #a4a4a4;
	padding-right: 1rem;
}

.our-feature i {
	color: #57a14d;
	font-size: 1.25rem;
}

.our-feature:last-child {
	border-right: none;
	padding-right: 0;
}

.key-features-section {
	display: block;
	background-color: #f0ede9;
	border-radius: 0.5rem;
	padding: 1.5rem;
}

.grid-two-column {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* 2 columns */
	gap: 1rem;
}

.grid-icon-text {
	display: flex;
	gap: 0.625rem;
	align-items: center;
	color: #535353;
	font-size: 0.938rem;
}

.grid-icon {
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #b8b8b8;
}

.grid-icon svg {
	width: 20px;
	height: 20px;
	color: #911c1c;
}

.size-chart {
	width: auto;
	margin: 0;
	font-size: 0.875rem;
	color: #3a3a3c;
}

.accordion-content {
	display: none;
}

/* Style for navigation tabs */
.tabs {
	display: flex;
	justify-content: start;
	border-bottom: 1px solid #dddddd;
}

.tab {
	cursor: pointer;
	padding: 14px 35px;
	font-size: 1.125rem;
	font-weight: 600;
	color: #000000;
	position: relative;
	margin: 0 0 -1px;
	background-color: #f0ede9;
	border: 1px solid #dddddd;
	border-left: none;
}

.tabs .tab:first-child {
	border-left: 1px solid #e2e2e2;
}

.tab:after {
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: transparent;
	content: "";
	z-index: 1;
}

.tab.active {
	color: #333333;
}

.tab:hover:after,
.tab.active:after {
	background-color: #911c1c !important;
}

.tab.active,
.tab:hover {
	background-color: #ffffff;
	border-bottom-color: #ffffff;
}

/* Style for accordion headers in mobile view */
.accordion-tab-header {
	display: none;
	cursor: pointer;
	padding: 10px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	margin: 5px;
}

/* Style for accordion content */
.accordion-content {
	margin: 30px 0 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

	.accordion-tab-header {
		position: relative;
		padding-right: 48px;
	}

	.accordion-tab-header:after {
		position: absolute;
		right: 0;
		top: 0;
		width: 48px;
		height: 48px;
		font-size: 30px;
		color: #000;
		font-weight: bold;
		z-index: 1;
		content: "+";
		text-align: center;
		line-height: 46px;
	}

	.accordion-tab-header.active:after {
		content: "-";
	}

}

.bullet-list {
	margin-left: 1rem;
}

.bullet-list li {
	list-style: disc;
	list-style-position: outside;
	font-size: 1.125rem;
	color: #000;
	font-weight: 500;
	padding: 1.125rem 0 0;
}

.find-your-school-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 1px solid #dbdbdb;
	border-radius: 1.25rem;
	background-color: #ffffff;
	padding: 1.75rem;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.search-keyword-wrapper {
	display: flex;
	flex-direction: column;
}

.search-keyword-wrapper ul {
	width: 100%;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.search-keyword-wrapper ul li {}

.search-keyword-wrapper ul li button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	min-width: 2.5rem;
	background-color: #dfdfdf;
	text-align: center;
	border: none !important;
	outline: none !important;
	font-size: 0.875rem;
	font-weight: 500;
	color: #000000;
	border-radius: 0.625rem;
}

.search-keyword-wrapper ul li button:hover,
.search-keyword-wrapper ul li button:focus,
.search-keyword-wrapper ul li button.active {
	background-color: #911c1c;
	color: #ffffff;
}

.find-school-box .featured-box-icon img {
	max-width: 132px;
	height: auto;
	display: block;
	width: 100%;
}

.find-school-box.featured-box-main-wrapper .featured-box-wrapper {
	border-color: transparent !important;
}

.admin-title {
	font-size: 1.625rem;
	font-weight: 600;
}



#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: #455A64;
	padding-left: 0px;
	margin-top: 30px;
	width: 100%;
}

#progressbar li {
	list-style-type: none;
	font-size: 13px;
	width: 33.33%;
	float: left;
	position: relative;
	font-weight: 600;
	color: #455A64 !important;
	letter-spacing: 0.08rem;
}

#progressbar #step1:before {
	content: "1";
	color: #fff;
	width: 29px;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

#progressbar #step2:before {
	content: "2";
	color: #fff;
	width: 29px;
}

#progressbar #step3:before {
	content: "3";
	color: #fff;
	width: 29px;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

#progressbar #step4:before {
	content: "4";
	color: #fff;
	width: 29px;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

#progressbar li:before {
	line-height: 29px;
	display: flex;
	font-size: 12px;
	background: #455A64;
	border-radius: 50%;
	margin: auto;
	position: relative;
	z-index: 2;
	justify-content: center;
	align-items: center;
}

#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #455A64;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 15px;
	z-index: 1;
}

#progressbar li:nth-child(2):after {
	left: 0;
}

#progressbar li:nth-child(1):after {
	left: 0;
	width: 100%;
}

#progressbar li:nth-child(3):after {
	left: 0 !important;
	width: 100% !important;
}

#progressbar li.active:before,
#progressbar li.active:after {
	background: #2ecc71;
}

#progressbar li.red-active.active:before,
#progressbar li.red-active.active:after {
	background-color: red;
}

#progressbar li.active {
	color: #2ecc71 !important;
}

#progressbar li.red-active.active {
	color: #eb0000 !important;
}

.review-box-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 30%
}

.review-box-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 30%;
	padding: 10px 0;
	border-left: 1px solid rgba(51, 153, 153, .1)
}

.review-box-inline {
	display: inline-block;
	text-align: left;
	margin: 0;
	line-height: 1.4;
	color: #000
}

.star-rating-colm i {
	color: gold;
	font-size: 16px
}

.star-rating-colm a {
	margin-right: 2px
}

.review-btn {
	width: 100%;
	max-width: 240px
}

.right-riew-container {
	width: 100%;
	max-width: 750px;
}

.cart-quantiy-box-wrapper.qty-box button {
	height: auto !important;
	width: auto !important;
}

.cart-quantiy-box-wrapper .qty-input {
	height: auto !important;
}

.bundle-individual-product-image img {
	width: 100%;
	min-width: 80px;
	max-width: 80px;
	border-radius: 0.375rem;
}

.range-active,
.range-input::-webkit-slider-thumb,
.range-input::-moz-range-thumb {
	background: #911c1c !important;
}

.custom-wrapper {
	background-color: #911c1c !important;
	color: #fff !important;
	width: 100% !important;
	max-width: 600px;
	border-radius: 1rem !important;
}

.custom-wrapper h3 {
	font-weight: 600 !important;
	color: #ffffff !important;
	font-size: 1.5rem !important;
}

.peginations .pagination {
	gap: 6px;
}

.peginations .page-item:first-child .page-link {
	border-radius: 4px !important;
	background-color: #911c1c;
	color: #fff;
}

.peginations .page-link {
	border-radius: 4px !important;
	color: #ffffff;
	background-color: #911c1c;
	border: none !important;
	cursor: pointer;
}

.peginations .active .page-link {
	background-color: #000;
}

.accordion-content p img {
	display: none !important;
}

.similar-pages-section ul,
.similar-pages-section ol {
	padding: 0;
	margin: 0 0 0 15px;

}

.similar-pages-section ul li {
	list-style: disc;
	margin-bottom: 10px;
	line-height: 1.5rem;
}

.similar-pages-section ol li {
	list-style: decimal;
	margin-bottom: 10px;
	line-height: 1.5rem;
}

.similar-pages-section .medium-heading {
	font-size: 1.875rem;
}

.contact-information-box .icon-btn i {
	color: #911c1c;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.contact-information-box .svg-icon {
	width: 20px;
	height: 20px;
	color: #911c1c;
}

.contact-information-box .sub-title-btn-inner {
	font-size: 1rem;
	color: #4d4d4d;
	font-weight: 500;
}

.contact-form-wrapper .form-control,
.contact-form-wrapper .form-select {
	background-color: transparent;
	border-color: #929292;
	font-size: 14px;
	min-height: 40px;
}

.map-section iframe {
	width: 100%;
	height: 400px;
	display: block;
	max-height: 400px;
}

.opening-hours li {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	font-size: 14px;
}

.opening-hours .day {
	color: #666;
}

.opening-hours .time {
	font-weight: 500;
	color: #000;
}

.sustainability-banner-section.inner-hero-section .hero-slider-caption-wrapper {
	background: rgba(0, 0, 0, 0.65) !important;
}


.testimonial-box {
	display: block;
	background-color: #fff;
	padding: 2rem 2rem;
	position: relative;
	min-height: 250px;
	border-radius: 1rem;
	margin: 30px 12px 20px 12px;
}

.testimonial-slider .slider-arrow {
	margin-top: -4%;
}

.review-star {
	font-size: 17px;
	color: #ff8e00;
}

.currved-bg {
	background-position: left bottom;
}

.accordion-content ul {
	margin-left: 0.875rem;
}

.accordion-content ul li {
	list-style-type: disc;
	padding-bottom: 0.875rem;
}


/* stop glide sliding movement */
#text-carousel .glide__track {
	overflow: hidden;
}

#text-carousel .glide__slides {
	transform: none !important;
}

/* stack slides */
#text-carousel .glide__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .6s ease;
}

/* visible slide */
#text-carousel .glide__slide--active {
	opacity: 1;
	position: relative;
}