/*
Theme Name: Equisential
*/
:root {
	--h1size: 48px;
	--h2size: 46px;
	--h3size: 30px;
	--h4size: 20px;
	--h5size: 18px;
	--h6size: 16px;
	--bodysize: 16px;
	--h1height: 56px;
	--h2height: 42px;
	--h3height: 32px;
	--h4height: 28px;
	--h5height: 26px;
	--h6height: 26px;
	--bodyheight: 26px;
	--pfamily: "Lato", sans-serif;
	--hfamily: "Signika", sans-serif;
	--red: #ff3838;
	--gray: #f7f7f7;
	--text: #767676;
	--text2: #898989;
	--gray2 : #F7F7F7;
	--gray3 : #EBEBEB;
	--gray4 : #F5F5F5;
	--blue: #1494a9;
	--white: #ffffff;
	--chalk: #FFD3D330;
	--chalk2: #FCFAFF;
	--green: #65B32E;
	--purple: #9C6FFF;
	--orange: #e86121;
	--yellow: #ffab10;
	--body: #fff;
	--border: #E8E8E8;
	--heading: #3b3b3b;
	--primary: #762521;
	--secondary: #fc7978;
	--sub-heading: #7a7a7a;
	--green-chalk: #ddffd5;
	--dark: #333333;
	--harddark: #000000;
	--gray-chalk: #cccccc;
	--intro-bg: #f8fffa;
	--facebook: #3b5998;
	--linkedin: #0e76a8;
	--twitter: #00acee;
	--google: #e60023;
	--instagram: #f77737;
	--primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	--primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width:768px) {
	:root {
		--h1size: 32px;
		--h2size: 28px;
		--h3size: 16px;
		--h4size: 16px;
		--h5size: 14px;
		--h6size: 12px;
		--h1height: 32px;
		--h2height: 24px;
		--h3height: 22px;
		--h4height: 20px;
		--h5height: 20px;
		--h6height: 18px;
	}
}
@media (max-width:375px) {
	:root {
		--h1size: 32px;
		--h2size: 28px;
		--h3size: 16px;
		--h4size: 16px;
		--h5size: 14px;
		--h6size: 12px;
	}
}

* {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	font-optical-sizing: auto;
}

img {
	vertical-align: middle;
}

a {
	text-decoration: none;
	display: inline-block;
	color: var(--primary);
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	padding: 0px;
	list-style: none;
}

ol,
ul,
li,
span,
label {
	margin-bottom: 0px;
}

html,
body {
	scroll-behavior: smooth;
}

body {
	color: var(--dark);
	background: var(--body);
	font-size: var(--bodysize);
	font-family: var(--pfamily);
	line-height: var(--bodyheight);
	overflow-x: hidden !important;
	font-weight: 400;
	font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	color: var(--dark);
	font-family: var(--hfamily);
}

h1 {
	font-size: var(--h1size);
	line-height: var(--h1height);
}

h2 {
	font-size: var(--h2size);
	line-height: var(--h2height);
}

h3 {
	font-size: var(--h3size);
	line-height: var(--h3height);
}

h4 {
	font-size: var(--h4size);
	line-height: var(--h4height);
}

h5 {
	font-size: var(--h5size);
	line-height: var(--h5height);
}

h6 {
	font-size: var(--h6size);
	line-height: var(--h6height);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: var(--gray);
	text-transform: capitalize;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 14px;
	color: var(--gray);
	text-transform: capitalize;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-size: 14px;
	color: var(--gray);
	text-transform: capitalize;
}

input::placeholder,
textarea::placeholder {
	font-size: 14px;
	color: var(--gray);
	text-transform: capitalize;
}

input,
button {
	border: none;
	outline: none;
	background: none;
}

button:focus {
	outline: none;
}

@media (max-width: 575px) {
	.row{
		margin-inline: -8px;
	}
	.col {
		padding: 0px 8px;
	}
}

@media (max-width: 991px) {
	.content-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.about-us-image{
		margin-bottom: 25px;
	}
}

.section {
	padding: 50px 0;
}
.section.product{
	padding-top: 0;
}
.section p{
	margin-bottom: 15px;
}
.alignwide {
		
}
.alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.section-heading {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.about-box .section-heading{
	padding-bottom: 0;
}
.section-heading h2, .section-heading h3{
	font-weight: 600;
	color: var(--primary);
}
.section-heading h2 span, .section-heading h3 span{
	position: relative;
}
.section-heading h2::after{
	content: " ";
	position: absolute;
	top: 100%;
	left: calc(50% - 20px);
	width: 40px;
	height: 2px;
	background-color: var(--primary);
}
.section-heading p{
	font-size: 14px;
	font-weight: bold;
	color: var(--text);
	letter-spacing: 4px;
}

.btn-sm {
	padding: 8px 15px !important;
}
.btn-primary, .pbSubmit, .btn-razorpay{
	background: var(--primary) !important;
	color: var(--white) !important;
	border-color: var(--primary) !important;
}
.btn-primary:hover, .pbSubmit:hover, .btn-razorpay:hover {
	background: var(--dark) !important;
	color: var(--white) !important;
	border-color: var(--dark) !important;
}
.btn-razorpay-cancel{
	background: var(--red);
	color: var(--white) !important;
	border-color: var(--red) !important;
	padding: 8px 15px !important;
}

@media (max-width: 767px) {
	.section-heading {
		margin-bottom: 30px;
	}
	.section-heading h2, .section-heading h3{
		font-size: 30px;
	}
	.section-heading h2 span::before, .section-heading h3 span::before{
		width: 28px;
		height: 28px;
		left: -17px;
		top: -15px;
	}
}
.alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.wp-block-image img {
	height: auto;
}
.text-primary{
	color: var(--primary) !important;
}

.breadcrumb {
	justify-content: center;
}
.text-white .breadcrumb a, .text-white .breadcrumb, .text-white .breadcrumb .breadcrumb-item.active {
	color: var(--white);
}
.text-white .breadcrumb-item+.breadcrumb-item::before {
	color: var(--white);
}
.btn, .pbSubmit, .wp-block-button .wp-block-button__link {
	border: none;
	font-size: 15px !important;
	font-weight: 500;
	padding: 10px 25px !important;
	border-radius: 6px !important;
	border: 1px solid var(--primary);
}
.cartbtn{
	display: flex;
	margin-inline: -10px;
	margin-right: 5%;
}
.cartbtn .btn{
	border: 1px solid var(--primary) !important;
	color: var(--primary) !important;
	background: transparent !important;
	padding: 10px 30px !important;
	min-height: 40px;
	line-height: 40px !important;
	margin-inline: 10px;
	width: 100%;
}
.details-gallery-single ~ .cartbtn{
	display: flex;
	margin-inline: -10px;
	margin-right: 5%;
}
.details-gallery-single ~ .cartbtn .btn{
	width: 100%;
}

.btn:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-inline {
	color: var(--white);
	background: var(--primary);
}

.btn-inline:hover {
	color: var(--primary);
	background: var(--white);
}

.btn-outline {
	color: var(--primary);
	background: var(--white);
}

.btn-outline:hover {
	color: var(--white);
	background: var(--primary);
}

.menu-badge {
	font-size: 10px;
	padding: 0px 5px;
	margin-left: 5px;
	line-height: 18px;
	border-radius: 3px;
	letter-spacing: 0.3px;
	display: inline-block;
	text-transform: uppercase;
	color: var(--white);
	background: var(--red);
	text-shadow: var(--primary-tshadow);
}

.dropdown-arrow {
	position: relative;
	padding-right: 18px !important
}
.dropdown-arrow:hover::before {
	color: var(--primary)
}
.dropdown-arrow::before {
	position: absolute;
	content: "";
	background: url(images/arrow.svg);
	background-repeat: no-repeat;
	top: 45%;
	right: 0px;
	width: 11px;
	height: 10px;
	vertical-align: inherit;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}
.dropdown-megamenu .dropdown-position-list .dropdown-arrow::before{
	content: '';
	background: none;
}
.dropdown-link {
	position: relative;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}
.dropdown-link:hover {
	color: var(--primary);
	background:transparent;
}
.dropdown-link:hover::before {
	color: var(--primary)
}
.dropdown-list {
	display: none;
	padding: 0px 20px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}
.dropdown-list li a {
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	padding: 15px 20px;
	color: var(--text);
	position: relative;
	white-space: wrap;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	border-bottom: 1px solid var(--border);
}
.dropdown-list li a:hover {
	color: var(--primary);
	background: transparent;
}
.dropdown:hover .dropdown-position-list {
	visibility: visible;
	opacity: 1;
	top: 100%;
	display: block;
}
ul.dropdown-position-list {
	position: absolute;
	top: 120%;
	left: 0px;
	z-index: 2;
	width: auto;
	min-width: 290px;
	height: auto;
	visibility: hidden;
	display: none;
	opacity: 0;
	background: var(--white);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.dropdown-position-list li a {
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	padding: 10px 15px;
	color: var(--dark);
	font-weight: 600;
	background: var(--white);
	white-space: nowrap;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}
.dropdown-position-list li a:hover {
	color: var(--primary);
	background: transparent;
}
#primary-menu ul li{
	position: relative;
}
#primary-menu ul li ul:not(.dropdown-megamenu){
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 2;
	width: auto;
	min-width: 290px;
	height: auto;
	visibility: hidden;
	opacity: 0;
} 
#primary-menu > li > ul{
	padding: 15px;
	border-radius: 0;
}
#primary-menu li.dropdown-megamenu ul ul{
	border-top: 0 !important;
}
#primary-menu ul li:hover ul{
	visibility: visible;
	opacity: 1;
} 
#primary-menu ul li.menu-item-has-children > a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 10px;
	font-weight: 900;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.dropdown-megamenu {
	position: static;
}
li.dropdown-megamenu:hover > .dropdown-position-list {
	visibility: visible;
	opacity: 1;
	top: 100%;
}
#primary-menu ul li.dropdown-megamenu ul{
/* 		position: relative;
	opacity: 1;
	visibility: visible; */
}
li.dropdown-megamenu > .dropdown-position-list {
	position: absolute;
	top: 120%;
	left: 50%;
	z-index: 22;
	width: 100%;
	padding: 20px;
	flex-wrap: wrap;
	grid-template-columns: repeat(4, 1fr);
	background: var(--white);
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	display: none;
}
li.dropdown-megamenu:hover > .dropdown-position-list{
	display: grid;
}
.dropdown-item.active, .dropdown-item:active{
	color: var(--primary);
	background: var(--white);
	
}
li.dropdown-megamenu:hover > .dropdown-position-list a:hover, li.dropdown-megamenu:hover > .dropdown-position-list a.active{
	color: var(--primary);
	background: var(--white);
	
}
li.dropdown-megamenu  > .dropdown-position-list .dropdown-position-list{
	position:relative !important;
	top: 0 !important;
	box-shadow: none;
	left: 0 !important;
	visibility: visible !important;
	opacity: 1 !important;
}
li.dropdown-megamenu  > .dropdown-position-list > li > .dropdown-item{
	margin-bottom:10px;
	font-weight: bold;
}
li.dropdown-megamenu  > .dropdown-position-list > li > .dropdown-item::before{
	content: '' !important;
}

#mobile-menu .nav-link {
	border-bottom: 1px solid var(--border);
}

#mobile-menu>li>ul {
	margin: 0;
	padding: 0;
}

#mobile-menu li.current-menu-item .nav-link,
#mobile-menu .current-menu-ancestor>a {
	background: var(--gray);
}

#mobile-menu li.current-menu-item>a {
	font-weight: bold;
}

#mobile-menu>li>ul ul {
	display: block !important;
}

#mobile-menu .current-menu-ancestor>ul {
	display: block;
}
.nav-list > li{
	position: relative;
}
.nav-list > li.has-submenu > .submenu-button {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
    z-index: 9999;
    cursor: pointer;
	border-left: 1px solid var(--border);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.nav-list > li.has-submenu > .submenu-button::after {
    position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid var(--dark);
	border-bottom: 1px solid var(--dark);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	transform: rotate(-45deg);
}
.nav-list > li.has-submenu > .submenu-button.submenu-opened {
	background: var(--primary);
}
.nav-list > li.has-submenu > .submenu-button.submenu-opened::after {
	transform: rotate(45deg);
	border-color: var(--white);
}

.nav-list li.has-submenu .dropdown-list.active {
    display: block;
}
.mobilesearch{
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 3px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	border-bottom: 1px solid var(--border);
}
.mobilesearch input{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: start;
	color: var(--dark);
	padding: 10px 20px;
	width: 100%;
}
.mobilesearch button{
	padding: 10px 10px;
}
.mobilesearch input::placeholder{
	color: var(--text);
	text-align: start;
}


#mobile-menu .dropdown-link::before {
	background: none !important;
}

#primary-menu > li.dropdown:hover > ul.dropdown-position-list {
	visibility: visible;
	opacity: 1;
}

.form-title {
	text-align: center;
	margin-bottom: 20px;
}

.form-title h3 {
	text-transform: capitalize;
}

.form-group {
	margin-bottom: 25px;
}

.form-group small {
	color: var(--gray);
	letter-spacing: 0.3px;
	padding: 0px 0px 0px 20px;
}

.form-group textarea {
	height: 150px;
	padding: 12px 20px;
}
textarea{
	width: 100%;
}

.form-label {
	font-weight: 500;
	margin: 0px 0px 7px 3px;
	white-space: nowrap;
	text-transform: capitalize;
}

.form-control {
	width: 100%;
	height: 50px;
	border-radius: 6px;
	padding: 10px 20px 10px;
	color: var(--text);
	background: var(--white);
	border: 1px solid var(--border);
}

.form-control:focus-within{
	background: var(--chalk);
	border-color: var(--primary);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.form-control[type="file"]::-webkit-file-upload-button,
.form-control[type="file"]::file-selector-button {
	border: none;
	background: none;
	height: 45px;
	line-height: 45px;
	padding: 5px 15px 0px;
	color: var(--gray);
}

.form-control[type="file"]::-webkit-file-upload-button:hover,
.form-control[type="file"]::file-selector-button:hover {
	background-color: transparent;
}

.form-control[type="file"]::-webkit-file-upload-button:focus,
.form-control[type="file"]::file-selector-button:focus {
	border: none;
	outline: none;
}

.form-select, select.orderby {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.orderby{
	padding: 4px 10px;
	font-size: 0.725rem;
}
@media (prefers-reduced-motion: reduce) {
	.form-select, select.orderby {
	  transition: none;
	}
  }
  .form-select:focus, select.orderby:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }

.form-select:focus-within, select.orderby:focus-within {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: var(--primary);
}

.form-check-input:focus {
	border-color: var(--primary);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-check-input:checked {
	background-color: var(--primary);
	border-color: var(--primary);
}

.form-btn {
	width: 100%;
	height: 45px;
	font-size: 14px;
	font-weight: 400;
	line-height: 45px;
	border-radius: 6px;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary);
}

.form-input-group {
	position: relative;
}

.form-input-group:focus-within i {
	color: var(--primary);
}

.form-input-group input {
	padding: 0px 20px 2px 45px;
}

.form-input-group textarea {
	padding: 12px 20px 12px 45px;
}

.form-input-group i {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45px;
	height: 45px;
	font-size: 18px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
}

.form-btn-group {
	width: 100%;
	height: 45px;
	font-size: 14px;
	font-weight: 500;
	line-height: 45px;
	border-radius: 6px;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary);
}

.form-btn-group i {
	font-size: 15px;
	margin-right: 5px;
	display: inline-block;
}

.nav-tabs {
	border: none;
	padding: 25px 25px;
	border-radius: 8px;
	margin-bottom: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--white);
}

.nav-tabs li {
	padding: 0px 30px;
	border-right: 1px solid var(--border);
}

.nav-tabs li:last-child {
	border: none;
}

.tab-link {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--heading);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.tab-link:hover {
	color: var(--primary);
}

.tab-link i {
	font-size: 18px;
	margin-right: 3px;
}

.tab-link.active {
	color: var(--primary);
}

.tab-pane {
	display: none;
	padding: 0px;
}

.tab-pane.active {
	display: block;
}

@media (max-width: 575px) {
	.nav-tabs {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.nav-tabs li {
		padding: 5px;
		border: none;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.nav-tabs {
		padding: 25px 10px;
	}

	.nav-tabs li {
		padding: 0px 20px;
	}
}

.pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-item {
	margin-left: 10px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 50%;
}

.page-item .active {
	color: var(--white);
	background: var(--primary);
}

.page-link {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-weight: 400;
	border: none;
	padding: 0px;
	color: var(--text);
	background: var(--white);
}

.page-link:hover {
	color: var(--white);
	background: var(--primary);
}

.page-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 991px) {
	.page-link {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
}

@media (max-width: 767px) {
	.page-item {
		margin: 0px 3px;
	}
}

.star-rating {
	direction: rtl;
	text-align: center;
	margin: 25px 0px;
}

.star-rating input {
	display: none;
}

.star-rating input:checked~label::after {
	opacity: 1;
}

.star-rating label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 0px 8px;
}

.star-rating label:hover::after {
	opacity: 1;
}

.star-rating label:hover:hover~label::after {
	opacity: 1;
}

.star-rating label::before {
	content: "\ec7c";
	font-family: bootstrap-icons;
	font-weight: 900;
	font-size: 35px;
	display: block;
	color: #bbbbbb;
}

.star-rating label::after {
	content: "\ec7c";
	font-family: bootstrap-icons;
	font-weight: 900;
	font-size: 35px;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	color: var(--yellow);
	opacity: 0;
}


.dandik,
.bamdik {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: var(--primary);
	background: var(--white);
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.dandik:hover,
.bamdik:hover {
	color: var(--white);
	background: var(--primary);
}
.slick-slider:hover .dandik,
.slick-slider:hover .bamdik {
	visibility: visible;
	opacity: 1;
}
.dandik {
	left: 0px;
}

.bamdik {
	right: 0px;
}

.slider-dots ul, .slick-dots {
	position: absolute;
	left: 50%;
	bottom: -35px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slider-dots ul li, .slick-dots li {
	width: 15px;
	height: 15px;
	margin: 0px 5px;
	border-radius: 30px;
	cursor: pointer;
	display: inline-block;
	background: var(--white);
	border: 2px solid var(--border);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.slider-dots ul li button, .slick-dots li button {
	display: none;
}

.slider-dots ul li.slick-active, .slick-dots li.slick-active {
	background: var(--dark);
	border-color: var(--dark);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

@media (max-width: 575px) {
	.slider-dots ul li {
		margin: 0px 6px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.slider-dots ul {
		bottom: 20px;
	}

	.slider-dots ul li {
		margin: 0px 6px;
	}
}

.modal-dialog {
	/* max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content; */
}

.modal-content {
	border: none;
	background: none;
	border-radius: 0px;
}

.modal-close {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 1;
	width: 35px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	background: var(--white);
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.modal-close:hover {
	color: var(--white);
	background: var(--primary);
}

.modal-form {
	width: 400px;
	padding: 30px;
	border-radius: 8px;
	background: var(--white);
}

@media (max-width: 400px) {

	.modal-form,
	.modal-dialog {
		width: 100%;
		max-width: inherit;
	}
}

@media (max-width: 1100px) {
	.modal-dialog {
		margin: 80px auto 50px;
	}

	.modal-close {
		right: 50%;
		top: -45px;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
}
.nav-pills{
	gap: 20px;
	margin-bottom: 20px;
}
.nav-pills .nav-link {
	font-weight: 400;
	border: 1px solid var(--border);
	padding: 10px 30px;
	color: var(--text);
}

.nav-pills .nav-link.active {
	color: var(--white);
	background: var(--primary);
	border-color: var(--primary);
}

@media (max-width: 991px) {
	.nav {
		margin-bottom: 30px;
	}
}

@media (max-width: 375px){
	.small, small {
		font-size: 10px;
		line-height: 16px;
		display: inline-block;
	}
	.nav-pills .nav-link {
		padding: 4px 14px;
		font-size: 14px;
	}
	.section{
		padding: 30px 0;
	}
}

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

.blog-media {
	position: relative;
}
.blog-media-date{
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px 15px;
	box-shadow: 0 0 9px rgba(0,0,0,0.1);
	background: var(--white);
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}
.blog-media-date .date{
	font-size: 24px;
}
.blog-calender {
	position: absolute;
	top: 20px;
	right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 55px;
	height: 55px;
	border-radius: 6px;
	color: var(--white);
	background: rgba(0, 0, 0, 0.6);
}

.blog-calender span {
	line-height: 20px;
}

.blog-date {
	font-size: 20px;
	font-weight: 500;
}

.blog-month {
	font-size: 14px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.blog-media .blog-img{
	width: 100%;
	display: block;
}
.blog-media .blog-img img{
	height: 190px;
	object-fit: cover;
}
.blog-content{
	padding: 20px 0;
	text-align: center;
}
.blog-details-thumb img{
	width: 100%;
}
.blog-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.blog-details-meta{
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin: 10px 0;
	justify-content: center;
}
.blog-details-title{
	margin-bottom: 30px;
	font-size: 32px;
}
.blog-details-meta li{
	position: relative;
}
.blog-details-meta li i{
	margin-right: 10px;
}
.blog-details-meta li a{
	color: var(--text);
}
.blog-meta li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
}

.blog-details-tag{
	border-top: 1px solid var(--border);
	padding-top: 15px;
}
.blog-details-tag a{
	color: var(--dark);
	border: 1px solid var(--border);
	padding: 2px 10px;
	font-size: 13px;
}
.blog-details-tag a:hover{
	border-color: var(--primary);
}
.blog-meta li:last-child {
	margin: 0px;
}

.blog-meta li i {
	color: var(--primary);
	margin-right: 8px;
	font-size: 14px;
}

.blog-meta li a,
.blog-meta li span {
	font-size: 15px;
	font-weight: 400;
	white-space: nowrap;
	text-transform: uppercase;
}

.blog-meta li a {
	color: var(--text);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.blog-meta li a:hover {
	color: var(--primary);
}

.blog-title {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 400;
}

.blog-title a {
	color: var(--heading);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.blog-title a:hover {
	color: var(--primary);
}

.blog-desc {
	font-size: 15px;
	line-height: 22px;
	color: var(--dark);
	font-weight: 600;
}

.btn-link {
	font-size: 15px;
	font-weight: 500;
	color: var(--primary);
	text-transform: uppercase;
	text-decoration: none;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}
.blog-btn:hover {
	color: var(--primary);
	text-decoration: underline;
}
@media (max-width: 575px) {
	.blog-meta li {
		margin-right: 25px;
	}
	.blog-slider .slick-slide{
		padding: 0;
	}
}
.header-top {
	padding: 0;
	background: var(--primary);
	color: var(--white);
}

.header-top-welcome p,
.header-top-welcome a {
	font-size: 14px;
	color: var(--white);
	letter-spacing: 0.3px;
	padding: 8px 0;
}
.header-top-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-top-list li {
	margin-left: 35px;
}

.header-top-list li a {
	font-size: 13px;
	padding: 8px 0;
	color: var(--white);
	letter-spacing: 0.3px;
	white-space: nowrap;
	text-transform: capitalize;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}
.top-links{
	display: flex;
	flex-wrap: wrap;
	margin-left: 15px;
}
.top-links li a{
	color: var(--white);
	padding: 7px 9px;
	border-left: 1px solid rgba(255,255,255,0.25);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
}
.top-links li:last-child a{
	border-right: 1px solid rgba(255,255,255,0.25);
}
.header-notification{
	color: var(--white);
	font-size: 12px;
}
.header-top-list li a:hover {
	color: var(--white);
}

@media (max-width: 767px) {
	.header-top-welcome,
	.header-top-list {
		display: none;
	}
	.header-top{
		padding: 5px 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header-top-welcome {
		text-align: center;
		margin-bottom: 10px;
	}
}
.header-part {
	background: var(--white);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.header-part.active {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
body.admin-bar .header-part.active {
	top: 32px
}
body.admin-bar .header-part.sticky-top {
	top: 32px;
}
body.single-product .single-p-section{
	margin-top: 40px;
}
.header-content {
	padding: 5px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}
.header-logo img {
	width: auto;
	height: 80px;
}
.header-widget-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 600;
	gap: 20px;
}
.header-widget-group .mini-cart-container{
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
}
.header-widget {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}

.header-widget:hover i {
	color: var(--primary);
}

.header-widget:hover span {
	color: var(--primary);
}

.header-widget img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.header-widget i {
	font-size: 20px;
	text-align: center;
	display: inline-block;
	color: var(--dark);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	position: relative;
	z-index: 1;
}

.header-widget span {
	font-size: 13px;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 500;
	white-space: nowrap;
	text-transform: uppercase;
	color: var(--dark);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.header-widget span small {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	font-family: sans-serif;
	display: block;
}

.header-widget span small bdi {
	display: flex;
	font-size: 16px;
	font-weight: 600;
}


.header-media-group {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-media-group a img {
	width: auto;
	height: 70px;
}

.header-user img,
.header-src img {
	width: 30px;
	height: 30px;
}

.header-user i,
.header-src i {
	width: 34px;
	height: 34px;
	font-size: 22px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: var(--dark);
	border: 1px solid var(--border);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}
.header-widget-group .header-src i{
	border:0;
	font-size: 16px;
}

.header-user i:hover,
.header-src i:hover {
	color: var(--white);
	background: var(--primary);
}

@media (max-width: 991px) {
	.header-content {
		padding: 10px 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.header-part.active {
		position: -webkit-sticky;
		position: sticky;

	}
	.header-media-group {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header-widget-group,
	.header-widget,
	.header-logo {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-widget span {
		display: none;
	}
	.mini-cart-container span.label{
		display: none;
	}
}

.navbar-part {
	position: relative;
}

.navbar-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	position: relative;
}

.navbar-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#primary-menu>li.navbar-item {
	margin-right: 15px;
}
#primary-menu>li.navbar-item.labelhot::before{
	content: "HOT";
	background: var(--green);
	color: var(--white);
	padding: 0px 6px;
	font-size: 9px;
	position: absolute;
	top: 6px;
	right: 0;
	display: inline-flex;
	line-height: 17px;
}
#primary-menu>li.navbar-item.labelhot::after{
	content: "";
	position: absolute;
	inset-inline-end: 10px;
	border: 4px solid var(--green);
	border-bottom-color: transparent !important;
	border-inline-end-color: transparent !important;
	border-inline-end-width: 7px;
	border-inline-start-width: 0;
	top: 23px;
}

.navbar-item:last-child {
	margin-right: 0px;
}

.navbar-link {
	padding: 22px 0px;
	font-weight: 600;
	font-size: 15px;
	color: var(--dark);
	text-transform: uppercase;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.navbar-link:hover, .current_page_item > a, .current_page_ancestor > a, .current-menu-item > a, .active {
	color: var(--primary);
}

.navbar-focus-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.navbar-focus-list li {
	margin-left: 30px;
}

.navbar-focus-list li:first-child {
	margin-left: 0px;
}

.navbar-focus-list li a {
	font-weight: 500;
	color: var(--text);
	text-transform: capitalize;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.navbar-focus-list li a:hover {
	color: var(--primary);
}

.navbar-focus-list li a i {
	font-size: 18px;
	margin-right: 5px;
}

.navbar-info-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navbar-info {
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-info:last-child {
	margin-right: 0px;
}

.navbar-info i {
	font-size: 30px;
	margin-right: 15px;
	color: var(--primary);
}

.navbar-info a {
	color: var(--dark);
}

.navbar-info p small,
.navbar-info a small {
	font-size: 14px;
	line-height: 16px;
	display: block;
	text-align: left;
	text-transform: capitalize;
}

.navbar-info p span,
.navbar-info a span {
	font-size: 15px;
	font-weight: 500;
}

@media (max-width: 991px) {
	.navbar-part {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-list li {
		margin-right: 18px;
	}

	.navbar-link {
		font-size: 14px;
	}

	.navbar-info {
		margin-right: 15px;
	}

	.navbar-info p span {
		font-size: 14px;
	}

	.navbar-info i {
		margin-right: 10px;
	}
	#primary-menu>li.navbar-item{
		margin-right: 18px;
	}
	.dropdown-arrow {
		padding-right: 12px !important;
	}
}

.nav-sidebar {
	position: fixed;
	top: 0px;
	left: -120%;
	width: 320px;
	height: 100vh;
	padding: 0px;
	z-index: 5111;
	background: var(--white);
	-webkit-box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.nav-sidebar.active {
	left: 0px;
}

body.admin-bar .nav-sidebar {
	top: 45px;
}

.nav-header {
	padding: 14px;
	position: relative;
	border-bottom: 1px solid var(--border);
	text-align: center;
}

.nav-header a img {
	width: auto;
	height: 30px;
}

.nav-close {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav-header .nav-close{
	position: relative;
	top: auto;
	transform: none;
	-webkit-transform: none;
	right: auto;
}

.nav-close i {
	width: 35px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: var(--text);
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.nav-close i:hover {
	color: var(--white);
	background: var(--primary);
}

.nav-content {
	padding: 0px;
	overflow-y: scroll;
	max-height: calc(100vh - 51px);
}
#mobile-menu .nav-link img, .dropdown-list li a > img{
	width: 18px;
	height: 18px;
	object-fit: contain;
	margin-right: 8px;
}

.nav-btn {
	width: 100%;
	padding: 50px 0px;
	margin-bottom: 20px;
	text-align: center;
	background: var(--chalk);
}

.nav-btn .btn {
	font-size: 14px;
	padding: 12px 28px;
	letter-spacing: 0.3px;
}

.nav-btn .btn i {
	font-size: 14px;
}

.nav-profile {
	width: 100%;
	text-align: center;
	padding: 18px 0px 0px;
}

.nav-user {
	margin-bottom: 10px;
	border-radius: 50%;
	border: 2px solid var(--primary);
}

.nav-user img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	border: 2px solid var(--white);
}

.nav-name {
	margin-bottom: 18px;
	text-transform: capitalize;
}

.nav-name a {
	color: var(--heading);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.nav-name a:hover {
	color: var(--primary);
}

.nav-list {
	width: 100%;
}

.nav-list li {
	width: 100%;
}

.nav-link {
	width: 100%;
	font-weight: 600;
	padding: 15px 20px;
	font-size: 15px;
	color: var(--dark);
	text-transform: uppercase;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}
.nav-link::before {
	right: 15px;
}

.nav-link i {
	font-size: 20px;
	margin-right: 12px;
}

.nav-link.active {
	color: var(--primary);
	background: var(--chalk);
}

.nav-info-group {
	padding: 20px 0px;
	margin-top: 15px;
	margin-bottom: 25px;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}

.nav-info {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.nav-info:last-child {
	margin-bottom: 0px;
}

.nav-info i {
	font-size: 30px;
	margin-right: 15px;
	color: var(--primary);
}

.nav-info p small {
	font-size: 14px;
	line-height: 18px;
	display: block;
	text-align: left;
	text-transform: capitalize;
}

.nav-info p span {
	font-size: 16px;
	font-weight: 500;
}

.nav-footer {
	text-align: center;
}

.nav-footer p {
	font-size: 14px;
	color: var(--gray);
}

.nav-footer p a {
	color: var(--primary);
}

.cart-sidebar {
	position: fixed;
	top: 0px;
	right: -450px;
	width: 400px;
	height: 100vh;
	z-index: 5;
	background: var(--white);
	-webkit-box-shadow: -15px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: -15px 0px 25px 0px rgba(0, 0, 0, 0.15);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

body.admin-bar .cart-sidebar {
	top: 32px
}

.cart-sidebar.active {
	right: 0px;
}

.cart-header {
	display: flex;
	justify-content: space-between;
	padding: 18px 25px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid var(--border);
}

.cart-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cart-total i {
	font-size: 20px;
	margin-right: 8px;
	color: var(--primary);
}

.cart-total span {
	font-weight: 500;
	color: var(--primary);
	text-transform: capitalize;
}

.cart-close {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cart-close i {
	width: 35px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: var(--text);
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.cart-close i:hover {
	color: var(--white);
	background: var(--primary);
}

.cart-list {
	height: 100%;
	padding: 0px 15px !important;
	max-height: calc(100vh - 210px);
	overflow-y: scroll;
}

.cart-item {
	padding: 15px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid var(--border);
}

.cart-item:hover .cart-media button {
	-webkit-transform: scale(1);
	transform: scale(1);
}

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

.cart-media {
	position: relative;
	margin-right: 25px;
}

.cart-media a img {
	width: 100px;
	min-width: 100px;
	border-radius: 8px;
	margin-left: 0 !important;
}

.cart-media button {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.cart-media button a {
	display: inline-block !important;
}

.cart-media button i {
	width: 32px;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	color: var(--red);
	background: rgba(255, 255, 255, 0.9);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.cart-media button i:hover {
	color: var(--white);
	background: var(--red);
}

.cart-info-group {
	width: 100%;
}

.cart-info {
	margin-bottom: 13px;
}

.cart-info h6 {
	font-weight: 400;
	text-transform: capitalize;
}

.cart-info h6 a {
	color: var(--heading);
}

.cart-info p {
	font-size: 14px;
}

.cart-action-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cart-action-group .product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cart-action-group .product-action button i {
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border-radius: 5px;
}

.cart-action-group .product-action input {
	width: 45px;
	height: 30px;
	font-size: 14px;
	border-radius: 5px;
	color: var(--primary);
	background: var(--chalk);
}

.cart-action-group h6 {
	font-weight: 500;
	color: var(--primary);
}

.cart-footer {
	padding: 20px 15px 0px;
	text-align: center;
	-webkit-box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.08);
}

.coupon-btn {
	font-weight: 500;
	margin-bottom: 20px;
	color: var(--primary);
	text-shadow: var(--primary-tshadow);
}

.coupon-btn:hover {
	text-decoration: underline;
}

.coupon-form {
	padding: 3px;
	border-radius: 8px;
	margin-bottom: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid var(--border);
	-webkit-box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.1);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	display: none;
}

.coupon-form:focus-within {
	border-color: var(--primary);
}

.coupon-form input {
	width: 100%;
	height: 38px;
	padding: 0px 15px;
}

.coupon-form button span {
	width: 100px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	border-radius: 8px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary);
}

.cart-checkout-btn {
	padding: 10px 0px;
	background: var(--primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.cart-checkout-btn:hover {
	background: var(--heading);
}

.checkout-label {
	width: 100%;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.3px;
	text-align: center;
	text-transform: capitalize;
	color: var(--white);
}

.checkout-price {
	padding: 0px 25px;
	letter-spacing: 0.3px;
	color: var(--white);
	border-left: 1px solid var(--border);
}

@media (max-width: 450px) {
	.cart-sidebar {
		right: 0px;
		width: 100%;
		height: 100vh;
		-webkit-transform: scale(0);
		transform: scale(0);
		margin: 0;
		transition: all linear 0.3s;
		-webkit-transition: all linear 0.3s;
		-moz-transition: all linear 0.3s;
		-ms-transition: all linear 0.3s;
		-o-transition: all linear 0.3s;
	}

	body.admin-bar .cart-sidebar {
		top: 45px;
	}

	.cart-sidebar.active {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: top;
		transform-origin: top;
	}

	.cart-close {
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.cart-list {
		max-height: calc(100vh - 230px);
	}

	.cart-media a img {
		width: 80px;
	}
}

.category-sidebar {
	position: fixed;
	top: 0px;
	left: -120%;
	width: 100%;
	height: 100vh;
	z-index: 5;
	background: var(--white);
	-webkit-box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.category-sidebar.active {
	left: 0px;
}

.category-header {
	padding: 15px 18px;
	position: relative;
	border-bottom: 1px solid var(--border);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.category-title {
	color: var(--primary);
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.category-title i {
	margin-right: 8px;
}

.category-close {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.category-close i {
	width: 35px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: var(--text);
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.category-close i:hover {
	color: var(--white);
	background: var(--primary);
}


.mobile-menu {
	position: fixed;
	border-top: 1px solid var(--border);
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
	background: var(--white);
	border-radius: 3px 3px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	display: none;
}

.mobile-menu a,
.mobile-menu button, .mini-cart-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: auto;
	padding: 8px 0px;
	border-radius: 8px;
	position: relative;
}

.mobile-menu .mini-cart-container button{
	padding: 0 !important;
	border-radius: 0;
}
.mobile-menu .mini-cart-container button > span{
	margin-top: 0 !important;
}
.mobile-menu svg path{
	fill: var(--dark);
}

.mobile-menu a:hover,
.mobile-menu button:hover {}

.mobile-menu a:hover i,
.mobile-menu button:hover i {
	color: var(--primary);
}

.mobile-menu a.active, .mobile-menu button.active {
    background: var(--primary);
    border-radius: 50%;
    width: 50px;
	min-width: 50px;
    height: 50px;
	top: -27px;
    position: relative; /* Required for the pseudo-element */
}

.mobile-menu a.active::after, .mobile-menu button.active::after {
    content: '';
    position: absolute;
    top: -5px; /* Adjust for border width */
    left: -5px; /* Adjust for border width */
    width: 60px; /* 50px width + 2 * 5px border */
    height: 60px; /* 50px height + 2 * 5px border */
    border-radius: 50%;
    background: conic-gradient(
        transparent 0 25%, 
        var(--border) 25% 75%, 
        transparent 75% 100%
    );
    z-index: -1; /* Behind the main element */
	box-shadow: 0 0px 0 0 var(--red);;
	
}
.mobile-menu a.active::before, .mobile-menu button.before::after {
    content: '';
    position: absolute;
    top: -2px; /* Adjust for border width */
    left: -2px; /* Adjust for border width */
    width: 54px; /* 50px width + 2 * 5px border */
    height: 54px; /* 50px height + 2 * 5px border */
    border-radius: 50%;
    background: conic-gradient(
        var(--border) 0 25%, 
        transparent 25% 75%, 
        var(--border) 75% 100%
    );
	z-index: -1; /* Behind the main element */
    
	
}

.mobile-menu a.active span, .mobile-menu button.active span{
	display: none;
}
.mobile-menu a:hover span,
.mobile-menu button:hover span,
.mobile-menu a.current span,
.mobile-menu button.current span {
	color: var(--primary);
}
.mobile-menu a:hover svg path,
.mobile-menu button:hover svg path,
.mobile-menu a.current svg path,
.mobile-menu button.current svg path {
	fill: var(--primary);
}
.mobile-menu a.active svg path{
	fill: var(--white) !important;
}

.mobile-menu a i,
.mobile-menu button i {
	font-size: 15px;
	margin-bottom: 5px;
	color: var(--text);
	text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.mobile-menu a span,
.mobile-menu button span, .mobile-menu .mini-cart-container span {
	margin-top: 5px;
	font-size: 12px;
	line-height: 12px;
	color: var(--text);
	font-weight: 500;
}

.mobile-menu a sup,
.mobile-menu button sup {
	position: absolute;
	top: -5px;
	left: 75%;
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: var(--white);
	background: var(--primary);
	border: 2px solid var(--white);
	text-shadow: var(--primary-tshadow);
}

.mobile-menu a .fas fa-shopping-basket,
.mobile-menu button .fas fa-shopping-basket {
	font-size: 18px;
}

@media (max-width: 991px) {
	.mobile-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.product-view {
	max-width: 1000px;
	border-radius: 8px;
	background: var(--white);
}

.view-label-group {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.view-label {
	font-size: 15px;
	padding: 6px 10px;
	margin-bottom: 6px;
	line-height: 13px;
	border-radius: 3px;
	text-align: center;
	text-transform: capitalize;
	color: var(--white);
}

.view-label:last-child {
	margin-bottom: 0px;
}

.view-label.off {
	background: var(--red);
}

.view-label.new {
	background: var(--green);
}

.view-label.sale {
	background: var(--orange);
}

.view-label.feat {
	background: var(--purple);
}

.view-label.rate {
	background: var(--yellow);
}

.view-details {
	margin: 30px;
}

.view-name {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.view-name a {
	color: var(--heading);
}

.view-name a:hover {
	color: var(--primary);
}

.view-meta {
	margin-bottom: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.view-meta p {
	font-size: 13px;
	margin-right: 20px;
	text-transform: uppercase;
	color: var(--placeholder);
}

.view-meta span,
.view-meta a {
	margin-left: 5px;
	color: var(--placeholder);
}

.view-meta a:hover {
	text-decoration: underline;
	color: var(--primary);
}

.view-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 15px;
}

.view-rating i,
.view-rating a {
	font-size: 15px;
	margin-right: 3px;
	color: var(--gray);
}

.view-rating a {
	margin-left: 8px;
	white-space: nowrap;
	text-transform: capitalize;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.view-rating a:hover {
	color: var(--primary);
	text-decoration: underline;
}

.view-rating .active {
	color: var(--yellow);
}

.view-price {
	margin-bottom: 20px;
}

.view-price del {
	color: var(--red);
	margin-right: 25px;
}

.view-price span {
	color: var(--primary);
}

.view-price span small {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}

.view-desc {
	margin-bottom: 25px;
}

.view-list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 25px;
}

.view-list-group:last-child {
	margin-bottom: 0px;
}

.view-list-title {
	font-weight: 500;
	margin-right: 15px;
	color: var(--heading);
	text-transform: capitalize;
}

.view-tag-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.view-tag-list a{
	color: var(--dark);
	margin-left: 10px;
}

.view-tag-list li {
	margin-right: 8px;
}

.view-tag-list li a {
	font-size: 14px;
	line-height: 12px;
	padding: 8px 10px;
	border-radius: 5px;
	letter-spacing: 0.3px;
	text-transform: capitalize;
	color: var(--text);
	background: var(--chalk);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.view-tag-list li a:hover {
	color: var(--white);
	background: var(--primary);
}

.view-share-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.view-share-list li {
	margin-right: 8px;
}

.view-share-list li a {
	width: 35px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	color: var(--text);
	background: var(--chalk);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.view-share-list li a:hover {
	color: var(--white);
	background: var(--primary);
}

.view-add-group {
	margin: 45px 0px 15px;
}

.view-add-group .product-add,
.view-add-group .action-input {
	height: 46px;
	line-height: 46px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary);
}

.view-action-group {
	display: -ms-grid;
	display: grid;
	grid-gap: 15px;
	-ms-grid-columns: (minmax(200px, 1fr)) [auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	position: relative;
}

.view-action-group a {
	padding: 10px 0px;
	border-radius: 8px;
	color: var(--text);
	background: var(--border);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.view-action-group a i {
	font-size: 16px;
	margin-right: 8px;
}

.view-action-group a span {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.view-wish.active {
	color: var(--white);
	background: var(--primary);
}

.preview-slider {
	margin-bottom: 10px;
}

.preview-slider li img {
	width: 100%;
}
.thumb-slider{
	
}
.thumb-slider li {
	cursor: pointer;
	padding: 0 10px
}
.thumb-slider li.slick-current{
	border-color: var(--primary) !important;
}
.thumb-slider .slick-list{
	margin-inline: -10px;
}
.thumb-slider li img {
	width: 100%;
	height: 100%;
	height: 140px;
	object-fit: cover;
}
.thumb-slider .slick-center img {
	border: 1px solid var(--primary);
}
.thumb-slider .slick-slide.slick-current img{
	opacity: 0.4;
}

@media (max-width: 767px) {
	.preview-slider {
		margin-bottom: 5px;
	}
}
.footer-part {
	padding: 50px 0 0px 0;
	background: var(--white);
	color: var(--text);
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}
body.single-product .footer-part{
	padding-bottom: 50px;
}

.footer-widget {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	margin-bottom: 30px;
}

.footer-logo {
	margin-bottom: 25px;
}

.footer-logo img {
	width: 180px;
}

.footer-desc {
	margin-bottom: 30px;
}

.footer-social li {
	display: inline-block;
	margin-right: 7px;
}

.footer-social li:last-child {
	margin-right: 0px;
}

.footer-social li a {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: var(--dark);
	background: var(--purple);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}
.footer-social li a img {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.footer-social li a:hover {
	color: var(--primary);
	background: var(--white);
}

.footer-widget h4,
.footer-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	color: var(--dark);
}

.footer-widget.contact {
	margin-left: 30px;
}

.footer-contact li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	margin-bottom: 25px;
	font-size: 18px;
}

.footer-contact li:last-child {
	margin-bottom: 0px;
}

.footer-contact li img {
	margin-right: 15px;
	max-width: 25px;
	max-height: 25px;
}
.footer-contact li a {
	color: var(--dark);
}

.footer-links,
.widget_nav_menu {
	display: -ms-grid;
	display: grid;
}

.footer-links ul li,
.widget_nav_menu ul li {
	margin-bottom: 10px;
}

.footer-links ul li:last-child,
.widget_nav_menu ul li:last-child {
	margin-bottom: 0px;
}

.footer-links ul li a,
.widget_nav_menu ul li a {
	color: var(--text);
	text-transform: capitalize;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	font-size: 14px;
	font-weight: 600;
}

.footer-links ul li a:hover,
.widget_nav_menu ul li a:hover {
	color: var(--primary);
}

.footer-app {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

.footer-app a img {
	width: 100%;
}

.footer-bottom {
	margin-top: 0;
	padding: 20px 0 15px;
	border-top: 1px solid var(--border);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-copytext {
	font-size: 14px;
	color: var(--dark);
}

.footer-copytext a {
	color: var(--dark);
}

.footer-copytext a:hover {
	text-decoration: underline;
}

.footer-card a {
	margin-left: 10px;
}

.footer-card a img {
	width: 50px;
	border-radius: 3px;
}

@media (max-width: 768px) {
	.footer-part .container-fluid {
		
	}
	.product-content .add_to_cart_button{
		top: -53px;
	}
	.footer-widget.contact {
		margin-left: 0px;
	}
}

@media (max-width: 1199px) {
	.footer-bottom {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.footer-copytext {
		margin-bottom: 10px;
	}

	.footer-card a {
		margin: 0px 3px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer-bottom {
		padding: 25px 30px 75px;
	}
}

.wc-blocks-filter-wrapper {
	margin-bottom: 10px;
	border: 1px solid var(--border);
	border-radius: 5px;
	padding: 18px 20px;
	background: var(--white);
}
.blog-widget .wc-block-catalog-sorting {
	margin-bottom: 10px;
}
.blog-widget .wc-block-components-price-slider__controls{
	margin-bottom: 0 !important;
}
.blog-widget .wc-block-components-price-slider, .blog-widget .wc-block-attribute-filter{
	margin-bottom: 0 !important;
}

.blog-widget:last-child {
	margin-bottom: 0px;
}

.blog-widget-title, .blog-widget h3 {
	padding-bottom: 16px;
	margin-bottom: 20px;
	position: relative;
	text-transform: capitalize;
	border-bottom: 1px solid var(--border);
}
.blog-widget li{
	margin-bottom: 0;
}
.widget_categories a, .wp-block-latest-posts a, .wp-block-categories a, .widget_archive a, .widget_recent_entries a, .widget_meta a {
	color: var(--dark);
	display: block;
	padding: 8px 0;
}
.widget_categories a:hover, .widget_archive a:hover, .widget_recent_entries a:hover, .widget_meta a:hover {
	color: var(--primary);
}

.blog-widget-title::before {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0px;
	width: 50px;
	height: 2px;
	background: var(--primary);
}

.blog-widget-form {
	position: relative;
}

.blog-widget-form input, .wp-block-search input {
	width: 100%;
	height: auto;
	padding: 10px 65px 10px 15px;
	border-radius: 8px;
	background: var(--chalk);
	border: 1px solid var(--border);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.blog-widget-form input:focus-within, .wp-block-search input:focus-within {
	border-color: var(--primary);
}
.wp-block-search__inside-wrapper{
	position: relative;
}

.blog-widget-form button, .wp-block-search button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	text-align: center;
	color: var(--white);
	background: var(--primary);
	border: 1px solid var(--primary);
	padding: 10px 30px;
	border-radius: 0px 8px 8px 0px;
}

.blog-widget-feed li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--border);
}

.blog-widget-feed li:last-child {
	margin: 0px;
	padding: 0px;
	border: none;
}

.blog-widget-media img {
	width: 100px;
	border-radius: 8px;
	margin-right: 20px;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.blog-widget-text {
	font-size: 17px;
	line-height: 24px;
}

.blog-widget-text a {
	color: var(--heading);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.blog-widget-text a:hover {
	color: var(--primary);
}

.blog-widget-text span {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

.blog-widget-category li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border);
}

.blog-widget-category li:last-child {
	margin: 0px;
	padding: 0px;
	border: none;
}

.blog-widget-category li:hover a {
	color: var(--primary);
}

.blog-widget-category li:hover a span {
	background: var(--primary);
}

.blog-widget-category li a {
	width: 100%;
	font-size: 17px;
	color: var(--text);
	text-transform: capitalize;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.blog-widget-category li a span {
	font-size: 14px;
	float: right;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	color: var(--white);
	background: var(--heading);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.blog-widget-tag li {
	display: inline-block;
	margin: 0px 8px 12px 0px;
}

.blog-widget-tag li a {
	font-size: 14px;
	padding: 5px 12px;
	border-radius: 3px;
	color: var(--text);
	background: var(--chalk);
	text-transform: capitalize;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.blog-widget-tag li a:hover {
	color: var(--white);
	background: var(--primary);
}

.blog-widget-social li {
	display: inline-block;
	margin-right: 10px;
}

.blog-widget-social li a {
	width: 45px;
	height: 45px;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	border-radius: 3px;
	color: var(--white);
	background: var(--heading);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.blog-widget-social li a:hover {
	background: var(--primary);
}
.blog-widget .wc-block-attribute-filter{
	max-height: 200px;
	overflow-y: auto;
}
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #DCDCDC #EEEEEE;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 6px;
  }

  *::-webkit-scrollbar-track {
    background: #EEEEEE;
	border-radius: 10px;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #DCDCDC;
    border-radius: 10px;
    border: 0px;
  }

@media (max-width: 575px) {
	.blog-widget-social li {
		margin-right: 5px;
	}

	.blog-widget-social li a {
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blog-widget-media img {
		width: 95px;
	}

	.blog-widget-social li {
		margin-right: 5px;
	}

	.blog-widget-social li a {
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
	}
}

@media (max-width: 991px) {
	.blog-widget {
		margin-left: 0px;
	}
}

.shop-filter {
	padding: 20px 30px;
	border-radius: 8px;
	margin-bottom: 25px;
	background: var(--white);
	border: 1px solid var(--border);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shop-filter .nice-select {
	border-radius: 6px;
	background: var(--chalk);
	padding: 8px 35px 8px 20px;
	border: 1px solid var(--border);
}

.shop-filter .nice-select::after {
	right: 20px;
}

.shop-filter .nice-select .current {
	font-size: 15px;
}

.shop-filter .nice-select .list {
	top: 45px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shop-filter ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.shop-filter ul li {
	margin: 0px 5px;
}

.shop-filter ul li a {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: var(--text);
	background: var(--chalk);
}

.shop-filter ul li .active {
	color: var(--white);
	background: var(--primary);
}

.shop-filter p {
	font-size: 15px;
	text-transform: capitalize;
}

@media (max-width: 767px) {
	.shop-filter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.shop-filter .nice-select {
		margin-bottom: 15px;
	}

	.shop-filter ul {
		margin-bottom: 15px;
	}
}

.shop-widget-promo {
	margin-bottom: 25px;
	border-radius: 8px;
	text-align: center;
	overflow: hidden;
}

.shop-widget-promo img {
	width: 100%;
	border-radius: 8px;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.shop-widget-promo img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.shop-widget {
	padding: 20px 20px;
	border-radius: 8px;
	margin-bottom: 25px;
	background: var(--white);
	border: 1px solid var(--white);
}

.shop-widget:last-child {
	margin-bottom: 0px;
}

.shop-widget-title {
	padding-bottom: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid var(--border);
}

.shop-widget-btn {
	width: 100%;
	font-size: 15px;
	padding: 8px 0px;
	border-radius: 8px;
	color: var(--heading);
	background: var(--border);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.shop-widget-btn:hover {
	color: var(--white);
	background: var(--primary);
}

.shop-widget-btn i {
	margin-right: 8px;
	margin-top: -1px;
}

.shop-widget-btn span {
	text-transform: capitalize;
}

.shop-widget-group {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	margin: 15px 0px;
}

.shop-widget-group input {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	background: var(--chalk);
	text-align: center;
}

.shop-widget-list {
	margin: 18px 0px 20px;
}

.shop-widget-list li {
	margin-bottom: 12px;
	color: var(--gray);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.shop-widget-list li:hover {
	color: var(--primary);
}

.shop-widget-list li:last-child {
	margin-bottom: 0px;
}

.shop-widget-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.shop-widget-content input {
	width: 15px;
	height: 15px;
	margin-right: 12px;
	cursor: pointer;
}

.shop-widget-content label {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: capitalize;
}

.shop-widget-content label i {
	font-size: 15px;
	margin-left: 8px;
	color: var(--gray);
}

.shop-widget-content label i:first-child {
	margin-left: 0px;
}

.shop-widget-content label i.active {
	color: var(--yellow);
}

.shop-widget-number {
	font-size: 15px;
}

.shop-widget-search {
	width: 100%;
	height: 40px;
	padding: 0px 15px;
	border-radius: 5px;
	background: var(--chalk);
	border: 1px solid var(--border);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
}

.shop-widget-search:focus-within {
	border-color: var(--primary);
}

.shop-widget-scroll {
	height: 279px;
	overflow-y: scroll;
	padding-right: 10px;
}

.single-banner {
	background-size: cover !important;
	padding: 60px 0;
	text-align: center;
	position: relative;
	z-index: 1;
	background: var(--chalk);
}

.single-banner .overlay {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #524242;
	opacity: 0.5;
	z-index: -1;
}

.single-banner h1,
.single-banner h2 {
	font-size: 68px;
	line-height: 72px;
	margin-bottom: 10px;
	color: var(--dark);
	font-weight: 700;
}

.single-banner>.container {
	
}

@media (max-width: 767px) {
	.single-banner {
		padding: 20px 0px;
	}
	.single-banner>.container {
		justify-content: center;
	}
	.wp-block-woocommerce-checkout{
		padding-top: 0 !important;
	}
	.single-banner h1,
	.single-banner h2 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 0;
		width: 100%;
	}
}

.top-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
}

.filter-short {
	width: 225px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.filter-show {
	width: 125px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.filter-label {
	font-size: 14px;
	font-weight: 500;
	margin-right: 8px;
	white-space: nowrap;
	text-transform: uppercase;
}

.filter-select {
	height: 40px;
	background-color: transparent;
}

.filter-select:focus-within {
	border-color: #ced4da;
}

.filter-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.filter-action a i {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: var(--text);
	background: transparent;
}

.filter-action a i:hover {
	color: var(--primary);
}

.filter-action .active i {
	color: var(--white);
	background: var(--primary);
}

.filter-action .active i:hover {
	color: var(--white);
}

@media (max-width: 575px) {

	.filter-label,
	.filter-action {
		display: none;
	}

	.filter-show {
		width: 80px;
	}

	.filter-short {
		width: 130px;
	}
}

.bottom-paginate {
	padding-top: 25px;
	border-top: 1px solid var(--border);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-info {
	font-weight: 400;
	color: var(--text);
}

@media (max-width: 575px) {
	.bottom-paginate {
		margin-bottom: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.page-info {
		margin-bottom: 15px;
	}
	.container{
		padding-inline: 8px;
	}
	.footer-links ul li, .widget_nav_menu ul li{
		margin-bottom: 5px;
	}
	.footer-links ul li a, .widget_nav_menu ul li a{
		font-size: 14px;
	}
	.footer-contact li{
		font-size: 15px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.bottom-paginate {
		margin-bottom: 30px;
	}
}

/*index.css*/
.home-index-slider .dandik {
	left: 10px;
}

.home-index-slider .bamdik {
	right: 10px;
}

.home-index-slider .slick-dots {
	bottom: -20px;
}
.home-index-slider .slick-slide{
	
}
.home-index-slider .banner-part > a, .home-index-slider img {
	width: 100%;
}
.banner-part {
	padding: 0;
	position: relative;
	z-index: 1;
	height: 100%;
}
.banner-part img{
	height: 100%;
	max-height: 1000px;
	object-fit: cover;
	object-position: center;
}
.top-social {
	display: flex;
	gap: 20px;
	padding: 7px 0;
}

.top-social li {}

.top-social li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white);
	font-size: 22px;
}
.header-top-menu{
	display: flex;
	justify-content:flex-end;
}

@media (max-width: 991px) {
	.home-index-slider .slick-slide{
		margin: 0;
	}
	.banner-part img{
		height: 100%;
	}
	.header-notification{
		margin: 0 auto;
		text-align: center;
		font-size: 12px;
	}
	.header-top-menu{
		display: none;
	}
}
@media (max-width: 768px) {
	.home-index-slider .slick-slide{
		margin: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.banner-content h1 {
		font-size: 32px;
		line-height: 42px;
	}

	.banner-btn .btn {
		padding: 14px 22px;
		margin-right: 10px;
	}
}
.blog-slider{
	margin-inline: -15px;
}
.blog-slider .slick-track{
	display: flex;
	gap: 15px;
}
.blog-slider .slick-slide{
	height: auto;
}
.blog-slider .slick-slide > div{
	height: 100%;
}
.blog-slider .blog-card {
	margin: 0;
	display: flex !important;
	flex-direction: column;
}
.blog-slider .blog-content{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.blog-img{
	position: relative;
	display: block;
    transition: transform .7s ease, opacity .7s ease;
    transform:scale(1)
}
.blog-img img{
	width: 100%;
}
.blog-media .blog-img:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition:opacity .7s ease
}
.blog-img:hover::after{
	opacity: 1;
}
.post-image-mask {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -22px;
    text-align: center;
    font-size:0
}

.post-image-mask:after, .post-image-mask:before {
    content: ""
}
.blog-media:not(:hover) .post-image-mask:after, .blog-media:not(:hover) .post-image-mask::before, .blog-media:not(:hover) .post-image-mask span{
	animation: slideOutRight .3s ease forwards;
}

.post-image-mask:after, .post-image-mask:before, .post-image-mask span {
    display: inline-block;
    margin-right: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--white);
    vertical-align: middle;
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    transition: opacity .3s ease, transform .3s ease;
}

.blog-media:hover .post-image-mask:before {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	animation: slideInLeft .3s ease forwards;
}

.blog-media:hover .post-image-mask span {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	animation: slideInLeft .3s ease .1s forwards;
}

.blog-media:hover .post-image-mask:after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	animation: slideInLeft .3s ease .2s forwards;
}

.post-image-mask:before {
    transition-delay: 0s;
    animation-delay: 0s;
}

.post-image-mask span {
    transition-delay: .1s;
    animation-delay: .1s;
}

.post-image-mask:after {
    margin-right: 0;
    transition-delay: .2s;
    animation-delay: .2s;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-50px, 0, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to {
        transform: translate3d(50px, 0, 0);
        opacity: 0;
    }
}
.blog-media-category{
	position: absolute;
	text-align: center;
	bottom: -12px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.blog-media-single-category{
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
.blog-media-single-category span a{
	background: var(--primary);
	padding: 5px 10px;
	color: var(--white);
	display: inline-block;
	margin: 0 auto;
	font-size: 12px;
	text-transform: uppercase;
}
.blog-media-category span{
	background: var(--primary);
	padding: 5px 10px;
	color: var(--white);
	margin: 0 auto;
}
.blog-media-category span a{
	color: var(--white);
}
.blog-slider .dandik,
.blog-slider .bamdik {
	top: 43%;
}

@media (max-width: 767px) {
	.blog-slider .slick-slide{
		padding: 0;
	}
}

.gridshop {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 300px 300px;
	gap: 15px;
	grid-auto-flow: dense;
}

.gridshop-item {
	position: relative;
	background: var(--chalk);
}

.gridshop .gridshop-item:nth-child(1) {
	grid-column: 1 / 1;
	grid-row: 1 / 3;
}

.gridshop .gridshop-item:nth-child(4) {
	grid-column: 3 / 4;
	grid-row: 3 / 1;
}

.gridshop-item .overlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	min-height: 100%;
	max-height: auto;
	padding: 20px;
	top: 0;
}

.gridshop-item .overlay h3 {
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 0;
	color: var(--dark);
}

.gridshop-item .overlay a {
	color: var(--dark);
	bottom: 0;
}

.gridshop-item .gridshop-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

@media (max-width: 768px) {
	.gridshop {
		grid-template-columns: repeat(1, 1fr);
	}

	.gridshop .gridshop-item:nth-child(1) {
		position: relative;
		grid-column: auto;
		grid-row: auto;
	}

	.gridshop .gridshop-item:nth-child(4) {
		grid-column: auto;
		grid-row: auto;
	}
}

.woocommerce-product-gallery__image img {
	height: auto;
	max-height: 450px;
	width: 0 auto;
	object-fit: cover;
	max-width: 100%;
	width: 100%;
}

/* Slick Slider for Product Gallery Thumbnails */
.flex-control-thumbs {
	background: #fff;
	padding: 10px 0;
	margin-top: 15px;
}

.flex-control-thumbs .slick-slide {
	margin: 0 5px;
}

.flex-control-thumbs .slick-slide .woocommerce-product-gallery__image {
	margin: 0;
}

.flex-control-thumbs .slick-slide img {
	cursor: pointer;
	width: 100%;
	height: 80px;
	object-fit: cover;
	border: 2px solid var(--border);
	transition: all 0.3s ease;
}

.flex-control-thumbs .slick-slide:hover img,
.flex-control-thumbs .slick-slide.slick-current img {
	border-color: var(--primary);
	transform: scale(1.05);
}

/* Slick Arrow Styling for Product Gallery */
.flex-control-thumbs .slick-prev,
.flex-control-thumbs .slick-next {
	width: 30px;
	height: 30px;
	background: var(--primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.flex-control-thumbs .slick-prev {
	left: -15px;
}

.flex-control-thumbs .slick-next {
	right: -15px;
}

.flex-control-thumbs .slick-prev:hover,
.flex-control-thumbs .slick-next:hover {
	background: var(--primary-dark);
}

/* Hide default slick dots if needed */
.flex-control-thumbs .slick-dots {
	display: none;
}

/* Ensure proper spacing in gallery */
.woocommerce-product-gallery__wrapper {
	position: relative;
}
.sticky-gallery{
	position: sticky;
	top: 100px;
	align-self: flex-start;
}
.short-desc ul li {
	padding-left: 20px;
	position: relative;
	font-size: 14px;
	margin-bottom: 2px;
}
.sale-badge{
	position: absolute;
	right: 12px;
	top: 15px;
	padding: 5px 10px;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	background: var(--primary);
	color: var(--white);
	z-index: 1;
}
.short-desc ul li::before {
	position: absolute;
	content: "\F5AF";
	left: 0px;
	font-size: 15px;
	color: var(--primary);
	font-family: 'bootstrap-icons';
}
@media (max-width: 991px) {
	.flex-control-thumbs li img{
		height: 60px;
	}
	.sticky-gallery{
		position: relative;
		top: inherit;
	}
}
/*woocommerce product blocks*/
.wc-block-grid__products {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: 0;
	margin-left: 0;
}

.wc-block-grid__products .wc-block-grid__product {
	/* border: 2px solid var(--border);
		background: var(--white); */
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x)/ 2);
	padding-left: calc(var(--bs-gutter-x)/ 2);
	margin-top: var(--bs-gutter-y);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	margin-bottom: 25px;
}

.wc-block-grid__products .wc-block-grid__product:hover {
	border-color: var(--white);
	background: var(--white);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1)
}

.wc-block-grid__products .wc-block-grid__product-title {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
	color: var(--heading);
	font-weight: 500;
	padding-left: 12px;
	padding-right: 12px;
}

.wc-block-grid__products .wc-block-grid__product-price.price {
	font-size: var(--h6size);
}

.wc-block-grid__products .wc-block-grid__product-price.price ins {
	color: #000;
	white-space: nowrap font-size: 16px !important;
	font-weight: 600;
}

.wc-block-grid__products .wc-block-grid__product-price.price del {
	color: #a6a6a6;
	margin-right: 8px;
}

.wc-block-grid__product-add-to-cart .add_to_cart_button {
	background: #FFA41C;
	color: #000;
	font-weight: normal;
	font-size: 14px !important;
	padding: 8px 0px !important;
	margin-bottom: 2px !important;
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
	border-radius: 6px;
	text-align: center;
	text-transform: capitalize;
}

.wc-block-grid__product-add-to-cart .add_to_cart_button:hover {
	background: #d48309;
}

.wc-block-grid__product-onsale {
	position: absolute;
	top: 0;
	left: 0;
	background: #E86121;
	border: 0;
	margin: 0;
	color: var(--white);
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 5;
	margin-bottom: 5px;
	text-transform: capitalize;
	z-index: 1;
	font-weight: 500;
	line-height: 1;
}

.contact-inner{
		box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
		border-radius: 10px;
		padding: 35px;
		background: var(--white);
	}
	.contact-inner.style-2{
		box-shadow: none;
		border-radius: 0;
		padding: 0;
		background: transparent;
	}
	.contact-inner.style-3{
		box-shadow: none;
		border-radius: 0;
		padding: 0;
		background: transparent;
	}
	.contact-section-form{
		position: relative;
		border-left: 1px solid var(--border);
		padding-left: 40px;
	}
	.contact-section-form.style-2{
		padding: 40px;
		border: 1px solid var(--primary);
		border-radius: 20px;
		background: var(--primary);
	}
	.contact-section-form svg{
		position: absolute;
		right: 31px;
		top: -27px;
	}
	
	.contact-info{
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.contact-info .contact-info-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
	}
	.contact-info .contact-info-items .info-icon {
		width: 52px;
		height: 52px;
		min-width: 52px;
		line-height: 52px;
		border-radius: 50%;
		text-align: center;
		border: 3px solid var(--primary);
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 28px;
		color: var(--primary);
	}
	.contact-info .contact-info-items a {
		color: var(--white);
	}
	.contact-info-items h3{
		font-size: 22px;
		color: var(--dark);
		margin: 0;
	}
	.style-2 .contact-inner{
		box-shadow: none;
		padding: 0;
	}
	.style-2 .contact-details{
		background: transparent;
		color: var(--dark);
	}
	.style-2 .contact-details .contactheading{
		color: var(--dark);
	}
	.style-2 .contact-info li i{
		background: var(--gray);
		color: var(--primary);
	}
	.style-2 .contact-info li h5{
		font-weight: normal;
	}
	.style-2 .contact-info li a{
		color: var(--dark);
	}
	.sidebar-sticky .contact-form{
		background: var(--primary);
		color: var(--white);
		padding: 20px;
		border-radius: 6px;
	}
	.sidebar-sticky .contact-form h4{
		color: var(--white);
	}
	.enquiry_form{
		padding: 0;
	}

.bullets {
	margin-bottom: 30px;
}

.bullets li {
	padding-left: 20px;
	position: relative;
	font-size: 14px;
	margin-bottom: 10px;
}

.bullets li::before {
	position: absolute;
	content: "\F5AF";
	left: 0px;
	font-size: 15px;
	color: var(--primary);
	font-family: 'bootstrap-icons';
}

.details-price {
	margin-bottom: 20px;
	font-size: 16px !important;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}

.details-price del {
	color: var(--red);
	margin-right: 0;
}

.details-price ins {
	color: var(--primary);
	white-space: nowrap;
	text-decoration: none;
	font-size: 24px;
}



.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 20px 20px 20px 45px !important;
	/* background-color: var(--chalk); */
	margin: 0 !important;
	position: relative !important;
	border-top: none !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
	top: 20px !important;
	left: 20px !important;
}

.woocommerce form .form-row input.input-text,
number.input-text,
.woocommerce form .form-row textarea,
.select2-container .select2-selection--single,
.ElementsApp,
.ElementsApp .InputElement {
	height: 45px !important;
	border-radius: 6px !important;
	padding: 0px 20px 2px !important;
	color: var(--dark) !important;
	background: var(--white) !important;
	border: 1px solid var(--border) !important;
}

.woocommerce div.product form.cart .variations select {
	height: 45px !important;
	border-radius: 6px !important;
	padding: 0px 20px 2px !important;
	color: var(--dark) !important;
	background: var(--white) !important;
	border: 1px solid var(--border) !important;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	height: 44px !important;
	border-radius: 6px !important;
	padding: 0px 20px 0px !important;
	color: var(--dark) !important;
	background: var(--white) !important;
	border: 1px solid var(--border) !important;
	width: 200px !important;
}

.woocommerce form .form-row input.input-text,
number.input-text,
.woocommerce form .form-row textarea,
.select2-container .select2-selection--single,
.ElementsApp,
.ElementsApp .InputElement {
	height: 45px !important;
	border-radius: 6px !important;
	padding: 0px 15px 2px !important;
	color: var(--dark) !important;
	background: var(--white) !important;
	border: 1px solid var(--border) !important;
	/*width:82px;*/
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
	height: 45px !important;
	border-radius: 6px !important;
	padding: 12px 15px 2px !important;
	border: 1px solid var(--border) !important;
}

.woocommerce-thankyou-order-details {
	display: flex;
	justify-content: space-between;
}

.ElementsApp input {
	height: 45px !important;
	border-radius: 6px !important;
	padding: 0px 20px 2px !important;
	color: var(--text) !important;
	background: var(--chalk) !important;
	border: 1px solid var(--border) !important;
}

.woocommerce form .form-row textarea {
	height: 120px !important;
	border-radius: 6px !important;
	padding: 10px 20px 2px !important;
	color: var(--text) !important;
	background: var(--chalk) !important;
	border: 1px solid var(--border) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px !important;
	right: 14px !important;
	width: 20px !important;
}

.woocommerce table.shop_table {
	border-spacing: 0 !important;
}

thead tr th {
	border: none !important;
}


#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 69px !important;
}

.coupon-form-cart {
	padding: 3px;
	border-radius: 8px;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}

.button1 {
	width: 10%;
	height: 44px;
	line-height: 44px;
	border-radius: 4px;
	text-align: center;
	margin-left: 10px;
	text-transform: capitalize;
	color: var(--white);
	background: var(--primary);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}

.form-group-coupan {
	margin-bottom: 25px;
	text-align: center;
	margin-top: 25px;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
	display: block;
	text-align: center;
	background: var(--primary) !important;
	color: var(--white) !important;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	padding-top: 14px !important;
}

.woocommerce-order-details__title {
	padding: 18px 0px;
	margin-bottom: 25px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--border);
	font-size: 27px;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
	vertical-align: bottom !important;
	font-weight: 400;
	position: absolute;
	top: 1em !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--primary) !important;
	color: var(--white) !important;
	font-weight: normal !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.woocommerce-product-gallery__trigger {
	display: none;
}

.variations tr td.value {
	text-align: left !important;
}

.woocommerce-column__title {
	font-size: 27px !important;
}

.followProduct {
	padding-top: 24px;
}

.cart .details-add-group {
	margin: 0 0 0 20px !important;
}

.is-active a {
	color: #fff;
	background: var(--dark) !important;
}

thead tr th:first-child {
	border-radius: 0px 0px 0px 0px;
}

thead tr th:last-child {
	border-radius: 0px 0px 0px 0px;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
	padding: 9px 8px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-size: 16px !important;
	padding: 15px 30px;
	margin-bottom: 0 !important;
}

.woocommerce .woocommerce-customer-details address {
	border-bottom-width: 1px !important;
	border-right-width: 1px !important;
	/*background: var(--green-chalk) !important;*/
}

.address_message {
	padding-top: 20px !important;
}

/* Contact Form CSS*/
.contact-form h4 {
	margin-bottom: 25px
}

.contact-map {
	padding: 30px;
	margin: 0px 2.5px 30px;
	border-radius: 8px;
	background: var(--white);
}

.contact-map iframe {
	height: 474px;
}

.contact-social {
	text-align: center;
	margin-top: 20px
}

.contact-social h4 {
	margin-bottom: 20px
}

@media (max-width: 575px) {

	.contact-map {
		padding: 15px
	}
}

@media (min-width: 401px) and (max-width: 575px) {
	.contact-part .container {
		max-width: 400px
	}
}

.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="text"],
.contact-form input[type="url"] {
	width: 100% !important;
}

.contact-form textarea {
	padding: 7px 15px !important;
	height: 115px !important;
}

#Newserror {
	color: #ffffff;
}

.pisol_buy_now_button {
	padding: 8px 0px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: auto;
	margin-right: auto;
	display: block !important;
	text-align: center !important;
	width: 100% !important;
	max-width: 150px;
	border-radius: 7px !important;
	font-size: 14px !important;
	background: #E86121 !important;
	color: #000 !important;
}

.woocommerce a.added_to_cart {
	display: none !important;
}

body.page-template-template-pdfview .header-part.active {
	position: relative;
}

.faq-child {
	border-radius: 8px;
	margin-bottom: 30px;
	background: var(--white);
	border-left: 3px solid var(--primary);
	border-right: 3px solid var(--primary);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1)
}

.faq-child:hover .faq-que button {
	color: var(--primary)
}

.faq-child:last-child {
	margin-bottom: 0px
}

.faq-que button {
	width: 100%;
	border: none;
	outline: none;
	background: none;
	text-align: left;
	padding: 22px 25px;
	color: var(--text);
	font-size: 18px;
	font-weight: 500;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.faq-ans p {
	font-size: 16px;
	line-height: 26px;
	padding: 20px 25px;
	border-top: 1px solid var(--border)
}


#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	padding: 0;
	position: relative;
	box-shadow: none;
	width: 40px !important;
}

.upiwc-address {
	background-color: #fff !important;
	border-radius: 6px !important;
	padding: 0px 15px 2px !important;
	color: var(--text) !important;
	border: 1px solid var(--border) !important;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 80px !important;
	min-width: 80px !important;
}

.woocommerce-messageq {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.woocommerce-messageq a.button {
	margin: 0;
	bottom: 0;
}
.woocommerce-messageq a {
	margin: 0;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
	
}
.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 5px 0;
}

.cta-banner{
	padding:30px 0;
	position: relative;
	z-index: 1;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
	padding: 0 !important;
}
.woocommerce-privacy-policy-text a, .woocommerce-info a{
	color: var(--primary);
}
.woocommerce-info::before{
	color: var(--primary) !important;
}
.form-group em{
	font-size: 12px;
	line-height: 15px;
}
ul.page-numbers{
	display: flex !important;
	justify-content: center;
	gap: 10px;
	border: 0 !important;
}
ul.page-numbers li{
	border: 0 !important;
}
ul.page-numbers li .page-numbers{
	background-color: var(--white);
	border-radius: 0;
	width: 40px;
	height: 40px;
	display: flex !important;
	justify-content: center;
	color: var(--dark);
	align-items: center;
	border: 1px solid var(--border);
}
ul.page-numbers li .page-numbers.current, ul.page-numbers li .page-numbers:hover{
	background-color: var(--primary) !important;
	color: var(--white) !important;
	border-color: var(--primary) !important;
}
.preview-slider .slick-slide{
	text-align: center;
}
.customshop-slider .slick-slide > div{
	width: 100%;
	padding: 15px;
	display: flex;
}
.cuslider-img img{
	max-width: 130%;
	right: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.accordion {
	width: 100%;
	border-bottom: 2px solid var(--border);
  }
  .accordion .card {
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
  }
  
  .accordion .toggle {
	display: none;
  }
  
  .accordion .option {
	position: relative;
	margin-bottom: 1em;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
  }
  .accordion .card-header {
	padding: 0;
	margin: 0;
	background: var(--chalk);
	border: 0;
	border-radius: 0 !important;
  }
  .accordion .card-header > button {
	padding: 0 !important;
	margin: 0;
	display: block;
	width: 100%;
	text-align: left;
	border: 0;
	border-radius: 0 !important;
	border-top: 2px solid var(--border);
	background: var(--white);
  }
  .accordion .card-header > button[aria-expanded=true] .title{
	color: var(--primary);
  }
  .accordion .title{
	width: 100%;
	cursor:pointer;
	padding: 20px 0px 20px 30px;
	display: flex;
	align-items: center;
	font-weight: bold;
	color: var(--dark);
	border-radius: 0;
	-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.2s;
  }
  .accordion-collapse .card-body {
	padding-left: 0;
	padding-right: 0;
  }
  .accordion2 .title{
	cursor: auto;
  }
  .accordion .content {
	-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.2s;
  }
  .accordion .title{
	position: relative;
  }
  .accordion .title:after {
	display: flex;
	content: '\F282';
	position: absolute;
	font-family: "bootstrap-icons";
	left: 0;
	top: 3px;
	bottom: 0;
	margin: auto;
	transition: all 0.2s;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
  }
  .accordion .card-header > button[aria-expanded=true] .title::after{
	content: '\F286';
  }
  .accordion2 .title::before{
	background-color: transparent;
  }
  
  .accordion .title:after {
	
  }
  .faq-content h1, .faq-content h2{
	font-size: 28px;
  }
  .faq-content .card-body{
	max-height: 450px;
	overflow-y: auto;
  }
  .accordion .content {
	max-height: 0;
	overflow: hidden;
	background-color: #fff;
  }
  .content > div {
	padding: 20px;
	border-top: 1px solid var(--border);
  }
  
  .toggle:checked + .title + .content {
	max-height: 1000px;
  }
  .toggle:checked + .title:before {
	transform: rotate(90deg) !important;
  }
  .woocommerce table.shop_attributes td{
	text-align: right;
	padding-inline: 10px;
  }
  .faq-q{
	position: relative;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 0;
  }
  .faq-q span{
	position: absolute;
	left: 0;
	top: 5px;
	width: 15px;
	height: 15px;
	font-size: 12px;
	background: var(--dark);
	color: var(--white);
	border-radius:50px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .faq-a{
	position: relative;
	padding-left: 20px;
  }

  :where(.wc-block-mini-cart__badge){
	background: var(--primary) !important;
	color: var(--white) !important;
	width: 18px;
	height: 18px !important;
	top: -1px;
	font-size: 10px !important;
	font-weight: normal !important;
  }
  .header-content .wc-block-mini-cart{
	visibility: visible !important;
  }
  .wc-block-mini-cart__badge{
	position: absolute;
  }
  .wc-block-mini-cart__icon{
	z-index: 1;
	width: 26px !important;
	height: 26px !important;
	margin: 0 !important;
  }

.is-loading.wc-block-components-drawer__screen-overlay.wc-block-components-drawer__screen-overlay--is-hidden{
    display: none !important; /* This will hide the empty cart message */
	width: 0;
	height: 0;
}
.header-widget-group .wc-block-mini-cart__button{
	padding: 0 !important;
	display: flex;
}
.header-widget-group .wc-block-mini-cart__button::after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}
.details-gallery-single{
	display: flex;
	justify-content: center;
	align-items: center;
}
.details-gallery-single img{
	max-height: 500px;
}
.details-gallery .preview-slider{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.details-gallery .thumb-slider{
	overflow: hidden;
}

@media (max-width: 991px) {
	.contact-section-form{
		position: relative;
		border-left: 0;
		padding-left: 10px;
	}
	.contact-details{
		text-align: center;
	}
	.contact-details h3{
		font-size: 28px;
	}
	.contact-info .contact-info-items{
		flex-direction: column;
	}
	.contact-info .contact-info-items .info-icon{
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
	.woocommerce-product-gallery__image img{
		max-height: 300px;
	}
}
@media (max-width: 475px) {
	
	.footer-social li{
		margin-bottom: 10px;
	}
	.blog-desc{
		font-size: 14px;
		line-height: 20px;
	}
	.woocommerce-product-gallery__image img{
		max-height: auto;
	}
}

/*service box*/
.service-box{
	border: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	height: 100%;
	position: relative;
}
.service-box-thumb{
	margin-bottom: 1rem;
}
.service-box-title{
	margin-bottom:1rem;
	font-weight: 500;
	font-size: 20px;
}
.service-box-text{
	margin-bottom:0;
	color: var(--dark);
}
/*style-1*/
.service-box.style-1 .service-box-thumb img{
	width: 100%;
	max-height: 150px;
	object-fit: contain;
}
.service-box.style-1 .service-box-title{
	color: var(--primary);
}
/*style-2*/
.service-box.style-2 .service-box-thumb img{
	width: 100%;
	max-height: 89px;
	object-fit: contain;
}
.service-box.style-2 .service-box-text{
	line-height: 20px;
}
/* style 3 */
.service-box.style-3{
	border: 1px solid var(--border);
	border-radius: 10px;
	padding: 30px;
}
.service-box.style-3 .service-box-thumb{
	margin: 0;
}
.service-box.style-3 .service-box-thumb img{
	height: 100px;
	width: 100%;
	object-fit: contain;
}

/*style-4*/
.service-box.style-4{
	text-align: center;
}
.service-box.style-4 .service-box-title{
	color:var(--white);
	margin-bottom: 0;
}
.service_style_4{
	background:var(--primary);
	color:var(--white);
	border-radius:5px;
	padding: 60px;
}
.service-box.style-4 .service-icon, .service-box.style-4 .service-box-thumb{
	width: 130px;
	height: 130px;
	border-radius:50%;
	margin: 0 auto 20px;
	background: #285ec1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service-box.style-4 .service-icon i, .service-box.style-4 .link{
	color:var(--white);
}
.service_style_4 .service-box{
	background:transparent;
	border-color: transparent;
	color: var(--white);
}
.service_style_4 .service-box:hover{
	background:transparent;
	box-shadow: none;
}
.service_style_4 .section-heading h2, .service_style_4 .sub-title{
	color:var(--white);
}
.service-slider .slick-list {
	margin: 0 -10px;
}
.service-card {
	padding: 20px;
}
.service-card a{
	width: 100%;
}
.service-card .case-item-thumb {
	position: relative;
	z-index: 1;
}
.service-card .case-item-thumb:before {
	content: "";
	position: absolute;
	bottom: -20px;
	right: -20px;
	width: 100%;
	border-radius: 16px;
	background-color: var(--chalk);
	top: 20px;
	transition-duration: .2s;
	z-index: -1;
}
.service-card:hover .case-item-thumb:before {
	bottom: -10px;
	right: -10px;
}
.service-card img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 20px;
}
.service-box.style-5{
	text-align: center;
}
.service-box.style-5 .service-box-title{
	color:var(--white);
}
.service_section_style_5{
	background-color:var(--primary);
	color:var(--white);
}
.service-box.style-5 .service-icon, .service-box.style-5 .service-box-thumb{
	width: 100px;
	height: 100px;
	border-radius:50%;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service-box.style-5 .service-icon i, .service-box.style-5 .link{
	color:var(--white);
}
.service_style_5 .service-box{
	background:transparent;
	border-color: transparent;
	color: var(--white);
	padding: 10px 20px;
}
.service_style_5 .service-box:hover{
	background:transparent;
	box-shadow: none;
}
.service_style_5 .section-heading h2, .service_style_5 .sub-title{
	color:var(--white);
}
.service-box.style-6{
	padding: 0;
}
.service-box.style-6 .service-box-thumb{
	margin-bottom: 0;
}
.service-box.style-6 .service-box-thumb img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 0;
}
.service-box.style-6 .service-box-content{
	padding: 10px;
}
.service-slider .service-box{
	margin-inline: 15px;
}
@media (max-width:991px) {
	.style-1 .service-box-title, .style-2 .service-box-title{
		font-size: 18px;
		margin-bottom: 15px;
		line-height: 18px;
	}
	.style-1 .service-box-text{
		font-size: 10px;
		line-height: inherit;
	}
	.service-slider .service-box{
		margin-inline: 8px;
	}
	.service-box.style-3{
		padding: 20px 10px;
	}
	.row-cols-3 .service-box.style-3 .service-box-thumb img, .row-cols-4 .service-box.style-3 .service-box-thumb img, .row-cols-5 .service-box.style-3 .service-box-thumb img {
		height: 40px;
	}
}

.wc-block-components-price-slider__range-input-progress{
	--range-color: var(--primary) !important;	
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{
	max-width: 80px !important;
}
.wc-block-components-price-slider__range-input::-webkit-slider-thumb{
	background: var(--primary) !important;
	border-color: var(--primary) !important;
}
.wc-block-components-price-slider__range-input--max{
	right: 10px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	display: flex;
	justify-content: space-evenly;
	background: var(--chalk);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border: 0 !important;
	background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	border-bottom: 4px solid var(--primary) !important;
	color: var(--primary) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	content: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding: 20px 10px !important;
	font-weight: 400 !important;
}
.related-slider{
	width: 100% !important;
}
.related-slider .slick-slide .col{
	padding: 0 15px;
	height: 100%;
}
.related-slider .slick-slide > div{
	height: 100%;
}
.related-slider .slick-track{
	display: flex !important;
	margin-inline: -15px;
}
.related-slider .slick-track .slick-slide{
	height: auto !important;
}
h2.wc-block-mini-cart__title{
	font-size: 24px !important;
}
.wc-block-cart-item__image > a{
	border: 1px solid var(--border);
	padding: 5px;
	border-radius: 10px;
}
.wc-block-components-product-name{
	color: var(--dark);
	font-size: 16px;
}
.wp-element-button{
	background: var(--primary);
	color: var(--white);
	border-radius: 5px;
	padding: 10px 20px;
}
.wc-block-components-button:not(.is-link).outlined:hover{
	background: var(--primary) !important;
	color: var(--white) !important;
	border-color: var(--primary) !important;
}
.details-content .product_title{
	font-size: 16px;
	line-height: 24px;
}
.details-content .border{
	border-radius: 10px;
}
.details-content-extra{
	display: flex;
	gap: 20px;
	background: var(--chalk);
	padding: 20px;
	margin-top: 25px;
	font-size: 16px;
}
.details-content-extra li{
	display: flex;
	align-items: center;
	gap: 5px;
}
.details-content-extra li img{
	width: 24px;
	height: 24px;
}
.woocommerce-MyAccount-navigation{
	border: 1px solid var(--border);
	border-radius: 10px;
	padding: 10px;
}
.woocommerce-MyAccount-navigation ul{
	
}
.woocommerce-MyAccount-navigation ul li{
	margin: 5px 0;
}
.woocommerce-MyAccount-navigation ul li a{
	background: var(--white);
	border: 1px solid var(--border);
	display: block;
	padding: 10px 20px;
	border-radius: 10px;
	color: var(--dark);
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li a:hover{
	background: var(--chalk) !important;
	color: var(--primary) !important;
}
.buy-now{
	position: relative;
}
.buy-now.loading::after{
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: .618em;
	right: 1em;
	animation: spin 2s linear infinite;
	color: var(--primary);
}
.subcategory-slider{
	display: flex;
}
.subcategory-slider .subcategory-item{
	text-align: center;
}
.subcategory-slider .subcategory-item > a{
	color: var(--dark);
	font-size: 14px;
}
.subcategory-slider .subcategory-item img{
	width: 80px;
	min-width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid var(--border);
	object-fit: cover;
	text-align: center;
}
.subcategory-slider .slick-current .subcategory-item img{
	border-color: var(--primary);
}
#custom-login-form{
	background: var(--gray2);
	height: calc(100vh);
	overflow: hidden;
}
#custom-login-form img{
	height: calc(100vh);
	width: 100%;
	object-fit: cover;
}
.login-inner{
	padding: 40px;
	height: 100vh;
	align-items: center;
	display: flex;
	justify-content: center;
	max-width: 520px;
	width: 100%;
	margin: 0 auto;
}
/**/
@media (min-width:992px) {
	.mobile-filter, .filtersidebar .close{
		display: none;
	}
}
@media (max-width:991px) {
	#btnmfilter{
		width: 100%;
		display: block;
	}
	.mobile-filter{
		background: var(--gray3);
		padding: 10px;
	}
	.filtersidebar {
		display: none;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: calc(100% - 60px);
		background: #fff;
		box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
		z-index: 1000;
		overflow-y: auto;
		transition: transform 1s ease-in-out;
		transform: translateY(100%);
	}
	.filtersidebar.active {
		display: block;
		transform: translateY(0);
	}
	
	.filtersidebar .close{
		display: flex;
		padding: 10px;
		justify-content: space-between;
		color: var(--dark);
		font-weight: 500;
		cursor: pointer;
	}
	#custom-login-form{
		height: auto;
	}
}
@media (max-width:375px) {
	:where(.wc-block-mini-cart__badge) {
		width: 18px;
		height: 18px !important;
		top: 0px;
		font-size: 11px !important;
	}
	.subcategory-slider .subcategory-item img{
		width: 60px;
		min-width: 60px;
		height: 60px;
	}
	.subcategory-slider .subcategory-title{
		font-size: 12px;
		line-height: 15px;
	}
	.product-price del, h6.product-price, .discount-percentage{
		font-size: 12px;
	}
	.wc-block-cart-item__wrap .wc-block-components-product-name{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 12px;
	}
	.wc-block-cart-item__image > a{
		width: 45px;
	}
	.wc-block-cart-item__total-price-and-sale-badge-wrapper{
		font-size: 12px;
	}
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row{
		grid-template-columns: 50px 132px !important;
	}
	table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector{
		margin-bottom: 5px !important;
	}
	h2.wc-block-mini-cart__title{
		font-size: 18px !important;
		padding-bottom: 10px !important;
	}
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{
		display: none;
	}
	.food-type{
		font-size: 10px;
		padding: 1px 5px;
		bottom: 5px;
		left: 5px;
	}
	.related-slider .slick-track{
		margin-inline: -1px;
	}
	.related-slider .slick-slide .col{
		padding: 0 1px;
	}
	.cartbtn .btn{
		padding: 4px 14px !important;
		font-size: 14px;
	}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
		font-size: 14px !important;
	}
	.details-content-extra{
		padding: 5px;
		gap: 5px;
		font-size: 10px;
	}
	.details-content-extra{
		font-size: 9px;
	}
	body{
		font-size: 13px;
		line-height: 18px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a{
		padding: 9px 4px !important;
	}
	.slider-dots ul li{
		width: 10px;
		height: 10px;
	}
	.section-heading{
		margin-bottom: 15px;
	}
	.customshop-slider .slick-slide > div{
		padding: 5px;
	}
	.footer-newsletter{
		padding: 15px;
	}
	.single-banner{
		padding: 10px 0;
	}
	.single-banner h1, .single-banner h2 {
		font-size: 16px;
	}
	.breadcrumb-item {
		font-size: 12px;
	}
	.breadcrumb-item+.breadcrumb-item::before{
		top: 4px;
	}
	.wp-block-woocommerce-checkout{
		padding-top: 0 !important;
	}
	.woocommerce table.shop_table th{
		font-size: 12px;
	}
	.woocommerce-column__title{
		font-size: 18px !important;
	}
	.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2{
		margin-bottom: 15px;
	}
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
	font-size: 20px;
	color: var(--green);
	font-weight: 600;
	text-align: center;
}
.mmpSignup{
	display: none;
}

.mmplogin.active .mmpSignin{
	display: none;
}
.mmplogin.active .mmpSignup{
	display: block;
}
button.btn.loading{
	position: relative;
	padding-right: 40px;
}
button.btn.loading::after{
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	right: 15px;
	animation: spin 2s linear infinite;
	color: var(--white);
}
.is-invalid {
    border-color: #dc3545;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.875rem;
}
@media (max-width: 991px){
	.details-gallery-single ~ .cartbtn{
		margin-inline: -10px;
		margin-bottom: 15px;
		gap: 0;
	}
	.details-gallery ~ .cartbtn{
		margin-inline: -10px;
		margin-bottom: 15px;
		gap: 0;
	}
	.cartbtn .btn{
		width: 100%;
		margin-inline: 10px !important;
		min-width: auto;
	}
	.details-gallery-single{
		margin-right: 0;
	}
	.details-content-extra{
		font-size: 12px;
		gap: 10px;
	}
	.details-content-extra li img{
		width: 20px;
		height: 20px;
	}
	.woocommerce-thankyou-order-details{
		flex-wrap: wrap;
		gap: 20px;
		justify-content: flex-start;
	}
	.woocommerce ul.order_details li{
		border-bottom: 1px dashed #cfc8d8;
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
		width: 100%;
	}
	.woocommerce-MyAccount-navigation{
		margin-bottom: 15px;
	}
}
#searchModal{
	background: var(--white);
	top: 129px;
	box-shadow: 0 0 14px rgba(0,0,0,0.08);
}
body.admin-bar #searchModal{
	top: 162px;
}
#searchModal form{
	border-bottom: 1px solid var(--border);
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
#searchModal form .btn-close{
	font-size: 38px;
	font-weight: bold;
	color: var(--dark);
}
#searchModal .form-control{
	font-size: 48px;
	font-weight: bold;
	text-transform: inherit;
	color: var(--dark);
	text-align: center;
	border:0;
	height: auto;
}
#searchModal .form-control::placeholder{
	font-size: 48px;
	font-weight: bold;
	text-transform: inherit;
	color: var(--dark);
	text-align: center;
	height: auto;
}
#searchModal .form-control:focus{
	background: var(--white);
}
.modal-backdrop.show{
	opacity: 0 !important;
}


.custom-category-header {
    margin-bottom: 35px;
}

/* TITLE + ARROW */
.category-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.back-arrow {
    font-size: 28px;
    text-decoration: none;
	color: var(--dark);
}

.category-title {
    font-size: 42px;
    font-weight: 700;
}

/* CATEGORY LIST */
.category-list {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
	margin-top: 20px;
}
.term-description{
	padding: 20px 0;
}
.category-item {
    position: relative;
	display: flex;
	gap: 10px;
}

.category-item img {
    width: 40px;
	height: 40px;
	object-fit: contain;
}

.category-item .cat-summary {
    text-align: left;
}

.category-item .cat-name {
    font-weight: 500;
    display: block;
	text-transform: uppercase;
	color: var(--dark);
	position: relative;
}

.category-item .count {
    font-size: 14px;
    color: var(--text);
	font-weight: 300;
}

.category-item.active .cat-name {
    position: relative;
}
.category-item .cat-name::after{
    content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--primary);
	transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.category-item.active .cat-name::after{
	width: 100%;
}
.category-item:hover .cat-name::after{
    width: 100%;
}
.mobile-category-toggle {
	display: none;
	color: var(--dark);
}
.toggle-arrow {
	width: 6px;
	height: 6px;
	border-right: 1px solid var(--dark);
	border-bottom: 1px solid var(--dark);
	transform: rotate(45deg);
	transition: transform 0.3s ease;
	position: relative;
}

/* Rotate when open */
.mobile-category-toggle.active .toggle-arrow {
	transform: rotate(-135deg);
}
@media (max-width: 991px) {

	.mobile-category-toggle {
		display: flex;
		justify-content: center;
		align-items: center;
		border: none;
		font-size: 14px;
		cursor: pointer;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		gap: 10px;
		color: var(--dark);
	}
	.category-item{
		width: 100%;
		padding-inline: 20px;
	}
	.category-list {
		width: 100%;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height 0.45s ease, opacity 0.3s ease;
		flex-direction: column;
		gap: 20px;
		margin: 0;
	}
	.category-list.open {
		max-height: 1000px;
		opacity: 1;
		margin-top: 20px;
	}
	.back-arrow {
		display: none;
	}
}
.product-card{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 0;
	background: var(--white);
	border: 1px solid var(--border);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.product-media {
	position: relative;
}
.product-media .product-image{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.product-media .product-image img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.related-slider .product-media .product-image img{
	height: 280px;
}
.product-image .p-hover-img {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.5s ease,transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-image:hover .p-hover-img{
	opacity: 1;
	transform: scale(1.1);
}
.product-label {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 1;
}
.product-label .label-text{
	background: var(--primary);
	color: var(--white);
	font-size: 12px;
	line-height: 1.2;
	padding: 5px 10px;
	display: inline-block;
}
.product-content {
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.product-name {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}
.product-name a {
	color: var(--dark);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-name a:hover {
	color: var(--primary);
}
.product-cat{
	font-size: 14px;
	color: var(--text);
	line-height: 1.2;
	font-weight: 400;
}
.product-cat a{
	color: var(--text);
}

h6.product-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin: 10px 0;
	font-size: 16px;
	font-weight: 500;
	gap: 15px;
	flex-wrap: wrap;
	line-height: 1;
}
.product-price .price{
	font-size: 16px !important;
	display: flex;
	flex-direction: row-reverse;
	gap: 15px;
	color: var(--dark) !important;
}
.product-price del {
	color: var(--text);
	font-weight: 400 !important;
	font-size: 14px;
}

.product-price ins {
	color: var(--dark);
	white-space: nowrap;
	font-weight: 600 !important;
}

.product-price span small {
	font-weight: 400;
}
.product-rating .star-rating{
	float: none !important;
	margin: 0 !important;
}
.woocommerce div.product .product_title{
	font-size: 25px;
}
.woocommerce-product-gallery__wrapper > div > a{
	display: block;
	width: 100%;
}
h1.product_title{
	font-size: 25px;
	line-height: 32px;
	font-weight: 500;
}
.single-product-price{
	font-size: 22px;
	color: var(--primary);
	font-weight: 600 !important;
}
.single-product .price{
	font-weight: 500;
	margin-bottom: 20px;
	display: flex;
	gap: 10px;
	font-size: 19px;
}
.single-product .price ins{
	color: var(--primary);
	font-weight: 600;
}
del .woocommerce-Price-amount bdi{
	color: var(--text);
}
.single-product-price ins{
	text-decoration: none;
}
.woocommerce .button.alt{
	background-color: var(--secondary) !important;
	border-radius: 0 !important;
	color: var(--white) !important;
}
.single_add_to_cart_button{
	position: fixed !important;
	background-color: var(--secondary) !important;
	left: 0 !important;
	bottom: 0 !important;
	width: 50%;
	border-radius: 0;
	z-index: 111;
	text-transform: uppercase;
}
.woocommerce .button.alt:hover{
	background: #e44d4d !important;
}
.woocommerce .woocommerce-product-rating{
	display: flex;
	align-items: center;
	font-size: 14px;
	margin: 10px 0;
}
.woocommerce .woocommerce-product-rating .star-rating{
	color: var(--yellow);
	font-size: 14px;
}
.single_buy_now_button{
	position: fixed !important;
	right: 0 !important;
	bottom: 0 !important;
	color: var(--white) !important;
	width: 50%;
	border-radius: 0 !important;
	z-index: 111;
	text-transform: uppercase;
}
.buy-now-button{
	width: 100%;
	border-radius: 0 !important;
	text-transform: uppercase;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .button.button.disabled{
	padding: 15px 30px !important;
	opacity: 1 !important;
}
.woocommerce-variation-add-to-cart-disabled .single_buy_now_button{
	cursor: not-allowed;
}
.woocommerce-product-details__short-description{
	border-top: 1px solid var(--border);
	padding-top: 20px;
	margin-top: 20px;
}
.quantity {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	width: max-content;
}

.quantity input.qty {
	width: 60px;
	text-align: center;
	border: none;
	-moz-appearance: textfield;
}

.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.qty-btn {
	width: 36px;
	height: 44px;
	background: #f5f5f5;
	border: none;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	color: var(--dark);
}

.qty-btn:hover {
	background: #eaeaea;
}
.wc-block-mini-cart__amount{
	font-size: 13px !important;
	font-weight: 500 !important;
}


.product-slider .product-media .product-image img{
	height: 270px;
}
.product-slider .slick-slide{
	margin: 0 10px;
}
.product-slider .product-card{
	text-align: center;
	border: 0;
}
.product-slider .product-rating .star-rating{
	margin: 0 auto !important;
}
.product-slider h6.product-price{
	justify-content: center;
	gap: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-media .product-image img{
		height: 280px;
	}
}
@media(max-width:991px){
	.product-media .product-image img{
		height: 210px;
	}
	.product-slider .product-media .product-image img{
		height: 210px;
	}
	.single_buy_now_button, .single_add_to_cart_button{
		bottom: 55px !important;
	}
	.footer-part{
		padding-bottom:51px;
		padding-top: 30px;
	}
	body.single-product .footer-part{
		padding-bottom: 100px !important;
	}
	.related-slider .product-media .product-image img{
		height: 200px;
	}
	.header-media-group .mini-cart-container .wc-block-mini-cart__amount{
		display: none !important;
	}
	.product-slider .slick-slide{
		margin: 0 5px;
	}
	.product-slider .product-content{
		padding: 0;
	}
}
@media(max-width:475px){
	.product-media .product-image img{
		height: 180px;
	}
	.product-slider .product-media .product-image img{
		height: 180px;
	}
	.related-slider .product-media .product-image img{
		height: 180px;
	}
	h6.product-price{
		gap: 2px;
	}
}
@media(max-width:375px){
	.product-media .product-image img{
		height: 160px;
	}
	.product-slider .product-media .product-image img{
		height: 160px;
	}
	.related-slider .product-media .product-image img{
		height: 160px;
	}
}

/* review*/
.wm-rating-summary-heading{
	text-align: center;
}
.wm-rating-summary-main{
	font-size: 68px;
	line-height: 68px;
	font-weight: 600;
}
.wm-rating-summary-heading .star-rating{
	float: none !important;
	text-align: center;
	margin: 10px auto !important;
	display: flex;
	justify-content: center;
}
.wm-rating-summary-heading .star-rating span{
	color: var(--yellow);
}


.rating-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
	font-size: 14px;
}

.rating-row .bar {
	flex: 1;
	height: 10px;
	background: #eee;
	overflow: hidden;
}

.rating-row .bar span {
	display: block;
	height: 100%;
	background: #7a2b2b; /* maroon bar like image */
}
.wm-rating-stars .star-rating{
	margin: 0 !important;
	color: var(--yellow);
}
.wm-review-top {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.wm-review-top h4 {
	flex: 1;
	font-weight: 600;
}

.wm-review-images-only {
	font-size: 14px;
}

#review-sort {
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 4px 6px;
}

.wm-review-card {
	border: 1px solid #e5e5e5;
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
}

.wm-review-header {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	margin-bottom: 8px;
}

.wm-review-content {
	margin-top: 10px;
	line-height: 1.6;
}

.wm-review-actions {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	display: flex;
	gap: 15px;
}

.star-rating {
	font-size: 16px;
}
.wm-review-emta{
	display: flex;
	justify-content: space-between;
}
.star-rating{
	margin: 10px 0 !important;
	float: none !important;
	color: var(--yellow);
	font-size: 14px !important;
}
.wm-review-text{
	font-size: 14px;
}
#ajax-review-list {
	position: relative;
	min-height: 100px;
	display: block;
}
.review-overlay-loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.7);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 10;
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
	align-items: center;
}
.wm-spinner {
	width: 40px;
	height: 40px;
	border: 4px solid #ddd;
	border-top-color: var(--primary);
	border-radius: 50%;
	animation: wm-spin 0.8s linear infinite;
}

@keyframes wm-spin {
	to {
		transform: rotate(360deg);
	}
}

.woocommerce p.stars a{
	color: var(--yellow);
}
.wm-review-replies {
	margin-top: 15px;
}

.wm-review-reply {
	background: #f9f9f9;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 10px;
	border: 1px solid #e9e9e9;
}

.wm-reply-emta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	font-size: 14px;
}

.wm-reply-emta strong {
	color: #333;
}

.wm-reply-date {
	color: #666;
	font-size: 12px;
}

.wm-reply-text {
	color: #555;
	line-height: 1.5;
	font-size: 14px;
}

/* Pagination Styles */
#review-pagination {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

.review-page-btn {
	background: #fff;
	border: 1px solid #ddd;
	color: #333;
	padding: 8px 12px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	min-width: 40px;
	transition: all 0.2s ease;
}

.review-page-btn:hover:not(:disabled) {
	background: #f8f9fa;
	border-color: #007bff;
	color: #007bff;
}

.review-page-btn.current {
	background: #007bff;
	border-color: #007bff;
	color: #fff;
}

.review-page-btn:disabled {
	background: #f8f9fa;
	border-color: #ddd;
	color: #6c757d;
	cursor: not-allowed;
}

.review-nav-btn {
	background: #fff;
	border: 1px solid #ddd;
	color: #333;
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
}

.review-nav-btn:hover:not(:disabled) {
	background: #f8f9fa;
	border-color: #007bff;
	color: #007bff;
}

.review-nav-btn:disabled {
	background: #f8f9fa;
	border-color: #ddd;
	color: #6c757d;
	cursor: not-allowed;
}

.review-ellipsis {
	color: #6c757d;
	padding: 8px 4px;
	font-size: 14px;
	user-select: none;
}
/* Simple dropdown fix */
.header-widget.dropdown {
	position: relative;
}
.header-widget.dropdown button{
	display: flex;
	align-items: center;
	font-weight: 300;
}
.header-widget.dropdown button span{
	font-weight: 300;
}
.header-widget .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: var(--white);
	border: 1px solid var(--border);
	box-shadow: 0 0px 6px rgba(0,0,0,0.1);
	min-width: 200px;
	z-index: 1000;
}
.header-widget .dropdown-toggle:hover + .dropdown-menu,
.header-widget .dropdown-menu:hover {
	display: block;
}
.header-widget .dropdown-item {
	display: block;
	padding: 8px 16px;
	clear: both;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	text-decoration: none;
}
.header-widget .dropdown-item:hover {
	background: #f8f9fa;
	color: #16181b;
}
#btn-razorpay, #btn-razorpay-cancel{
	background: var(--gray3);
	color: var(--dark);
	padding: 5px 14px;
	margin: 5px;
}