/**
* 1.0 - Page Builder
*/

html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

.post, .page {
	margin: 0;
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #030605;
	letter-spacing: 0;
	overflow-x: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: #0D0D0D;
}

h1, h2, h3, h4, h5, h6, p, li {
	text-wrap: balance;
	-webkit-text-wrap: balance;
}

h1 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	font-size: 74px;
}

h2 {
	font-family: "Momo Trust Display", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	font-size: 52px;
}

h3 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	font-size: 36px;
}

h4 {
	font-family: "Lato", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	font-size: 26px;
}

h5 {
	font-family: "Lato", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	font-size: 20px;
}

h6 {
	font-family: "Lato", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	font-size: 18px;
}

p {
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: disc;
}

a {
	text-decoration: none;
}

a:focus, a:active {
	outline: none !important;
	box-shadow: none !important;
}

strong {
	font-weight: 600;
}

title {
	display: block !important;
	margin-bottom: 10px;
}

/**
* 1.1 - Form CSS
*/
select,
textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	outline: 0;
}

label {
	width: 100%;
}

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
	box-shadow: none;
	outline: none;
}

button:focus {
	outline: none;
	border: 0;
	box-shadow: none;
}

button::-moz-focus-inner {
	border: 0;
	box-shadow: none;
	outline: none;
}

input:focus,
textarea:focus,
select:focus {
	outline: none !important;
	box-shadow: none !important;
	border: none;
	-webkit-appearance: none;
}

.price-filter {
	margin-bottom: 30px;
}

/**
* 1.4 - Main CSS
*/

#body-wrapper {
	overflow: hidden;
}

/* =============================================
   HEADER
   ============================================= */

#header {
	background: #fefefe;
	padding: 15px 0;
}

#header .row {
	align-items: stretch;
	height: 100%;
}

.header-logo {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.header-logo img {
	width: auto;
	height: 80px;
	object-fit: contain;
	border-radius: 4px;
	overflow: hidden;
}

.headersearch-block {
	display: flex;
	align-items: center;
}

.headersearch-wrap {
	width: 100%;
	overflow: hidden;
}

.headersearch-wrap input[type="search"] {
	font-size: 14px;
	padding-left: 15px;
	min-height: 34px;
	font-weight: 300;
	border: 1px solid #e8f2f8;
}

.header-contact {
	font-size: 18px;
	background: #f7efec;
	font-weight: 700;
	border-radius: 4px;
	padding: 20px;
	color: #1e1e1e;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.header-contact span {
	display: flex;
	font-size: 11px;
	align-items: center;
	gap: 8px;
}

.header-contact i.fa-solid {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	background: #000;
	color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	margin-top: -2px;
}

.header-contact a {
	color: #1e1e1e;
	text-decoration: none;
	white-space: nowrap;
}

.header-rightwrapper {
	width: 100%;
	height: 100%;
}

.header-rightwrapper ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	height: 100%;
	margin: 0;
}

.header-rightwrapper ul li {
	list-style: none;
	background: #e8f2f8;
	padding: 14px;
	border-radius: 4px;
	color: #fff;
	flex: 1;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s all ease-in-out;
}

.header-rightwrapper ul li:hover {
	background: #f3fcfa;
}

.header-rightwrapper ul li a {
	text-transform: uppercase;
	color: #0D0D0D;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: 12px;
	font-weight: 400;
	align-items: center;
	min-width: 80px;
	gap: 4px;
}

.header-rightwrapper ul li a i.fa-solid,
.header-rightwrapper ul li a i.fa-regular {
	font-size: 16px;
}

span.notification-headerwishlist {
	position: absolute;
	background: #ec0404;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	right: 4px;
	bottom: 20px;
	font-weight: 600;
}

/* =============================================
   HEADER NAV
   ============================================= */

#header-nav {
	background: #261912;
}

ul.navbar-nav {
	width: 100%;
	gap: 15px;
	display: flex;
	justify-content: center;
}

ul.navbar-nav li {
	list-style: none;
}

ul.navbar-nav li a {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

ul.navbar-nav li a.active,
ul.navbar-nav li a:hover {
	color: #e37422 !important;
}

/* =============================================
   HERO / BANNER
   ============================================= */

#frontpage-bannerwrapper {
	padding: 20px 0;
}

#heroCarousel {
	overflow: hidden;
	border-radius: 18px;
	background: #ffff67;
}

#heroCarousel .carousel-inner,
#heroCarousel .carousel-item {
	height: 100%;
}

#heroCarousel .carousel-inner {
	overflow: hidden;
}

#heroCarousel .hero-slide {
	height: 470px;
	background-size: cover;
}

#heroCarousel .hero-slide img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

#heroCarousel button.carousel-control-prev {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #f8f8f8;
	left: calc(50% - 35px);
	top: 86%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#heroCarousel button.carousel-control-next {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #f8f8f8;
	right: calc(50% - 35px);
	top: 86%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#heroCarousel .carousel-control-next-icon,
#heroCarousel .carousel-control-prev-icon {
	width: 1rem;
	height: 1rem;
	filter: invert(1);
}

/* =============================================
   SPECIAL OFFER
   ============================================= */

.specialoffer-wrapper {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
	border-radius: 18px;
	height: 470px;
	padding: 15px;
	color: #fff;
	background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}

.specialoffer-wrapper .product-block-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.specialoffer-wrapper span.product-realprice {
	background: transparent;
	padding: 0;
	color: #fff;
}

.specialoffer-wrapper .product-bottom-wrapper h3 {
	min-height: auto;
	font-size: 22px;
	font-weight: 300;
	color: #fff;
}

.specialoffer-wrapper .product-block-middle img {
	transform: scale(0.9);
	margin-top: 0;
}

.specialoffer-wrapper .product-block-stock {
	color: #000;
}

.specialoffer-wrapper a.product-btn {
	background: #132027;
	color: #fff;
}

.specialoffer-wrapper .product-btn-wrapper svg.heart-icon path {
	stroke: #fff !important;
}

.specialoffer-wrapper a.product-btn:hover {
	background: #e3c4b8;
	color: #1e1e1e;
}

/* =============================================
   PRODUCT BLOCKS
   ============================================= */

.product-block-top span.product-olderprice {
	color: #ec0404;
	font-size: 14px;
	text-decoration: line-through;
}

.prodcut-offer-right {
	font-size: 12px;
}

.product-bottom-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
}

.singleproduct-info-wrapper .product-bottom-wrapper a.product-btn {
	margin-bottom: 0;
}

.singleproduct-info-wrapper .product-bottom-wrapper {
	width: 50%;
	background: #4b352a;
	padding: 8px 5px;
	border-radius: 4px;
	border: 1px solid #000;
	box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.9);
	color: #fff;
}

.singleproduct-info-wrapper .product-bottom-wrapper .single-product-infobtm {
	margin-bottom: 15px;
}

.singleproduct-info-wrapper .product-bottom-wrapper a.product-btn {
	background: #fff;
	color: #000;
}

.singleproduct-info-wrapper .product-bottom-wrapper a.product-btn:hover {
	background: #07456a;
	color: #fff;
}

.product-btn-wrapper svg.heart-icon path {
	stroke: #000 !important;
}

.singleproduct-info-wrapper .product-bottom-wrapper .wishlist-button .heart-icon path {
	stroke: #000;
}

.singleproduct-info-wrapper .product-bottom-wrapper:hover .heart-icon path {
	stroke: #fff;
}

.singleproduct-info-wrapper .product-bottom-wrapper .product-block-stock {
	margin-bottom: 0;
}

.product-bottom-wrapper h3 {
	min-height: 65px;
	margin: 5px 0 30px 0;
	text-align: center;
	padding: 0 15px;
	line-height: 27px;
	letter-spacing: 0.02em;
}

.product-bottom-wrapper h3 a {
	font-size: 22px;
	color: #000;
	font-weight: 400;
	text-align: center;
}

.product-block-stock {
	margin-right: 15px;
	font-size: 10px;
	text-align: right;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.product-block-middle h5 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0;
	text-align: center;
	font-weight: 600;
	font-size: 34px;
	font-family: "Poppins", sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-block-middle {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product-block-middle img {
	margin: 20px 0 10px 0;
	width: 100%;
	height: 175px;
	object-fit: contain;
	transform: scale(0.7);
	transform-origin: center center;
	transition: 0.4s all ease-in-out;
}

.product-block:hover .product-block-middle img {
	transform: scale(1);
	transition: 0.4s all ease-in-out;
}

.product-btn-wrapper {
	position: relative;
	display: flex;
}

a.product-btn {
	display: flex;
	width: 100%;
	height: 43px;
	background: #e3c4b8;
	border-radius: 24px;
	justify-content: space-evenly;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	color: #1e1e1e;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 20px;
	transition: 0.4s all ease-in-out;
}

a.product-btn:hover {
	background: #132027;
	color: #fff;
}

a.wishlist-button {
	position: absolute;
	right: 20px;
	top: 3px;
}

a.wishlist-button:hover .heart-icon path {
	stroke: #fff;
	fill: #ec0404;
}

/* =============================================
   FRONT ICON PROMO
   ============================================= */

.front-icon-promo {
	padding: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}

.front-icon-promo img {
	width: 84px;
	height: 84px;
	object-fit: contain;
}

.front-icon-promo h2 {
	color: #4b352a;
	font-size: 10px;
}

.front-icon-promo h3 {
	font-size: 16px;
	font-weight: 400;
}

/* =============================================
   BESTSELLER SECTION
   ============================================= */

#frontpage-bestseller {
	padding: 60px 0 10px 0;
}

.page-heading-block {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 70px;
}

.page-heading-block p {
	font-size: 18px;
	margin: 20px 0 30px 0;
	line-height: 1.8;
	font-weight: 300;
	width: 90%;
	margin: 0 auto;
}

.page-heading-block h2 {
	font-family: "Momo Trust Display", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.02em;
	font-size: 72px;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 20px;
}

.frontpage-bestseller-product-wrap .product-block {
	background: #fdfdfd;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	border-radius: 18px;
	overflow: hidden;
	padding: 15px;
	height: 100%;
	transition: 0.4s all ease-in-out;
	position: relative;
}

.frontpage-bestseller-product-wrap .product-block:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 110px;
	bottom: -110px;
	left: 0;
	background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 100%);
	transition: bottom 0.4s ease;
	pointer-events: none;
}

.frontpage-bestseller-product-wrap .product-block:hover:before {
	bottom: 0;
}

.frontpage-bestseller-product-wrap .product-block:hover h3 {
	line-height: 20px;
}

.frontpage-bestseller-product-wrap .product-block:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	background: #261912;
	z-index: 1;
	transition: 0.4s all ease-in-out;
}

.frontpage-bestseller-product-wrap .product-block:hover::after {
	background: #000;
}

span.product-realprice {
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	border: 0;
}

span.product-realprice del {
	font-size: 14px;
}

.product-block-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	z-index: 2;
	position: relative;
	color: #fff;
}

.frontpage-bestseller-product-wrap .col-6 {
	margin-bottom: 30px;
}

.frontpage-bestseller-product-wrap .product-block a.product-btn {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product-block span.woocommerce-Price-amount {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: -0.03em;
}

span.product-realprice del span.woocommerce-Price-amount {
	font-size: 14px !important;
}

/* =============================================
   PRODUCT TAB
   ============================================= */

#frontpage-producttab-wrapper {
	margin-top: 40px;
}

#v-pills-tab {
	position: relative;
	display: flex;
	flex-direction: row !important;
	justify-content: center;
	margin: 0px 0 40px 0;
}

.sticky-front-block {
	margin-top: 80px;
}

#frontpage-producttab-wrapper .nav-link {
	border: 0;
	border-radius: 0;
	padding: 0 50px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 400;
	color: #0D0D0D !important;
	letter-spacing: 0.02em;
	border-radius: 32px;
	margin: 0 15px;
	transition: box-shadow 0.7s ease, background-color 0.6s ease, color 0.3s ease;
}

#frontpage-producttab-wrapper .nav-pills .nav-link.active,
#frontpage-producttab-wrapper .nav-pills .show > .nav-link {
	background-color: #000;
	color: #fff !important;
}

#frontpage-producttab-wrapper .nav-link:hover {
	box-shadow: inset 200px 0 0 0 #e3c4b8 !important;
	color: #1e1e1e;
}

#frontpage-producttab-wrapper .nav-link:nth-child(1) {
	border-top: 0;
	margin-top: 0;
}

/* =============================================
   BANNER BOTTOM
   ============================================= */

#frontpage-bannerbottom-wrapper {
	padding: 30px 0 50px 0;
}

.features-sec {
	justify-content: center;
}

/* =============================================
   CATEGORY
   ============================================= */

#category-display-wrapper {
	background: #fff;
	padding: 70px 0 80px 0;
}

.single-product #category-display-wrapper {
	border-top: 1px solid #0D0D0D;
	padding-top: 60px;
	background-image: linear-gradient(to bottom, #f3f2f0 0%, #f7f5f4 10%, #faf8f8 20%, #ffffff 40%, #ffffff 100%);
}

.category-wrap-first {
	background: #e8f2f8;
	border-radius: 24px;
	display: flex;
	height: 195px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.category-wrap {
	background: #f8f8ff;
	border-radius: 24px;
	display: flex;
	height: 195px;
	position: relative;
	margin-bottom: 30px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: 0.4s all ease-in-out;
}

.category-wrap img {
	position: relative;
	transform: scale(1.0);
	transition: 0.4s all ease-in-out;
}

.category-wrap:hover img {
	transform: scale(1.1);
	transition: 0.4s all ease-in-out;
}

.category-wrap h3 {
	position: absolute;
	top: 90%;
	right: 10px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	font-weight: 300;
	text-align: center;
	text-transform: none;
	background: #261912;
	padding: 5px 10px;
	border-radius: 4px;
	transform: translate3d(0%, -50%, 0);
	transition: 0.4s all ease-in-out;
}

.category-wrap:hover h3 {
	text-shadow: none;
	background: rgba(0, 0, 0, 0.7);
}

.catfullimage a {
	width: 100%;
	height: 100%;
}

.catfullimage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-bottom: 0;
}

.catfullimage h3 {
	color: #fff;
}

/* =============================================
   TRUSTPILOT
   ============================================= */

#trustpilotwrapper {
	position: relative;
	z-index: 3;
	background: #4b352a;
}

.trustpilot-block-wrap {
	min-height: 300px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#trustpilotwrapper .page-heading-block {
	margin-bottom: 10px;
}

.trustpilot-button {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	background-color: #ffffff;
	color: #191919;
	text-decoration: none;
	border: 1px solid #e0e0e0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	transition: all 0.2s ease;
	cursor: pointer;
}

.trustpilot-button:hover {
	background-color: #f8f8f8;
	border-color: #00b67a;
}

.trustpilot-star {
	width: 20px;
	height: 20px;
	fill: #00b67a;
	margin: 0 4px;
}

.trustpilot-text {
	font-weight: bold;
}

/* =============================================
   FOOTER
   ============================================= */

.site-footer {
	position: relative;
	background: #261912;
	z-index: 3;
}

.footertop-wrap {
	padding-top: 80px;
}

.footertop-wrap h3 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-family: "Momo Trust Display", sans-serif;
}

.footertop-wrap ul {
	margin-left: 0;
}

.footertop-wrap ul li {
	list-style: none;
	line-height: 2;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

.footertop-wrap ul li a {
	color: #fbfbfb;
	font-size: 16px;
	margin-left: 5px;
	text-decoration: none;
	font-weight: 300;
	transition: 0.4s all ease-in-out;
}

.footertop-wrap ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer-mid-wrap ul {
	column-count: 2;
}

.footerbottom-wrap {
	margin-top: 80px;
	padding-bottom: 30px;
}

.footer-sitetitle {
	color: #e47422;
	font-size: 110px;
	font-weight: 700;
	line-height: 1;
}

.footer-contact-detail li {
	display: flex;
}

.footer-contact-detail li img {
	width: 15px;
	height: 15px;
	object-fit: contain;
	margin-right: 5px;
	filter: invert(1);
	margin-top: 6px;
}

.footer-social-wrap h4 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 14px;
}

.footer-social-wrap ul li {
	list-style: none;
	margin-right: 30px;
	float: left;
}

.footer-social-wrap ul {
	margin-left: 0;
}

.footer-social-wrap ul li img {
	width: 32px;
	height: 32px;
	object-fit: contain;
	filter: invert(1);
	transform: scale(1.0);
	transition: 0.4s all ease-in-out;
}

.footer-social-wrap ul li:hover img {
	transform: scale(0.9);
	transition: 0.4s all ease-in-out;
}

.footer-bottom {
	width: 100%;
	padding: 20px 0;
	background: #f8f8f8;
}

.footer-bottom .row {
	align-items: center;
}

.footer-payment {
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
}

.footer-payment img {
	width: 200px;
}

.footercopyright-text {
	font-size: 14px;
}

/* =============================================
   SINGLE PRODUCT
   ============================================= */

#single-related-product {
	margin-bottom: 60px;
}

.single-page-heading-block {
	display: block;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.single-page-heading-block h2:after {
	position: absolute;
	content: '';
	bottom: -10px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #0D0D0D;
}

#singleproduct-wrapper {
	padding: 30px 0 60px 0;
}

#productCarousel {
	position: relative;
	border: 1px solid #1e1e1e;
	border-radius: 6px;
	overflow: hidden;
	padding: 15px;
}

#productCarousel img {
	width: 100% !important;
	height: 220px;
	object-fit: contain;
}

.single-productthumb:first-child {
	margin-left: 12px;
}

.single-productthumb {
	background: #ebebeb;
	margin: 0 5px;
	width: calc(33.33% - 14px);
	padding: 10px;
	border-radius: 4px;
}

.single-productthumb img {
	width: 100%;
	height: 80px;
	object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 30px;
	top: auto;
	background: #fff;
	border-radius: 50%;
	color: #000 !important;
	opacity: 1;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
	background: #07456a;
}

.carousel-control-prev {
	left: 40%;
}

.carousel-control-next {
	right: 40%;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	filter: invert(1);
	width: 12px;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
	filter: invert(1);
	width: 12px;
}

.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
	filter: invert(0);
}

.singleproduct-info-wrapper h1 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	font-size: 1.6rem;
	color: #0D0D0D;
}

.single-product-description table {
	margin-bottom: 0;
	font-weight: 300;
	border-bottom: 1px solid #1e1e1e;
}

.single-product-description table td {
	vertical-align: top;
}

.single-product-description table tr {
	padding: 10px 0;
	display: flex;
}

.single-product-description table td.attrLabels {
	width: 50%;
	font-weight: 500;
}

.single-product-infobtm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.single-product-ratting-wrapper {
	position: relative;
	border: 1px solid #1e1e1e;
	border-radius: 6px;
	overflow: hidden;
	padding: 15px;
	margin-top: 30px;
}

/* =============================================
   SINGLE PRODUCT TABS
   ============================================= */

#singleproduct-tabcontainer ul li {
	list-style: none;
}

#singleproduct-tabcontainer ul li button {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.03em;
	font-size: 13px;
	padding: 5px;
	background: #1e1e1e;
	color: #fff;
	border-radius: 0;
	border: 0;
	margin-right: 5px;
	border-radius: 5px;
	box-shadow: none;
	overflow: hidden;
}

#singleproduct-tabcontainer ul li button.active {
	background: #4b352a;
}

#singleproduct-tabcontainer ul#productTab {
	margin: 0;
	margin-bottom: 3px;
	border-radius: 8px;
	border: 0;
}

#singleproduct-tabcontainer .tab-content {
	background: #f5f5f5;
	color: #000;
	font-weight: 400;
	border: 0 !important;
	border-radius: 8px;
}

#singleproduct-tabcontainer .tab-content div {
	margin-top: 10px;
	font-size: 14px;
}

/* =============================================
   MEGA MENU
   ============================================= */

#mega-menu-wrap-menu-1 {
	width: 100%;
	background: transparent !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
	border-radius: 40px;
	overflow: hidden;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	background: transparent !important;
	font-weight: 300;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	background: rgba(0, 0, 0, 0.98);
	border-radius: 0;
	position: absolute;
	width: calc(100% + 30px);
	top: 49px;
	left: -15px;
	box-sizing: border-box;
	padding: 20px;
	color: #1e1e1e;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard h4.mega-block-title,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	color: #1e1e1e;
	font-weight: 600;
	font-size: 18px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:hover h4 {
	letter-spacing: -0.5px;
	color: #4b352a;
}

ul.mega-sub-menu a {
	display: inline-block;
	width: 100%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	height: 20vh !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px !important;
	transition: 0.4s all ease-in-out;
}

ul.mega-sub-menu a img {
	width: 100%;
	height: 100% !important;
	object-fit: cover !important;
}

ul.mega-sub-menu a:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 1;
	left: 0;
	bottom: -1px;
	transition: 0.2s all ease-in-out;
}

ul.mega-sub-menu a:hover:before {
	background: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-size: 16px;
	font-weight: 300;
	color: #f1f0f0;
	border-radius: 40px;
	transition: box-shadow 0.7s ease, background-color 0.6s ease, color 0.3s ease;
	overflow: hidden;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {
	box-shadow: inset 200px 0 0 0 #e3c4b8 !important;
	border-radius: 40px;
	color: #1e1e1e;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	border-radius: 4px;
	overflow: hidden;
	background: #fefefe;
	margin-bottom: 20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a {
	color: #fff;
	font-weight: 600;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a:hover {
	text-decoration: underline !important;
	color: #fff !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
	width: calc(25% - 12px);
}

/* =============================================
   MINI CART DROPDOWN
   ============================================= */

.header-cart-item {
	position: relative;
}

.mini-cart-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	width: 320px;
	background: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	margin-top: 15px;
}

.mini-cart-dropdown::before {
	content: '';
	position: absolute;
	top: -8px;
	right: 20px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #e0e0e0;
}

.mini-cart-dropdown::after {
	content: '';
	position: absolute;
	top: -7px;
	right: 21px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
}

.header-cart-item:hover .mini-cart-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mini_cart_item a {
	flex-direction: row !important;
}

.woocommerce-mini-cart {
	display: block !important;
}

.mini-cart-dropdown .widget_shopping_cart_content {
	max-height: 400px;
	overflow-y: auto;
}

.mini-cart-dropdown .woocommerce-mini-cart {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mini-cart-dropdown .woocommerce-mini-cart-item {
	padding: 15px;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
}

.mini-cart-dropdown .woocommerce-mini-cart-item:last-child {
	border-bottom: none;
}

.mini-cart-dropdown .woocommerce-mini-cart-item img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 4px;
}

.mini-cart-dropdown .remove {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #999;
	font-size: 18px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.mini-cart-dropdown .remove:hover {
	color: #fff;
	background-color: #ff4444;
	text-decoration: none;
}

.mini-cart-dropdown .quantity {
	font-size: 12px;
	color: #666;
}

.mini-cart-dropdown .woocommerce-mini-cart__total {
	padding: 15px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
}

.mini-cart-dropdown .woocommerce-mini-cart__buttons {
	padding: 15px;
}

.mini-cart-dropdown .woocommerce-mini-cart__buttons .button {
	display: block;
	width: 100%;
	padding: 10px 15px;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.mini-cart-dropdown .woocommerce-mini-cart__buttons .button:last-child {
	margin-bottom: 0;
}

.mini-cart-dropdown .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
	background-color: #f0f0f0;
	color: #333;
}

.mini-cart-dropdown .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout):hover {
	background-color: #e0e0e0;
}

.mini-cart-dropdown .woocommerce-mini-cart__buttons .button.checkout {
	background-color: #07456a;
	color: #fff;
}

.mini-cart-dropdown .woocommerce-mini-cart__empty-message {
	padding: 30px;
	text-align: center;
	color: #666;
}

.mini-cart-dropdown.loading {
	pointer-events: none;
}

.mini-cart-dropdown.loading::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 1;
}

.mini-cart-dropdown.loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	border: 3px solid #f3f3f3;
	border-top: 3px solid #333;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 2;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.cart-count {
	transition: all 0.3s ease;
}

.cart-count.updating {
	transform: scale(1.2);
}

/* =============================================
   PAGE BANNER / INNER PAGES
   ============================================= */

.page-banner-wrapper {
	position: relative;
	width: 100%;
	height: 450px;
}

.page-banner-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-banner-content {
	position: absolute;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background: rgba(255, 255, 255, 0.96);
	padding: 20px;
	border-radius: 20px;
}

.page-main-wrapper {
	padding: 80px 0 120px 0;
}

.aboutpage-block-wrapper {
	margin-bottom: 60px;
	display: flex;
	justify-content: stretch;
}

.aboutpage-block-wrapper img {
	border-radius: 18px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

ul {
	margin-left: 15px;
}

ul li {
	line-height: 22px;
}

/* =============================================
   WHOLESALE FORM
   ============================================= */

.wholesale-contactform h3 {
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 25px;
}

.wholesale-contactform .wpcf7-form {
	padding: 15px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.wholesale-contactform .wpcf7-form label {
	color: #777;
}

.wholesale-contactform .wpcf7-form input {
	width: 100%;
	border-radius: 5px;
	min-height: 33px;
	line-height: 32px;
	border: 1px solid #bdbdbd;
	font-size: 14px;
}

.wholesale-contactform .wpcf7-textarea {
	height: 120px;
}

.wholesale-content-wrapper h4 {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.wholesale-content-wrapper a {
	color: #000;
	font-size: 1.2rem;
	margin: 10px 0;
}

.wholesale-content-wrapper p {
	margin: 10px 0;
	font-size: 1.2rem;
}

/* =============================================
   BUTTONS
   ============================================= */

.wpcf7-submit,
button[type="submit"],
.wishlist-empty a {
	min-width: 150px !important;
	height: 45px !important;
	background: #1e1e1e !important;
	border-radius: 24px !important;
	line-height: 45px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05rem !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	transition: 0.4s all ease-in-out !important;
	min-height: 45px !important;
	padding: 0 30px !important;
}

.wpcf7-submit:hover,
button[type="submit"]:hover,
.wishlist-empty a:hover {
	background: #07456a !important;
}

/* =============================================
   BLOG
   ============================================= */

#blog-wrapper {
	padding: 60px 0;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 40px;
}

.blog-item {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.blog-thumbnail {
	position: relative;
	overflow: hidden;
	height: 250px;
}

.blog-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.blog-thumbnail:hover img {
	transform: scale(1.05);
}

.blog-content {
	padding: 25px;
}

.blog-item .entry-header {
	margin-bottom: 15px;
}

.blog-item .entry-title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4;
	color: #4b352a;
}

.blog-item .entry-title a {
	color: #000;
	text-decoration: none;
	transition: color 0.3s ease;
}

.blog-item .entry-title a:hover {
	color: #1e1e1e;
}

.blog-item .entry-meta {
	margin-bottom: 15px;
	font-size: 0.9rem;
	color: #7f8c8d;
}

.blog-item .entry-meta span {
	margin-right: 15px;
}

.blog-item .entry-meta a {
	color: #4b352a;
	text-decoration: none;
}

.blog-item .entry-meta a:hover {
	text-decoration: underline;
}

.blog-item .entry-summary {
	margin-bottom: 20px;
	color: #555;
	line-height: 1.6;
}

.blog-item .entry-summary p {
	margin: 0;
}

.blog-item .entry-footer {
	border-top: 1px solid #ecf0f1;
	padding-top: 20px;
}

.blog-read-more,
.woocommerce a.button,
a.wishlist-add-to-cart {
	display: inline-block;
	text-align: center;
	min-width: 150px !important;
	height: 45px !important;
	background: #1e1e1e !important;
	border-radius: 24px !important;
	line-height: 45px !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05rem !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	transition: 0.4s all ease-in-out !important;
	min-height: 45px !important;
	padding: 0 30px !important;
}

.blog-item:hover .blog-read-more,
.woocommerce a.button:hover,
a.wishlist-add-to-cart:hover {
	background: #07456a !important;
}

.woocommerce-message::before {
	color: #000;
}

/* =============================================
   MY ACCOUNT
   ============================================= */

.my-account-wrapper {
	position: relative;
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
}

.custom-breadcrumb {
	background-image: url('https://whitehousecanteen.com/wp-content/uploads/2025/08/my-account.jpg');
	display: flex;
	height: 150px;
	text-align: left;
	background-size: cover;
	background-position: center center;
	margin-bottom: 50px;
}

.custom-breadcrumb .breadcrumb-nav {
	background: rgba(255, 255, 255, 0.96);
	display: inline-block;
	padding: 5px 20px;
	border-radius: 24px;
	margin-top: 60px;
	font-size: 14px;
}

.custom-account-wrapper {
	display: flex;
}

.custom-account-wrapper a {
	color: #4b352a;
	text-decoration: underline;
}

.custom-account-wrapper a:hover {
	text-decoration: none;
}

.custom-account-wrapper .woocommerce-MyAccount-navigation {
	position: relative;
}

.custom-account-wrapper .woocommerce-MyAccount-navigation ul li {
	list-style: none;
}

.custom-account-wrapper .woocommerce-MyAccount-navigation ul li a {
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
	display: block;
	font-weight: 500;
	text-decoration: none;
}

.custom-account-wrapper .woocommerce-MyAccount-navigation ul li a:hover {
	text-decoration: underline;
}

.custom-account-wrapper .woocommerce-MyAccount-navigation ul li.is-active {
	text-decoration: underline;
}

.custom-account-wrapper .woocommerce-MyAccount-navigation ul li.is-active a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	font-size: 18px;
	background: #000;
	display: inline-block;
	padding: 3px;
	border-radius: 4px;
}

.custom-account-wrapper .woocommerce-MyAccount-content {
	width: 100%;
	border-left: 4px solid #000;
	padding-left: 50px;
}

/* =============================================
   WOOCOMMERCE MESSAGES
   ============================================= */

li.mega-menu-item-object-custom {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}

ul.mega-sub-menu li.mega-menu-item-object-custom a {
	height: auto !important;
	min-height: auto !important;
}

ul.mega-sub-menu li.mega-menu-item-object-custom a:hover {
	text-decoration: underline !important;
	color: #000 !important;
}

.woocommerce-message,
.woocommerce-info {
	border-top-color: #271C16;
	color: #000;
}

.woocommerce-message a,
.woocommerce-info a {
	color: #1B120E;
	text-decoration: underline;
}

.woocommerce-info::before {
	color: #000;
}

.checkout-title {
	color: #000 !important;
}

.woocommerce-Address {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.checkout-trust-section {
	background: linear-gradient(135deg, #4b352a 0%, #271C16 100%) !important;
}

.step.active .step-number {
	background: #4b352a !important;
}

.step.active .step-text {
	color: #4b352a !important;
}

.woocommerce-account .addresses .title .edit {
	float: left;
}

.woocommerce-Address address {
	font-size: 12px;
	margin-top: 5px;
	color: red;
}

.woocommerce-Address h2 {
	font-size: 32px;
	text-transform: uppercase;
}

.woocommerce-Address header.woocommerce-Address-title a {
	color: #000;
}

/* =============================================
   WISHLIST
   ============================================= */

.wishlist-table-wrapper {
	background: white;
	margin: 2rem 0 10rem 0;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.wishlist-table {
	width: 100%;
	border-collapse: collapse;
}

.wishlist-table th {
	background: #271C16;
	padding: 1rem;
	text-align: left;
	font-weight: 600;
	color: #fff;
	border-bottom: 2px solid #e5e7eb;
	text-transform: uppercase;
}

.wishlist-table td {
	padding: 1rem;
	border-bottom: 1px solid #f3f4f6;
	vertical-align: middle;
}

.wishlist-table tr:last-child td {
	border-bottom: none;
}

.wishlist-table tr:hover {
	background: #f9fafb;
}

.wishlist-product-info {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.wishlist-product-image {
	width: 60px;
	height: 60px;
	flex-shrink: 0;
}

.wishlist-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.wishlist-product-details h4 {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	color: #374151;
}

.wishlist-product-details a {
	color: #000;
	text-decoration: none;
}

.wishlist-product-details a:hover {
	color: #4b352a;
}

.wishlist-price {
	font-size: 1rem;
	font-weight: 600;
	color: #000;
}

.wishlist-stock {
	padding: 0.25rem 0.75rem;
	border-radius: 9999px;
	font-size: 0.875rem;
	font-weight: 500;
}

.wishlist-stock.in-stock {
	background: #d1fae5;
	color: #065f46;
}

.wishlist-stock.out-of-stock {
	background: #fee2e2;
	color: #991b1b;
}

.wishlist-actions {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.wishlist-add-to-cart {
	background: #4b352a;
	color: white;
	padding: 0.5rem 1rem;
	border: none;
	border-radius: 4px;
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: 500;
	transition: background 0.2s;
}

.wishlist-add-to-cart:hover {
	background: #362620;
	color: white;
}

.wishlist-remove {
	background: none;
	border: 1px solid #d1d5db;
	padding: 0.5rem 0.75rem;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.2s;
	font-size: 1.2rem;
	line-height: 1;
	color: #6b7280;
}

.wishlist-remove:hover {
	background: #fee2e2;
	border-color: #fca5a5;
	color: #dc2626;
}

.wishlist-header {
	margin: 6em 0 1rem 0;
}

.wishlist-header h2 {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
	font-size: 1.75rem;
	color: #1f2937;
}

.wishlist-count {
	background: #ff3b30;
	color: white;
	padding: 0.25rem 0.5rem;
	border-radius: 9999px;
	font-size: 0.875rem;
	font-weight: 600;
}

.wishlist-stats {
	color: #000;
	margin-top: 0.5rem;
	font-size: 12px;
}

.wishlist-empty {
	text-align: center;
	padding: 3rem 2rem;
	background: white;
	border-radius: 8px;
	margin: 2rem 0;
}

.wishlist-empty h3 {
	margin-bottom: 1rem;
	color: #374151;
}

.wishlist-empty .button {
	background: #4b352a;
	color: white;
	padding: 0.75rem 1.5rem;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 500;
}

.wishlist-empty .button:hover {
	background: #362620;
	color: white;
}

/* =============================================
   WOOCOMMERCE CART / CHECKOUT
   ============================================= */

.woocommerce table.shop_table th {
	font-weight: 700;
	padding: 12px;
	line-height: 1.5em;
	background: #271C16;
	text-transform: uppercase;
	color: #fff;
}

.woocommerce-cart-form__cart-item .product-name a {
	color: #000;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	line-height: 22px;
	min-width: 150px;
	border-radius: 24px;
	padding: 7px 20px;
}

.cart_totals h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.1em;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
	background: #4E382C;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	text-transform: initial;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #fff;
}

.woocommerce {
	background: #fff;
}

.woocommerce table.shop_table a {
	color: #1B120E;
}

.woocommerce table thead th:first-child {
	border-top-left-radius: 8px;
}

.woocommerce table thead th:last-child {
	border-top-right-radius: 8px;
}

/* =============================================
   CONTACT PAGE
   ============================================= */

.contact-page-left-wrapper p {
	margin-left: 5px;
}

.contact-page-left-wrapper p span {
	margin-right: 8px;
}

.contact-carrers {
	margin-top: 60px;
}

.contact-carrers a {
	color: #000;
	font-weight: 600;
}

.contact-page-left-wrapper h2 {
	margin-bottom: 30px;
	margin-top: 60px;
}

/* =============================================
   SHOP PAGE
   ============================================= */

.shoppage-container {
	padding: 80px 0;
}

.shop-sidebar h2 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.shop-sidebar h3 {
	font-size: 1.2rem;
	text-transform: uppercase;
}

.shop-page-contain-wrapper {
	display: flex;
	flex-direction: column;
}

.shop-sidebar span.ui-slider-handle {
	background-color: #4b352a !important;
}

.shop-sidebar .ui-slider-range {
	background-color: #4b352a !important;
}

.shop-sidebar ul.category-list {
	margin-left: 0;
}

.shop-sidebar ul.category-list li {
	list-style: none;
	margin-bottom: 3px;
	margin-top: 3px;
}

.shop-sidebar ul.category-list li a {
	color: #282828;
}

.shop-sidebar ul.category-list li a:hover {
	color: #000;
}

.shop-header-right .woocommerce-ordering select {
	padding: 10px 20px;
	border: 0;
	border-radius: 24px;
	-webkit-appearance: auto;
	background: #1e1e1e;
	color: #fff;
}

.shop-pagination nav.woocommerce-pagination ul {
	border: 1px solid #000;
}

.shop-pagination nav.woocommerce-pagination ul li a {
	padding: 10px 20px;
	color: #000;
}

.shop-pagination nav.woocommerce-pagination ul li span.current {
	padding: 10px 20px;
	color: #fff;
	background: #4b352a;
}

/* =============================================
   TESTIMONIALS
   ============================================= */

.testimonial-block-wrapper {
	position: relative;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
	z-index: 6;
	border-radius: 18px;
	overflow: hidden;
	padding: 40px 15px 60px 15px;
}

.testimonila-left-panel img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 10px;
}

.testileft-review {
	display: flex;
	flex-direction: row;
}

.testileft-review a {
	color: #1a1a1a;
	text-decoration: underline;
	font-size: 15px;
	font-weight: 600;
}

.testileft-review a:hover {
	text-decoration: none;
}

ul.rating-list-wrap li {
	list-style: none;
	float: left;
	margin-left: 5px;
	background: green;
	color: #fff;
	width: 15px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

a.testi-btn {
	padding: 9px 20px;
	border: 1px solid #1e1e1e;
	border-radius: 50px;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	width: 180px;
	display: inline-block;
	text-align: center;
	margin-top: 15px;
	transition: 0.4s all ease-in-out;
}

a.testi-btn:hover {
	background: #1e1e1e;
	color: #fff;
	border: 1px solid #1e1e1e;
}

.testimonial-item-head {
	display: flex;
	flex-direction: row;
	gap: 15px;
}

.testimonial-item-head img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}

.testimonial-item {
	display: flex;
	flex-direction: column;
}

.testimonial-blockquote {
	display: flex;
	width: 100%;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 14px;
}

.testimonial-item ul.rating-list-wrap {
	display: block;
	margin-left: 0;
}

.testimonial-carousel .carousel-control-prev {
	left: 0 !important;
	bottom: -60px !important;
}

.testimonial-carousel .carousel-control-next {
	right: 0 !important;
	bottom: -60px !important;
}

.testimonialwrapper-footer h2 {
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
}

/* =============================================
   ADS CAROUSEL
   ============================================= */

.frontpage-adscroll {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

#addscarousel {
	position: relative;
	height: 600px;
	overflow: hidden;
	margin-top: 110px;
	margin-bottom: 10px;
}

#addscarousel .carousel-inner,
#addscarousel .carousel-item {
	height: 100%;
}

#addscarousel .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#addscarousel .carousel-control-prev {
	left: 50px;
	bottom: 50%;
}

#addscarousel .carousel-control-next {
	right: 50px;
	bottom: 50%;
}

.homepage-promo-banner {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.homepage-promo-banner img {
	width: 100%;
	height: 100%;
}

/* =============================================
   CONTAINER OVERRIDES (DESKTOP)
   ============================================= */

@media (min-width: 992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: calc(100% - 60px);
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: calc(100% - 60px);
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1400px;
	}
}

/* =============================================
   LARGE DESKTOP → TABLET BREAKPOINT (max-width: 1340px)
   ============================================= */

@media only screen and (max-width: 1340px) {
	#mega-menu-wrap-menu-1 .mega-menu-toggle {
		background: transparent;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		gap: 0;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		position: relative;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
		flex-direction: column;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li {
		width: 100% !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
		overflow: scroll;
	}
}

/* =============================================
   TABLET LANDSCAPE (max-width: 1199px)
   ============================================= */

@media (max-width: 1199px) {
	.header-contact a {
		font-size: 14px;
	}

	#mainNavbar ul.navbar-nav li a {
		white-space: nowrap;
	}

	.footer-sitetitle {
		font-size: 64px;
	}

	.footer-social-wrap ul li img {
		width: 24px;
		height: 24px;
	}

	.page-heading-block h2 {
		font-size: 56px;
	}
}

/* =============================================
   TABLET PORTRAIT (max-width: 991px)
   ============================================= */

@media (max-width: 991px) {
	/* Header */
	.header-logo img {
		height: 60px;
	}

	.header-contact {
		font-size: 14px;
		padding: 12px;
	}

	.header-contact a {
		font-size: 14px;
	}

	.header-rightwrapper {
		margin-top: 10px;
	}

	.header-rightwrapper ul {
		gap: 8px;
		white-space: nowrap;
		padding-bottom: 10px;
		align-items: center;
		justify-content: center;
	}

	.header-rightwrapper ul li {
		padding: 10px 8px;
	}

	.header-rightwrapper ul li a {
		font-size: 11px;
		min-width: auto;
		width: 100%;
		display: block;
		white-space: wrap;
		text-align: center;
	}

	.header-rightwrapper ul li a i.fa-solid,
	.header-rightwrapper ul li a i.fa-regular {
		font-size: 16px;
	}

	.headersearch-wrap input[type="search"] {
		font-size: 12px;
	}

	/* Mini Cart */
	.header-rightwrapper .mini-cart-dropdown {
		right: 0;
		margin-top: 0;
	}

	.header-rightwrapper .mini-cart-dropdown .woocommerce-mini-cart-item {
		display: flex !important;
		flex-direction: column !important;
	}

	.mini-cart-dropdown .remove {
		min-width: auto;
	}

	.mini-cart-dropdown .woocommerce-mini-cart-item img {
		float: left;
		margin-right: 15px;
	}

	/* Nav */
	#header-nav .navbar-toggler-icon {
		filter: invert(1);
	}

	#header-nav .navbar-brand {
		color: #fff;
	}

	#header-nav .navbar-toggler,
	#header-nav .navbar-toggler:focus {
		border: 0;
		outline: none;
		box-shadow: none;
	}

	#mainNavbar ul.navbar-nav {
		gap: 5px;
		padding: 10px 0;
	}

	#mainNavbar ul.navbar-nav li {
		border: 1px solid #bdbdbd;
		border-radius: 4px;
		padding: 4px 10px;
		margin-bottom: 0;
	}

	#mainNavbar ul.navbar-nav li a {
		margin: 0;
		padding: 0;
	}

	/* Hero */
	#heroCarousel {
		margin-bottom: 20px;
	}

	#heroCarousel .hero-slide {
		height: 310px;
	}

	/* Special Offer */
	.specialoffer-wrapper {
		height: auto;
		min-height: 300px;
	}

	/* Product Tab */
	#v-pills-tab {
		display: flex;
		flex-direction: row !important;
		justify-content: space-between;
		border-right: 0;
		flex-wrap: wrap;
		gap: 8px;
	}

	#frontpage-producttab-wrapper .nav-link {
		flex: 1;
		padding: 0 20px;
		margin: 0 5px;
		white-space: nowrap;
	}

	/* Sticky */
	.sticky-front-wrapper {
		position: relative;
	}

	.sticky-front-block {
		position: sticky;
		top: 0;
		z-index: 6;
		background: #fff;
		border-radius: 8px;
		padding-top: 20px;
		margin-top: 30px;
	}

	.frontpage-bestseller-product-wrap {
		position: relative;
		z-index: 3;
	}

	/* Promo Banner */
	.homepage-promo-banner {
		margin-top: 10px;
		width: 100%;
		border: 0;
		height: 200px;
	}

	/* Bestseller grid */
	.frontpage-bestseller-product-wrap .col-12 {
		margin-bottom: 20px;
	}

	/* Footer */
	.footer-support-link {
		margin-top: 20px;
	}

	.footercopyright-text {
		font-size: 14px;
	}

	.footer-payment {
		text-align: left;
		margin-top: 10px;
	}

	.footerbottom-wrap {
		margin-top: 20px;
	}

	.footer-sitetitle {
		font-size: 50px;
	}

	/* Testimonials */
	.testileft-review {
		flex-direction: column;
	}

	ul.rating-list-wrap {
		margin-left: -5px;
		margin-top: 10px;
	}

	/* Page heading */
	.page-heading-block {
		width: 100%;
		margin-bottom: 40px;
	}

	.page-heading-block h2 {
		font-size: 44px;
	}

	/* Ads Carousel */
	#addscarousel {
		height: 350px;
		margin-top: 40px;
	}

	/* Single product */
	.singleproduct-info-wrapper .product-bottom-wrapper {
		width: 100%;
	}
}

/* =============================================
   MOBILE LANDSCAPE + SMALL TABLETS (max-width: 767px)
   ============================================= */

@media (max-width: 767px) {
	
	#frontpage-producttab-wrapper .col-12 {
        width: 50%;
    }
	
	.container, .container-sm {
		max-width: 100%!important;
	}
	/* Typography */
	h1 {
		font-size: 1.8rem;
		font-weight: 400;
	}

	h2 {
		font-family: "Lato", sans-serif;
		font-size: 1.5rem;
		font-weight: 400;
	}

	h3 {
		font-family: "Lato", sans-serif;
		font-size: 1.2rem;
		font-weight: 400;
	}

	h4 {
		font-family: "Lato", sans-serif;
		font-size: 1rem;
		font-weight: 600;
	}

	h5 {
		font-family: "Lato", sans-serif;
		font-size: 1rem;
		font-weight: 500;
	}

	h6 {
		font-family: "Lato", sans-serif;
		font-size: 0.8rem;
		font-weight: 400;
	}

	p {
		font-size: 14px;
	}

	/* Header */
	#header {
		padding: 10px 0;
	}

	.header-logo img {
		height: 50px;
	}

	/* Hero */
	#heroCarousel {
		border-radius: 10px;
	}

	#heroCarousel .hero-slide {
		height: 230px;
	}

	/* Page Heading */
	.page-heading-block {
		width: 100%;
		margin-bottom: 20px;
	}

	.page-heading-block h2 {
		font-size: 32px;
		letter-spacing: -0.01em;
	}

	.page-heading-block p {
		font-size: 14px;
		width: 100%;
	}

	/* Product */
	a.product-btn {
		font-size: 11px;
		height: 35px;
	}

	a.wishlist-button {
		top: 5px;
	}

	.product-bottom-wrapper h3 {
		min-height: auto;
		font-size: 16px;
		margin: 5px 0 15px 0;
	}

	.product-bottom-wrapper h3 a {
		font-size: 16px;
	}

	/* Product Tab */
	#frontpage-producttab-wrapper .nav-link {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		font-weight: 400;
		padding: 0 12px;
		margin: 0 3px;
	}

	/* Category */
	.category-wrap {
		height: auto;
		margin-bottom: 15px;
	}

	.category-wrap-first {
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.category-wrap img {
		margin-bottom: 10px;
		height: 150px;
		object-fit: cover;
		width: 100%;
	}

	.category-wrap h3 {
		position: relative;
		top: auto;
		right: auto;
		transform: none;
		color: #000;
		background: transparent;
		font-size: 14px;
		padding: 5px 0;
	}

	.category-wrap:hover h3 {
		color: #fff;
		background: transparent;
	}

	.catfullimage a {
		width: 100%;
	}

	/* Footer */
	.footertop-wrap ul li,
	.footertop-wrap ul li a {
		font-size: 13px;
	}

	.footer-sitetitle {
		font-size: 40px;
	}

	.footer-social-wrap h4 {
		font-size: 1.4rem;
	}

	/* Blog */
	.blog-grid {
		display: block !important;
	}

	.blog-thumbnail {
		height: auto !important;
	}

	.blog-item {
		margin-bottom: 30px;
	}

	.blog-content {
		padding: 15px;
	}

	.blog-item .entry-title {
		font-size: 1.2rem;
	}
	
	.sticky-front-wrapper {
		gap: 40px;
	}

	/* Contact */
	.contact-page-left-wrapper h2 {
		margin-top: 0 !important;
	}

	/* Testimonials */
	#testimonialCarousel {
		background: #bfbfbf;
		padding: 20px;
		margin: 20px 0 0 0;
		border-radius: 8px;
	}

	.testimonial-carousel .carousel-control-next,
	.testimonial-carousel .carousel-control-prev {
		bottom: -40px !important;
	}

	.testimonial-item {
		margin-bottom: 30px;
	}

	.testimonialwrapper-footer h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	/* Page Banner */
	.page-banner-wrapper {
		height: 280px;
	}

	.page-banner-content {
		width: 90%;
	}

	/* Category mobile fix */
	.category-wrap {
		position: relative;
	}

	.category-wrap:hover h3 {
		color: #fff;
	}

	/* Mega Menu */
	#mega-menu-wrap-menu-1 .mega-menu-toggle {
		background: transparent;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
		left: 0;
		display: flex;
		justify-content: start;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
		display: flex;
		gap: 15px;
		flex-wrap: nowrap;
		flex-direction: column;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
		width: 100%;
	}

	/* Mini Cart */
	.mini-cart-dropdown {
		width: 280px;
		right: -30px;
	}

	/* Ads Carousel */
	#addscarousel {
		height: 220px;
		margin-top: 20px;
	}

	/* Single product */
	.singleproduct-info-wrapper .product-bottom-wrapper {
		width: 100%;
	}

	/* Wishlist table */
	.wishlist-table th,
	.wishlist-table td {
		padding: 0.75rem 0.5rem;
		font-size: 0.875rem;
	}

	.wishlist-product-info {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.wishlist-product-image {
		width: 50px;
		height: 50px;
	}

	.wishlist-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 0.25rem;
		width: 100%;
	}

	.wishlist-add-to-cart {
		text-align: center;
	}

	/* Woo account */
	.woocommerce-Address h2 {
		font-size: 22px;
	}
}

/* =============================================
   MOBILE PORTRAIT (max-width: 575px)
   ============================================= */

@media (max-width: 575px) {
	/* Header */
	#header {
		padding: 8px 0;
	}

	.header-logo img {
		height: 66px;
	}
	
	#frontpage-producttab-wrapper {
		margin-top: 0px;
	}

	.header-contact {
		padding: 5px 15px;
		margin-top: 5px;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 5px;
		white-space: nowrap;
		font-size: 13px;
	}

	.header-contact span {
		display: inline-block;
		margin-right: 8px;
	}

	.header-rightwrapper ul {
		justify-content: flex-end;
		gap: 4px;
	}

	.header-rightwrapper ul li {
		padding: 5px 4px;
	}

	.header-rightwrapper ul li a {
		font-size: 10px;
		min-width: auto;
		gap: 2px;
	}

	.header-rightwrapper ul li a i.fa-solid,
	.header-rightwrapper ul li a i.fa-regular {
		font-size: 14px;
	}

	#header-nav .navbar-brand {
		font-size: 14px;
	}

	/* Hero */
	#heroCarousel .hero-slide {
		height: 280px;
	}
	
	.sticky-front-wrapper {
		gap: 40px;
	}

	/* Product Tab */
	#frontpage-producttab-wrapper .nav-link {
		height: 34px;
		line-height: 34px;
		font-size: 11px;
		font-weight: 500;
		padding: 0 8px;
		margin: 0 2px;
		letter-spacing: 0;
	}

	#v-pills-tab {
		gap: 4px;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		margin: 0 0 20px 0;
		padding-bottom: 4px;
	}

	#v-pills-tab::-webkit-scrollbar {
		display: none;
	}

	/* Products */
	.product-block-middle {
		height: auto;
		max-height: none;
	}

	.frontpage-bestseller-product-wrap .col-6 {
		width: 50%%;
	}

	.product-block-middle img {
		height: 140px;
	}

	/* Category */
	.category-wrap-first {
		text-align: center;
	}

	/* Footer */
	.footertop-wrap h3 {
		color: #fff;
		margin-bottom: 5px;
		margin-top: 20px;
	}

	.footertop-wrap {
		padding-top: 10px;
	}

	.footer-social-wrap ul li {
		margin-right: 15px;
	}

	.footer-social-wrap ul li img {
		width: 24px;
		height: 24px;
	}

	.footer-sitetitle {
		font-size: 30px;
	}

	.footer-mid-wrap ul {
		column-count: 1;
	}

	.footer-payment img {
		width: 150px;
	}

	.footerbottom-wrap {
		margin-top: 10px;
	}

	/* About */
	.aboutpage-block-wrapper img {
		margin-bottom: 20px;
		display: flex;
		width: 100%;
		height: auto;
	}

	.page-main-wrapper {
		padding: 40px 0 0 0;
	}

	/* Account */
	.custom-account-wrapper {
		display: flex;
		flex-direction: column;
		gap: 30px;
		margin-bottom: 60px;
	}

	.custom-account-wrapper .woocommerce-MyAccount-content {
		padding-left: 15px;
		border-left: 2px solid #000;
	}

	.custom-account-wrapper .woocommerce-MyAccount-navigation ul li a {
		font-size: 14px;
		margin-bottom: 10px;
	}

	/* Shop */
	.shoppage-container {
		padding: 40px 20px;
	}
	
	.specialoffer-wrapper {
		margin-bottom: 40px;
	}

	/* Wholesale */
	.wholesale-content-wrapper h4 {
		font-size: 1.6rem;
	}

	.wholesale-content-wrapper a,
	.wholesale-content-wrapper p {
		font-size: 1rem;
	}

	/* Page Banner */
	.page-banner-wrapper {
		height: 200px;
	}

	.page-banner-content {
		width: 94%;
		padding: 12px;
	}

	/* Wishlist header */
	.wishlist-header {
		margin: 2em 0 1rem 0;
	}

	.wishlist-header h2 {
		font-size: 1.3rem;
	}

	/* Cart */
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		min-width: 100px;
	}

	/* Single product thumbs */
	.single-productthumb {
		width: calc(50% - 14px);
	}

	/* Carousel controls */
	.carousel-control-prev {
		left: 35%;
	}

	.carousel-control-next {
		right: 35%;
	}

	/* Ads Carousel */
	#addscarousel {
		height: 180px;
		margin-top: 10px;
	}

	/* Section padding */
	#frontpage-bestseller {
		padding: 30px 0 10px 0;
	}

	#category-display-wrapper {
		padding: 40px 0 40px 0;
	}

	#blog-wrapper {
		padding: 30px 0;
	}

	.front-icon-promo {
		text-align: center;
		padding: 8px;
	}

	.front-icon-promo img {
		width: 60px;
		height: 60px;
	}

	.front-icon-promo h3 {
		font-size: 13px;
	}
}

/* =============================================
   EXTRA SMALL (max-width: 360px)
   ============================================= */

@media (max-width: 360px) {
	.header-rightwrapper ul li a span {
		display: none; /* hide text labels, keep icons only */
	}

	.header-rightwrapper ul li a {
		font-size: 0;
	}

	.header-rightwrapper ul li a i.fa-solid,
	.header-rightwrapper ul li a i.fa-regular {
		font-size: 16px;
	}

	.header-rightwrapper ul li {
		padding: 8px 6px;
		min-width: 36px;
		justify-content: center;
	}

	#heroCarousel .hero-slide {
		height: 160px;
	}

	.page-heading-block h2 {
		font-size: 26px;
	}

	.footer-sitetitle {
		font-size: 26px;
	}
}


/* =============================================
   SIDEBAR CONTAINER PADDING FIX — MOBILE/TABLET
   Add after existing stylesheets
   ============================================= */

@media (max-width: 991px) {

	/* Add breathing room to the sidebar on tablet/mobile */
	.shop-sidebar,
	.widget_price_filter,
	.widget_product_categories {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	/* Also ensure the WooCommerce sidebar widget area has padding */
	.woocommerce .widget-area,
	.woocommerce-sidebar,
	aside.widget-area {
		padding: 0 15px;
	}

	/* Price filter widget spacing */
	.widget_price_filter {
		padding: 12px 15px !important;
		background: #fff;
		border-radius: 12px;
		margin-bottom: 12px;
		box-shadow: 0 1px 6px rgba(0,0,0,0.07);
	}

	/* Category widget spacing */
	.widget_product_categories {
		padding: 12px 15px !important;
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 1px 6px rgba(0,0,0,0.07);
	}
}

@media (max-width: 767px) {

	/* Tighter but still with proper side gaps */
	.shop-sidebar,
	.widget_price_filter,
	.widget_product_categories {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	/* The main page container — ensure it has side padding */
	.shoppage-container .container,
	.shoppage-container > .container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.product-cat {
		display: none!important;
	}
}