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;
}
.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;
	background-color: rgba(0, 0, 0, 0.0);
	padding-top: 0px;
}
.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;
}
#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: 50px;
}

.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;
}
.menu-item > a:hover,
.menu-item > a:focus{
	color: #c10007;
}

/* Mega menu */
.menu-item.has-mega {
  position: static;
}

.mega-menu {
  position: absolute;
  left: 0;
  width: 100%;
  background: #d6d4d4;
  padding: 45px 0;
  top: 100%;
  display: none;
  border-top: 1px solid #d6d4d4;
}

.menu-item.has-mega:hover .mega-menu {
  display: block;
}

/* Mega inner col */
.mega-col h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.mega-col a {
  display: block;
  padding: 4px 0;
  color: #000;
  text-decoration: none;
  font-size: 0.875rem;
}
.mega-menu ul{
  padding: 0;
  margin: 0;
}
.mega-menu ul li{
  list-style: none;
}

/* ------------------------------
   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;
}
.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;
}
.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: 15px;
}
.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;
}
.bestseller-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: 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;
}
.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);
}
.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;
}

/* ================= 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;
}

