/* Theme Name: JZ Vapes */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
:root {
	/* Font Families */
	--font-family-heading: "Oswald", sans-serif;
	--font-family-para: "Outfit", sans-serif;
	/* Colors */
	--primary-color: #2c4b79;
	--secondary-color: #F5F5DC;
	--secondary-heading-color: #19191A;
	--accent-text-color: #666666;
	--dark-color: #000000;
	--white-color: #ffffff;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: var(--font-family-para);
	color: var(--secondary-heading-color);
	text-align: left;
	font-size: 15px;
	font-weight: 400;
}
p {
	font-size: 15px;
	columns: var(--accent-text-color);
	margin-bottom: 0;
	font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family-heading);
}
ul,
ol {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
a {
	text-decoration: none;
	color: var(--secondary-heading-color);
}
a:hover {
	color: var(--secondary-heading-color);
}
.top-bar {
	background-color: var(--primary-color);
	padding: 10px 0;
}
.topbar-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-bar p {
	color: var(--white-color);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
	border-radius: 20px;
}
.header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 0;
	position: relative;
}
.header-logo {
	width: 20%;
}
.header-logo img {
	max-width: 100%;
	height: auto;
}
.header-serach-bar-main{
	width: 40%;
	display: flex;
	align-items: center;
	gap: 10px;
}
.header-serach-bar-wrapper{
	position: relative;
	flex: 1;
}
.header-serach-bar-wrapper .fake-input{
	width: 100%;
	height: 36.5px;
	padding: 7.5px 10px;
	font-size: 13px;
	border: 1px solid var(--primary-color);
	border-radius: 25px;
}
.header-serach-bar-wrapper i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 3px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background: var(--primary-color);
	border-radius: 50%;
	color: var(--white-color);
	font-size: 13px;
	cursor: pointer;
}
.header-serach-bar-main .sidebar-openBtn{
	height: 36.5px;
	width: 36.5px;
	line-height: 36.5px;
	text-align: center;
	border-radius: 50%;
	background: var(--primary-color);
	color: var(--white-color);
	cursor: pointer;
	display: none;
}
.header-serach-bar-main .inbox-mob-btn{
	height: 36.5px;
	width: 36.5px;
	line-height: 36.5px;
	text-align: center;
	border-radius: 50%;
	background: var(--primary-color);
	color: var(--white-color);
	position: relative;
	display: none;
}
.header-top-btns{
	width: 30%;
}
.header-top-btns ul{
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
}
.header-top-btns ul li a{
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 14px;
}
.header-buttons {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
}
.header-buttons .slide-cart-wrapper{
	position: relative;
	cursor: pointer;
}
.header-buttons .slide-cart-wrapper i{
	height: 35px;
	width: 35px;
	flex: 0 0 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	color: var(--white-color);
	background-color: var(--primary-color);
	cursor: pointer;
}
.header-buttons .slide-cart-wrapper .cart-total-item-count{
	position: absolute;
	top: -4px;
	right: -4px;
	background: #000;
	color: #fff;
	height: 15px;
	width: 15px;
	line-height: 15px;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
}
.header-buttons .login-btn .user-login{
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	gap: 7px;
	border-radius: 25px;
	padding: 4px 20px 4px 4px;
	font-size: 11px;
	text-transform: capitalize;
	color: var(--white-color);
	font-weight: 700;
}
.header-buttons .login-btn .user-login i {
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	color: var(--primary-color);
	background-color: var(--white-color);
	cursor: pointer;
}
.header-menus {
	padding: 10px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-menus .header-menu-desktop{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.header-menus .header-menu-desktop li a {
	font-size: 12px;
	text-transform: capitalize;
	color: var(--dark-color);
	font-weight: 600;
	transition: 0.4s ease-in-out;
	display: flex;
	align-items: center;
	gap: 5px;
}
.header-menus .header-menu-desktop li.has_submenu a.parent_cat:after{
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: var(--dark-color);
}
.header-menus .header-menu-desktop li .sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	padding: 20px;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .1);
	visibility: hidden;
	opacity: 0;
	transition: 0.3s ease;
	z-index: 111;
}
.header-menus .header-menu-desktop li:hover .sub-menu{
	visibility: visible;
	opacity: 1;
}
.sub-menu .submenu-title {
	font-size: 26px;
	margin-bottom: 14px;
}
.sub-menu .subcategory_list ul {
	padding-left: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 10px;
}
.sub-menu .subcategory_list ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: #000 !important;
}
.subcategory_card {
	margin-bottom: 5px;
}
.subcategory_card_img {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.subcategory_card_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.subcategory_card_title a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	text-decoration: none;
}
.subcategory_card_title a h6 {
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: 600;
}
.siteNoticeBar {
	background-color: var(--dark-color);
	padding: 12px 0;
}
.scrolling-text {
	width: 100%;
	overflow: hidden;
	display: flex;
	white-space: nowrap;
	gap: 30px;
}
.scrolling-text .text {
	text-transform: uppercase;
	animation: animate_text 100s linear infinite;
	display: flex;
	gap: 30px;
}
.scrolling-text p {
	font-size: 15px;
	color: var(--white-color);
	font-weight: 600;
}
@keyframes animate_text {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-100%, 0, 0);
	}
}
.banner-slide{
	display: block;
}
.banner-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-button-next {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	background-color: var(--white-color);
	color: var(--primary-color);
	border-radius: 50%;
	right: 10px;
}
.banner-button-prev {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	background-color: var(--white-color);
	color: var(--primary-color);
	border-radius: 50%;
	left: 10px;
}
.banner-pagination {
	position: absolute;
	bottom: 10px !important;
	left: 10px !important;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 7px;
}
.banner-pagination .swiper-pagination-bullet {
	margin: 0 !important;
	height: 12px;
	width: 12px;
	background-color: var(--white-color);
	opacity: 1;
}
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 35px;
	background-color: var(--primary-color);
	border-radius: 10px;
}
.section-info-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.section-info-wrapper-2 {
	text-align: center;
	margin-bottom: 30px;
}
.section-title {
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0;
	color: var(--dark-color);
}
.section-des {
	font-size: 14px;
	color: var(--accent-text-color);
	font-weight: 500;
}
.sec-info-btn a {
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	gap: 7px;
	max-width: max-content;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--white-color);
	border-radius: 25px;
	padding: 4px 4px 4px 15px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.sec-info-btn a i {
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--white-color);
	color: var(--primary-color);
	transform: rotate(-45deg);
}
.sec-info-btn a::before{
	content: '';
	display: block;
	position: absolute;
	width: 150%;
	height: 150%;
	background: #191919;
	transform: translateY(0);
	top: 0;
	left: -25%;
	border-radius: 50%;
	animation-name: plugButtonSlideAboveButton;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	will-change: transform,opacity;
	transition: background .3s linear;
	z-index: -1;
}
.sec-info-btn a:hover::before{
	animation-name: plugButtonSlideOverButton;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-timing-function: ease;
	background: #191919;
}
.product-sec {
	padding: 40px 0;
	position: relative;
	overflow: hidden;
}
.product-box {
	background-color: #f8f8f8;
	padding: 12px;
	border-radius: 16px;
	position: relative;
	transition: all 0.3s ease;
}
.product-img {
	background-color: var(--white-color);
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}
.wishlist-icon{
	position: absolute;
	bottom: 5px;
	left: 5px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background: #f8f8f8;
	border-radius: 50%;
	text-align: center;
}
.product-img img {
	width: 100%;
	object-fit: contain;
	aspect-ratio: 1/1;
	transition: all 0.3s ease;
}
.product-content {
	display: flex;
	flex-flow: column;
	gap: 7px;
	margin-top: 10px;
}
.product-title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	color: var(--dark-color);
	height: 38.38px;
	overflow: hidden;
}
.product-price {
	font-size: 15px;
	font-weight: 400;
	color: var(--accent-text-color);
}
.product-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	background: var(--primary-color);
	padding: 10px;
	border-radius: 30px;
	color: var(--white-color);
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: background-color 0.3s ease, font-size 0.3s ease;
	z-index: 1;
}
.product-btn a::before{
	content: '';
	display: block;
	position: absolute;
	width: 150%;
	height: 150%;
	background: #191919;
	transform: translateY(0);
	top: 0;
	left: -25%;
	border-radius: 50%;
	animation-name: plugButtonSlideAboveButton;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	will-change: transform,opacity;
	transition: background .3s linear;
	z-index: -1;
}
@keyframes plugButtonSlideAboveButton{
	0% {
		transform: translateY(-15%);
	}
	100% {
		transform: translateY(-110%);
	}
}
.product-btn a:hover::before , .product-box:hover .product-btn a::before{
	animation-name: plugButtonSlideOverButton;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-timing-function: ease;
	background: #191919;
}
@keyframes plugButtonSlideOverButton{
	0% {
		transform: translateY(110%);
	}
	100% {
		transform: translateY(-15%);
	}
}
.product-box .out-of-stock{
	display: block;
	background: red;
	padding: 10px;
	border-radius: 30px;
	color: var(--white-color);
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.product-btn a i {
	font-size: 18px;
}
.product-box:hover{
	transform: translateY(-8px);
}
.product-box:hover .product-img img {
	transform: scale(1.03);
}
.product-slider-wrapper {
	position: relative;
}
.prod-button-next , .sale-button-next , .rec-button-next{
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: var(--white-color);
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	z-index: 1;
	right: -17.5px;
}
.prod-button-prev , .sale-button-prev , .rec-button-prev{
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: var(--white-color);
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	z-index: 1;
	left: -17.5px;
}
.swiper-button-disabled {
	opacity: 0.5;
}
.category-link-sec{
	position: relative;
	overflow: hidden;
}
.category-link-box {
	display: block;
	overflow: hidden;
	border-radius: 15px;
}
.category-link-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}
.category-link-box:hover img{
	transform: scale(1.03);
}
.brand-sec {
	padding: 40px 0 30px;
	position: relative;
	overflow: hidden;
}
.brand-box {
	display: block !important;
	text-align: center;
	padding: 10px;
	border-radius: 12px;
	background-color: #f8f8f8;
	transition: all 0.3s ease;
}
.brand-box img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	border-radius: 50%;
	margin-bottom: 10px;
	filter: invert(1);
	transition: all 0.3s ease;
}
.brand-box h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--dark-color);
	margin: 0;
	transition: all 0.3s ease;
}
.brand-box:hover{
	background: var(--primary-color);
}
.brand-box:hover h3{
	color: #ffffff;
}
.brand-box:hover img{
	filter: unset;
	transform: scale(1.1);
}
.best-seller-sec {
	padding: 40px 0 16px;
}
.product-badge.sale{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	width: 45px;
	text-align: center;
	border-radius: 2px;
	animation: blink 0.65s infinite ease alternate;
}
.product-badge.sold-out{
	background: red;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	width: 45px;
	text-align: center;
	border-radius: 2px;
}
@keyframes blink{
	0% {
		background-color: green;
	}
	100% {
		background-color: green;
	}
}
.product-badge.best-seller{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	width: 45px;
	text-align: center;
	border-radius: 2px;
	animation: bestblink 0.65s infinite ease alternate;
}
@keyframes bestblink{
	0% {
		background-color: #d8c724;
	}
	100% {
		background-color: #f9e100;
	}
}
.product-badge.new-arrival{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	width: 45px;
	text-align: center;
	border-radius: 2px;
	animation: newblink 0.65s infinite ease alternate;
}
@keyframes newblink{
	0% {
		background-color: #bb251b;
	}
	100% {
		background-color: #ff1100;
	}
}
.picked-sec {
	padding: 40px 0;
}
.picked-box {
	display: block;
	position: relative;
	border-radius: 14px;
	overflow: hidden;
}
.picked-box::before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #2c4b7940;
}
.picked-box .feature-img {
	padding: 25px;
	overflow: hidden;
	border-radius: 14px;
	box-shadow: 0px 0px 5px #0000001c;
}
.picked-box .feature-img img {
	width: 100%;
	transition: all 0.3s ease;
}
.picked-box .logo {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	overflow: hidden;
	background: #f8f8f8;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}
.picked-box .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: invert(1);
	transition: all 0.3s ease;
}
.picked-box:hover .logo{
	background: var(--primary-color);
}
.picked-box:hover .logo img{
	filter: unset;
}
.picked-box:hover .feature-img img{
	transform: scale(1.04);
}
.choose-up-sec {
	padding: 60px 0;
	background-color: var(--dark-color);
}
.choose-up-sec .section-title {
	color: var(--white-color);
}
.choose-box {
	text-align: center;
}
.choose-box .content-box {
	display: flex;
	flex-flow: column;
	gap: 7px;
	margin-top: 10px;
}
.choose-box .content-box h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
	color: var(--white-color);
}
.choose-box .content-box p {
	color: var(--white-color);
	font-size: 13px;
}
.shop-sec {
	padding: 40px 0 16px;
}
.shop-box {
	padding: 12px;
	border-radius: 14px;
	background-color: #f8f8f8;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
}
.shop-box .shop-img {
	width: 175px;
	height: 175px;
	border-radius: 50%;
	background: var(--white-color);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop-box .shop-img img {
	width: 120px;
	height: 120px;
	object-fit: contain;
}
.shop-box h3 {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: var(--dark-color);
	font-weight: 700;
}
footer {
	padding: 40px 0 20px;
	background-color: var(--dark-color);
}
.footer-logo {
	margin-bottom: 10px;
}
.footer-logo img {
	max-width: 185px !important;
	width: 100%;
}
.footer-copyright{
	text-align: center;
	padding-top: 10px;
	border-top: 1px dashed #fff;
	margin-top: 20px;
}
.footer-copyright p {
	font-size: 14px;
	font-weight: 600;
	color: var(--white-color);
}
.footer-copyright p a{
	color: var(--white-color);
}
.footer-socail-links p {
	font-size: 14px;
	font-weight: 600;
	color: var(--white-color);
	margin-bottom: 5px;
}
.footer-social-wrapper {
	display: flex;
	flex-flow: column;
	gap: 8px;
}
.footer-socail-links ul {
	display: flex;
	align-items: center;
	gap: 15px;
}
.footer-socail-links ul li a {
	display: inline-block;
	color: var(--white-color);
	font-size: 20px;
}
.footer-links ul {
	display: flex;
	flex-flow: column;
	gap: 8px;
}
.footer-links ul li a {
	font-size: 14px;
	font-weight: 300;
	color: var(--white-color);
}
.payment-img {
	margin-top: 10px;
}
.payment-img img {
	width: 100%;
}
footer .email a {
	font-size: 14px;
	font-weight: 300;
	color: var(--white-color);
}
footer .address p {
	font-size: 14px;
	font-weight: 300;
	color: var(--white-color);
}
footer .footer-content{
	margin-bottom: 10px;
}
footer .footer-content p {
	font-size: 12px;
	font-weight: 300;
	color: var(--white-color);
}
footer h3{
	font-size: 16px;
	color: white;
}
.bottom-bar {
	background-color: white;
	width: 100%;
	padding: 10px 0;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.bottom-bar ul {
	display: flex;
	margin: 0;
	justify-content: space-between;
}
.bottom-bar ul li {
	width: 20%;
}
.bottom-bar ul li a {
	text-decoration: none;
	color: #191919;
	justify-content: space-around;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bottom-bar ul li a i {
	font-size: 18px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50px;
	background: #2c4b79;
	color: #fff;
}
.bottom-bar ul li a p {
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
}
.login-btn{
	position: relative;
}
.login-btn:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 8px;
	top: 100%;
	left: 0;
}
.user-dropdown{
	position: absolute;
	background: #fff;
	min-width: 200px;
	z-index: 9999;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	margin-top: 8px;
	transition: 0.3s all;
	display: none;
}
.user-dropdown ul{
	margin: 0;
	padding: 15px;
	list-style: none;
}
.user-dropdown ul li{
	margin-bottom: 3px;
	position: relative;
	transition: 0.4s all;
}
.user-dropdown ul li a , .user-dropdown .user-logout a{
	text-decoration: none;
	color: #000;
	font-size: 14px;
	display: block;
	text-transform: capitalize;
	transition: 0.4s all;
}
.user-dropdown ul li:last-child{
	margin-bottom: 0;
}
.user-dropdown ul li::before{
	content: '\f061';
	font-family: 'FontAwesome';
	color: #2c4b79;
	font-weight: 600;
	font-size: 15px;
	display: none;
	position: absolute;
	top: 52%;
	left: 0;
	transform: translateY(-50%);
}
.user-dropdown ul li:hover::before{
	display: block;
}
.user-dropdown ul li:hover a{
	padding-left: 22px;
	color: #2c4b79;
}
.user-dropdown .user-logout{
	padding: 5px 15px;
	border-top: 1px solid #000;
}
.login-btn:hover .user-dropdown{
	display: block;
}
.single-page-breadcrumbs {
	padding: 15px 0;
	background: #000;
}
.single-page-breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	gap: 10px;
}
.single-page-breadcrumbs ul li {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.single-page-breadcrumbs ul li a {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
}
.single-page-breadcrumbs ul a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 14px;
}
.des-sec-info{
	border-bottom: 1px dashed #2c4b79;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.des-sec-info span{
	color: #fff;
	background-color: #2c4b79;
	border-color: #2c4b79;
	font-size: 15px;
	margin-bottom: 0;
	padding: 8px 16px;
	display: inline-block;
}
.description-text{
	border-bottom: 1px dashed #2c4b79;
	padding-bottom: 15px;
}
.description-text h3{
	font-size: 15px;
	color: #000;
	margin-bottom: 12px;
	font-weight: 700;
}
.description-text p {
	font-size: 15px;
	text-align: justify;
	color: #000;
	line-height: 1.6;
	margin-bottom: 12px;
}
.description-text ul {
	margin-bottom: 12px;
	padding-left: 17px;
	list-style: disc;
}
.description-text ul li {
	font-size: 15px;
}
.suggested-section-wrapper{
	display: flex;
	flex-flow: column;
	gap: 20px;
	padding: 12px 0;
}
.suggested-categories-grid h2 , .suggested-prod-section h2 , .popular-sellers-wrapper h2{
	font-size: 18px;
	margin-bottom: 12px;
	text-transform: capitalize;
	font-weight: 600;
	font-family: "Outfit", sans-serif;
}
.parent-thumb{
	background: unset;
	border: none;
	outline: none;
	padding: 10px;
	border-radius: 10px;
	transition: 0.3s ease-in-out;
}
.parent-thumb .parent-name {
	padding: 5px 15px;
	background: #f8f8f8;
	display: inline-block;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 5px;
	transition: 0.3s ease-in-out;
}
.parent-thumb.active{
	background: #f8f8f8;
}
.parent-thumb.active .parent-name{
	background: #2c4b79;
	color: #fff;
}
.suggest-parent-cat{
	display: flex;
	flex-flow: column;
	align-items: center;
}
.suggest-parent-cat-img{
	border-radius: 15px;
	overflow: hidden;
	background: #000;
}
.suggest-parent-cat img {
	width: 100%;
	aspect-ratio: 1 / 0.5;
	object-fit: cover;
}
.suggested-categories-tab{
	display: none;
	margin-top: 20px;
}
.suggested-categories-tab.active{
	display: block;
}
.brand-list-heading{
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 600;
	font-family: "Outfit", sans-serif;
}
.popular-sellers-wrapper h2{
	font-size: 18px;
	margin-bottom: 12px;
	text-transform: capitalize;
	font-weight: 600;
	font-family: "Outfit", sans-serif;
}
.popular-seller{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 24px;
	row-gap: 14px;
	width: 100%;
}
.popular-seller a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 14px;
	border-bottom: 1px solid #ededed;
}
.popular-cat-top {
	display: flex;
	gap: 5px;
}
.popular-seller a img{
	width: 100px;
	border-radius: 10px;
}
.popular-seller a h3{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0;
}
.product-card-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 14px;
	width: 100%;
}
.suggested-prod-section h2{
	font-size: 18px;
	margin-bottom: 12px;
	text-transform: capitalize;
	font-weight: 600;
	font-family: "Outfit", sans-serif;
}
.product-card-grid .product-card {
	padding: 8px;
	border-radius: 10px;
	background: #f8f8f8;
}
.product-card-grid .product-card a{
	text-decoration: none;
	color: #000;
}
.product-card-grid .product-card .product-thumb{
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.product-card-grid .product-card .product-thumb img{
	width: 100%;
	object-fit: cover;
	height: auto;
	aspect-ratio: 1/1;
}
.product-card-grid .product-card .product-title{
	font-size: 12px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 0;
}
.product-card-grid .product-card .product-price{
	font-size: 11px;
	font-weight: 400;
}
#live-search-results ul{
	margin: 0;
	padding: 10px 15px 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
	gap: 15px;
}
#live-search-results ul li{
	width: 32%;
}
#live-search-results ul li a{
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: #000;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}
#live-search-results ul li a .thumb{
	height: 95px;
	width: 95px;
	overflow: hidden;
	border-radius: 10px;
}
#live-search-results ul li a .thumb img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#live-search-results ul li a .info{
	flex: 1;
}
#live-search-results ul li a .info .title , #live-search-results ul li a .info .price{
	font-size: 16px;
	font-weight: 600;
}
.all-search{
	text-align: center;
	padding: 15px 0;
}
.all-search a{
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	background: #2c4b79;
	color: #fff;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 50px;
}
.search-sec{
	padding: 50px 0;
}
.search-sec h1{
	font-size: 25px;
	margin-bottom: 15px;
}
.search-sec .product-box{
	margin-bottom: 24px;
}
.mob-login-btn , .mob-register-btn{
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	gap: 7px;
	border-radius: 25px;
	padding: 4px 20px 4px 4px;
	font-size: 13px;
	text-transform: capitalize;
	color: var(--white-color);
	font-weight: 700;
	max-width: max-content;
}
.mob-login-btn i , .mob-register-btn i{
	height: 27px;
	width: 27px;
	line-height: 27px;
	text-align: center;
	border-radius: 50%;
	color: var(--primary-color);
	background-color: var(--white-color);
	cursor: pointer;
}
.sidebar-rank-box{
	padding: 10px;
	border-radius: 12px;
	background: linear-gradient(143deg,#2c4b79 44%,#00005c 100%);
	margin: 0 15px 15px;
}
.sidebar-rank-box a{
	display: flex;
	align-items: center;
	gap: 10px;
}
.sidebar-rank-box img{
	width: 100px;
}
.sidebar-rank-box p{
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
}
.login-section {
	padding: 10px 0;
	margin: 0 15px;
}
.login-section h3{
	font-size: 18px;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.menu-section h3{
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.login-section p{
	font-size: 14px;
	margin-bottom: 10px;
}
.sidebar{
	position: fixed;
	bottom: 0;
	top: 0;
	left: 0;
	display: flex;
	z-index: 9999999999;
	flex-direction: column;
	max-width: 100%;
	width: 340px;
	background-color: #fff;
	transition: transform .3s ease-in-out;
	border-right: 1px solid rgba(0,0,0,.2);
	transform: translateX(-100%);
	overflow-y: auto;
	padding-bottom: 15px;
}
.sidebar.active{
	transform: translateX(0%);
}
.menu-section{
	margin: 0 15px;
	border-top: 1px dashed var(--primary-color);
	padding-top: 15px;
}
.sidebar .close-btn {
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	background: #000;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 10px;
}
.e-liqid-banner {
	background-color: #27272e;
	position: relative;
	padding: 40px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	z-index: 1;
}
.e-liqid-banner:before {
	content: "";
	background: rgb(0 0 0 / 0.7);
	transition: background .2s ease-in-out;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.main-heading {
	position: relative;
	z-index: 2;
	color: #fff;
}
.e-liqid-banner .main-heading h1 {
	font-size: 26px;
	margin-bottom: 10px;
	color: white;
	text-align: center;
}
.e-liqid-banner .main-heading p {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px;
}
.e-liqid-banner .main-heading h2:last-child, .e-liqid-banner .main-heading p:last-child {
	margin-bottom: 0;
}
.e-liqid-banner .banner-product-img img {
	max-width: 100%;
	width: 275px;
}
.product-description {
	padding-bottom: 15px;
	border-bottom: 2px dotted #2c4b79;
	margin-bottom: 20px;
}
.single-product-info {
	padding-bottom: 15px;
	border-bottom: 2px dotted #2c4b79;
	margin-bottom: 20px;
}
.single-product-info a {
	font-size: 14px;
	text-decoration: none;
	color: #2c4b79;
}
.single-product-title{
	font-size: 28px;
	margin: 12px 0;
}
.single-product-info .price{
	font-size: 20px;
	color: #666666;
}
.product-description{
	padding-bottom: 15px;
	border-bottom: 2px dotted #2c4b79;
	margin-bottom: 20px;
}
.product-description p {
	font-size: 15px;
	line-height: 1.6;
	color: #000000;
	margin-bottom: 12px;
}
.product-description p:last-child{
	margin-bottom: 0;
}
.product-description ul {
	margin-bottom: 12px;
	padding-left: 17px;
	list-style: disc;
}
.product-description ul li {
	font-size: 15px;
	line-height: 1.6;
	color: #000000;
}
.qty-cart-section .cart {
	width: 100%;
	display: flex;
	gap: 20px;
}
.qty-cart-section .quantity {
	width: 25%;
}
.quantity label {
	display: none;
}
.qty-cart-section .quantity input {
	width: 100% !important;
	height: 40px;
	padding: 15px;
	border-radius: 25px;
	background-color: #F8F8F8 !important;
	border: 1px solid #EAEAEA !important;
	animation: none;
	outline: none;
}
.qty-cart-section button{
	width: 100%;
	height: 40px;
	border-radius: 25px !important;
	background-color: #2c4b79 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	border: none !important;
}
.product-buynow{
	border: none;
	background-color: #252525;
	color: #ffffff;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	height: 46px;
	width: 100%;
}
.single-product-img img{
	width: 100%;
	object-fit: contain;
	aspect-ratio: 1/1;
	box-shadow: 0 2px 10px 0 #00000013;
	border-radius: 10px;
}
.single-product-sec {
	padding: 60px 0;
}
.account-sec , .cart-sec , .checkout-sec{
	padding: 40px 0;
}
.woocommerce form.login, .woocommerce form.register {
	border: none !important;
	background: #fff;
	margin: 0 !important;
	padding: 0 !important;
}
.woocommerce form.login .woocommerce-button, .woocommerce form.register .woocommerce-button {
	background: #2c4b79;
	color: #fff;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	padding: 15px;
	margin-top: 8px;
}
.woocommerce form p {
	font-size: 15px;
	margin-bottom: 5px;
}
.woocommerce form p a {
	color: #212529;
	font-weight: 700;
}
.breadcrumb-sec{
	background: #191919;
	padding: 40px 0;
}
.breadcrumb-sec h1{
	font-size: 26px;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 8px;
}
.breadcrumb-sec ul{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.breadcrumb-sec ul li{
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
}
.breadcrumb-sec ul li a{
	color: #fff;
	font-weight: 800;
	display: flex;
	align-items: center;
	gap: 10px;
}
.breadcrumb-sec ul li a::after{
	content: '\f105';
	font-family: 'FontAwesome';
}
.woocommerce table.shop_table th{
	text-transform: uppercase;
}
.woocommerce-cart table.cart img{
	width: 65px !important;
}
.woocommerce table.shop_table .product-price{
	color: #000;
}
.coupon button{
	background-color: #000 !important;
	color: #fff !important;
}
.woocommerce-page table.cart td.actions .input-text {
	width: 175px !important;
}
.woocommerce .cart .button{
	background-color: #2c4b79;
	color: #fff !important;
}
.wc-proceed-to-checkout a{
	background-color: #2c4b79 !important;
}
.cart_totals h2{
	font-size: 26px;
	text-transform: uppercase;
}
.blog-sec {
	padding: 60px 0 36px;
}
.blog-box {
	display: flex;
	flex-flow: column;
	gap: 12px;
	margin-bottom: 24px;
}
.blog-img {
	border-radius: 12px;
	overflow: hidden;
}
.blog-img img{
	width: 100%;
	height: 178px;
	object-fit: cover;
}
.blog-info {
	padding: 12px;
	border-radius: 12px;
	background: #f9f9f9;
}
.blog-title {
	font-size: 20px;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.blog-date {
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}
.blog-des{
	font-size: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.woocommerce-MyAccount-navigation ul{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation ul li a {
	border: none;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	display: block;
	background: #f8f8f8;
	border-radius: 25px;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: 500;
	transition: 0.3s ease-in-out;
	position: relative;
}
.woocommerce-MyAccount-navigation ul li a:hover{
	background-color: #2c4b79;
	color: #fff;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: #2c4b79;
	color: #fff;
}
.mail-unread-badge {
	display: inline-block;
	background: #e74c3c;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	border-radius: 50%;
	vertical-align: middle;
	height: 17px;
	width: 17px;
	text-align: center;
	line-height: 17px;
	position: absolute;
	top: -4px;
	right: 0px;
}
.delivery-sec{
	padding: 60px 0;
}
.delivery-box {
	width: 100%;
	max-width: 600px;
	margin: auto;
	text-align: center;
}
.delivery-box img{
	display: block;
	width: 280px;
	margin: auto;
}
.delivery-box h2{
	font-size: 26px;
	text-transform: capitalize;
}
.delivery-input-box{
	background: #2c4b79;
	padding: 20px;
	border-radius: 8px;
	margin-top: 10px;
}
.delivery-input-box h3{
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}
.delivery-input-wrapper{
	display: flex;
	flex-flow: column;
	color: #fff;
	gap: 10px;
}
.delivery-input-main{
	display: flex;
	align-items: center;
	gap: 12px;
}
.delivery-input-wrapper input{
	border: none;
	outline: none;
	width: 100%;
	border-radius: 4px;
	font-size: 14px;
	padding: 7px 10px;
}
.delivery-input-wrapper button{
	border: none;
	outline: none;
	border-radius: 4px;
	font-size: 14px;
	padding: 7px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	background: #000;
	width: 100%;
	max-width: 75px;
	text-align: center;
}
.faqs-sec{
	position: relative;
	width: 100%;
	background: #F7F7F7;
	padding: 60px 0px;
}
.faqContentBox {
	position: relative;
	width: 100%;
	background: transparent;
	border-radius: 20px;
	padding: 32px;
	display: flex;
	align-items: flex-start;
	gap: 18px;
	line-height: 1;
	cursor: pointer;
}
.faqContentBox.shrinked {
	background-color: #ffffff;
}
.faqContentBox .contentWrap {
	flex: 1;
}
.faqContentBox .contentWrap h3 {
	margin-bottom: 0px;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
}
.faqContentBox .contentWrap p {
	margin-bottom: 0px;
	margin-top: 15px;
	color: #535353;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	display: none;
}
.faqContentBox .imgWraps .plusImg img {
	max-width: 100%;
	height: auto;
}
.faqContentBox .imgWraps .minusImg {
	display: none;
}
.faqContentBox .imgWraps .minusImg img {
	max-width: 100%;
	height: auto;
}
.vip-banner{
	position: relative;
	z-index: 1;
	height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vip-banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.vip-banner-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vip-banner-box{
	width: 100%;
	max-width: 600px;
	margin: auto;
	text-align: center;
}
.vip-banner-box img{
	width: 100%;
}
.vip-banner-box h1{
	font-size: 26px;
	color: #fff;
}
.vip-banner-box h2{
	font-size: 22px;
	color: #fff;
	margin-bottom: 0;
}
.benefit-sec{
	padding: 60px 0 36px;
}
.benefit-box {
	border-radius: 12px;
	padding: 20px;
	background: #161616;
	text-align: center;
	display: flex;
	align-items: center;
	flex-flow: column;
	gap: 15px;
	margin-bottom: 24px;
	cursor: pointer;
}
.benefit-box img{
	width: 70px;
	height: 70px;
	object-fit: contain;
}
.benefit-box h3{
	margin-bottom: 0;
	font-size: 17px;
	color: #fff;
	height: 40.78px;
}
.membership-sec{
	padding: 30px 0 60px;
}
.member-img img{
	width: 100%;
}
.member-content h3{
	font-size: 20px;
	margin-bottom: 10px;
}
.member-content h4{
	font-size: 17px;
	margin-bottom: 0;
}
.member-content ul{
	list-style: disc;
	padding-left: 17px;
	margin: 12px 0;
}
.member-content ul li{
	font-size: 14px;
}
.member-content p{
	font-size: 12px;
}
.memebership-tabbing {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 30px;
}
.memebership-tab{
	cursor: pointer;
	transition: 0.3s ease-in-out;
}
.memebership-tab.active {
	transform: scale(1.1);
}
.memebership-tab img{
	width: 100%;
}
.membership-tabbing-content{
	margin-bottom: 30px;
}
.membership-tab-content{
	display: none;
	transition: 0.3s ease-in-out;
}
.membership-tab-content.active{
	display: block;
}
.membership-table table{
	width: 100%;
}
.membership-table table thead th{
	border: 1px solid #000;
	padding: 9px 24px;
	font-size: 14px;
	font-weight: 700;
	background: #000;
	color: #fff;
	text-transform: uppercase;
}
.membership-table table thead th:nth-child(2) {
	background-color: #203763;
}
.membership-table table thead th:nth-child(3) {
	background-color: #af9a6e;
}
.membership-table table thead th:nth-child(4) {
	background-color: #808080;
}
.membership-table table thead th:last-child {
	background-color: #333;
}
.membership-table table tbody td{
	border: 1px solid #eee;
	padding: 9px 24px;
	font-size: 14px;
	font-weight: 600;
}
.blog-sec-2{
	padding: 40px 0;
	background: #000000;
}
.blog-sec-2 .section-title{
	color: #fff;
}
.blog-btn a{
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	gap: 7px;
	max-width: max-content;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--white-color);
	border-radius: 25px;
	padding: 4px 4px 4px 15px;
	margin: auto;
}
.blog-btn i{
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--white-color);
	color: var(--primary-color);
	transform: rotate(-45deg);
}
.event-sec {
	padding: 40px 0;
}
.event-box{
	display: flex;
	align-items: center;
	gap: 15px;
	box-shadow: 0px 0px 5px #0000001c;
	padding: 15px;
	border-radius: 12px;
	background: #fff;
	margin-bottom: 24px;
	position: relative;
}
.announcement-new-badge {
	display: inline-block;
	background: #e74c3c;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 7px;
	border-radius: 25px;
	vertical-align: middle;
	letter-spacing: 0.5px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.event-img{
	height: 150px;
	width: 150px;
	flex: 0 0 150px;
	border-radius: 12px;
	overflow: hidden;
}
.event-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.event-content{
	padding: 12px;
	border-radius: 12px;
	background: #f9f9f9;
}
.event-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.event-content p{
	font-size: 13px;
}
.flavour-sec {
	padding: 40px 0 20px;
}
.flavour-box img{
	width: 100%;
}
.flavour-tab-sec{
	padding: 40px 0 16px;
}
.flavour {
	padding: 5px;
	background: #f9f9f9;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	flex-flow: column;
	align-items: center;
	transition: all 0.3s ease;
}
.flavour img{
	max-width: 100%;
	width: 100px;
	transition: all 0.3s ease;
}
.flavour span{
	font-size: 15px;
	color: #000;
	transition: all 0.3s ease;
}
.flavour:hover{
	background: var(--primary-color);
}
.flavour:hover img{
	transform: scale(1.1);
}
.flavour:hover span{
	color: #fff;
}
.flavour-tab-btn.active .flavour {
	background: #2c4b79;
}
.flavour-tab-btn.active .flavour span{
	color: #fff;
}
.product-tab-content{
	margin-top: 30px;
}
.product-tab-content .product-box{
	margin-bottom: 24px;
}
.review-sec{
	padding-top: 40px;
}
.single-content-sec{
	padding: 40px 0;
}
.single-content h1 , .single-content h2 , .single-content h3 , .single-content h4 , .single-content h5 , .single-content h6{
	font-size: 20px;
	margin-bottom: 10px;
}
.single-content p{
	margin-bottom: 10px;
}
.single-content ul{
	padding-left: 17px;
	margin-bottom: 10px;
	list-style: disc;
}
.brand-slider-wrapper{
	position: relative;
}
.brand-button-next{
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: var(--white-color);
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	z-index: 1;
	right: -17.5px;
}
.brand-button-prev{
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: var(--white-color);
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	z-index: 1;
	left: -17.5px;
}
.delivery-wrapper{
	margin-top: 15px;
}
.deliveryinfo{
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #2c4b79;
}
.deliveryinfo:last-child{
	margin-bottom: 0;
}
.deliveryinfo .icon{
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background: #2c4b79;
}
.deliveryinfo .text h4{
	font-size: 17px;
	margin-bottom: 0;
}
.deliveryinfo .text p{
	font-size: 15px;
	color: #000;
}
.deliveryinfo .text p a{
	font-weight: 600;
	color: #000;
}
.seller-tabbing{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
	gap: 15px;
	margin-bottom: 12px;
}
.seller-tab{
	padding: 8px 20px;
	border: 1px solid #000;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	cursor: pointer;
	border-radius: 25px;
}
.seller-tab.active{
	color: #fff;
	background: #2c4b79;
}
.seller-tab-content{
	display: none;
}
.seller-tab-content.active{
	display: block;
}
#sameday-result{
	display: none;
	margin-top: 30px;
}
#sameday-result h2{
	font-size: 26px;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 25px;
}
.sameday-result-wrapper {
	display: flex;
	gap: 30px;
}
#col-sameday , #col-regular{
	width: 50%;
	padding: 25px;
	background: #F7F7F7;
	text-align: center;
	border-radius: 20px;
}
#col-sameday img{
	width: 150px;
	margin-bottom: 5px;
}
#col-sameday h3 , #col-regular h3{
	font-size: 24px;
	margin-bottom: 5px;
}
#col-sameday h4{
	font-size: 26px;
	margin-bottom: 5px;
}
#col-sameday p , #col-regular p{
	font-size: 16px;
}
#col-sameday a , #col-regular a{
	padding: 8px 20px;
	display: inline-block;
	background: var(--primary-color);
	border-radius: 6px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	margin-top: 5px;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom: 0 !important;
}
.page-my-account .woocommerce .u-column2.col-2 {
	display: none;
}
.page-my-account .woocommerce .col2-set .col-1{
	width: 100% !important;
	max-width: 470px !important;
	margin: 0 auto 25px !important;
	float: inherit;
	border: none !important;
	background: #fff;
	border-radius: 12px !important;
	box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15);
	padding: 30px;
}
.page-my-account .woocommerce .col2-set .col-1 h2{
	margin-bottom: 12px;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
}
.page-register .woocommerce .u-column1.col-1 {
	display: none;
}
.page-register .woocommerce .col2-set .col-2 h2{
	margin-bottom: 12px;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
}
.page-register .woocommerce .col2-set .col-2{
	width: 100% !important;
	max-width: 470px !important;
	margin: 0 auto !important;
	float: inherit;
	border: none !important;
	background: #fff;
	border-radius: 12px !important;
	box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15);
	padding: 30px;
}
.woocommerce-ResetPassword.lost_reset_password{
	width: 100% !important;
	max-width: 470px !important;
	margin: 25px auto !important;
	float: inherit;
	border: none !important;
	background: #fff;
	border-radius: 12px !important;
	box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15);
	padding: 30px;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first{
	width: 100% !important;
}
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button{
	background: #2c4b79 !important;
	color: #fff !important;
	border-radius: 50px !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	width: 100% !important;
	padding: 15px !important;
}
.register-btn-wrapper{
	width: 100%;
	max-width: 470px;
	margin: auto;
	text-align: center;
}
.register-btn-wrapper a{
	display: block;
	background: #000;
	border-radius: 25px;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin-top: 5px;
}
.faqs-sec h2{
	font-size: 26px;
	text-transform: capitalize;
	margin-bottom: 25px;
}
.checkout.woocommerce-checkout{
	box-shadow: 2px 2px 15px 3px rgba(0, 0, 0, 0.1);
	padding: 36px;
	background: #ffffff;
	border-radius: 12px;
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.checkout.woocommerce-checkout .col-1 , .checkout.woocommerce-checkout .col-2{
	width: 100%;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select , .select2-container .select2-dropdown, .select2-container .select2-selection{
	border-color: #DFDBD4 !important;
}
.checkout.woocommerce-checkout h3{
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background: #f6f6f6 !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	background: #f9f9f9 !important;
}
#order_review_heading {
	margin-top: 12px;
}
button#place_order {
	width: 100%;
	padding: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #2c4b79;
	margin-top: 5px;
	border-radius: 25px;
}
.checkout.woocommerce-checkout input:focus , .checkout.woocommerce-checkout textarea:focus , input#coupon_code:focus{
	color: #212529 !important;
	background-color: #fff;
	border-color: #86b7fe !important;
	outline: 0 !important;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	border-top-color: #2c4b79 !important;
}
.woocommerce-info::before{
	color: #2c4b79 !important;
}
.woocommerce-form-coupon-toggle{
	width: 100%;
	max-width: 900px;
	margin: auto;
}
form#woocommerce-checkout-form-coupon{
	width: 100%;
	max-width: 900px;
	margin: auto;
	display: flex;
	align-items: center;
}
form#woocommerce-checkout-form-coupon{
	margin: 0 auto 30px;
}
form#woocommerce-checkout-form-coupon .form-row.form-row-first{
	width: 100% !important;
	flex: 1;
	margin: 0 !important;
}
form#woocommerce-checkout-form-coupon .form-row.form-row-last{
	flex: 0 0 130px;
	width: 130px !important;
	margin: 0 !important;
}
form#woocommerce-checkout-form-coupon .form-row.form-row-last button{
	width: 100%;
	background: #2c4b79;
	color: #fff;
	border-radius: 25px;
	height: 36px;
}
.woocommerce-LostPassword.lost_password {
	text-align: center;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: inherit !important;
	margin-right: 0 !important;
}
.woocommerce-error {
	background-color: #b81c23 !important;
	color: #fff !important;
}
.woocommerce-error li a , .woocommerce-error::before{
	color: #fff !important;
	font-weight: 700;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	margin-bottom: 20px !important;
}
.checkout-sec .woocommerce-notices-wrapper{
	display: none;
}
.single-product-btns .out-of-stock{
	background-color: red;
	color: #ffffff;
	border-radius: 50px;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	text-transform: capitalize;
}
.flavour-slider .swiper-slide.active .flavour{
	background: #2c4b79;
}
.flavour-slider .swiper-slide.active .flavour span{
	color: #fff;
}
.flavour-heading{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 0;
}
.woocommerce-page form .form-row-last{
	width: 100% !important;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads , li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address , li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--my-coupons{
	display: none !important;
}
.mobile-menu{
	display: none;
	padding: 5px 0 10px;
}
.mobile-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
	overflow-y: auto;
	scrollbar-width: none;
}
.mobile-menu .mobile-menu-wrapper{
	display: flex;
	align-items: center;
	gap: 5px;
	position: relative;
}
.scroll-btn {
	border: none;
	flex-shrink: 0;
	color: #fff;
	height: 31px;
	width: 31px;
	background: #2c4b79;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}
.mobile-menu ul li a{
	font-size: 14px;
	padding: 5px 18px;
	border-radius: 20px;
	background-color: #f5f5f5;
	color: #4A5567;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	text-transform: capitalize;
}
.mycred-rank-banner{
	display: flex;
	gap: 20px;
	align-items: start;
	padding: 20px;
	background: linear-gradient(143deg,#2c4b79 44%,#00005c 100%);
	border-radius: 15px;
	margin-bottom: 30px;
}
.rank-img{
	width: 240px;
}
.rank-img img{ 
	width: 100%;
	height: auto;
}
.rank-content h2{
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}
.rank-content h3{
	font-size: 24px;
	color: #fff;
	margin-bottom: 5px;
}
.rank-content h3 span{
	font-size: 16px;
	font-family: "Outfit", sans-serif;
}
.rank-content p{
	font-size: 15px;
	color: #fff;
}
.point-sec{
	padding: 60px 0;
}
.point-banner {
	padding: 20px;
	background: #f8f8f8;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	gap: 20px;
}
.point-content h2{
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}
.point-content h3{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
}
.point-img{
	width: 150px;
	border-radius: 12px;
	overflow: hidden;
}
.point-img img{
	width: 100%;
	height: 100%;
}
.points-info-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 30px;
}
.points-info{
	padding: 15px;
	border-radius: 12px;
	background: linear-gradient(143deg,#2c4b79 44%,#00005c 100%);
	text-align: center;
	width: 20%;
}
.points-info p{
	font-size: 15px;
	color: #fff;
	margin-bottom: 5px;
}
.points-info h3{
	font-size: 30px;
	color: #fff;
	margin-bottom: 0;
}
.custom-variations-wrapper {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	gap: 24px;
	margin: 30px 0;
}
.custom-variation-box {
	padding: 15px;
	border-radius: 15px;
	background: #ebfff8;
	width: 30%;
	display: flex;
	flex-flow: column;
	gap: 7px;
}
.custom-variation-box h3{
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
}
.custom-variation-box h3 span{
	font-size: 15px;
	font-weight: 500;
}
.custom-variation-box h4{
	font-size: 18px;
	color: #000;
	font-weight: 500;
	margin-bottom: 0;
}
.custom-variation-box a{
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	gap: 7px;
	border-radius: 25px;
	padding: 4px 20px 4px 4px;
	font-size: 13px;
	text-transform: capitalize;
	color: var(--white-color);
	font-weight: 700;
	max-width: max-content;
	margin: auto;
	position: relative;
	overflow: hidden;
	transition: background-color 0.3s ease, font-size 0.3s ease;
	z-index: 1;
}
.custom-variation-box a i{
	height: 27px;
	width: 27px;
	line-height: 27px;
	text-align: center;
	border-radius: 50%;
	color: var(--primary-color);
	background-color: var(--white-color);
	cursor: pointer;
}
.custom-variation-box a::before{    
	content: '';
	display: block;
	position: absolute;
	width: 150%;
	height: 150%;
	background: #191919;
	transform: translateY(0);
	top: 0;
	left: -25%;
	border-radius: 50%;
	animation-name: plugButtonSlideAboveButton;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	will-change: transform,opacity;
	transition: background .3s linear;
	z-index: -1;
}
.custom-variation-box a:hover::before{
	animation-name: plugButtonSlideOverButton;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-timing-function: ease;
	background: #191919;
}
.point-sec h2{
	font-size: 25px;
	margin-bottom: 0;
	text-align: center;
}
.point-des{
	font-size: 20px;
	text-align: center;
}
.single-blog{
	padding: 60px 0;
}
.single-blog .single-blog-img{
	width: 100%;
	border-radius: 25px;
	margin-bottom: 15px;
}
.single-blog .blog-title{
	font-size: 32px;
	margin-bottom: 10px;
}
.single-blog-info {
	padding: 20px;
	border-radius: 12px;
	background: #f6f6f6;
}
.single-blog-info h2, .single-blog-info h3, .single-blog-info h4, .single-blog-info h5, .single-blog-info h6{
	font-size: 20px;
	margin-bottom: 10px;
}
.single-blog-info p , .single-blog-info ul{
	margin-bottom: 10px;
}
.single-blog-info a{
	color: #2c4b79;
	font-weight: 900;
}
.single-blog-info img{
	max-width: 100%;
	border-radius: 12px;
	margin-bottom: 10px;
}
.recent-blogs {
	position: sticky;
	top: 0;
}
.recent-blogs h3{
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #2c4b79;
	font-size: 22px;
}
.recent-blog-box{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border-radius: 10px;
	background: #f6f6f6;
	margin-bottom: 10px;
}
.recent-blog-box img{
	width: 95px;
	height: auto;
	border-radius: 6px;
}
.recent-blog-box h4{
	font-size: 15px;
	margin: 0;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.ajax-add-to-cart.loading {
	position: relative;
	pointer-events: none;
	background-color: #000 !important;
	z-index: 11;
	font-size: 0px !important;
}
.ajax-add-to-cart.loading:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	margin: -7.5px 0 0 -7.5px;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
.woocommerce #reviews #comments ol.commentlist {
	display: flex;
	flex-flow: wrap;
	gap: 15px;
	justify-content: center;
	margin-bottom: 15px;
}
.woocommerce #reviews #comments ol.commentlist li{
	margin: 0 !important;
	flex: 0 0 49%;
}
.comment_container{
	position: relative;
	background: #ebfff8;
	padding: 10px;
	border-radius: 22px;
	display: flex;
	gap: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 !important;
	border: none !important;
	border-radius: unset !important;
	padding: 0 !important;
	flex: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	margin-bottom: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p{
	margin-bottom: 0;
	font-size: 14px;
	line-height: unset;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p.expanded {
	-webkit-line-clamp: unset;
	display: block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description .read-review{
	color: #0073aa;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
}
strong.woocommerce-review__author {
	font-size: 17px;
}
.woocommerce #reviews #comments ol.commentlist::after, .woocommerce #reviews #comments ol.commentlist::before{
	display: none;
}
.woocommerce #reviews #comments h2 {
	font-size: 20px;
	text-transform: capitalize;
	font-family: "Outfit", sans-serif;
	margin-bottom: 15px;
	text-align: center;
}
.woocommerce-noreviews{
	text-align: center !important;
}
span#reply-title {
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	display: block;
	text-transform: capitalize;
	font-weight: 600;
	font-family: "Outfit", sans-serif;
}
.comment-form{
	display: flex;
	flex-flow: wrap;
	column-gap: 15px;
	row-gap: 5px;
	padding: 20px;
	background: #ebfff8;
	border-radius: 15px;
	width: 100%;
	max-width: 600px;
	margin: auto;
}
.comment-form input[type=text] , .comment-form input[type=email] , .comment-form textarea{
	width: 100%;
	border: 1px solid #000;
	outline: none;
	border-radius: 4px;
	padding: 5px 8px;
	font-size: 14px;
	background-color: #ebfff8;
}
.comment-form input[type=text]:focus , .comment-form input[type=email]:focus , .comment-form textarea:focus{
	color: #212529 !important;
	background-color: #fff;
	border-color: #86b7fe !important;
	outline: 0 !important;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
}
.comment-form input[type=submit]{
	font-size: 14px !important;
	text-transform: uppercase !important;
	color: #fff !important;
	background: #2c4b79 !important;
	border-radius: 20px !important;
	padding: 10px 25px !important;
	font-weight: 500 !important;
	border: none;
	outline: none;
}
.comment-form-author , .comment-form-email{
	width: 48%;
	margin: 0 !important;
}
.comment-notes , .comment-form-rating , .comment-form-comment , .comment-form-image , .comment-form-cookies-consent , .form-submit{
	width: 100%;
	margin: 0 !important;
}
.comment-form-rating p{
	margin: 0 !important;
}
.woocommerce p.stars a{
	color: #2c4b79 !important;
}
.woocommerce .star-rating span::before {
	color: #FDCC0D;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	position: unset !important;
	padding: 0 !important;
	background: #fff !important;
	border: none !important;
	height: 60px !important;
	width: 60px !important;
	border-radius: 50%;
}
.brand-index h2 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.brand-index ol {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
}
.brand-index ol li .filter-btn {
	background: none;
	padding: 0;
	border: 1px solid rgb(229, 229, 229);
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	width: 38px;
	height: 38px;
	min-width: 38px;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	transition: background-color .2s ease;
}
.brand-index ol li .filter-btn.active {
	background-color: #2c4b79;
	color: #fff;
}
.brand-group-list-wrapper {
	margin-top: 40px;
}
.brand-group-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.brand-group {
	margin-bottom: 34px;
}
.brand-group-heading {
	margin-bottom: 20px;
	padding: 9px 18px 10px;
	background-color: #E2C4794D;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.brand-group-heading h2 {
	margin-bottom: 0;
	font-size: 21px;
}
.brand-group-heading a {
	font-size: 14px;
	color: #121212;
	text-decoration: none;
	letter-spacing: 0;
	transition: opacity .2s ease;
	position: relative;
}
.brand-index-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 14px;
	width: 100%;
}
.categories-section{
	padding-top: 60px;
}
.category-wrapper h2 {
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.events-sec {
	padding: 60px 0 36px;
}
.category-menu{
	display: flex;
	flex-flow: column;
	gap: 15px;
}
.category-menu li{
	position: relative;
}
.category-menu li i{
	position: absolute;
	top: 8px;
	right: 0;
}
.category-menu li.active i{
	transform: rotate(180deg);
}
.category-menu li a{
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 600;
	color: #000;
}
.category-menu li .sub-menu{
	display: none;
	padding: 15px;
	background: #f8f8f8;
	border-radius: 12px;
	flex-flow: column;
	gap: 10px;
	margin-top: 15px;
}
.category-menu li.active .sub-menu{
	display: flex !important;
}
.category-menu li .sub-menu li{
	border-bottom: 1px dashed #4A5567;
	padding-bottom: 10px;
}
.category-menu li .sub-menu li:last-child{
	border-bottom: none;
	padding-bottom: unset;
}
.category-menu li .sub-menu li a{
	color: #4A5567;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.category-menu li .sub-menu li a img{
	height: 60px;
	width: auto;
	border-radius: 5px;
}
.offcanvas-start{
	z-index: 9999999999;
}
.mobile-menu-brands h3 , .community h3{
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.mobile-menu-brands ul{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.mobile-menu-brands ul li a{
	font-size: 15px;
	color: #4A5567;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	text-transform: capitalize;
}
.mobile-menu-brands , .community{
	margin: 30px 15px 0;
}
.community ul{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.community ul li a{
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}
.login-sec-btns{
	display: flex;
	align-items: center;
	gap: 15px;
}
.sub_popup_main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999999999;
}
.sub_popup {
	box-shadow: 0 0 0 .5px rgba(18, 21, 26, .08), 0 4px 8px rgba(18, 21, 26, .04), 0 8px 16px -2px rgba(18, 21, 26, .04), 0 16px 32px -4px rgba(18, 21, 26, .04);
	display: flex;
	gap: 12px;
	position: relative;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	max-width: 575px;
	background: #fff;
	padding: 20px;
}
.sub-popup-head{
	display: flex;
	gap: 10px;
	align-items: center;
}
.popup-heading{
	display: flex;
	flex-flow: column;
	gap: 3px;
}
.sub_popup h2{
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 600;
}
.sub_popup h3{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 500;
}
.sub_popup p{
	font-size: 16px;
	text-align: center;
	max-width: 85%;
}
.sub_popup span{
	font-size: 12px;
	text-align: center;
	max-width: 85%;
}
.age-verification-btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.age-verification-btns a{
	padding: 10px;
	display: inline-block;
	width: 90px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	background: #2c4b79;
	color: #fff;
	text-decoration: none;
	border-radius: 25px;
}
.age-verification-btns a:last-child{
	background: #000;
}
.comment-form-cookies-consent{
	font-size: 14px !important;
	display: flex;
	align-items: baseline;
	gap: 5px;
}
.custom-variation-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}
.variation-image{
	width: 100px;
	border-radius: 10px;
	overflow: hidden;
}
.variation-image img{
	width: 100%;
}
.sale-section{
	padding: 60px 0;
}
.sale-section .product-box{
	margin-bottom: 24px;
}
.sub-categories{
	padding: 60px 0 0;
}
.sub-categories h2{
	font-size: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.price-track{
	padding: 3px 10px;
	border-radius: 3px;
	background: #f8f8f8;
}
.yay-currency-single-page-switcher{
	margin-bottom: 0 !important;
}
.order-tracking-page{
	padding: 40px 0;
}
.order-tracking-page h2{
	font-size: 26px;
	margin-bottom: 12px;
	text-align: center;
}
.order-tracking-form{
	max-width: 600px;
	margin: auto;
	padding: 25px 25px 10px;
	background: #F7F7F7;
	border-radius: 20px;
}
.track_order .form-row-last{
	width: 100% !important;
}
.track_order button{
	padding: 10px 20px !important;
	border-radius: 20px !important;
	font-size: 14px !important;
	text-transform: uppercase;
	color: #fff !important;
	background: #2c4b79 !important;
}
.header-top-btns .header-buttons{
	display: none;
}
table.tinvwl-table-manage-list tr th {
	background: #2C4B79;
	color: #fff;
}
td.product-action button {
	font-size: 14px !important;
	background: #2C4B79 !important;
	border-radius: 20px !important;
}
span.tinvwl-input-group-btn button {
	background: #000 !important;
	color: #fff !important;
	padding: 11px 15px !important;
}
.tinvwl-to-right.look_in button {
	background: #2C4B79;
	color: #fff;
	padding: 13px 15px;
	transition: 0.3s ease;
}
.tinvwl-to-right.look_in button:hover{
	background: #000 !important;
	color: #fff !important;
}
table.tinvwl-table-manage-list tbody tr td{
	border-bottom: 1px solid #ccc;
}
.button.wc-backward {
	background: #2c4b79 !important;
	color: #fff !important;
	border-radius: 20px !important;
}
.wishlist_page{
	padding: 20px 0 40px;
}
.tinv-wishlist table.tinvwl-table-manage-list{
	margin-bottom: 0 !important;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
	color: #2c4b79;
}
.min-label-input , .max-label-input{
	padding: 5px;
	border-radius: 3px;
	outline: none;
	border: none;
	background: #f8f8f8;
	width: 80px;
}
.header-search-bar-results{
	position: fixed;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	top: 0;
	left: 0;
	overflow-y: auto;
	display: none;
}
.header-search-top{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
}
.searchbar-input-wrapper{
	position: relative;
	flex: 1;
}
.header-search-top .back-btn{
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #2c4b79;
	border-radius: 50%;
	cursor: pointer;
}
.searchbar-input-wrapper input{
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	padding-left: 20px;
	border-radius: 8px;
	background-color: #f5f5f5;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #9a9a9a;
}
.header-search-bar-results.active {
	display: block ;
}
.no-scroll {
	overflow: hidden;
	height: 100vh;
}
.view-all-brands {
	text-align: center;
	margin-top: 20px;
}
.view-all-brands a{
	font-size: 16px !important;
	padding: 6px 30px;
	background-color: #2c4b79;
	color: #fff !important;
	border-radius: 20px;
	max-width: max-content;
}
.home-faq-sec{
	padding: 60px 0;
}
.announcement-box{
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	display: block;
}
.announcement-box::before{
	content: '';
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #2c4b79;
	opacity: 0.5;
}
.announcement-box img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.announcement-box h3{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	margin-bottom: 0;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.single-blog-info-sec{
	padding: 60px 0;
}
.single-blog-info-box{
	padding: 48px 20px;
	background: linear-gradient(180deg,#0b1220 0%,#0b1220 60%,#111827 100%);
	text-align: center;
	margin-bottom: 40px;
}
.single-blog-info-box h1{
	font-size: 40px;
	color: #E5F2FF;
	line-height: 1.15;
	margin-bottom: 8px;
	font-weight: 800;
}
.single-blog-info-box h2{
	color: #a7d8ff;
	font-size: 18px;
	margin: 0 0 20px;
	font-family: "Outfit", sans-serif;
}
.single-blog-info-box .single-blog-info-img{
	width: 100%;
	max-width: 980px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.single-blog-publish-info{
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	color: #bfe6ff;
	font-size: 14px;
	margin-top: 16px;
}
.single-blog-info-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	align-items: center;
	margin-top: 14px;
}
.single-blog-info-btns a{
	display: inline-block;
	padding: 14px 24px;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
	transition: all .2s;
	text-align: center;
	min-width: 220px;
	background: #2c4b79;
	color: #fff;
}
.essential-box-wrapper{
	padding: 24px;
	background: linear-gradient(180deg,#f8fbff, #f3f6fb);
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0,0,0,.06);
	margin-bottom: 40px;
}
.essential-box-wrapper h2{
	font-size: 26px;
	color: #0284c7;
	font-weight: 500;
	margin-bottom: 14px;
}
.essential-box{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.essential-box h3{
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: 800;
}
.essential-box ul{
	list-style: disc;
	padding-left: 17px;
}
.essential-box ul li{
	font-size: 16px;
	margin: 8px 0;
}
.essential-box ul li a{
	color: #0d6efd;
	text-decoration: underline;
}
.essential-box p{
	font-size: 16px;
	margin-bottom: 15px;
}
.essential-box p:last-child{
	margin-bottom: 0;
}
.single-blog-content-box{
	margin-bottom: 40px;
}
.single-blog-content-box h2{
	color: #0284c7;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 14px;
}
.single-blog-content-box p{
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.8;
	color: #111827;
}
.single-blog-content-box p:last-child{
	margin-bottom: 0;
}
.single-blog-content-box ul{
	list-style: disc;
	padding-left: 17px;
}
.single-blog-content-box ul li{
	font-size: 16px;
	margin: 8px 0;
}
.blog-product-info{
	margin-bottom: 40px;
}
.blog-product-info-box-wrapper{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.blog-product-info .blog-product-info-title{
	color: #0284c7;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 14px;
}
.blog-product-info .blog-product-info-content{
	font-size: 16px;
	margin-bottom: 15px;
	color: #111827;
}
.blog-product-info-box{
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0,0,0,.06);
	padding: 24px;
}
.blog-product-info-box h3{
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: 800;
}
.blog-product-info-box ul{
	list-style: disc;
	padding-left: 17px;
}
.blog-product-info-box ul li{
	font-size: 16px;
	margin: 8px 0;
}
.blog-product-info-box p{
	font-size: 16px;
	margin-bottom: 15px;
}
.blog-product-info-box p:last-child{
	margin-bottom: 0;
}
.tip-box{
	background: #eef7ff;
	border-left: 4px solid #38bdf8;
	padding: 16px;
	border-radius: 8px;
	margin-bottom: 40px;
}
.tip-info{
	font-size: 16px;
	display: inline-block;
	font-weight: 800;
	margin-bottom: 6px;
	color: #0284c7;
}
.tip-content{
	font-size: 16px;
	margin-bottom: 0;
}
.single-blog-table{
	padding: 24px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0,0,0,.06);
}
.single-blog-table table{
	width: 100%;
}
.single-blog-table table th {
	background: #f9fafb;
	text-align: left;
	font-weight: 800;
	color: #0f172a;
}
.single-blog-table table caption {
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	color: #0f172a;
}
.single-blog-table table th, .single-blog-table table td {
	font-size: 16px;
	border: 1px solid #e5e7eb;
	padding: 10px;
	vertical-align: top;
}
.blog-harmful-box{
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 40px;
}
.blog-harmful-box h2 , .single-blog-faqs h2 , .jzvapes-qna-box h2{
	color: #0284c7;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 14px;
}
.blog-harmful-box p{
	font-size: 16px;
	margin-bottom: 15px;
	color: #111827;
}
.blog-harmful-box .bottom-line{
	font-size: 16px;
	margin-top: 10px;
}
.blog-harmful-box .harmful-btn{
	display: block;
	max-width: max-content;
	padding: 14px 24px;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
	transition: all .2s;
	text-align: center;
	min-width: 220px;
	background: #2c4b79;
	color: #fff;
	margin: 24px auto 0;
}
.single-blog-faqs{
	margin-bottom: 40px;
}
.single-blog-faqs-box{
	padding: 24px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0,0,0,.06);
}
.single-blog-faq {
	display: flex;
	flex-flow: column;
	gap: 5px;
	margin-bottom: 15px;
}
.single-blog-faq:last-child{
	margin-bottom: 0;
}
.single-blog-faq .question{
	font-size: 16px;
	color: #212529;
	font-weight: 700;
}
.single-blog-faq .answer{
	font-size: 16px;
}
.jzvapes-qna{
	padding: 24px;
	background: linear-gradient(180deg,#f8fbff, #f3f6fb);
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0,0,0,.06);
}
.jzvapes-qna .faqContentBox{
	padding: 20px;
}
.jzvapes-qna .faqContentBox .contentWrap h3{
	font-size: 16px;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
}
.jzvapes-qna .faqContentBox .contentWrap p{
	margin-top: 10px;
}
.single-blog-categories{    
	padding: 24px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0,0,0,.06);
}
.single-blog-categories h3{
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 800;
}
.single-blog-categories-wrapper{
	display: flex;
	flex-flow: wrap;
	gap: 10px;
}
.single-blog-categories-wrapper a{
	padding: 7px 15px;
	background: #f8f8f8;
	display: inline-block;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: 0.3s ease-in-out;
}
.single-blog-categories-wrapper a:hover{
	background: #2c4b79;
	color: #fff;
}
.sr-form{
	padding: 20px;
	background: #ebfff8;
	border-radius: 15px;
	width: 100%;
	max-width: 600px;
	margin: auto;
}
.sr-row{
	display: flex;
	align-items: center;
	gap: 12px;
}
.sr-form input[type=text], .sr-form input[type=email], .sr-form textarea{
	width: 100%;
	border: 1px solid #000;
	outline: none;
	border-radius: 4px;
	padding: 5px 8px;
	font-size: 14px;
	background-color: #ebfff8;
}
.sr-form textarea{
	height: 75px;
}
.sr-form input[type=text]:focus, .sr-form input[type=email]:focus, .sr-form textarea:focus {
	color: #212529 !important;
	background-color: #fff;
	border-color: #86b7fe !important;
	outline: 0 !important;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
}
.sr-stars{
	display: flex;
	align-items: center;
	gap: 5px;
}
.sr-star{
	font-size: 20px;
	color: #2c4b79;
	height: 24px;
	width: 24px;
	display: inline-block;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}
.sr-star.filled , .sr-star:hover{
	background: #2c4b79;
	color: #fff;
}
.sr-form fieldset{
	line-height: 1;
	margin-bottom: 5px;
}
.sr-form fieldset label{
	font-size: 14px;
	margin-bottom: 3px;
	color: #000000;
}
button.sr-submit-button {
	font-size: 14px !important;
	text-transform: uppercase !important;
	color: #fff !important;
	background: #2c4b79 !important;
	border-radius: 20px !important;
	padding: 10px 25px !important;
	font-weight: 500 !important;
	outline: none;
	border: none;
	line-height: 1;
	transition: 0.3s ease-in-out;
}
button.sr-submit-button:hover{
	background: #000 !important;
}
.sr-save-info label{
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	margin-bottom: 5px;
}
.sr-logged-in-note{
	font-size: 14px;
	margin-bottom: 5px !important;
	line-height: 1.2;
}
.sr-success {
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
}
.reviews-sec h2{
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 5px;
	text-align: center;
}
.reviews-sec p{
	text-align: center;
	margin-bottom: 15px;
}
.reviews-sec h3{
	font-size: 24px;
	text-align: center;
	margin: 30px 0 5px;
}
.reviews-sec{
	padding: 45px 0;
}
.sr-list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
.sr-item{
	position: relative;
	background: #ebfff8;
	padding: 10px;
	border-radius: 22px;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 10px;
}
.sr-thumb{
	background: #fff;
	border-radius: 12px;
	padding: 5px;
}
.sr-thumb img{
	height: 150px;
	width: 150px;
	object-fit: contain;
}
.sr-content p{
	font-size: 14px;
	margin-bottom: 0;
}
.sr-meta{
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	margin-bottom: 5px;
}
.sr-meta strong{
	color: #2c4b79;
	font-size: 16px;
	line-height: 1;
}
.sr-meta .sr-rating{
	color: #FFDF00;
	line-height: 1;
	font-size: 17px;
}
.sr-meta span{
	font-size: 13px;
	line-height: 1;
}
.blog-link-btn {
	margin-top: 15px;
}
.blog-link-btn a {
	display: block;
	max-width: max-content;
	padding: 14px 24px;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: none;
	background: #2c4b79;
	color: #fff;
	margin: auto;
}
.single-announcement-sec{
	padding: 60px 0;
}
.single-announcement-info-box{
	display: flex;
	align-items: center;
	flex-flow: column;
	gap: 20px;
	padding: 30px;
	background: linear-gradient(180deg,#0b1220 0%,#0b1220 60%,#111827 100%);
	margin-bottom: 25px;
	border-radius: 15px;
	text-align: center;
}
.single-announcement-info-box img{
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
}
.single-announcement-info-box h1 {
	font-size: 40px;
	color: #E5F2FF;
	margin-bottom: 0;
	font-weight: 800;
}
.single-announcement-publish-info{
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	color: #bfe6ff;
	font-size: 14px;
}
.single-announcement-content{
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0,0,0,.06);
	padding: 24px;
}
.single-announcement-content h1 , .single-announcement-content h2 , .single-announcement-content h3 , .single-announcement-content h4 , .single-announcement-content h5 , .single-announcement-content h6{
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.single-announcement-content p, .single-announcement-content ul {
	margin-bottom: 10px;
}
.single-announcement-content ul{
	list-style: disc;
	padding-left: 17px;
}
.comment-author{
	display: flex;
	align-items: center;
	gap: 5px;
}
.comment-author img{
	border-radius: 50%;
}
.comment-meta.commentmetadata {
	font-size: 12px;
	font-weight: 600;
	margin-top: 5px;
}
.comment-body p{
	margin: 7px 0;
}
.comment-reply-link {
	display: inline-block;
	padding: 6px 15px;
	background: #000;
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	transition: 0.3s ease-in-out;
}
.comment-reply-link:hover{
	background: #2c4b79;
	color: #fff;
}
.commentlist{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}
.commentlist .comment{
	padding: 15px;
	background: #f8f8f8;
	border-radius: 12px;
	margin-bottom: 15px;
}
h3#reply-title , h3#comments{
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 15px;
}
.single-announcement-form{
	margin-top: 25px;
}
.announcement-sec{
	padding: 40px 0;
}
.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100% !important;
}
.event-pagination{
	display: flex;
	align-items: center;
	gap: 7px;
}
.event-pagination .swiper-pagination-bullet {
	margin: 0 !important;
	height: 12px;
	width: 12px;
	background-color: #f8f8f8;
	opacity: 1;
}
.event-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 35px;
	background-color: var(--primary-color);
	border-radius: 10px;
}
.new-arrival-sec{
	padding: 60px 0;
}
.new-arrival-sec .product-box{
	margin-bottom: 24px;
}
.new-arrival-sec .pagination{
	justify-content: center;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
	text-align: center;
	margin-bottom: 10px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
	padding: 12px;
	background: #fff;
	border-radius: 12px;
	text-align: center;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;
}
.woocommerce ul.order_details::after, .woocommerce ul.order_details::before{
	display: none;
}
.woocommerce-order-received .woocommerce-order p{
	margin-bottom: 10px;
	text-align: center;
	font-size: 17px;
}
.woocommerce-order-received .woocommerce-order{
	padding: 20px;
	border-radius: 20px;
	background-color: #f8f8f8;
}
.woocommerce-order-received .woocommerce-order img{
	border-radius: 12px;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 15px;
	display: block;
}
.woocommerce-order-received .woocommerce-order h2{
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 12px;
}
.woocommerce-order-received .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	background: #FFF;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details{
	margin-bottom: 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address{
	background: #fff;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details{
	margin-bottom: 15px;
}
.woocommerce-customer-details--phone , .woocommerce-customer-details--email{
	margin-bottom: 0 !important;
	text-align: left !important;
}
.event-sec.mobile{
	display: none;
}
.wc-cat-list{
	padding: 20px;
	background: #f5f5f5;
	border-radius: 15px;
}
.wc-cat-list li{
	font-size: 16px;
	position: relative;
	margin-bottom: 5px;
}
.wc-cat-list li:last-child{
	margin-bottom: 0;
}
.wc-cat-list .sub-cats {
	display: none;
	margin-left: 20px;
	margin-top: 5px;
}
.toggle-icon {
	display: inline-block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	border-right: 2px solid var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
	transform: rotate(-45deg);
	transition: transform 0.2s;
	position: absolute;
	right: 0;
	top: 8px;
}
.parent-cat.open > .toggle-icon {
	transform: rotate(45deg);
}
.price-filter {
	padding: 20px;
	background: #f5f5f5;
	border-radius: 15px;
	margin-top: 20px;
}
.price-filter h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.price-values {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 5px;
}
.price-values span{
	padding: 2px 8px;
	background: #fff;
	border-radius: 5px;
}
.price-sliders {
	position: relative;
	height: 32px;
}
.slider-track {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 4px;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	z-index: 1;
}
.price-sliders input[type=range] {
	position: absolute;
	left: 0;
	top: 35%; 
	transform: translateY(-50%);
	width: 100%;
	height: 4px;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	z-index: 2;
}
.price-sliders input[type=range]::-webkit-slider-runnable-track {
	height: 4px;
	background: transparent;
}
.price-sliders input[type=range]::-moz-range-track {
	height: 4px;
	background: transparent;
}
.price-sliders input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	background: #2c4b79;
	border-radius: 50%;
	cursor: pointer;
	pointer-events: auto;
}
.price-sliders input[type=range]::-moz-range-thumb {
	width: 16px;
	height: 16px;
	background: #1e73be;
	border-radius: 50%;
	cursor: pointer;
	pointer-events: auto;
}
.price-sliders input[type=range]:last-child {
	pointer-events: auto;
}
.flavour.active{
	background: #2c4b79;
}
.flavour.active span{
	color: #fff;
}
#filtered-products .product-box{
	margin-bottom: 24px;
}
.pagination-wrapper{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.pagination-wrapper .pagination-number{
	height: 32px;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2c4b79;
	border-radius: 50px;
	color: #2c4b79;
	transition: 0.3s ease-in-out;
	font-size: 14px;
	font-weight: 700;
}
.pagination-wrapper .pagination-number.active{
	background: #2c4b79;
	color: #fff;
}
.pagination-wrapper .pagination-number:hover{
	background: #2c4b79;
	color: #fff;
}
.pagination-wrapper .pagination-btn{
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
	padding: 0 14px;
	border-radius: 20px;
	font-size: 13px;
}
.pagination-wrapper .pagination-btn.disabled{
	opacity: 0.5;
}
.filters-sec{
	padding: 50px 0;
}
.filters-sec .container .row .col-lg-9{
	position: relative;
}
.filter-box-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.filter-box-head h3{
	font-size: 20px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.filter-box-head i{
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2c4b79;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
	transition: transform 0.3s ease;
}
.filter-box.closed .filter-box-head i {
	transform: rotate(-180deg);
}
.filter-box-body {
	display: block;
}
.filter-box.closed .filter-box-body {
	display: none;
}
.flavour-slider{
	margin-bottom: 25px;
}
.filter-box{
	position: sticky;
	top: 0;
}
.thumbs-pagination , .flavour-pagination , .flavour-tab-pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-top: 15px;
}
.thumbs-pagination .swiper-pagination-bullet , .flavour-pagination .swiper-pagination-bullet , .flavour-tab-pagination .swiper-pagination-bullet{
	margin: 0 !important;
	height: 12px;
	width: 12px;
	background-color: #f5f5f5;
	opacity: 1;
}
.thumbs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active , .flavour-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active , .flavour-tab-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 35px;
	background-color: var(--primary-color);
	border-radius: 10px;
}
.link-slider-wrapper , .picked-slider-wrapper , .mission-slider-wrapper , .blog-slider-wrapper , .promotion-slider-wrapper , .flavour-tab-wrapper{
	position: relative;
}
.link-button-next , .link-button-prev  , .pick-button-next , .pick-button-prev , .mission-button-next , .mission-button-prev , .blog-button-prev , .blog-button-next  , .promotion-button-prev , .promotion-button-next , .thumb-button-next  , .thumb-button-prev , .fav-button-prev , .fav-button-next{
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background: var(--primary-color);
	color: #fff;
	font-size: 10px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	z-index: 1;
}
.fav-button-prev , .fav-button-next{
	top: 50%;
}
.link-button-next , .pick-button-next , .mission-button-next , .blog-button-next , .promotion-button-next , .thumb-button-next , .fav-button-next{
	right: -17.5px;
}
.link-button-prev , .pick-button-prev , .mission-button-prev , .blog-button-prev , .promotion-button-prev , .thumb-button-prev , .fav-button-prev{
	left: -17.5px;
}
.flavour-head-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.flavour-btns{
	display: flex;
	align-items: center;
	gap: 12px;
}
.flavour-button-prev , .flavour-button-next{
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background: var(--primary-color);
	color: #fff;
	font-size: 10px;
}
/* ajaxFilter_PagiLoader css */
.ajaxFilter_PagiLoader {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: transparent;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	backdrop-filter: blur(1.5px);
}
.ajaxFilter_PagiLoader.active {
	display: flex;
}
.loader-spinner {
	text-align: center;
	background: white;
	padding: 40px 50px;
	border-radius: 15px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.spinner-circle {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	border: 5px solid #f3f3f3;
	border-top: 5px solid #2c5282;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.loader-text {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.5; }
}
.suggested-categories-grid{
	position: relative;
}
.category-desc {
	display: -webkit-box;
	-webkit-line-clamp: 2;   /* sirf 2 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.category-desc.expanded {
	-webkit-line-clamp: unset;
	overflow: visible;
}
.read-more-btn {
	background: #2c4b8a;
	color: #fff;
	margin: 8px auto 0;
	border: none;
	padding: 4px 10px;
	border-radius: 25px;
	font-size: 11px;
	word-spacing: 1px;
	font-weight: 400;
	display: block;
	max-width: max-content;
}
.cat-scroll-wrapper {
	position: relative;
}
span.scroll-arrow.up {
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	background: #2c4b79;
	color: #fff;
	text-align: center;
	font-size: 9px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
	display: none;
}
span.scroll-arrow.down {
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	background: #2c4b79;
	color: #fff;
	text-align: center;
	font-size: 9px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
	display: none;
}
.testimonial-sec{
	padding: 40px 0;
}
.testimonial-wrapper{
	position: relative;
	display: grid;
	grid-template-columns: repeat(6 , 1fr);
	gap: 15px;
}
.testi-button-next{
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: var(--white-color);
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	z-index: 1;
	right: -17.5px;
}
.testi-button-prev{
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: var(--white-color);
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	z-index: 1;
	left: -17.5px;
}
.testi-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-top: 25px;
}
.testi-pagination .swiper-pagination-bullet {
	margin: 0 !important;
	height: 12px;
	width: 12px;
	background-color: #ebfff8;
	opacity: 1;
}
.testi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 35px;
	background-color: var(--primary-color);
	border-radius: 10px;
}
.testimonial-img{
	overflow: hidden;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
	box-shadow: 2px 3px 5px 0px #dcdcdc;
}
.testimonial-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	aspect-ratio: 1/0.9;
}
.testimonial-content , .review-content{
	display: flex;
	flex-flow: column;
	gap: 8px;
}
.testimonial-content a{
	display: flex;
	align-items: center;
	gap: 8px;
}
.rev-prod-img img{
	height: 48px;
	width: 48px;
	border-radius: 4px;
	object-fit: contain;
	background: #f8f8f8;
}
.rev-prod-info .product-name{
	font-size: 12px;
	color: #14161a;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.review-info{
	display: flex;
	align-content: center;
	gap: 4px;
}
.total-rating{
	display: flex;
	align-items: center;
	gap: 2px;
}
.total-rating .star{
	color: #00239c;
	font-size: 12px;
}
.rating-text{
	font-size: 12px;
	font-weight: 700;
	color: #707680;
	line-height: 1;
}
.review-num{
	font-size: 12px;
	font-weight: r00;
	color: #707680;
}
.review-text{
	font-size: 13px;
	line-height: 18px;
	color: #14161a;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.review-rating{
	display: flex;
	align-items: center;
	gap: 2px;
}
.review-rating .star{
	color: #00239c;
	font-size: 14px;
}
.review-rating .star.empty {
	color: #ccc;
}
#review-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	z-index: 9998;
}
#review-sidebar {
	position: fixed;
	top: 0;
	right: -420px;
	width: 100%;
	max-width: 420px;
	height: 100%;
	background: #fff;
	z-index: 9999;
	transition: 0.4s ease;
	overflow-y: auto;
}
#review-sidebar.active {
	right: 0;
}
#review-overlay.active {
	opacity: 1;
	visibility: visible;
}
.close-sidebar {
	font-size: 28px;
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 15px;
}
.sidebar-product{
	display: flex;
	align-items: center;
	gap: 8px;
}
.sidebar-product .rev-prod-img img{
	border-radius: 50%;
}
.sidebar-review-top{
	padding: 16px 24px;
	border-bottom: 1px solid #ebeff5;
}
.sidebar-review{
	padding: 28px 24px;
	border-bottom: 1px solid #ebeff5;
}
.sidebar-userinfo{
	font-size: 12px;
	line-height: 18px;
	border-radius: 4px;
	border: 1px solid #ebeff5;
	color: #707680;
	padding: 8px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 16px;
}
.sidebar-userinfo .sidebar-user{
	color: #14161a;
}
.sidebar-review-text{
	font-size: 14px; 
	color: #14161a;
}
.sidebar-stars{
	display: flex;
	align-items: center;
	gap: 2px;
	margin-bottom: 24px;
}
.sidebar-stars .star{
	color: #00239c;
	font-size: 16px;
}
.sidebar-stars .star.empty {
	color: #ccc;
}
.sidebar-stars .rating-label{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #14161a;
}
.sidebar-other-reviews{
	padding: 28px 24px;
}
.other-review-heading{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
	color: #000;
}
.other-review-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4px;
}
.other-review-img {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.other-review-img img {
	width: 100%;
	display: block;
}
.other-review-img.active {
	outline: 3px solid #000;
	border: none;
}
.other-review-img.active::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.other-review-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.other-review-pagination{
	display: flex;
	align-items: center;
}
.page-indicator{
	font-size: 12px;
	margin-right: 4px;
	color: #707680;
}
.other-prev , .other-next{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ebeff5;
	border-radius: 2px;
	width: 28px;
}
.review-user{
	font-size: 12px;
	line-height: 18px;
	color: #707680;
}
/* overlay */
.sidebar-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	transition: 0.3s ease;
}
.sidebar.active ~ .sidebar-overlay,
.sidebar-overlay.active {
	opacity: 1;
	visibility: visible;
}
.testimonial-sec .sec-info-btn a i{
	transform: unset;
}
a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout , a.xoo-wsc-btn{
	border-radius: 25px;
}
a.delivery-converter{
	color: #2c4b79;
	font-weight: 900;
}
.zipcode-spinner {
	width: 36px;
	display: inline-block;
	height: 36px;
	border: 4px solid #e0e0e0;
	border-top: 4px solid #2c4b79;
	border-radius: 50%;
	animation: zipcode-spin 0.8s linear infinite;
	margin: 0 auto 10px;
}
@keyframes zipcode-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
a.added_to_cart.wc-forward {
	display: none;
}
.xoo-wsc-sp-slider{
	height: 100px;
	overflow: hidden;
}
.side_info_main{
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: fixed;
	top: 60%;
	transform: translateY(-60%);
	right: 0;
	z-index: 999;
}
.side_info_main .single_info{
	display: flex;
	align-items: center;
	gap: 8px;
	background: inherit;
	padding: 5px 15px 5px 5px;
	border-radius: 25px 0 0 25px;
	white-space: nowrap;
	transform: translateX(calc(100% - 40px));
	transition: transform 0.3s ease;
}
.side_info_main .single_info i{
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	flex: 0 0 30px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	font-size: 18px;
}
.side_info_main .single_info:first-child i{
	color: #25d366;
}
.side_info_main .single_info:first-child{
	background: #25d366;
}
.side_info_main .single_info:last-child i{
	color: #ea2c59;
}
.side_info_main .single_info:last-child{
	background: #ea2c59;
}
.side_info_main .single_info p{
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
.side_info_main .single_info:hover{
	transform: translateX(0);
}
.product-slider-wrapper .swiper-wrapper{
	margin-top: 8px;
}
.surge-sec{
	position: relative;
	padding: 40px 0;
	display: none;
}
.surge-sec:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 70%;
	background: #2c4b79;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	transform: skew(-25deg);
	z-index: -1;
}
.surge-box{
	position: relative;
}
.surge-content{
	background: #f6f6f6;
	padding: 40px;
	text-align: center;
}
.surge-logo img{
	max-width: 130px;
	width: 100%;
}
.surge-content h2{
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 0;
}
.surge-content p{
	font-size: 15px;
	font-weight: 500;
	margin: 15px auto 0;
	width: 100%;
	max-width: 600px;
}
.surge-btn{
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	gap: 7px;
	max-width: max-content;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--white-color);
	border-radius: 25px;
	padding: 4px 4px 4px 15px;
	margin: 15px auto 0;
}
.surge-btn i{
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--white-color);
	color: var(--primary-color);
	transform: rotate(-45deg);
}
a.woocommerce-button.button.view {
	border-radius: 25px;
	background: #2c4b79;
	color: #fff;
	font-weight: 400;
	transition: 0.3s all;
}
a.woocommerce-button.button.view:hover{
	background: #000;
	color: #fff;
}
a.woocommerce-button.button.cancel{
	border-radius: 25px;
	margin-left: 5px;
	background: #ff4d4d;
	color: #fff;
	transition: 0.3s all;
}
a.woocommerce-button.button.cancel:hover{
	background: #ff4d4d;
	color: #fff;
	opacity: 0.8;
}
.fbt-section{
	padding-bottom: 60px;
}
.fbt-title{
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 30px;
	color: var(--dark-color);
}
.fbt-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px;
	background: #f6f6f6;
	border-radius: 20px;
}
.fbt-products {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	gap: 15px;
}
.fbt-item{
	position: relative;
	width: 180px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.03 );
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	background: #fff;
}
.fbt-item .fbt-check-wrap{
	padding: 10px;
	cursor: pointer; 
}
.fbt-item img{
	width: 100%;
	background: #f6f6f6;
	border-radius: 12px;
	overflow: hidden;
}
.fbt-check-wrap input[type="checkbox"] { 
	position: absolute;
	top: 15px;
	left: 15px;
	width: 18px; 
	height: 18px;
	z-index: 1; 
	cursor: pointer; 
}
.fbt-item-info {
	display: flex;
	flex-flow: column;
	gap: 5px;
	margin-top: 7px;
}
.fbt-item-name {
	font-size: 12px;
	font-weight: 500;
}
.fbt-item-price{
	font-size: 12px;
	font-weight: 800;
	color: var(--primary-color);
}
.fbt-item.fbt-unchecked{ 
	opacity: 0.4; 
}
.fbt-plus { 
	font-size: 24px;
	font-weight: 300;
	color: #999;
	align-self: center; 
}
.fbt-summary { 
	display: flex;
	flex-direction:column; 
	gap: 10px;
	min-width: 200px; 
}
.fbt-total-label { 
	font-size: 16px; 
}
.fbt-total-price {
	font-size: 20px; 
	color: var(--primary-color); 
}
.fbt-add-btn { 
	background: #222;
	color: #fff; 
	border: none;
	padding: 10px; 
	border-radius: 30px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px; 
	transition: 0.3s all;
}
.fbt-add-btn:hover{
	background: var(--primary-color);
}
.announcement-mail {
	display: flex;
	gap: 16px;
	padding: 14px 18px;
	border-bottom: 1px solid #eee;
	background: transparent;
	border-radius: 4px;
	transition: 0.3s all;
	margin-bottom: 5px;
}
.announcement-mail:hover{
	background: #f6f6f6;
}
.mail-img{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	overflow: hidden;
}
.mail-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mail-content-wrapper{
	flex: 1;
}
.mail-title {
	font-size: 16px;
	font-weight: 400;
}
.mail-content{
	font-size: 14px;
	color: #a39090;
}
.mail-info-wrapper {
	display: flex;
	flex-flow: column;
	align-items: end;
	gap: 5px;
}
.mail-date{
	font-size: 14px;
	font-weight: 700;
}
.mail-btns{
	display: flex;
	align-items: center;
	gap: 7px;
}
.mail-delete-btn , .mail-read-btn , .mail-unread-btn , .mail-restore-btn{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #df2d16;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mail-delete-btn img{
	width: 100%;
	max-width: 16px;
}
.mail-read-btn img , .mail-unread-btn img , .mail-restore-btn img{
	max-width: 100%;
}
.mail-restore-btn{
	background: #1a1a2e;
}
.announcement-mail .mail-read-btn,
.announcement-mail .mail-unread-btn {
	display: none;
	background: #f6f6f6;
}
.announcement-mail.unread .mail-read-btn {
	display: flex;
}
.announcement-mail.read .mail-unread-btn {
	display: flex;
}
.trash-empty-msg {
	text-align: center;
	color: #aaa;
	padding: 40px 0;
	font-size: 15px;
}
.announcement-mail.unread {
	background: #f0f6ff;
	border-bottom-color: var(--primary-color);
}
.announcement-mail.unread .mail-title {
	font-weight: 800;
}
.announcement-mail.read .mail-date , .announcement-mail.read .mail-title{
	color: #a39090;
}
.announcement-mail.unread .mail-read-btn , .announcement-mail.unread .mail-unread-btn{
	background: #fff;
}
.announcement-tabs {
	display: flex;
	gap: 8px;
	margin-bottom: 20px;
}
.ann-tab {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 10px 22px;
	border: 2px solid #ddd;
	background: #fff;
	border-radius: 6px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	color: #555;
	transition: all 0.2s;
}
.ann-tab.active {
	background: #1a1a2e;
	color: #fff;
	border-color: #1a1a2e;
}
.tab-count {
	background: #e74c3c;
	color: #fff;
	border-radius: 50px;
	padding: 1px 8px;
	font-size: 12px;
	font-weight: 700;
	min-width: 20px;
	text-align: center;
}
.ann-tab.active .tab-count {
	background: #fff;
	color: #1a1a2e;
}
.announcement-tab-content {
	display: none;
}
.announcement-tab-content.active {
	display: block;
}
.announcement-login-notice{
	padding: 40px 0;
}
.ann-login-box p{
	text-align: center;
	color: #aaa;
	font-size: 20px;
}
.inbox-btn {
	display: inline-block;
	height: 33px;
	width: 33px;
	line-height: 33px;
	flex: 0 0 33px;
	text-align: center;
	border-radius: 50%;
	background: var(--primary-color);
	color: var(--white-color);
	position: relative;
	transition: 0.3s all;
}
.inbox-btn:hover{
	background: #1a1a2e;
	color: var(--white-color);
}
.bulk-actions{
	display: flex;
	align-items: center;
	gap: 10px;
}
.bulk-btn {
	border: none;
	padding: 5px 12px;
	display: flex;
	align-items: center;
	gap: 5px;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 600;
}
.bulk-btn img{
	max-width: 16px !important;
}
.bulk-btn.bulk-trash-btn{
	background: #df2d16;
	color: #fff;
}
.bulk-btn.bulk-restore-btn{
	background: #1a1a2e;
	color: #fff;
}
.bulk-action-bar{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.bulk-left {
	display: flex;
	align-items: center;
	gap: 5px;
	line-height: 1;
}
.wc-block-product{
	background-color: #fff !important;
	padding: 12px !important;
	border-radius: 16px
		!important;
	position: relative;
}
.wc-block-components-product-image{
	background-color: var(--white-color) !important;
	border-radius: 16px !important;
	overflow: hidden !important;
	position: relative !important;
}
.wc-block-components-product-image img{
	width: 100% !important;
	object-fit: contain !important;
	aspect-ratio: 1/1 !important;
	margin-bottom: 0 !important;
}
h2.wp-block-post-title{
	font-size: 16px !important;
	font-weight: 500;
	margin-bottom: 7px !important;
	height: 32.38px !important;
	overflow: hidden !important;
}
h2.wp-block-post-title a{
	color: var(--dark-color) !important;
}
.wp-block-woocommerce-product-price{
	font-size: 15px !important;
	font-weight: 400 !important;
	color: var(--accent-text-color) !important;
	margin-bottom: 7px !important;
}
.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{
	font-size: 14px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	width: 100% !important;
	color: #fff !important;
	background: var(--primary-color) !important;
}
/* Responsive */
@media(max-width:1199px){
	.brand-box h3{
		font-size: 13px;
	}
	.product-title{
		font-size: 14px;
	}
	.brand-index-list {
		grid-template-columns: repeat(5, 1fr);
	}
	.header-menus .header-menu-desktop{
		gap: 15px;
	}
	.header-menus .header-menu-desktop li a {
		font-size: 11px;
	}
	.product-card-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	.e-liqid-banner .main-heading p{
		font-size: 15px;
	}
	.e-liqid-banner .main-heading h1{
		font-size: 22px;
	}
}
@media(max-width:991px){
	.footer-logo img{
		display: block;
		margin: auto;
	}
	footer .footer-content p{
		text-align: center
	}
	.footer-socail-links ul{
		justify-content: center;
	}
	.payment-img{
		margin-bottom: 20px;
	}
	.payment-img img {
		max-width: 340px;
		display: block;
		margin: auto;
	}
	.testimonial-wrapper {
		grid-template-columns: repeat(4, 1fr);
	}
	.products-row{
		margin-top: 15px;
	}
	.header-top-btns ul{
		display: none;
	}
	.header-top-btns .header-buttons{
		display: flex;
	}
	.header-menus{
		display: none;
	}
	.mobile-menu{
		display: block;
	}
	.header-wrapper{
		flex-flow: wrap;
	}
	.header-logo{
		width: 30%;
	}
	.header-top-btns{
		width: 70%;
	}
	.header-serach-bar-main{
		order: 3;
		width: 100%;
		margin-top: 7px;
	}
	.header-serach-bar-main .sidebar-openBtn , .header-serach-bar-main .inbox-mob-btn{
		display: block;
	}
	.top-bar p , .scrolling-text p{
		font-size: 14px;
	}
	.product-btn a , .product-box .out-of-stock{
		font-size: 12px;
	}
	.product-btn a i{
		font-size: 16px;
	}
	.brand-sec {
		padding: 40px 0 6px;
	}
	.brand-box img{
		height: 95px;
		width: 95px;
	}
	.picked-sec {
		padding: 40px 0 16px;
	}
	.picked-box .logo{
		height: 95px;
		width: 95px;
	}
	.shop-box .shop-img{
		height: 155px;
		width: 155px;
	}
	.shop-box .shop-img img{
		height: 100px;
		width: 100px;
	}
	.shop-box h3{
		font-size: 18px;
	}
	.choose-box .content-box h3{
		font-size: 22px;
	}
	.choose-box .icon-box {
		height: 100px;
		width: 100px;
		flex: 0 0 100px;
		font-size: 34px;
	}
	.section-title{
		font-size: 26px;
	}
	.section-info-wrapper{
		gap: 20px;
	}
	.section-info-wrapper , .section-info-wrapper-2{
		margin-bottom: 25px;
	}
	.section-des{
		font-size: 13px;
	}
	.event-box{
		flex-flow: column;
	}
	.suggested-categories-grid h4, .suggested-prod-section h4 {
		font-size: 17px;
	}
	#live-search-results ul li {
		width: 48%;
	}
	#live-search-results ul li a .thumb {
		height: 85px;
		width: 85px;
		border-radius: 5px;
	}
	#live-search-results ul li a .info .title, #live-search-results ul li a .info .price {
		font-size: 14px;
	}
	.category-link-wrapper {
		flex-flow: row;
		gap: 24px;
		margin-top: 24px;
	}
	.e-liquid-product{
		margin-top: 30px;
	}
	.points-info{
		width: 35%;
	}
	.custom-variations-wrapper{
		justify-content: center;
	}
	.custom-variation-box{
		width: 47%;
	}
	.single-product-sec {
		padding: 40px 0;
	}
	.single-product-info{
		margin-top: 15px;
	}
	.single-product-info-wrapper{
		display: flex;
		flex-flow: column-reverse;
	}
	.product-description{
		padding-top: 15px;
		border-top: 2px dotted #2c4b79;
	}
	.woocommerce #reviews #comments ol.commentlist{
		gap: 12px;
	}
	.woocommerce #reviews #comments ol.commentlist li img.avatar{
		height: 50px !important;
		width: 50px !important;
	}
	strong.woocommerce-review__author {
		font-size: 15px;
	}
	.comment_container{
		flex-flow: column;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text .description p{
		font-size: 13px;
	}
	.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.e-liqid-banner .main-heading p{
		font-size: 14px;
	}
	.e-liqid-banner .banner-product-img img{
		width: 250px;
	}
	.single-product-categories{
		display: none;
	}
	.sr-list {
		grid-template-columns: repeat(3, 1fr);
	}
	.woocommerce ul.order_details{
		column-gap: 35px;
		row-gap: 10px;
	}
	.woocommerce ul.order_details li{
		border-right: none;
		padding: 0;
		margin: 0;
	}
	.announcement-box img{
		height: 200px;
	}
	.announcement-box h3{
		font-size: 24px;;
	}
	.wc-cat-list{
		height: 200px;
		overflow-y: auto;
	}
	.wc-cat-list::-webkit-scrollbar {
		display: none;
	}
	span.scroll-arrow.up , span.scroll-arrow.down{
		display: inline-block;
	}
}
@media(max-width:767px){
	.language-switcher{
		position: fixed;
		bottom: 75px;
		right: 12px;
		z-index: 9999;
	}
	.testimonial-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
	header{
		position: sticky;
		top: 0;
		background: #fff;
		z-index: 9;
	}
	.seller-tab{
		padding: 6px 20px;
		font-size: 13px;
	}
	.container{
		max-width: 100%;
	}
	.header-buttons .login-btn{
		display: none;
	}
	.banner-slide{
		height: 250px;
	}
	.prod-button-prev , .link-button-prev  , .brand-button-prev , .testi-button-prev  , .pick-button-prev , .mission-button-prev , .blog-button-prev , .promotion-button-prev , .sale-button-prev , .rec-button-prev , .thumb-button-prev , .fav-button-prev{
		left: -10px;
	}
	.prod-button-next , .link-button-next , .brand-button-next , .testi-button-next , .pick-button-next , .mission-button-next , .blog-button-next , .promotion-button-next , .sale-button-next , .rec-button-next , .thumb-button-next , .fav-button-next{
		right: -10px;
	}
	.best-product-img {
		height: 100px;
		width: 100px;
		flex: 0 0 100px;
	}
	.product-title , .product-price{
		font-size: 13px;
	}
	.product-title{
		height: 35px;
	}
	.add-to-wishlist {
		height: 28px;
		width: 28px;
		line-height: 28px;
		top: 5px;
		right: 5px;
	}
	.product-sec {
		padding: 30px 0;
	}
	.brand-sec {
		padding: 30px 0 0px;
	}
	.best-seller-sec {
		padding: 26px 0 10px;
	}
	.picked-sec {
		padding: 26px 0 10px;
	}
	.shop-sec{
		padding: 26px 0 10px;
	}
	.bottom-bar {
		display: block;
	}
	footer{
		padding: 30px 0 80px;
	}
	.footer-copyright p{
		font-size: 12px;
	}
	.xoo-wsc-basket{
		bottom: 70px !important;
	}
	.blog-title , .event-content h3{
		font-size: 18px;
	}
	.blog-date{
		font-size: 13px;
	}
	.blog-des{
		font-size: 12px;
	}
	#live-search-results ul li {
		width: 100%;
	}
	.section-info-wrapper {
		flex-flow: column;
		gap: 12px;
		text-align: center;
	}
	.brand-index-list {
		grid-template-columns: repeat(4, 1fr);
	}
	.sub_popup{
		max-width: 350px;
	}
	.sub_popup p {
		font-size: 14px;
		max-width: 100%;
	}
	.sub_popup span{
		width: 100%;
	}
	.sub_popup h2{
		font-size: 22px;
	}
	.sub_popup h3{
		font-size: 16px;
	}
	.age-verification-btns a {
		padding: 9px;
		width: 85px;
		font-size: 14px;
	}
	.woocommerce #reviews #comments ol.commentlist li{
		flex: 0 0 48%;
	}
	.topbar-wrapper {
		flex-flow: column;
		gap: 5px;
	}
	.topbar-wrapper p{
		text-align: center;
	}
	.product-card-grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.delivery-sec , .faqs-sec{
		padding: 40px 0;
	}
	.delivery-box img{
		width: 240px;
	}
	.delivery-box h2{
		font-size: 22px;
	}
	.delivery-box p{
		font-size: 14px;
	}
	.delivery-input-box h3{
		font-size: 18px;
	}
	#sameday-result{
		margin-top: 20px;
	}
	#sameday-result h2{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.sameday-result-wrapper{
		flex-flow: column;
		gap: 20px;
	}
	#col-sameday, #col-regular{
		width: 100%;
	}
	.faqContentBox{
		padding: 25px;
	}
	.faqContentBox .contentWrap h3{
		font-size: 16px;
	}
	.faqContentBox .contentWrap p{
		margin-top: 10px;
		font-size: 14px;
	}
	.e-liqid-banner{
		height: unset;
	}
	.e-liqid-banner .banner-product-img img {
		width: 200px;
		margin: 0 auto 20px;
		display: block;
	}
	.e-liqid-banner .main-heading p{
		text-align: center;
		font-size: 13px;
	}
	.essential-box , .blog-product-info-box-wrapper{
		grid-template-columns: repeat(1, 1fr);
	}
	.sr-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.event-sec.desktop{
		display: none;
	}
	.event-sec.mobile{
		display: block;
	}
	.event-sec.mobile .event-box{
		margin: 10px 10px 24px 10px;
	}
	.fbt-wrapper{
		flex-flow: column;
		gap: 15px;
		padding: 15px;
	}
	.fbt-products{
		gap: 10px;
	}
	.fbt-item{
		width: 160px;
	}
}
@media(max-width:575px){
	.header-logo{
		width: 25%;
	}
	.header-top-btns{
		width: 75%;
	}
	.footer-links{
		margin-bottom: 20px;
	}
	.checkout.woocommerce-checkout {
		padding: 20px;
	}
	.woocommerce form p {
		font-size: 13px;
	}
	.checkout.woocommerce-checkout h3{
		font-size: 17px;
	}
	.testimonial-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.top-bar p, .scrolling-text p {
		font-size: 12px;
	}
	.banner-slide{
		height: 210px;
	}
	.banner-button-prev , .banner-button-next{
		height: 30px;
		width: 30px;
		line-height: 30px;
	}
	.banner-pagination .swiper-pagination-bullet{
		height: 10px;
		width: 10px;
	}
	.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
		width: 30px;
	}
	.prod-button-next , .prod-button-prev , .link-button-next , .link-button-prev , .brand-button-prev , .testi-button-prev , .brand-button-next , .testi-button-next , .pick-button-prev , .pick-button-next , .mission-button-prev , .mission-button-next , .blog-button-next , .blog-button-prev , .promotion-button-next , .promotion-button-prev , .sale-button-next , .rec-button-next , .sale-button-prev , .rec-button-prev , .thumb-button-next , .thumb-button-prev , .flavour-button-prev , .flavour-button-next , .fav-button-prev , .fav-button-next{
		height: 25px;
		width: 25px;
		line-height: 25px;
		font-size: 10px;
	}
	.section-title {
		font-size: 22px;
	}
	.section-des {
		font-size: 11px;
	}
	.sec-info-btn a{
		font-size: 12px;
	}
	.section-info-wrapper, .section-info-wrapper-2{
		margin-bottom: 15px;
	}
	.brand-box img {
		height: 90px;
		width: 90px;
	}
	.brand-box h3 {
		font-size: 12px;
	}
	.picked-box .logo {
		height: 90px;
		width: 90px;
	}
	.shop-box .shop-img {
		height: 135px;
		width: 135px;
	}
	.shop-box .shop-img img {
		height: 85px;
		width: 85px;
	}
	.shop-box h3 {
		font-size: 15px;
	}
	.choose-box .icon-box {
		height: 90px;
		width: 90px;
		flex: 0 0 90px;
		font-size: 30px;
	}
	.choose-box .content-box h3 {
		font-size: 18px;
	}
	.choose-box .content-box p{
		font-size: 12px;
	}
	.suggested-categories-grid h4, .suggested-prod-section h4 {
		font-size: 15px;
	}
	.category-link-wrapper{
		flex-flow: column;
		gap: 15px;
		margin-top: 15px;
	}
	.category-link-sec .col-lg-6 .category-link-box{
		margin-bottom: 15px;
	}
	.brand-index-list {
		grid-template-columns: repeat(3, 1fr);
	}
	.points-info {
		width: 47%;
	}
	.point-info p{
		font-size: 18px;
	}
	.points-info h3{
		font-size: 26px;
	}
	.custom-variation-box {
		width: 100%;
	}
	.point-banner{
		flex-flow: column;
		gap: 12px;
	}
	.point-sec h2{
		font-size: 22px;
	}
	.point-des{
		font-size: 18px;
	}
	.product-points{
		display: none;
	}
	.single-page-breadcrumbs ul{
		gap: 7px;
	}
	.single-page-breadcrumbs ul li{
		font-size: 11px;
	}
	.single-page-breadcrumbs ul li a{
		gap: 7px;
	}
	.single-page-breadcrumbs ul a:after{
		font-size: 9px;
	}
	.single-product-title{
		font-size: 20px;
		margin: 8px 0;
	}
	.single-product-info .price{
		font-size: 18px;
	}
	.single-product-info{
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.single-product-sec {
		padding: 30px 0 40px;
	}
	.comment-form-cookies-consent{
		font-size: 13px !important;
	}
	.jz-dashboard-box{
		flex: 0 0 100% !important;
	}
	.mycred-rank-banner , .jzpoints-row{
		flex-flow: column;
	}
	.rank-content , .jzpoints-card{
		width: 100% !important;
	}
	.woocommerce #reviews #comments ol.commentlist li{
		flex: 0 0 100%;
	}
	.product-card-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.e-liqid-banner{
		padding: 15px 0;
	}
	.e-liqid-banner .banner-product-img img{
		width: 150px;
	}
	.e-liqid-banner .main-heading h1 {
		font-size: 18px;
	}
	.e-liqid-banner .main-heading p{
		font-size: 12px;
	}
	.announcement-box img{
		height: 100px;
	}
	.announcement-box h3{
		font-size: 16px;
	}
	.product-img img{
		aspect-ratio: 1/0.9;
	}
	.product-title, .product-price {
		font-size: 12px;
	}
	.product-title{
		height: 28px;
	}
	.product-content{
		gap: 5px;
	}
	.product-btn a{
		padding: 7px;
	}
	.choose-up-sec{
		padding: 15px;
	}
	.testimonial-sec {
		padding: 10px 0;
	}
	.home-faq-sec {
		padding: 5px 0 0px;
	}
	.event-sec {
		padding: 10px 0 0;
	}
	.blog-sec-2{
		padding: 10px 0;
	}
	.flavour-sec {
		padding: 10px 0 10px;
	}
	.brand-sec {
		padding: 10px 0 10px;
	}
	.product-sec {
		padding: 10px 0;
	}
	.picked-sec {
		padding: 10px 0 10px;
	}
	.best-seller-sec {
		padding: 10px 0 10px;
	}
	.filters-sec {
		padding: 20px 0 50px;
	}
	.flavour-slider{
		margin-bottom: 10px;
	}
	.filter-box-head{
		margin-bottom: 7px;
	}
	.price-filter{
		margin-top: 10px;
		padding: 10px 20px;
	}
	.flavour img{
		width: 65px;
	}
	.flavour span{
		font-size: 13px;
	}
	.filter-box-head i{
		height: 25px;
		width: 25px;
	}
	.header-buttons{
		gap: 3px;
	}
	.track-order-btn , .faq-btn{
		font-size: 10px;
	}
	.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
		font-size: 12px;
		margin: 0;
	}
	.xoo-wsc-sc-bki{
		font-size: 20px;
	}
	span.xoo-wsc-sc-count {
		height: 15px;
		line-height: 15px;
		width: 15px;
		font-size: 10px;
	}
	.fbt-item{
		width: 140px;
	}
}
@media(max-width:475px){
	.brand-box{
		padding: 10px 0;
	}
	.product-img{
		border-radius: 10px;
	}
	.product-btn a , .product-box .out-of-stock{
		font-size: 11px;
	}
	.product-btn a i {
		font-size: 14px;
	}
	.brand-box{
		border-radius: 8px;
	}
	.brand-box img {
		height: 80px;
		width: 80px;
	}
	.brand-box h3 {
		font-size: 10px;
	}
	.shop-box .shop-img {
		height: 125px;
		width: 125px;
	}
	.shop-box .shop-img img {
		height: 75px;
		width: 75px;
	}
	.comment-form{
		gap: 10px;
	}
	.sr-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.announcement-box{
		border-radius: 8px;
	}
	.xoo-wsc-container, .xoo-wsc-slider{
		max-width: 340px;
	}
}
@media(max-width: 425px){
	.brand-index-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.point-sec h2 {
		font-size: 20px;
	}
	.point-des {
		font-size: 16px;
	}
	.point-content h3{
		font-size: 18px;
	}
	.product-card-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}