/* 1. Theme default css */
:root {
	--ninetheme-primary: #85603F;
	--ninetheme-secondary: #96BB7C;
	--ninetheme-text: #737272;
	--ninetheme-dark: #161616;
	--ninetheme-dark-soft: #343131;
	--ninetheme-light: #ffffff;
	--ninetheme-gray: #E1E2E3;
	--ninetheme-gray-soft: #F7F7F8;
	--ninetheme-gray-background: #F7F7F8;
	--ninetheme-border: #E1E2E3;
	--ninetheme-black-border: #363636;
	--ninetheme-red: #C84B31;
    --ninetheme-red-bg: #F9CCCC;
	--ninetheme-red-border: #ffbfc1;
	--ninetheme-green: #346751;
    --ninetheme-green-bg: #CCD6A6;
	--ninetheme-green-soft: #96BB7C;
	--ninetheme-brown: #ECDBBA;
	--ninetheme-success: #96BB7C;
	--ninetheme-trans-border: #f7f7f833;
	--ninetheme-font: 'Inter', sans-serif;
	--ninetheme-border-radius: 4px;
}

html {
	margin-right: 0 !important;
}

body {
	font-family: var(--ninetheme-font);
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: var(--ninetheme-dark);
	line-height: 1.8;
	overflow-x: hidden;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin: 0;
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	color: var(--ninetheme-dark);
	outline: medium none;
}

a {
	background-color: transparent;
}

a:focus,
.btn:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover {
	color: var(--ninetheme-dark);
	text-decoration: none;
	opacity: 0.8;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.nt-comment-author a {
	color: var(--ninetheme-dark);
	margin-top: 0px;
	font-style: normal;
	font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1, h1.elementor-heading-title {
	font-size: 40px;
	line-height: 1.2;
}

h2, h2.elementor-heading-title {
	font-size: 35px;
	line-height: 1.2;
}

h3, h3.elementor-heading-title {
	font-size: 28px;
	line-height: 1.3;
}

h4, h4.elementor-heading-title {
	font-size: 22px;
	line-height: 1.4;
}

h5, h5.elementor-heading-title {
	font-size: 18px;
	line-height: 1.6;
}

h6, h6.elementor-heading-title {
	font-size: 16px;
	line-height: 1.6;
}

ul {
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 15px;
}

p.elementor-heading-title {
	line-height: 1.8;
}

hr {
	border-bottom: 1px solid var(--ninetheme-dark);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

*::-moz-selection {
	background: var(--ninetheme-gray-dark);
	color: var(--ninetheme-light);
	text-shadow: none;
}

::-moz-selection {
	background: var(--ninetheme-dark);
	color: var(--ninetheme-light);
	text-shadow: none;
}

::selection {
	background: var(--ninetheme-dark);
	color: var(--ninetheme-light);
	text-shadow: none;
}
.woocommerce-mini-cart-item ::selection {
    background: transparent;
    color: inherit;
}
*::-moz-placeholder {
	color: var(--ninetheme-gray-dark);
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: var(--ninetheme-gray-dark);
	font-size: 14px;
	opacity: 1;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.ninetheme-small-title,
.ninetheme-small-title a {
	color: var(--ninetheme-dark);
}
.ninetheme-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: var(--ninetheme-gray) var(--ninetheme-dark);
    scrollbar-width: thin;
}
.ninetheme-scrollbar::-webkit-scrollbar {
    width: 2px;
}
.ninetheme-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--ninetheme-dark);
}
.ninetheme-scrollbar::-webkit-scrollbar-track {
    background-color: var(--ninetheme-gray);
}
/* theme buttons */
.ninetheme-button-wrapper {
	display: block;
}

.ninetheme-btn.icon-position-top i,
.ninetheme-btn.icon-position-bottom i {
	display: block;
}

.ninetheme-button-wrapper.is-full .ninetheme-btn {
	width: 100%;
}

.ninetheme-fullwidth {
	width: 100%;
}

.ninetheme-summary-item .ninetheme-btn-product,
.ninetheme-btn:not(.ninetheme-btn-product) {
	font-size: 14px;
	font-weight: 400;
	color: var(--ninetheme-light);
	padding: 10px 20px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
	display: inline-block;
	text-align: center;
	position: relative;
	cursor: pointer;
	border: 0;
	line-height: 1;
	outline: none;
}

.ninetheme-btn.ninetheme-btn-large {
	padding: 16px 30px;
	font-size: 16px;
}

.ninetheme-btn.ninetheme-btn-medium {
	padding: 13px 20px;
	font-size: 14px;
}

.ninetheme-btn.ninetheme-btn-small {
	padding: 10px 15px;
	font-size: 13px;
}

.ninetheme-btn-product {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
}
.ninetheme-header-content>div {
    flex: 1;
}
.ninetheme-header-top-center .ninetheme-header-default-inner{
    justify-content: center;
}
/* input helper class*/
.ninetheme-input {
	padding: 0 15px;
}

.ninetheme-input-large {
	height: 48px;
}

.ninetheme-input-medium {
	height: 38px;
	font-size: 14px;
}

.ninetheme-input-small {
	height: 33px;
	font-size: 13px;
	min-width: 160px;
}

/* background color */
.ninetheme-bg {
	background: var(--ninetheme-gray-soft);
}

.ninetheme-btn:hover {
	opacity: 1;
}

.ninetheme-btn.ninetheme-btn-primary {
	color: var(--ninetheme-light);
	border-color: var(--ninetheme-primary);
	background-color: var(--ninetheme-primary);
}

.ninetheme-btn.ninetheme-btn-primary:hover {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-dark);
}

.ninetheme-btn.ninetheme-btn-dark:not(.ninetheme-btn-product) {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-dark);
}

.ninetheme-btn.ninetheme-btn-dark:not(.ninetheme-btn-product):hover {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-dark);
}

.ninetheme-btn.ninetheme-btn-gray {
	color: var(--ninetheme-dark);
	background-color: var(--ninetheme-gray);
}

.ninetheme-btn.ninetheme-btn-gray:hover {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-dark);
}

.ninetheme-btn.ninetheme-btn-gray-soft {
	color: var(--ninetheme-dark);
	background-color: var(--ninetheme-gray-soft);
}

.ninetheme-btn.ninetheme-btn-gray-soft:hover {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-dark);
}

.ninetheme-btn.ninetheme-btn-green {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-green);
}

.ninetheme-btn.ninetheme-btn-green:hover {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-dark);
}

.ninetheme-btn.ninetheme-btn-green-soft {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-green-soft);
}

.ninetheme-btn.ninetheme-btn-green-soft:hover {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-dark);
}

.ninetheme-btn-red {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-red);
}

.ninetheme-btn.ninetheme-btn-red:hover {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-dark);
}

.ninetheme-btn.ninetheme-btn.ninetheme-btn-brown {
	color: var(--ninetheme-dark);
	background-color: var(--ninetheme-brown);
}

.ninetheme-btn.ninetheme-btn-brown:hover {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-dark);
}

/* bordered button */
.ninetheme-btn.ninetheme-btn-border {
	background-color: transparent;
	border: 2px solid var(--ninetheme-dark);
	color: var(--ninetheme-dark);
}

.ninetheme-btn-border.ninetheme-btn-primary {
	color: var(--ninetheme-primary);
	border-color: var(--ninetheme-primary);
}

.ninetheme-btn-border.ninetheme-btn-primary:hover {
	color: var(--ninetheme-light);
	;
	background-color: var(--ninetheme-primary);
}

.ninetheme-btn-border.ninetheme-btn-dark {
	color: var(--ninetheme-dark);
	border-color: var(--ninetheme-dark);
}

.ninetheme-btn-border.ninetheme-btn-dark:hover {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-dark);
}

.ninetheme-btn-border.ninetheme-btn-gray {
	color: var(--ninetheme-dark);
	border-color: var(--ninetheme-gray);
}

.ninetheme-btn-border.ninetheme-btn-gray:hover {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-gray);
}

.ninetheme-btn-border.ninetheme-btn-gray-soft {
	color: var(--ninetheme-dark);
	border-color: var(--ninetheme-gray-soft);
}

.ninetheme-btn-border.ninetheme-btn-gray-soft:hover {
	color: var(--ninetheme-dark);
	background-color: var(--ninetheme-gray-soft);
}

.ninetheme-btn-border.ninetheme-btn-green {
	color: var(--ninetheme-green);
	border-color: var(--ninetheme-green);
}

.ninetheme-btn-border.ninetheme-btn-green:hover {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-green);
}

.ninetheme-btn-border.ninetheme-btn-green-soft {
	color: var(--ninetheme-green-soft);
	border-color: var(--ninetheme-green-soft);
}

.ninetheme-btn-border.ninetheme-btn-green-soft:hover {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-green-soft);
}

.ninetheme-btn-border.ninetheme-btn-red {
	color: var(--ninetheme-red);
	border-color: var(--ninetheme-red);
}

.ninetheme-btn-border.ninetheme-btn-red:hover {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-red);
}

.ninetheme-btn-border.ninetheme-btn-brown {
	color: var(--ninetheme-brown);
	border-color: var(--ninetheme-brown);
}

.ninetheme-btn-border.ninetheme-btn-brown:hover {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-brown);
}

.ninetheme-btn-radius {
	border-radius: var(--ninetheme-border-radius);
}

.ninetheme-button-wrapper .ninetheme-btn.ninetheme-btn-text,
.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-dark,
.ninetheme-btn-text .ninetheme-btn,
.ninetheme-btn-text.ninetheme-btn,
.ninetheme-btn-text .ninetheme-btn,
.ninetheme-btn-text.ninetheme-btn {
	font-size: 13px;
	font-weight: 500;
	color: var(--ninetheme-dark);
	padding: 0;
	min-width: auto;
	text-transform: capitalize;
	letter-spacing: 1px;
	display: inline-block;
	background: transparent;
	border: none;
	height: auto;
}

.ninetheme-button-wrapper .ninetheme-btn.ninetheme-btn-text:hover,
.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-dark:hover,
.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-dark:hover,
.ninetheme-btn-text .ninetheme-btn:hover,
.ninetheme-btn-text.ninetheme-btn:hover,
.ninetheme-btn-text .ninetheme-btn:hover,
.ninetheme-btn-text.ninetheme-btn:hover {
	background: transparent;
	color: var(--ninetheme-dark);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-primary {
	color: var(--ninetheme-primary);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-gray {
	color: var(--ninetheme-gray);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-gray-soft {
	color: var(--ninetheme-gray-soft);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-green {
	color: var(--ninetheme-green);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-green-soft {
	color: var(--ninetheme-green-soft);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-brown {
	color: var(--ninetheme-brown);
}

.ninetheme-btn.ninetheme-btn-text.ninetheme-btn-red {
	color: var(--ninetheme-red);
}

.ninetheme-button-wrapper .ninetheme-btn.ninetheme-btn-text:hover,
.ninetheme-btn-text .ninetheme-btn:hover,
.ninetheme-btn-text.ninetheme-btn:hover {
	color: var(--ninetheme-primary);
}

/* theme buttons */
/* theme list style */
.ninetheme-list-disc ul,
ul.ninetheme-list-disc {
	list-style: none;
}

.ninetheme-list-disc li,
ul.ninetheme-list-disc li {
	position: relative;
}

.ninetheme-list-disc li:before,
ul.ninetheme-list-disc li:before {
	position: absolute;
	top: 10px;
	left: -20px;
	padding: 0;
	border: 1px solid var(--ninetheme-gray);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	line-height: 1;
	width: 8px;
	height: 8px;
	content: "";
}

.ninetheme-list-disc li:after,
ul.ninetheme-list-disc li:after {
	position: absolute;
	top: 13px;
	left: -17px;
	padding: 0;
	background: var(--ninetheme-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	line-height: 1;
	width: 2px;
	height: 2px;
	content: "";
}

/* theme list style */
/* logo */
.nt-logo img {
	max-width: 200px;
}

.ninetheme-header-mobile-sidebar-logo .nt-logo img {
	max-width: 80px;
}

a.nt-logo.logo-type-text {
	position: relative;
	display: block;
	line-height: 1;
}

.header-text-logo {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	display: block;
	color: var(--ninetheme-dark);
}

.ninetheme-header-mobile-sidebar-logo .header-text-logo-mini,
.header-text-logo-mini {
	display: none;
}

.scroll-start .ninetheme-section-fixed-yes {
	position: fixed;
	width: 100%;
	top: 0;
}

.scroll-start .has-sticky-logo .main-logo,
.has-sticky-logo .sticky-logo {
	display: none;
}

.scroll-start .has-sticky-logo .sticky-logo {
	display: block;
}

@media(max-width:768px) {
	.header-text-logo {
		line-height: 1;
	}
}

/* logo */
/* page hero section */
.ninetheme-page-hero {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 150px;
	background-color: var(--ninetheme-dark-soft);
	color: var(--ninetheme-light);
	display: flex;
	align-items: center;
}

.page-hero-big {
	min-height: 450px;
	position: relative;
	justify-content: center;
}

/*
.ninetheme-page-hero {
	background-image: url(../images/hero-default-bg.jpg);
}
*/
.ninetheme-page-hero-content h2 {
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 0px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	color: var(--ninetheme-light);
}

.ninetheme-page-hero.page-hero-mini {
	height: 80px;
}

.ninetheme-page-hero.page-hero-mini .ninetheme-page-hero-content {
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.ninetheme-page-hero.page-hero-big .ninetheme-page-hero-content {
	flex-direction: column;
}

@media (max-width: 768px) {
	.ninetheme-page-hero.page-hero-mini .ninetheme-page-hero-content {
		flex-direction: column;
	}

	.ninetheme-page-hero.page-hero-mini {
		height: 130px;
	}

	.ninetheme-page-hero.page-hero-mini .ninetheme-page-hero-content h2 {
		margin: 0 0 10px 0;
		text-align: center;
	}
}

.has-default-header-type-trans.header-trans-light .ninetheme-page-hero {
	background-color: var(--ninetheme-dark);
	color: var(--ninetheme-light);
}

.has-default-header-type-trans.header-trans-light .ninetheme-page-hero h2 {
	color: var(--ninetheme-light);
	margin-bottom: 30px;
}

.has-default-header-type-trans.header-trans-dark .ninetheme-page-hero.page-hero-mini h2,
.has-default-header-type-trans.header-trans-light .ninetheme-page-hero.page-hero-mini h2,
.has-default-header-type-trans.header-trans-dark .ninetheme-page-hero.page-hero-big h2,
.has-default-header-type-trans.header-trans-light .ninetheme-page-hero.page-hero-big h2 {
	margin-bottom: 0px;
}

.has-default-header-type-trans.header-trans-dark .ninetheme-page-hero.page-hero-mini,
.has-default-header-type-trans.header-trans-light .ninetheme-page-hero.page-hero-mini {
	display: flex;
	align-items: flex-end;
	height: 160px;
	padding-bottom: 20px;
}

.ninetheme-page-hero.page-hero-big .ninetheme-breadcrumbs {
	margin-top: 15px;
}

.blog li.trail-item.breadcrumb-item.trail-end.active {
    display: none;
}

/* page hero section */
/* 3. Breadcrumb */
.ninetheme-breadcrumb li {
	list-style: none;
}

.ninetheme-breadcrumb li,
.ninetheme-breadcrumb li a {
	display: inline-block;
	color: var(--ninetheme-gray-dark);
	padding: 0;
	max-width: 100%;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "";
	display: inline-block;
	padding-right: 0;
	width: 4px;
	height: 4px;
	background-color: var(--ninetheme-gray);
	border-radius: 50%;
	margin-bottom: 2px;
	margin-right: 10px;
	margin-left: 10px;
}

@media (max-width: 576px) {

	.ninetheme-breadcrumb li,
	.ninetheme-breadcrumb li a {
		font-size: 14px;
	}

	.breadcrumb-item+.breadcrumb-item::before {
		margin-right: 5px;
		margin-left: 5px;
	}
}

/* 11. super-deal-area */
.ninetheme-viewed-offer-time .offer-time-text {
	margin-bottom: 5px;
	color: var(--ninetheme-dark);
	font-weight: 500;
}

.ninetheme-viewed-offer-time .offer-time-text span {
	color: var(--ninetheme-primary);
}

.ninetheme-countdown-title-wrapper.ninetheme-display-inline {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.ninetheme-countdown-title-wrapper.ninetheme-display-inline .ninetheme-super-deal-title {
	margin: 0;
	margin-right: 30px;
}

.ninetheme-coming-time {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.ninetheme-coming-time .time-count {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	min-width: 10px;
	padding: 0;
	letter-spacing: 1px;
	position: relative;
	color: var(--ninetheme-dark);
	font-weight: 500;
	font-size: 21px;
}

.ninetheme-coming-time:not(.separator-none) .time-count+.time-count:before {
	position: relative;
	content: ":";
	margin: 0 7px;
	color: currentColor;
	font-size: 13px;
	font-weight: 500;
}

.ninetheme-coming-time .time-count span+span {
	margin-top: 5px;
}

.ninetheme-super-deal-area .ninetheme-super-deal-title-wrapper {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
}

.ninetheme-super-deal-area .ninetheme-super-deal-title-wrapper .ninetheme-super-deal-title {
	margin: 0;
	margin-right: 30px;
}

/* 11. super-deal-area */
/* 12. List product */
.ninetheme-list-product-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--ninetheme-dark);
	margin-bottom: 40px;
}

.ninetheme-list-product-top .title {
	font-size: 22px;
	margin-bottom: 0;
	width: 70%;
}

.ninetheme-list-product-top .view-all {
	font-size: 16px;
	font-weight: 600;
}

.ninetheme-list-product-item {
	border: 1px solid #ececec;
	display: flex;
	align-items: center;
	padding: 20px 10px;
	position: relative;
	transition: .3s linear;
	background: var(--ninetheme-light);
}

.ninetheme-list-product-thumb {
	margin-right: 25px;
	position: relative;
}

.ninetheme-list-product-content {
	flex-grow: 1;
}

.ninetheme-list-product-content h6 {
	font-size: 16px;
	margin-bottom: 7px;
}

.ninetheme-list-product-content p {
	margin-bottom: 7px;
}

.ninetheme-list-product-item .rating {
	display: flex;
}

.ninetheme-list-product-item .rating .star-rating {
	float: none;
}

.ninetheme-list-product-item:hover {
	border-color: var(--ninetheme-dark);
}

.ninetheme-list-product-item .ninetheme-label {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 0 5px;
}

.woocommerce .ninetheme-list-product-thumb img,
.ninetheme-list-product-thumb img {
	max-width: 100px;
}

/* 12. List product */
.ninetheme-content blockquote .quote-icon {
	margin-right: 25px;
}

.ninetheme-content blockquote {
	margin: 30px 0 30px;
	font-size: 18px;
	color: var(--ninetheme-dark);
	font-weight: 500;
	line-height: 1.9;
	background: var(--ninetheme-gray-soft);
}

.ninetheme-content blockquote p {
	margin: 0;
}

.ninetheme-content .ninetheme-post-content-wrapper>ul:last-child {
	margin-bottom: 0;
}

.ninetheme-blog-post-meta-bottom {
	margin-top: 20px;
	padding-top: 50px;
	border-top: 1px solid var(--ninetheme-gray);
}

.ninetheme-blog-post-meta-bottom .ninetheme-meta-label {
	font-weight: 500;
	color: var(--ninetheme-dark);
}

.ninetheme-blog-post-meta-bottom a {
	color: var(--ninetheme-gray-dark);
}

.ninetheme-blog-post-meta-bottom .ninetheme-post-meta+.ninetheme-post-meta {
	margin-top: 5px;
}

.ninetheme-blog-post-meta-top {
	margin-bottom: 20px;
}

.single .ninetheme-blog-post-meta-top {
	margin-bottom: 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.3px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.single .ninetheme-blog-post-meta-top a {
	margin-right: 15px;
	color: var(--ninetheme-text);
}

.comment-text p {
	margin-bottom: 0;
	padding-right: 100px;
}

.blog-comment ul li.comment-reply {
	margin-left: 80px;
}

.blog-comment ul li:last-child {
	margin-bottom: 0;
}

.comment-form textarea {
	width: 100%;
	padding: 20px 20px;
	margin-bottom: 0;
	height: 160px;
	transition: .3s;
	font-size: 14px;
	color: var(--ninetheme-dark-soft);
}

.comment-form input:not(.ninetheme-btn):not([type=checkbox]) {
	width: 100%;
	padding: 12px 20px;
	margin-bottom: 20px;
	color: var(--ninetheme-dark-soft);
	transition: .3s;
	font-size: 14px;
}

.comment-form input:not(.ninetheme-btn)::placeholder,
.comment-form textarea::placeholder {
	color: var(--ninetheme-dark);
}

.comment-check-box input {
	width: auto;
	margin: 0;
}

.comment-check-box label {
	font-size: 14px;
	color: var(--ninetheme-dark-soft);
	margin: 0;
	user-select: none;
}

.comment-check-box {
	display: flex;
	align-items: flex-start;
}

/* 25. 404 page */
.ninetheme-error-txt {
	font-size: 150px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1;
	color: var(--ninetheme-primary);
}

.ninetheme-error-content h5 {
	font-weight: 500;
	margin-bottom: 15px;
}

.ninetheme-error-content p {
	margin-bottom: 0;
}

.ninetheme-error-content .search_form {
	margin-top: 25px;
}

.ninetheme-error-area .search_form form {
	position: relative;
}

.ninetheme-error-area .search_form form input {
	height: 50px;
	padding: 5px 60px 5px 20px;
	margin-bottom: 20px;
	box-shadow: none;
}

.ninetheme-error-content .ninetheme-fill-out {
	background: var(--ninetheme-primary);
}

.ninetheme-error-area .search_form form input:focus {
	height: 50px;
}

.ninetheme-error-area .search_form .icon_search {
	position: absolute;
	right: 18px;
	top: 50%;
	padding: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 0;
	padding-left: 15px;
	box-shadow: none;
	border: none;
	border-left: 1px solid #ddd;
	background: transparent;
	color: var(--ninetheme-dark-soft);
}

.ninetheme-error-area .search_form .icon_search i {
	font-size: 22px;
	margin-right: 0;
}

.ninetheme-error-area .ninetheme-btn {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.ninetheme-error-area .text-center {
	text-align: center;
}

/* ninetheme vertical menu */
.ninetheme-vertical-menu-wrapper-edit-mode,
.ninetheme-vertical-menu-wrapper {
	display: inline-block;
	position: relative;
}

.ninetheme-vertical-menu-toggle {
	padding: 10px 20px;
	border: 1px solid var(--ninetheme-dark);
	display: inline-block;
	cursor: pointer;
}

.ninetheme-vertical-menu {
	padding: 15px 0;
	z-index: 999;
	border: 1px solid var(--ninetheme-gray-dark);
	position: absolute;
	width: 100%;
	background: var(--ninetheme-light);
	left: 0px;
	top: calc(100% - 2px);
	min-width: max-content;
}

.ninetheme-vertical-menu:not(.drop-active) {
	display: none;
}

.ninetheme-mega-menu-content {
	position: absolute;
	display: flex;
	left: 100%;
	top: 0;
	background-color: var(--ninetheme-light);
	border: 1px solid var(--ninetheme-dark);
	width: 750px;
	padding: 20px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: .3s linear;
	z-index: 2;
}

.ninetheme-vertical-menu-item:hover .ninetheme-mega-menu-content {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.ninetheme-vertical-menu ul.navigation,
.ninetheme-vertical-menu .submenu {
	list-style: none;
}

.ninetheme-vertical-menu .has-dropdown .submenu {
	position: absolute;
	left: 100%;
	top: -1px;
	background-color: var(--ninetheme-light);
	border: 1px solid var(--ninetheme-dark);
	width: auto;
	min-width: 150px;
	padding: 20px 0;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: .3s linear;
	z-index: 2;
	min-width: max-content;
}

.ninetheme-vertical-menu.dropdown-right .has-dropdown .submenu {
	right: 100%;
	left: auto;
}

.ninetheme-vertical-menu .has-dropdown:hover>.submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.ninetheme-vertical-menu .navigation .menu-item,
.ninetheme-vertical-menu .ninetheme-vertical-menu-item {
	padding: 0 20px;
	position: relative;
}

span.ninetheme-vertical-menu-item-title,
.ninetheme-vertical-menu .navigation .menu-item>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 100%;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
}

.ninetheme-vertical-menu .navigation .menu-item .submenu>a {
	display: block;
	width: 100%;
}

.ninetheme-vertical-menu .dropdown-btn {
	transform: rotate(-90deg);
	margin-left: 10px;
}

.ninetheme-vertical-menu .navigation li.has-dropdown li.has-dropdown li.has-dropdown a>.dropdown-btn,
.ninetheme-vertical-menu .submenu .menu-label {
	display: none;
}

span.ninetheme-vertical-menu-item-title i {
	margin-left: 10px;
}

/* ninetheme vertical menu */
/* ninetheme Blog Basic */
.ninetheme-posts-row {
	margin-bottom: -40px;
}

.blog-sidebar.nt-sidebar-inner {
	padding-left: 15px;
}

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

.syler-blog-slider .ninetheme-blog-post-content {
	padding: 30px;
}

.ninetheme-blog-classic .excerpt-none .ninetheme-blog-post-content .ninetheme-post-title {
	margin-bottom: 0;
}

.blog-sticky {
	background: var(--ninetheme-dark);
	color: var(--ninetheme-light);
	padding: 3px 10px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 15px;
	display: inline-block;
	border-radius: 3px;
}

/* ninetheme Blog Basic */
/* ninetheme Blog Widgets */
.ninetheme-blog-grid {
	display: flex;
	flex-wrap: wrap;
}

.ninetheme-blog-grid>* {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.ninetheme-post-item {
	flex: 0 0 auto;
	width: 25%;
}

.ninetheme-posts-row .ninetheme-blog-posts-item {
	margin-bottom: 40px;
}

.ninetheme-posts-row .ninetheme-blog-posts-item.style-card {
	margin-bottom: 30px;
}

.ninetheme-blog-post-content {
	background-color: var(--ninetheme-light);
}

.title-none .ninetheme-blog-post-content .blog-read-more-link {
	margin-top: 5px;
}

.ninetheme-blog-thumb+.ninetheme-blog-post-content {
	margin-top: 20px;
}

.ninetheme-blog-post-content .ninetheme-post-meta-title,
.ninetheme-blog-post-content .ninetheme-post-title,
.ninetheme-blog-post-content .ninetheme-post-excerpt {
	margin: 0;
}

.ninetheme-blog-slider .ninetheme-blog-post-content {
	margin: 0;
	padding: 25px 0 0;
}

.ninetheme-post-excerpt {
	line-height: 1.5;
}

.ninetheme-blog-post-content .ninetheme-blog-post-meta {
	margin-bottom: 5px;
}

.ninetheme-blog-post-content .ninetheme-post-title {
	margin-bottom: 15px;
}

.ninetheme-blog-post-content .blog-read-more-link {
	display: inline-block;
}

.ninetheme-blog-thumb.image-fit {
	position: relative;
	overflow: hidden;
	display: block;
	padding-top: 75%;
}

.ninetheme-blog-thumb.image-fit img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.style-default .ninetheme-blog-post-category {
	position: absolute;
	display: block;
	right: 15px;
	top: 15px;
}

/* ninetheme blog card item */
.style-card .ninetheme-blog-post-item-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 30px;
	overflow: hidden;
}

.style-card .ninetheme-blog-post-item-inner.category-none {
	justify-content: flex-end;
}

.style-card .ninetheme-blog-post-item-inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 41%);
}

.style-card.thumb-none .ninetheme-blog-post-item-inner {
	background-color: var(--ninetheme-gray-soft);
}

.style-card.thumb-none .ninetheme-blog-post-item-inner:before {
	content: none;
}

.style-card .ninetheme-blog-post-content {
	padding: 0;
	background-color: transparent;
	z-index: 1;
}

.style-card .ninetheme-blog-post-content,
.style-card .ninetheme-blog-post-content .ninetheme-blog-post-meta h6,
.style-card .ninetheme-blog-post-content .ninetheme-post-title {
	color: var(--ninetheme-light);
	margin-right: 20px;
}

.style-card.thumb-none .ninetheme-blog-post-content,
.style-card.thumb-none .ninetheme-blog-post-content .ninetheme-blog-post-meta h6,
.style-card.thumb-none .ninetheme-blog-post-content .ninetheme-post-title {
	color: var(--ninetheme-dark);
}

.style-card .ninetheme-blog-post-content .ninetheme-post-title a:hover {
	color: var(--ninetheme-light);
	opacity: 0.7;
}

.style-card .ninetheme-blog-post-category {
	z-index: 1;
	margin-bottom: 15px;
}

.ninetheme-blog-post-category span {
	padding: 7px 15px;
	display: inline-block;
	text-align: center;
	background: var(--ninetheme-light);
	line-height: 1;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
}

.ninetheme-blog-post-meta.ninetheme-inline-two-block {
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
}

.ninetheme-blog-post-meta .ninetheme-post-author,
.ninetheme-blog-post-meta .ninetheme-post-date {
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 20px;
	margin-bottom: 0;
	color: var(--ninetheme-text);
}

.ninetheme-blog-post-meta.ninetheme-inline-two-block .ninetheme-post-meta-title.ninetheme-block-left,
.ninetheme-blog-post-meta.ninetheme-inline-two-block .ninetheme-post-meta-date.ninetheme-block-right a,
.ninetheme-blog-post-meta.ninetheme-inline-two-block .ninetheme-post-meta-date.ninetheme-block-right {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.5px;
	margin-right: 15px;
	font-weight: 500;
	color: var(--ninetheme-dark-soft);
}

.ninetheme-blog-post-meta.ninetheme-inline-two-block .ninetheme-post-meta-date.ninetheme-block-right a {
	font-size: 11px;
	margin-right: 10px;
}

.content-alignment-center .ninetheme-blog-post-meta.ninetheme-inline-two-block {
	justify-content: center;
	align-items: baseline;
}

/* ninetheme blog card item */
/* ninetheme blog split item */
.style-split .ninetheme-blog-post-item-inner {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}

.style-split .ninetheme-blog-post-thumb-wrapper {
	flex: 0 0 40%;
	position: relative;
	overflow: hidden;
	min-height: 250px;
}

.style-split .ninetheme-blog-post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.style-split.thumb-none .ninetheme-blog-post-thumb {
	background-color: var(--ninetheme-gray-soft);
}

.style-split .ninetheme-blog-post-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.style-split a.blog-thumb-link {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.style-split a.ninetheme-blog-post-category {
	position: absolute;
	top: 10px;
	left: 10px;
}

.style-split .ninetheme-blog-post-content {
	padding: 15px 30px 0;
	background-color: var(--ninetheme-light);
	flex: 0 0 60%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.style-split .ninetheme-blog-post-meta.ninetheme-inline-two-block {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid var(--ninetheme-gray-softer);
}

@media(max-width:768px) {
	.style-split .ninetheme-blog-post-item-inner {
		flex-direction: column;
	}

	.style-split .ninetheme-blog-post-content {
		padding: 15px 0 0;
	}
}

@media(max-width:576px) {
	.style-split .ninetheme-blog-post-thumb-wrapper {
		min-height: auto;
	}

	.style-split .ninetheme-blog-post-thumb {
		padding-bottom: 0;
		position: relative;
	}

	.style-split .ninetheme-blog-post-thumb img {
		position: relative;
	}
}

/* ninetheme blog split item */
/*
01 Theme Main End
/////////////////////////////////*/
/*
01 Animation Start
/////////////////////////////////*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

.ninetheme-text-marquee .elementor-heading-title {
	display: flex;
	align-items: baseline;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.ninetheme-text-marquee .elementor-heading-title span {
	-webkit-animation: ninethemeMarquee 20s linear infinite;
	animation: ninethemeMarquee 5s linear infinite;
	padding-left: 20px;
}

@-webkit-keyframes ninethemeMarquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes ninethemeMarquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

/*
01 Animation End
/////////////////////////////////*/
/*
02 Theme Nice Select Start
/////////////////////////////////*/
.nice-select {
	-webkit-tap-highlight-color: transparent;
	border: solid 1px var(--ninetheme-gray);
	color: var(--ninetheme-gray-dark);
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	font-family: inherit;
	font-weight: normal;
	height: 45px;
	line-height: 43px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.nice-select:after {
	border-bottom: 2px solid;
	border-right: 2px solid;
	border-color: var(--ninetheme-dark-soft);
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	border-radius: 4px;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: var(--ninetheme-gray);
	color: var(--ninetheme-dark-soft);
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: var(--ninetheme-gray);
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: var(--ninetheme-light);
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
	max-width: 650px;
	min-width: max-content;
	max-height: 200px;
	overflow: auto;
	padding: 0 0 10px;
	margin: 5px 0 0 0 !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 30px;
	list-style: none;
	min-height: 30px;
	font-size: 12px;
	outline: none;
	padding-left: 18px;
	padding-right: 15px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	overflow: auto;
	margin: 0 !important;
}

.nice-select .option:hover,
.nice-select .option.focus {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-primary);
}

.nice-select .option.selected {
	color: var(--ninetheme-light);
	background-color: var(--ninetheme-dark);
}

.nice-select .option.selected {
	font-weight: bold;
	font-weight: 500;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: var(--ninetheme-dark-soft);
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.nice-select.custom-select span.current {
	height: 100%;
	margin: 0;
	display: flex;
	align-items: center;
}

.nice-select.open .list {
	border-radius: 0;
	margin: 0 !important;
}

.nice-select span.current {
	font-weight: 400;
}

@media(max-width:576px) {
	.nice-select .list {
		left: auto;
		right: 0;
	}
}

/*
02 Nice Select End
/////////////////////////////////*/
/*
03 Slick Slider Start
/////////////////////////////////*/
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	vertical-align: middle;
	display: inline-block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* ninetheme slick  custom */
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: 'â†';
}

[dir='rtl'] .slick-prev:before {
	content: 'â†’';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: 'â†’';
}

[dir='rtl'] .slick-next:before {
	content: 'â†';
}

/* Dots */
.slick-dots {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	margin-top: 40px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	align-items: center;
	cursor: pointer;
	border-radius: 100%;
	padding: 3px;
	border: 1px solid var(--ninetheme-gray);
}

.slick-dots li.slick-active {
	border-color: var(--ninetheme-dark);
}

.slick-dots li+li {
	margin-left: 10px;
}

[dir='rtl'] .slick-dots li+li {
	margin-left: 0;
	margin-right: 10px;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 5px;
	height: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: var(--ninetheme-gray);
	padding: 0;
	border-radius: 100%;
}

.slick-dots li:hover button,
.slick-dots li:focus button,
.slick-dots li.slick-active button {
	background: var(--ninetheme-dark);
}

/*
03 Slick Slider End
/////////////////////////////////*/
/*
04 Theme Lightbox Start
/////////////////////////////////*/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999998;
	overflow: hidden;
	position: fixed;
	background: #a3a3a3c7;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: var(--ninetheme-light);
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: var(--ninetheme-light);
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close-btn-in .mfp-close {
	opacity: 1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: var(--ninetheme-light);
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid var(--ninetheme-light);
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid var(--ninetheme-light);
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgb(165 165 165 / 18%);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@font-face {
	font-family: 'swiper-icons';
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper,
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
	touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

/* a11y */
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

/* ninetheme customize */
.swiper-pagination {
	position: absolute;
	text-align: left;
}

.swiper-pagination-bullets {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	margin-top: 40px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	position: relative;
	display: inline-block;
	align-items: center;
	cursor: pointer;
	padding: 3px;
	border: 1px solid var(--ninetheme-gray);
	width: auto;
	height: auto;
	border-radius: 100%;
	margin: 0;
	opacity: 1;
	background: transparent;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: var(--ninetheme-dark);
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: var(--ninetheme-gray);
	border-radius: 100%;
}

.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.swiper-pagination-bullets .swiper-pagination-bullet:focus:before,
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	background: var(--ninetheme-dark);
}

.showcase-bg-type-dark .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: var(--ninetheme-primary);
}

.showcase-bg-type-dark .swiper-pagination-bullets .swiper-pagination-bullet:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: var(--ninetheme-light);
	border-radius: 100%;
}

.showcase-bg-type-dark .swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.showcase-bg-type-dark .swiper-pagination-bullets .swiper-pagination-bullet:focus:before,
.showcase-bg-type-dark .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	background: var(--ninetheme-primary);
}

/* ninetheme swiper slider arrow and dots */
.ninetheme-swiper-theme-style .swiper-button-prev,
.ninetheme-swiper-theme-style .swiper-button-next {
	background-image: none;
	background: #f8f9fa1a;
	border: 1px solid #e2e2e21a;
	color: var(--ninetheme-light);
	width: 50px;
	height: 150px;
	border-radius: 4px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -2px;
	left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -2px;
	right: auto;
}

.ninetheme-swiper-theme-style .swiper-button-prev:hover,
.ninetheme-swiper-theme-style .swiper-button-next:hover {
	background-image: none;
	background: var(--ninetheme-gray-soft);
	border: 1px solid var(--ninetheme-gray);
	color: var(--ninetheme-gray-dark);
}

.ninetheme-wc-tab-slider-edit-mode .ninetheme-swiper-theme-style .swiper-button-prev,
.ninetheme-wc-tab-slider-edit-mode .ninetheme-swiper-theme-style .swiper-button-next,
.ninetheme-wc-tab-slider .ninetheme-swiper-theme-style .swiper-button-prev,
.ninetheme-wc-tab-slider .ninetheme-swiper-theme-style .swiper-button-next {
	background: none;
	border: 0;
}

.ninetheme-products-widget-slider .ninetheme-loop-slider .swiper-pagination-bullets,
.ninetheme-wc-tab-slider-edit-mode .ninetheme-swiper-theme-style .swiper-pagination-bullets,
.ninetheme-wc-tab-slider .ninetheme-swiper-theme-style .swiper-pagination-bullets {
	position: absolute;
	top: auto;
}

.ninetheme-swiper-theme-style .swiper-button-prev:after,
.ninetheme-swiper-theme-style .swiper-button-next:after {
	font-size: 15px;
	width: auto;
	height: auto;
}

.ninetheme-swiper-theme-style .swiper-pagination-bullets {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	margin-top: 30px;
}

.ninetheme-swiper-theme-style.ninetheme-swiper-onepage-style .swiper-pagination-bullets {
	position: absolute;
	top: auto;
	left: 0;
	bottom: 30px;
	right: 0;
	text-align: center;
	margin-top: 0px;
}

@media(max-width:480px) {

	.ninetheme-swiper-theme-style:not(.ninetheme-products-widget-slider) .swiper-button-prev,
	.ninetheme-swiper-theme-style:not(.ninetheme-products-widget-slider) .swiper-button-next {
		display: none;
	}
}

.thm-tab-slider.ninetheme-swiper-slider {
	min-height: 300px;
}

/* ninetheme swiper slider arrow and dots */
/*
06 Theme Swiper Slider End
/////////////////////////////////*/
/*
06 Theme Perfect Scrollbar Start
///////////////////////////////// */
.ps-container {
	-ms-touch-action: auto;
	touch-action: auto;
	overflow: hidden !important;
	-ms-overflow-style: none;
	overflow-x: hidden;
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
	display: block;
	background-color: transparent;
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail {
	display: none;
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #999;
	height: 11px;
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #999;
	width: 11px;
}

.ps-container>.ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	/* please don't change 'position' */
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	-o-transition: background-color .2s linear, opacity .2s linear;
	-moz-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	bottom: 0px;
	/* there must be 'bottom' for ps-scrollbar-x-rail */
	height: 15px;
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	position: absolute;
	/* please don't change 'position' */
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	bottom: 2px;
	/* there must be 'bottom' for ps-scrollbar-x */
	height: 6px;
}

.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x, .ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
	height: 11px;
}

.ps-container>.ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	/* please don't change 'position' */
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	-o-transition: background-color .2s linear, opacity .2s linear;
	-moz-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	right: 0;
	/* there must be 'right' for ps-scrollbar-y-rail */
	width: 15px;
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	position: absolute;
	/* please don't change 'position' */
	background-color: #aaa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
	-o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	-moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
	transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
	right: 2px;
	/* there must be 'right' for ps-scrollbar-y */
	width: 6px;
}

.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y, .ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
	width: 11px;
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #999;
	height: 11px;
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #999;
	width: 11px;
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
	opacity: 0.6;
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
	background-color: #eee;
	opacity: 0.9;
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
	background-color: #999;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
	background-color: #eee;
	opacity: 0.9;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
	background-color: #999;
}

.ninetheme-perfect-scrollbar.ps-container {
	position: relative;
	max-height: 380px;
	overflow: auto;
	padding-right: 15px;
	margin-right: -15px;
	min-height: 75px;
}

.compare-area:not(.has-product) .ninetheme-panel-content-items,
.wishlist-area:not(.has-product) .ninetheme-panel-content-items {
	min-height: auto;
}

.ninetheme-wishlist-content-notice.ninetheme-empty-content {
	color: var(--ninetheme-dark);
}
.has-product .ninetheme-wishlist-content-notice.ninetheme-empty-content {
    display: none;
}
.ninetheme-perfect-scrollbar.ps-container:empty {
	min-height: auto;
}

.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y,
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail {
	right: 0;
	width: 6px;
	padding: 0;
}

.ninetheme-perfect-scrollbar.ps-container:hover>.ps-scrollbar-y-rail:hover {
	background-color: var(--ninetheme-gray-soft);
	opacity: 1;
}

.ninetheme-perfect-scrollbar.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: var(--ninetheme-gray-dark);
}

.ninetheme-perfect-scrollbar.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y,
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y,
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y,
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ninetheme-perfect-scrollbar.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
	width: 6px;
}

/*
06 Theme Perfect Scrollbar End
/////////////////////////////////*/
/*
06 Theme sliding Menu Start
/////////////////////////////////*/
.sliding-menu {
	position: relative;
	overflow: hidden;
	background-color: transparent;
	text-align: left;
	font-size: 18px;
}

.sliding-menu__panel {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.sliding-menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sliding-menu .sliding-menu-inner li a,
.sliding-menu li .sliding-menu__nav {
	display: block;
	position: relative;
	padding: 10px 0;
	text-align: left;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	color: var(--ninetheme-gray-dark);
	text-decoration: none;
	border-width: 0;
	width: 100%;
	cursor: pointer;
	background-color: transparent;
	-webkit-transition: color 250ms ease, background-color 250ms ease;
	-moz-transition: color 250ms ease, background-color 250ms ease;
	-o-transition: color 250ms ease, background-color 250ms ease;
	transition: color 250ms ease, background-color 250ms ease;
}

.sliding-menu li a:hover,
.sliding-menu li .sliding-menu__nav:hover {
	background: none;
}

.sliding-menu li.current-menu-parent>.sliding-menu__nav,
.sliding-menu li.current-menu-item>.sliding-menu__nav,
.sliding-menu li.current-menu-item>a,
.sliding-menu li a:hover,
.sliding-menu li.active a,
.sliding-menu li .sliding-menu__nav:hover {
	color: var(--ninetheme-dark);
}

.sliding-menu .sliding-menu__nav:before {
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: var(--ninetheme-gray-dark);
	font-size: 14px;
	padding-right: 0.5em;
	position: absolute;
	top: 10px;
	right: -5px;
	font-weight: 900;
}

.sliding-menu li .sliding-menu__nav.sliding-menu__back {
	position: relative;
	margin-bottom: 10px;
	color: var(--ninetheme-dark);
	font-weight: 500;
}

.sliding-menu .sliding-menu__back:after {
	content: "";
	border-bottom: 1px solid var(--ninetheme-dark);
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	opacity: 0.1;
}

.sliding-menu .sliding-menu__back:before {
	content: '\f104';
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: var(--ninetheme-gray-dark);
	font-size: 14px;
	padding-right: 0.5em;
	position: absolute;
	top: 10px;
	right: -5px;
	font-weight: 900;
}

.sliding-menu .sliding-menu__icon {
	margin-right: .4em;
}

.sliding-menu .sliding-menu__separator {
	margin: .4em 1em;
	border-top: 2px solid #555;
}

li.item-shortcode-li,
li.sliding-menu-inner {
	max-height: 400px;
	overflow: hidden;
	overflow-y: auto;
}

.ninetheme-landscape li.item-shortcode-li,
.ninetheme-landscape li.sliding-menu-inner {
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
}

/*
06 Theme sliding Menu End
/////////////////////////////////*/
/*
06 Theme General Start
/////////////////////////////////*/
body.admin-bar {
	padding-top: 32px;
}

body.admin-bar .ninetheme-popup-search-panel.panel-position-right {
	padding-top: 60px;
}

.elementor-editor-active header.ninetheme-header-default {
	z-index: 0;
}

.elementor-editor-active.scroll-start header.ninetheme-header-default,
.elementor-editor-active header.ninetheme-header-default:hover {
	z-index: 9;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-right: 30px;
	padding-left: 30px;
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1580px;
		padding-right: 30px;
		padding-left: 30px;
	}
}

.ninetheme-row {
	display: flex;
	flex-direction: column;
}

#wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	min-height: 100%;
	width: 100%;
	overflow: hidden;
	scroll-behavior: smooth;
}

.page-wrapper-inner {
	position: relative;
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	height: auto;
}

.site-content {
	flex: 1;
}

.header-spacer {
	height: 80px;
	-moz-transition: all .25s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .25s cubic-bezier(.25, .46, .45, .94);
	-webkit-transition: all .25s cubic-bezier(.25, .46, .45, .94);
	transition: all .25s cubic-bezier(.25, .46, .45, .94);
}

.ninetheme-popup-open,
.ninetheme-overlay-open {
	width: auto;
	overflow: hidden;
}

.ninetheme-main-overlay {
	position: fixed;
	z-index: 2;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: var(--ninetheme-gray-soft);
	opacity: 0;
	-moz-transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ninetheme-overlay-open .ninetheme-main-overlay {
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

.scroll-to-top {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: var(--ninetheme-dark);
	position: fixed;
	color: var(--ninetheme-light);
	bottom: 60px;
	right: 40px;
	z-index: 99;
	font-size: 15px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: none;
	border-radius: 4px;
	transition: all 0.4s ease;
}

.scroll-to-top:hover {
	background: var(--ninetheme-primary);
	color: var(--ninetheme-dark);
}

.ninetheme-elementor-header {
	z-index: 3;
	position: relative;
}

.page-wrapper .elementor-edit-area {
	z-index: 3;
}

.submenu-open>.submenu,
.mega-open .submenu {
	opacity: 1 !important;
	visibility: visible !important;
	transform: scale(1);
}

.logo.logo-type-sitename {
	max-width: 450px;
}

.big-index {
	z-index: 99997;
}

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

.ninetheme-popup-item {
	background: var(--ninetheme-light);
	padding: 40px 0 50px;
	max-width: 1024px;
	margin: 0 auto;
}

.ninetheme-popup-item .wpcf7-form p br {
	display: none;
}

/* section-padding helpers */
.section-padding {
	padding: 40px 0;
}

.gap-extended.section-padding {
	padding: 25px 15px;
}

.gap-wide.section-padding {
	padding: 20px 0;
}

.gap-wider.section-padding {
	padding: 0;
}

@media(min-width:768px) {
	.section-padding {
		padding: 60px 0;
	}

	.gap-extended.section-padding {
		padding: 45px 15px;
	}

	.gap-wide.section-padding {
		padding: 40px 0;
	}

	.gap-wider.section-padding {
		padding: 20px 0;
	}
}

@media(min-width:1024px) {
	.section-padding {
		padding: 80px 0;
	}

	.gap-extended.section-padding {
		padding: 65px 15px;
	}

	.gap-wide.section-padding {
		padding: 60px 0;
	}

	.gap-wider.section-padding {
		padding: 40px 0;
	}
}

.nt-section.section-padding.pt-0 {
	padding-top: 0;
}

.nt-section.section-padding.pb-0 {
	padding-bottom: 0;
}

/* section-padding helpers */
/* special link effects */
.effect-zigzag a,
.effect-arrow a,
.effect-wavy a,
a.effect-zigzag,
a.effect-arrow,
a.effect-wavy {
	display: inline-block;
	position: relative;
	text-decoration: none;
	z-index: 2;
	transition: 0.2s ease-in-out;
}

.effect-zigzag a:before,
.effect-arrow a:before,
.effect-wavy a:before,
a.effect-zigzag:before,
a.effect-arrow:before,
a.effect-wavy:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	bottom: -40px;
	z-index: -1;
	transform: scaleX(0);
	transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
	transform-origin: right;
}

.effect-zigzag a:hover:before,
.effect-arrow a:hover:before,
.effect-wavy a:hover:before,
a.effect-zigzag:hover:before,
a.effect-arrow:hover:before,
a.effect-wavy:hover:before {
	transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform-origin: left;
	transform: scaleX(1);
}

.effect-zigzag a:before,
a.effect-zigzag:before {
	bottom: -40px;
	transform-origin: left;
}

.effect-zigzag a:hover:before a.effect-zigzag:hover:before {
	animation: waving 6s linear infinite reverse;
	transform-origin: right;
}

.effect-arrow a:before,
a.effect-arrow:before {
	transform-origin: right;
	width: calc(100% + 25px);
}

.effect-arrow a:hover:before,
a.effect-arrow:hover:before {
	-webkit-animation: none;
	animation: none;
	transform-origin: left;
}

.effect-wavy a:hover:before,
a.effect-wavy:hover:before {
	transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform-origin: left;
	-webkit-animation: waving 3s linear infinite;
	animation: waving 3s linear infinite;
	transform: scaleX(1);
}

@-webkit-keyframes waving {
	to {
		background-position: 80px 50%, 160px 50%;
	}
}

@keyframes waving {
	to {
		background-position: 80px 50%, 160px 50%;
	}
}

.ninetheme-flex-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ninetheme-inline-two-block,
.ninetheme-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.ninetheme-inline-two-block {
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ninetheme-align-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ninetheme-justify-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ninetheme-block-left,
.ninetheme-flex-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.ninetheme-block-right,
.ninetheme-flex-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: right;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ninetheme-block-full,
.ninetheme-flex-full {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ninetheme-xl-block {
	display: block;
}

.ninetheme-lg-block {
	display: block;
}

.ninetheme-md-block {
	display: block;
}

.ninetheme-sm-block {
	display: block;
}

.ninetheme-xs-block {
	display: block;
}

@media (min-width:480px) {
	.ninetheme-xs-block {
		display: none;
	}
}

@media (min-width:576px) {
	.ninetheme-sm-block {
		display: none;
	}
}

@media (min-width:768px) {
	.ninetheme-md-block {
		display: none;
	}
}

@media (min-width:992px) {
	.ninetheme-lg-block {
		display: none;
	}
}

@media (min-width:1200px) {
	.ninetheme-xl-block {
		display: none;
	}
}

@media (max-width:1200px) {
	.ninetheme-xl-hidden {
		display: none;
	}
}

@media (max-width:992px) {
	.ninetheme-lg-hidden {
		display: none;
	}
}

@media (max-width:768px) {
	.ninetheme-md-hidden {
		display: none;
	}
}

@media (max-width:576px) {
	.ninetheme-sm-hidden {
		display: none;
	}
}

@media (max-width:480px) {
	.ninetheme-xs-hidden {
		display: none;
	}
}

/**
 * ==============================================
 * cf7 forms
 * ==============================================
 */
.wpcf7-form-control-wrap {
	display: block;
}

.ninetheme-cf7-form-wrapper form.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.ninetheme-cf7-form-wrapper form.wpcf7-form>* {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.ninetheme-cf7-form-wrapper form.wpcf7-form .wpcf7-form-control-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.ninetheme-cf7-form-wrapper form.wpcf7-form .wpcf7-form-control-wrap>label,
.ninetheme-cf7-form-wrapper form.wpcf7-form .wpcf7-form-control-wrap select,
.ninetheme-cf7-form-wrapper form.wpcf7-form .wpcf7-form-control-wrap textarea {
	width: 100%;
	margin-bottom: 10px;
}

.ninetheme-cf7-form-wrapper form.wpcf7-form input[type="submit"],
.ninetheme-cf7-form-wrapper form.wpcf7-form button.wpcf-7-submit {
	display: inline-block;
}

/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
.loading-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--ninetheme-light);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9;
}

.product-loading .loading-wrapper,
.mfp-ajax-cur .mfp-preloader .loading-wrapper,
.tab-loading .loading-wrapper,
.loading .loading-wrapper {
	display: flex;
}

.wpcf7-form.submitting .ninetheme-btn:not(.loading) .loading-wrapper {
	display: flex;
	margin: 1px;
	height: 95%;
	width: 99%;
}

.processing .ajax-loader::before,
.processing .ajax-loader::after,
.wpcf7-form.submitting .ajax-loader::before,
.wpcf7-form.submitting .ajax-loader::after,
.wpcf7-form .ajax-loader::before,
.wpcf7-form .ajax-loader::after,
.mfp-ajax-cur .mfp-preloader .ajax-loading::before,
.mfp-ajax-cur .mfp-preloader .ajax-loading::after,
.tab-loading .ajax-loading::before,
.tab-loading .ajax-loading::after,
.loading .ajax-loading::before,
.loading .ajax-loading::after {
	animation: dotFlashing 1s infinite alternate;
	animation-delay: 0s;
}

.wpcf7-form.submitting .ajax-loader::before,
.wpcf7-form.submitting .ajax-loader::after,
.wpcf7-form .ajax-loader::before,
.wpcf7-form .ajax-loader::after,
.ajax-loading::before,
.ajax-loading::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
}

.wpcf7-form .ajax-loader,
.ajax-loading {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: var(--ninetheme-dark);
	color: var(--ninetheme-dark);
}

.wpcf7-form .ajax-loader,
.product-loading .ajax-loading,
.mfp-ajax-cur .mfp-preloader .ajax-loading,
.tab-loading .ajax-loading,
.loading .ajax-loading {
	animation: dotFlashing 1s infinite linear alternate;
	animation-delay: .5s;
}

.wpcf7-form .ajax-loader::before,
.wpcf7-form .ajax-loader::after,
.ajax-loading::before,
.ajax-loading::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
}

.wpcf7-form .ajax-loader::before,
.wpcf7-form .ajax-loader::after,
.mfp-ajax-cur .mfp-preloader .ajax-loading::before,
.mfp-ajax-cur .mfp-preloader .ajax-loading::after,
.tab-loading .ajax-loading::before,
.tab-loading .ajax-loading::after,
.loading .ajax-loading::before,
.loading .ajax-loading::after {
	animation: dotFlashing 1s infinite alternate;
	animation-delay: 0s;
}

.ajax-loading::before {
	left: -15px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: var(--ninetheme-dark);
	color: var(--ninetheme-dark);
}

.ajax-loading::after {
	left: 15px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: var(--ninetheme-dark);
	color: var(--ninetheme-dark);
}

.has-default-header-type-dark .ninetheme-header-mobile .ajax-loading::before,
.has-default-header-type-dark .ninetheme-header-mobile .ajax-loading::after,
.has-default-header-type-dark .ninetheme-side-panel .ajax-loading::before,
.has-default-header-type-dark .ninetheme-side-panel .ajax-loading::after,
.has-default-header-type-dark .ninetheme-popup-search-panel .ajax-loading::before,
.has-default-header-type-dark .ninetheme-popup-search-panel .ajax-loading::after {
	background-color: var(--ninetheme-light);
	color: var(--ninetheme-light);
}

@keyframes dotFlashing {
	0% {
		background-color: var(--ninetheme-dark);
	}

	50%,
	100% {
		background-color: var(--ninetheme-gray);
	}
}

/* theme panel close button */
.ninetheme-mfp-close,
.ninetheme-filter-close,
.ninetheme-panel-close-button,
.ninetheme-panel-close.no-bar,
.ninetheme-ajax-close-search-results {
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	border: 9px solid transparent;
	color: var(--ninetheme-dark);
	width: 36px;
	height: 36px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.ninetheme-filter-close {
	background: var(--ninetheme-gray-soft);
	width: 30px;
	height: 30px;
}

.ninetheme-mfp-close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 999999;
	opacity: 1;
}

.panel-header .ninetheme-panel-close-button {
	background: var(--ninetheme-gray-soft);
	margin-bottom: 0;
}

.ninetheme-mfp-close:before,
.ninetheme-mfp-close:after,
.ninetheme-filter-close:before,
.ninetheme-filter-close:after,
.ninetheme-panel-close-button:before,
.ninetheme-panel-close-button:after,
.ninetheme-panel-close.no-bar:before,
.ninetheme-panel-close.no-bar:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 90%;
	top: 46%;
	left: 1px;
	transform-origin: 50% 50%;
	background-color: var(--ninetheme-dark);
	opacity: 1;
	-moz-transition: -moz-transform ease 0.25s;
	-webkit-transition: -webkit-transform ease 0.25s;
	-o-transition: -o-transform ease 0.25s;
	-ms-transition: -ms-transform ease 0.25s;
	transition: transform ease 0.25s;
}

.ninetheme-mfp-close:hover:before,
.ninetheme-mfp-close:hover:after,
.ninetheme-filter-close:hover:before,
.ninetheme-filter-close:hover:after,
.ninetheme-panel-close-button:hover:before,
.ninetheme-panel-close-button:hover:after,
.ninetheme-panel-close.no-bar:hover:before,
.ninetheme-panel-close.no-bar:hover:after {
	background-color: var(--ninetheme-dark);
}

.ninetheme-ajax-close-search-results:before,
.ninetheme-mfp-close:before,
.ninetheme-filter-close:before,
.ninetheme-panel-close-button:before,
.ninetheme-panel-close.no-bar:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ninetheme-mfp-close:after,
.ninetheme-filter-close:after,
.ninetheme-panel-close-button:after,
.ninetheme-panel-close.no-bar:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ninetheme-mfp-close:hover:after,
.ninetheme-filter-close:hover:after,
.ninetheme-panel-close-button:hover:after,
.ninetheme-panel-close.no-bar:hover:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ninetheme-mfp-close:hover:before,
.ninetheme-filter-close:hover:before,
.ninetheme-panel-close-button:hover:before,
.ninetheme-panel-close.no-bar:hover:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* theme panel close button */
/* theme panel close button */
.parallax-slider-two:not(.swiper-initialized) .elementor-section:not(:first-child) {
	display: none;
}

a.product-link.has-images.lazy-loading {
	display: block;
	position: relative;
}

.lazy-loading:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: var(--ninetheme-light);
	z-index: 3;
}

.lazy-loading img {
	z-index: 1;
}

.swiper-slide .lazy-loading img {
	height: inherit;
}

/* theme panel close button */
/* theme panel svg button */
.ninetheme-svg-icon {
	max-width: 24px;
	max-height: 24px;
	cursor: pointer;
	fill: var(--ninetheme-dark);
}

.ninetheme-svg-icon.mini-icon {
	max-width: 15px;
	max-height: 15px;
}

.ninetheme-not-found-info-wrapper svg.shopBag,
.cart-empty-content svg.shopBag {
	max-width: 100px;
	max-height: 100px;
	fill: var(--ninetheme-gray);
	opacity: 0.5;
}

/* cart empty content svg*/
/* theme side-panel */
.admin-bar .ninetheme-side-panel {
	top: 32px;
	height: 100%;
}

@media(max-width:782px) {
	body.admin-bar {
		padding-top: 46px;
	}

	.admin-bar .ninetheme-side-panel {
		height: 100%;
	}

	.admin-bar .ninetheme-popup-search-panel {
		top: 46px;
	}
}

@media(max-width:600px) {

	.admin-bar.scroll-start .ninetheme-header-mobile-top,
	.admin-bar .ninetheme-popup-search-panel {
		top: 0px;
	}
}

.ninetheme-side-panel {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 460px;
	max-width: 100%;
	z-index: 104;
	padding: 15px 20px 50px 20px;
	background: var(--ninetheme-light);
	will-change: transform;
	-webkit-transition: opacity 0.25s ease, ease;
	transition: opacity 0.25s ease, transform 0.25s ease;
	opacity: 1;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.ninetheme-overlay-open .ninetheme-side-panel.active {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1;
}

.panel-header-actions,
.panel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.panel-header {
	min-height: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--ninetheme-gray);
}

.panel-header-btn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50px;
}

.panel-header-btn.active {
	background: var(--ninetheme-gray-soft);
}

.panel-header-btn {
	margin-right: 20px;
}

.panel-header-cart {
	display: inline-flex;
	align-items: center;
}

.panel-header-cart span.ninetheme-cart-total {
	margin-right: 10px;
}


.panel-top-title {
	display: block;
	position: relative;
	padding: 0 0 10px 0;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--ninetheme-dark);
	text-decoration: none;
	margin-bottom: 20px;
}

.panel-top-title strong {
	font-weight: 500;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	background: var(--ninetheme-dark);
	color: var(--ninetheme-light);
	padding: 2px 10px;
	border-radius: 4px;
}

.panel-top-title:after {
	content: "";
	border-bottom: 1px solid var(--ninetheme-gray);
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.panel-content {
	position: relative;
	margin-top: 40px;
	height: 100%;
}

.panel-content .panel-content-item {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	will-change: transform;
	-webkit-transition: opacity 0.25s ease, transform 0.5s ease;
	transition: opacity 0.25s ease, transform 0.5s ease;
	opacity: 0;
	-moz-transform: translateX(150%);
	-ms-transform: translateX(150%);
	-webkit-transform: translateX(150%);
	transform: translateX(150%);
}

.panel-content .panel-content-item.active {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1;
}

/* theme side-panel */
/* theme cart count */
.woocommerce-mini-cart {
	position: relative;
	overflow: hidden;
	overflow-y: auto;
}

.ninetheme-wc-count {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	background: var(--ninetheme-primary);
	color: var(--ninetheme-light);
	font-size: 10px;
	border-radius: 20px;
	position: absolute;
	left: auto;
	right: 0px;
	top: 0px;
	line-height: 1;
	z-index: 1;
}

.panel-header-btn .ninetheme-wc-count {
	left: auto;
	right: -15px;
	top: 11px;
}

.counter-square .ninetheme-wc-count {
	border-radius: 0px;
}

.counter-primary .ninetheme-wc-count {
	background: var(--ninetheme-primary);
	color: var(--ninetheme-light);
}

.counter-dark .ninetheme-wc-count {
	background: var(--ninetheme-dark);
	color: var(--ninetheme-light);
}

.counter-gray .ninetheme-wc-count {
	background: var(--ninetheme-gray);
	color: var(--ninetheme-light);
}

.counter-gray-soft .ninetheme-wc-count {
	background: var(--ninetheme-gray-soft);
	color: var(--ninetheme-dark);
}

.counter-green .ninetheme-wc-count {
	background: var(--ninetheme-green);
	color: var(--ninetheme-light);
}

.counter-green-soft .ninetheme-wc-count {
	background: var(--ninetheme-green-soft);
	color: var(--ninetheme-dark);
}

.counter-brown .ninetheme-wc-count {
	background: var(--ninetheme-brown);
	color: var(--ninetheme-dark);
}

.counter-red .ninetheme-wc-count {
	background: var(--ninetheme-red);
	color: var(--ninetheme-light);
}

span.ninetheme-cart-total {
	font-size: 12px;
	color: var(--ninetheme-dark);
	font-weight: 500;
}

/* ninetheme items content panel */
.ninetheme-panel-content-items {
	position: relative;
}

.ninetheme-content-item {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.ninetheme-content-item-inner {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.ninetheme-content-item .ninetheme-content-link {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	color: var(--ninetheme-dark);
}

.ninetheme-link img {
	max-width: 80px;
	max-height: 80px;
}

.ninetheme-content-item .ninetheme-content-info {
	display: flex;
	flex-direction: column;
	margin: 5px 20px 0 15px;
	flex: 1;
	justify-content: space-between;
}

.ninetheme-content-item .ninetheme-content-info .ninetheme-btn-small {
	color: #252525;
}

.ninetheme-content-item .ninetheme-content-info .added_to_cart {
	display: none;
}

.ninetheme-content-item .ninetheme-content-del-icon {
	width: 22px;
	height: 22px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	cursor: pointer;
}

.ninetheme-content-item .ninetheme-content-del-icon:hover svg {
	fill: var(--ninetheme-dark);
}

.ninetheme-content-info .ninetheme-price {
	font-weight: 400;
	color: var(--ninetheme-dark-soft);
}

.ninetheme-content-info .ninetheme-price ins {
	text-decoration: none;
}

.ninetheme-content-info .product-stock {
	color: var(--ninetheme-primary);
}

.ninetheme-content-info .product-name {
	margin-bottom: 0px;
}

.ninetheme-content-info .ninetheme-btn {
	margin-top: 10px;
}

.ninetheme-panel-content-notice .product-name {
	color: var(--ninetheme-primary);
}

.ninetheme-empty-content svg {
	max-width: 55px;
	max-height: 55px;
	float: left;
	margin-right: 10px;
	fill: var(--ninetheme-gray);
	opacity: 0.5;
	margin-bottom: 10px;
}

.compare-area.has-product .ninetheme-empty-content {
	display: none;
}

.ninetheme-panel-content-notice.ninetheme-empty-content a {
	text-decoration: underline;
}

/* wishlist panel */
/* ceheckout multisteps panel */
.ninetheme-panel-checkout-swiper {
	display: block;
	position: relative;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-panel-checkout-form-wrapper {
	overflow: hidden;
	overflow-y: auto;
	padding-right: 16px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-panel-checkout-labels .swiper-pagination-bullets {
	margin: 0px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-justify-center {
	text-align: left;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-woocommerce-form-coupon-wrapper {
	padding: 10px;
	margin-bottom: 15px;
	border: 2px solid var(--ninetheme-gray);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ninetheme-panel-checkout-content-wrapper .woocommerce-form-coupon-toggle,
.ninetheme-panel-checkout-content-wrapper .ninetheme-coupon-code-info {
	margin-bottom: 10px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-coupon-code-wrapper input#coupon_code {
	padding: 0px 10px;
	min-height: 38px;
}

.ninetheme-panel-checkout-content-wrapper form.checkout_coupon.woocommerce-form-coupon {
	/*display: block!important;*/
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-panel-checkout-button-wrapper {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ninetheme-panel-checkout-content-wrapper form.checkout_coupon.woocommerce-form-coupon .form-row.ninetheme-coupon-row {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.ninetheme-panel-checkout-content-wrapper form.checkout_coupon.woocommerce-form-coupon .form-row.ninetheme-coupon-row .ninetheme-btn {
	height: 48px;
	margin: 10px 0 20px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-coupon-code-wrapper {
	display: inline-flex;
	flex-direction: column;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-coupon-code-actions {
	display: inline-flex;
	align-items: center;
}

.ninetheme-coupon-code-wrapper input#coupon_code {
	margin-right: 10px;
}

.ninetheme-woocommerce-form-coupon-wrapper .woocommerce-error {
	flex: 0 0 100%;
	list-style: none;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-panel-checkout-labels {
	margin-bottom: 20px;
	min-height: 40px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-panel-checkout-labels-inner {
	display: flex;
	align-items: center;
	justify-content: space-around;
	border: 1px solid var(--ninetheme-gray);
	max-width: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	min-height: 46px;
	align-content: space-around;
}

.checkout-area.panel-content-item .ninetheme-panel-checkout-content-wrapper {
	padding-right: 0;
}

.ninetheme-panel-checkout-content-wrapper .swiper-pagination-bullets {
	text-align: left;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-step-item {
	padding: 0px 10px 0px 0px;
	border: 0;
	color: var(--ninetheme-dark);
	font-size: 12px;
	line-height: 1;
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-around;
	position: relative;
	align-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-step-item+.ninetheme-step-item {
	margin-left: 1px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-step-item.active-step {
	color: #252525;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-step {
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-step-label {
	margin-left: 10px;
}

.ninetheme-panel-checkout-content-wrapper .lost_password {
	text-align: left;
	margin-bottom: 0;
}

.ninetheme-panel-checkout-content-wrapper form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:last-child {
	margin-bottom: 0;
}

.ninetheme-panel-checkout-form-login .ninetheme-inner-steps-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.ninetheme-panel-checkout-form-login .ninetheme-inner-steps-buttons>span {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1px;
	cursor: pointer;
	padding: 5px 15px;
	background-color: var(--ninetheme-gray);
	color: var(--ninetheme-dark);
	font-size: 12px;
}

.ninetheme-panel-checkout-form-login .ninetheme-inner-steps-buttons>span[tabindex="-1"] {
	background-color: var(--ninetheme-dark);
	color: var(--ninetheme-light);
}

.ninetheme-panel-checkout-form-login .ninetheme-inner-steps-buttons>span[tabindex="-1"] svg {
	fill: var(--ninetheme-light);
}

.ninetheme-panel-checkout-form-login .ninetheme-inner-steps-buttons svg {
	max-width: 18px;
	max-height: 18px;
	margin-right: 5px;
}

.ninetheme-panel-checkout-content-wrapper .woocommerce-checkout-review-order-table {
	width: 100%;
	margin-bottom: 20px;
}

.ninetheme-panel-checkout-content-wrapper .woocommerce-form-login__submit {
	margin-top: 10px;
}

.ninetheme-lost-reset-password-wrapper .ninetheme-flex {
	flex-direction: column;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-items,
.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-checkout-review-order-footer {
	flex-wrap: wrap;
	flex-direction: column;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-item,
.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-checkout-footer-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-checkout-review-order-footer {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid var(--ninetheme-gray);
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-items {
	margin-top: -10px;
}

.ninetheme-checkout-footer-item.order-total,
.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-item {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid var(--ninetheme-gray);
}

.ninetheme-checkout-footer-item.order-total {
	text-transform: uppercase;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-item .ninetheme-product-name {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-item .product-name,
.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-item .product-img {
	margin-right: 10px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-item .product-name {
	max-width: 140px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}

.ninetheme-panel-checkout-button-wrapper .button {
	min-width: 80px;
	min-height: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--ninetheme-dark);
	color: var(--ninetheme-light);
	font-size: 14px;
	cursor: pointer;
}

.ninetheme-side-panel .cart-area .ninetheme-perfect-scrollbar.ps-container {
	padding-right: 0px;
	margin-right: 0px;
}

.ninetheme-side-panel .cart-area .ninetheme-perfect-scrollbar.ps-container.ps-active-y {
	padding-right: 15px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-customer-shipping-details {
	margin-top: 30px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-coupon-code-actions button {
	margin-top: 0px;
}

.ninetheme-panel-checkout-content-wrapper ul {
	list-style: none;
}

.ninetheme-panel-checkout-content-wrapper li.wc_payment_method label {
	display: inline-block;
	width: auto;
	margin-bottom: 0px;
}

.ninetheme-panel-checkout-content-wrapper .woocommerce-form__label.checkbox {
	margin-top: 15px;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-woocommerce-checkout-coupon .form-row-first {
	margin-bottom: 0;
	float: left;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-woocommerce-checkout-coupon button {
	margin-top: 0px;
	margin-left: 15px;
	height: auto;
}

.woocommerce .ninetheme-panel-checkout-content-wrapper .ninetheme-woocommerce-checkout-coupon .form-row {
	max-width: 100%;
}

.ninetheme-panel-checkout-content-wrapper .ninetheme-swiper-slide-inner {
	display: block;
	position: relative;
	max-height: calc(100vh - 300px);
	overflow-y: auto;
	padding-right: 15px;
}

.ninetheme-panel-checkout-button-next.disabled,
.ninetheme-step-item.ninetheme-step-item-2.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.ninetheme-register-message.ninetheme-error,
.ninetheme-register-message.ninetheme-success,
.ninetheme-login-message.ninetheme-success,
.ninetheme-login-message.ninetheme-error {
	margin-top: 15px;
}

.ninetheme-register-message.ninetheme-success strong,
.ninetheme-register-message.ninetheme-error strong,
.ninetheme-login-message.ninetheme-success strong,
.ninetheme-login-message.ninetheme-error strong {
	color: var(--ninetheme-light);
}

.ninetheme-login-message.ninetheme-error,
.ninetheme-register-message.ninetheme-error,
.ninetheme-panel-checkout-content-wrapper ul.woocommerce-error {
	background: var(--ninetheme-red);
	color: var(--ninetheme-light);
	padding: 10px;
}

.ninetheme-login-message.ninetheme-success,
.ninetheme-register-message.ninetheme-success {
	background: var(--ninetheme-success);
	color: var(--ninetheme-light);
	padding: 10px;
}

.ninetheme-panel-checkout-content-wrapper .has-error>label {
	color: var(--ninetheme-red);
}

.ninetheme-panel-checkout-content-wrapper .has-error>.woocommerce-input-wrapper select,
.ninetheme-panel-checkout-content-wrapper .has-error>.woocommerce-input-wrapper input,
.woocommerce-invalid-required-field .woocommerce-input-wrapper select,
.woocommerce-invalid-required-field .woocommerce-input-wrapper input,
.woocommerce-invalid-required-field select,
.woocommerce-invalid-required-field input {
	border-color: var(--ninetheme-red);
}

.ninetheme-panel-checkout-content {
	position: relative;
}

.checkout-area ul.woocommerce-error {
	position: fixed;
	top: -100px;
	width: 100%;
	max-height: 146px;
	overflow-y: auto;
	margin: 0;
}

@media(max-width:576px) {
	.ninetheme-panel-checkout-content-wrapper .swiper-pagination-bullets {
		text-align: left;
	}

	.ninetheme-panel-checkout-content-wrapper .ninetheme-step-item {
		/* width: 45.5%; */
		justify-content: flex-start;
	}

	.ninetheme-panel-checkout-content-wrapper .ninetheme-step-item+.ninetheme-step-item {
		margin: 0;
		margin-top: 1px;
	}

	.ninetheme-panel-checkout-content-wrapper .woocommerce-form-coupon-toggle a {
		display: block;
	}
}

/* ceheckout multisteps panel */
/* popup search panel */
.ninetheme-popup-search-panel form.sidebar-search-form {
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 100%;
	position: relative;
}

.ninetheme-popup-search-panel input.sidebar_search_input {
	width: 100%;
	border: 0;
	border-radius: 0px;
	outline: none;
	text-align: left;
}

.ninetheme-popup-search-panel .sidebar_search_button {
	border: 0;
	background: transparent;
	font-size: 16px;
	color: var(--ninetheme-dark-soft);
	position: absolute;
	right: 8px;
	cursor: pointer;
}

.ninetheme-popup-search-panel input.sidebar_search_input:focus+.sidebar_search_button {
	opacity: 1;
}

.ninetheme-popup-search-panel .sidebar_search_button:hover {
	color: var(--ninetheme-dark);
}

.ninetheme-popup-search-panel {
	position: fixed;
	top: 0;
	z-index: 105;
	background: var(--ninetheme-light);
	will-change: transform;
	-webkit-transition: opacity 0.25s ease, transform 0.25s ease;
	transition: opacity 0.25s ease, transform 0.25s ease;
	opacity: 0;
}

.ninetheme-popup-search-panel.panel-position-top {
	left: 0;
	width: 100%;
	padding: 50px 0;
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.ninetheme-popup-search-panel.panel-position-top.active {
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

.ninetheme-popup-search-panel.panel-position-right,
.ninetheme-popup-search-panel.panel-position-left {
	width: 450px;
	height: 100vh;
	padding: 30px;
}

.ninetheme-popup-search-panel.panel-position-left {
	left: 0;
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.ninetheme-popup-search-panel.panel-position-right {
	right: 0;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.ninetheme-popup-search-panel.panel-position-right.active,
.ninetheme-popup-search-panel.panel-position-left.active {
	opacity: 1;
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.has-default-header-type-dark .ninetheme-popup-search-panel {
	background: var(--ninetheme-dark);
}

.ninetheme-search-panel-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ninetheme-popup-search-panel:not(.panel-position-top) .ninetheme-search-panel-inner {
	align-items: flex-start;
}

.ninetheme-popup-search-panel .ninetheme-panel-close {
	background: var(--ninetheme-gray-soft);
}

.ninetheme-popup-search-panel .ninetheme-svg-icon {
	fill: currentColor;
}

.ninetheme-panel-content {
	width: 100%;
	max-width: 600px;
}

.ninetheme-popup-search-panel .autocomplete-suggestion {
	width: 50%;
}

.ninetheme-popup-search-panel .autocomplete-suggestions {
	padding: 0px;
	margin-top: 15px;
	max-width: 100% !important;
	position: relative !important;
	display: flex;
	flex-wrap: wrap;
	border: 0 !important;
	width: 100%;
	max-height: 300px !important;
}

.ninetheme-popup-search-panel:not(.panel-position-top) .autocomplete-suggestions {
	max-width: 100% !important;
	position: absolute !important;
	max-height: calc(100% - 230px) !important;
}

.has-default-header-type-dark .ninetheme-popup-search-panel .autocomplete-suggestions {
	background: transparent;
}

.ninetheme-popup-search-panel .no-result+.autocomplete-suggestions {
	background: transparent;
}

.ninetheme-popup-search-panel .no-result+.autocomplete-suggestions .autocomplete-suggestion {
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	border: 0;
	margin: 0;
	justify-content: center;
}

.autocomplete-suggestion img,
.autocomplete-suggestion .value {
	margin-right: 15px;
	font-weight: 500;
}

.autocomplete-suggestion {
	padding: 0px;
	cursor: pointer;
	text-align: left;
	line-height: inherit;
	display: flex;
	height: auto;
	margin-bottom: 20px;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

.ninetheme-asform-container form.ninetheme-asform .ajax-loading {
	position: absolute;
	top: 40%;
}

.ninetheme-popup-search-panel.panel-position-top .ninetheme-asform input.ninetheme-as,
.ninetheme-popup-search-panel.panel-position-top .ninetheme-asform input.ninetheme-as:hover,
.ninetheme-popup-search-panel.panel-position-top .ninetheme-asform input.ninetheme-as:focus {
	font-size: 36px;
	text-align: center;
}

.ninetheme-popup-search-panel.panel-position-top input::-webkit-input-placeholder {
	color: var(--ninetheme-gray);
	font-size: 36px;
}

.ninetheme-popup-search-panel .ninetheme-small-title,
.search-area-top .autocomplete-suggestion .ninetheme-small-title {
	display: flex;
	flex-direction: column;
}

.has-default-header-type-dark .ninetheme-popup-search-panel .ninetheme-small-title,
.has-default-header-type-dark .search-area-top .autocomplete-suggestion .ninetheme-small-title,
.has-default-header-type-dark .ninetheme-asform.no-result+.autocomplete-suggestion strong,
.has-default-header-type-dark .ninetheme-popup-search-panel input:focus {
	color: var(--ninetheme-light);
}

/* Firefox 4-18 */
.ninetheme-popup-search-panel.panel-position-top input:-moz-placeholder {
	color: var(--ninetheme-gray);
	font-size: 36px;
	opacity: 1;
}

.ninetheme-popup-search-panel.panel-position-top input:focus:-moz-placeholder {
	opacity: 0;
}

/* Firefox 19+ */
.ninetheme-popup-search-panel.panel-position-top input::-moz-placeholder {
	color: var(--ninetheme-gray);
	font-size: 36px;
	opacity: 1;
}

.ninetheme-popup-search-panel.panel-position-top input:focus::-moz-placeholder {
	opacity: 0;
}

/* IE 10-11 */
.ninetheme-popup-search-panel.panel-position-top input:-ms-input-placeholder {
	color: var(--ninetheme-gray);
	font-size: 36px;
}

.ninetheme-popup-search-panel.panel-position-top input:focus:-ms-input-placeholder {
	opacity: 0;
}

/* Edge */
.ninetheme-popup-search-panel.panel-position-top input::-ms-input-placeholder {
	color: var(--ninetheme-gray);
	font-size: 36px;
}

.ninetheme-popup-search-panel.panel-position-top input:focus::-ms-input-placeholder {
	opacity: 0;
}

/* MODERN BROWSER */
.ninetheme-popup-search-panel.panel-position-top input::placeholder {
	color: var(--ninetheme-gray);
	font-size: 36px;
}

.ninetheme-popup-search-panel.panel-position-top input:focus::placeholder {
	opacity: 0;
}

/* popup search panel */
/* popup search panel */
.ninetheme-label {
	border: dashed 1px;
	color: var(--ninetheme-primary);
	border-color: var(--ninetheme-primary);
	padding: 3px 7px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	line-height: 1.4;
}

.ninetheme-product:hover .ninetheme-label {
	background: var(--ninetheme-primary);
	color: #fff;
}

.ninetheme-widget-label {
	padding: 3px 7px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	line-height: 1.4;
}

.ninetheme-widget-label.label-solid {
	background-color: var(--ninetheme-dark);
}

.ninetheme-widget-label.label-border {
	background-color: transparent;
	color: var(--ninetheme-dark);
	border: 1px solid var(--ninetheme-dark);
}

.ninetheme-widget-label.label-radius {
	border-radius: 6px;
}

.ninetheme-widget-label.label-large {
	padding: 11px 20px;
	font-size: 14px;
}

.ninetheme-widget-label.label-medium {
	padding: 5px 15px;
	font-size: 12px;
}

.ninetheme-widget-label.label-small {
	padding: 5px 10px;
	font-size: 10px;
}

.ninetheme-widget-label.ninetheme-in-stock {
	background-color: var(--ninetheme-primary);
}

.ninetheme-widget-label.ninetheme-out-stock {
	color: var(--ninetheme-dark);
	background-color: var(--ninetheme-gray);
}

/* popup search panel */
/* popup newsletter panel */
.newsletter-popup-visible div#ninetheme-newsletter-popup {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0;
	max-width: 720px;
	position: relative;
}

p.ninetheme-newsletter-bottom {
	width: 100%;
	text-align: right;
	margin: 0 0 10px 0;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	max-width: 50%;
}

.ninetheme-newsletter-bottom label {
	background: none;
	padding: 3px 15px 1px;
	color: var(--ninetheme-text);
}

@media (max-width:768px) {
	p.ninetheme-newsletter-bottom {
		text-align: center;
		position: relative;
		right: auto;
		display: block;
	}
}

/* popup newsletter panel */
/* footer newsletter forms */
.ninetheme-footer-newsletter-form-2 {
	position: relative;
}

.ninetheme-footer-newsletter-form-2 .ninetheme-footer-newsletter-form-2-button input {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	border: 1px solid var(--ninetheme-dark);
	height: 100%;
}

.ninetheme-footer-newsletter-form-2 .ninetheme-footer-newsletter-form-2-input {
	width: 100%;
}

.ninetheme-footer-newsletter-form-2 .ninetheme-footer-newsletter-form-2-input input {
	margin: 0 !important;
}

.ninetheme-footer-newsletter-form-2 .ninetheme-footer-newsletter-form-2-button input {
	background: var(--ninetheme-dark);
	color: var(--ninetheme-light);
}

.ninetheme-footer-newsletter-form-2 .ninetheme-footer-newsletter-form-2-button .wpcf7-spinner {
	position: absolute;
	top: 11px;
	right: 20px;
}

.nt-cf7-form-wrapper .wpcf7-response-output {
	display: none !important;
}

.ninetheme-footer-newsletter-form-2 .ninetheme-footer-newsletter-form-2-input input {
	border-color: var(--ninetheme-dark);
}

.ninetheme-footer-newsletter-form-1 .ninetheme-footer-newsletter-form-1-input input {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: var(--ninetheme-success);
}

@media(max-width:768px) {

	.ninetheme-sm-flex-left,
	.flex-sm-left-items {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.ninetheme-sm-flex-column {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		flex: 0 0 100%;
		width: 100%;
		align-items: flex-start;
	}

	.ninetheme-toggle-hidden-sidebar span,
	.ninetheme-open-fixed-sidebar span {
		margin-right: 10px;
		cursor: pointer;
	}

	.ninetheme-before-loop .ninetheme-svg-icon,
	.ninetheme-toggle-hidden-sidebar svg,
	.ninetheme-open-fixed-sidebar svg,
	.ninetheme-filter-action svg {
		max-width: 16px;
		max-height: 16px;
	}

	.ninetheme-toggle-hidden-sidebar span,
	.ninetheme-open-fixed-sidebar span,
	.ninetheme-before-loop p.woocommerce-result-count,
	.ninetheme-filter-action {
		font-size: 13px;
	}
}

@media(max-width:576px) {
	.ninetheme-popup-search-panel .autocomplete-suggestion {
		width: 100%;
	}

	.wpcf7 form.invalid .wpcf7-response-output {
		border-color: var(--ninetheme-red);
		margin: 14px;
		width: 92% !important;
		border-radius: 0;
	}

	p.ninetheme-newsletter-bottom {
		max-width: 100%;
	}
}

.minicart-extra-text {
	margin: 0 0 30px;
}

/*
06 Theme General End
/////////////////////////////////*/
/*
06 Theme Mobile Side Menu Start
/////////////////////////////////*/
/*
*
*
*/
.admin-bar .ninetheme-header-mobile {
	top: 32px;
	height: calc(100vh - 32px);
}

@media(max-width:782px) {
	.admin-bar .ninetheme-header-mobile {
		top: 46px;
		height: calc(100vh - 46px);
	}
}

.ninetheme-header-overlay {
	position: fixed;
	z-index: 102;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: var(--ninetheme-gray-soft);
	opacity: 0;
	-moz-transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ninetheme-overlay-open .ninetheme-header-overlay.close-cursor {
	cursor: pointer;
	cursor: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 512 512'%3e%3cg transform='rotate(45 256 256)'%3e%3crect id='r' x='16' y='216' width='480' height='80' rx='14'/%3e%3cuse href='%23r' transform='rotate(90 256 256)'/%3e%3c/g%3e%3c/svg%3e") 16 16, pointer;
}

.has-default-header-type-dark .ninetheme-header-overlay {
	background: var(--ninetheme-dark);
}

.ninetheme-overlay-open .ninetheme-header-overlay {
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

.ninetheme-header-mobile {
	display: flex;
	flex-direction: column;
	position: fixed;
	height: 100%;
	width: 100%;
	max-width: 530px;
	z-index: 103;
	padding: 0;
	background: var(--ninetheme-light);
	left: 0;
	opacity: 0;
	overflow: hidden;
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	will-change: transform;
	-webkit-transition: opacity 0.25s ease, ease;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.ninetheme-header-mobile.no-bar {
	max-width: 450px;
}

body:not(.admin-bar) .ninetheme-header-mobile {
	top: 0;
}

.has-sticky-header.scroll-start .ninetheme-header-mobile {
	position: fixed;
}

.ninetheme-header-mobile.active {
	opacity: 1;
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

/*
.elementor-editor-active .ninetheme-header-mobile {
	position: relative;
	min-height: 100vh;
}
*/
.ninetheme-header-mobile.has-bar {
	display: flex;
	flex-direction: row;
}

.ninetheme-header-mobile.has-bar .ninetheme-panel-close.no-bar {
	display: none;
}

.ninetheme-panel-close.no-bar {
	margin: 10px 0 0 30px;
	background: var(--ninetheme-gray-soft);
}

.ninetheme-header-mobile-sidebar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 15px 0;
	background: var(--ninetheme-gray-soft);
	z-index: 4;
	min-width: 80px;
}

.ninetheme-header-mobile-sidebar-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.ninetheme-header-mobile-sidebar-logo img.main-logo {
	transform: rotate(-90deg);
	position: absolute;
	left: -35px;
}

.ninetheme-header-mobile-sidebar-logo .nav-logo.logo-type-sitename {
	transform: rotate(-90deg);
}

.ninetheme-header-mobile-sidebar-logo .header-text-logo {
	font-size: 24px;
	line-height: 0;
}

.ninetheme-header-mobile-sidebar-top {
	text-align: center;
}

.ninetheme-panel-close {
	position: relative;
	margin-bottom: 20px;
}

.sidebar-top-action {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.sidebar-top-action .top-action-btn {
	margin-top: 10px;
	border-radius: 30px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.sidebar-top-action .top-action-btn:first-child {
	margin-top: 0px;
}

.sidebar-top-action.counter-left .top-action-btn .ninetheme-wc-count {
	left: -5px;
	top: 0;
}

.sidebar-top-action.counter-right .top-action-btn .ninetheme-wc-count {
	right: -12px;
	top: 11px;
}

.sidebar-top-action.counter-top .top-action-btn .ninetheme-wc-count {
	left: 11px;
	top: -10px
}

.sidebar-top-action.counter-bottom .top-action-btn .ninetheme-wc-count {
	left: 11px;
	bottom: -4px;
	top: auto;
}

.sidebar-top-action .top-action-btn.active {
	background: var(--ninetheme-light);
}

.ninetheme-header-mobile-sidebar a {
	color: var(--ninetheme-dark);
}

.ninetheme-header-mobile-content {
	position: relative;
	/*padding: 35px 50px 50px;*/
	flex: 1;
}

.ninetheme-header-mobile.no-bar .ninetheme-header-mobile-content {
	padding: 30px;
}

.sidebar-top-action .share {
	display: none;
}

.ninetheme-header-mobile-content .ninetheme-header-slide-menu {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	padding: 35px 50px;
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1;
	will-change: transform;
	-webkit-transition: opacity 0.75s ease, transform 0.75s ease;
	transition: opacity 0.75s ease, transform 0.75s ease;
}

.ninetheme-header-mobile.no-bar .ninetheme-header-mobile-content .ninetheme-header-slide-menu {
	padding: 35px 30px;
}

.ninetheme-header-mobile-content .ninetheme-header-slide-menu:not(.active) {
	-moz-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	-webkit-transform: translateX(-150%);
	transform: translateX(-150%);
	opacity: 0;
}

.ninetheme-sidemenu-copyright {
	font-size: 14px;
	position: absolute;
	bottom: 50px;
}

/* sidemenu-lang-switcher */
.ninetheme-sidemenu-lang-switcher {
	display: flex;
	width: 100%;
	align-items: center;
	margin-top: 50px;
	padding-top: 10px;
	border-top: 1px solid var(--ninetheme-gray);
}

.ninetheme-sidemenu-lang-switcher .lang-blobe-icon {
	margin-right: 10px;
	margin-top: 10px;
}

.ninetheme-sidemenu-lang-switcher .sliding-menu {
	width: 100%;
}

/* ajax-search */
.search-area-top:not(.active) {
	opacity: 0;
}

.search-area-top {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	border-bottom: 1px solid var(--ninetheme-gray);
	margin-bottom: 20px;
	position: relative;
}

.search-area-top input {
	width: 100%;
	border: none;
	border-radius: 0;
	background: transparent;
	padding: 12px 15px !important;
}

.search-area-top svg {
	fill: var(--ninetheme-gray);
	position: absolute;
	right: 15px;
}

.search-icon.loading {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	right: 15px;
}

.search-icon:not(.loading) .ajax-loading {
	display: none;
}

/* ajax-search */
/* bottom social icons */
.sidebar-bottom-socials {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.sidebar-bottom-socials a {
	font-size: 18px;
	margin-top: 15px;
	line-height: 1;
}

/* bottom social icons */
/* action-content */
.action-content {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	padding: 35px 50px;
	background: var(--ninetheme-light);
	max-height: 100%;
	z-index: 3;
	overflow: hidden;
	opacity: 0;
	-moz-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	-webkit-transform: translateX(-150%);
	transform: translateX(-150%);
	will-change: transform;
	-webkit-transition: opacity 0.15s ease, transform 0.75s ease;
	transition: opacity 0.15s ease, transform 0.75s ease;
}

.action-content.active {
	opacity: 1;
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	overflow-y: auto;
}

.action-content.checkout-area {
	max-height: 100vh;
}

/* action-content */
/* action-content */
.cart-area .mini-cart-item {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 25px;
	position: relative;
}

.cart-area.cart-item-loading .ninetheme-mini-cart-item-loading {
	position: relative;
	min-height: 80px;
}

.cart-area:not(.cart-item-loading) .ninetheme-mini-cart-item-loading {
	display: none;
}

.ninetheme-perfect-scrollbar .mini-cart-item:last-child {
	margin-bottom: 0px;
}

.woocommerce-mini-cart.has-product .ninetheme-scrollbar {
	min-height: 120px;
	max-height: calc(100vh - 340px);
}

.compare-area.has-product .ninetheme-scrollbar,
.wishlist-area .ninetheme-scrollbar {
	min-height: 120px;
	max-height: calc(100vh - 230px);
}

.cart-item-details {
	display: flex;
	flex: 1;
}

.cart-area .product-link>span {
	display: block;
}

.cart-area .cart-item-title {
	display: flex;
	flex-direction: column;
	margin-left: 15px;
	flex: 1;
}

.cart-area .cart-quantity-wrapper {
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
}

.cart-area .quantity {
    height: 22px;
    max-width: 120px;
    margin: 0;
}
.cart-area .quantity input {
    width: calc(100% - 60px);
}
.cart-area .quantity-button.plus,
.cart-area .quantity-button.minus {
	color: var(--ninetheme-dark);
	background: var(--ninetheme-light);
	font-weight: 400;
}

.cart-area .quantity-button.plus:hover,
.cart-area .quantity-button.minus:hover {
	background: var(--ninetheme-gray);
}

.cart-area .quantity {
	background: var(--ninetheme-light);
}

.cart-area .ninetheme-price,
.cart-item-title .ninetheme-price .cart-quantity {
	color: var(--ninetheme-dark-soft);
}

.cart-item-title .cart-name,
.ninetheme-content-info .product-name {
	color: var(--ninetheme-dark);
	font-size: 15px;
	font-weight: 500;
}

.cart-item-title .ninetheme-price span,
.ninetheme-content-info .ninetheme-price {
	font-size: 14px;
	font-weight: 400;
	color: var(--ninetheme-text);
}

.cart-item-title .ninetheme-price {
	font-size: 14px;
	font-weight: 400;
}

.cart-item-title .ninetheme-price .cart-quantity {
	font-size: 12px;
	font-weight: 500;
	color: var(--ninetheme-text);
}

.cart-area .del-icon {
	width: 22px;
	height: 22px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	margin-right: 15px;
}

.cart-area .del-icon .variation {
	display: none;
}

.cart-area .del-icon a svg,
.wishlist-area .ninetheme-svg-icon.mini-icon,
.compare-area .ninetheme-svg-icon.mini-icon {
	fill: var(--ninetheme-gray-dark);
	color: var(--ninetheme-gray-dark);
}

.cart-area .del-icon a {
	color: var(--ninetheme-dark);
	display: inline-flex;
}

.cart-area .del-icon:hover svg {
	fill: var(--ninetheme-dark);
}

.cart-area .del-icon:hover a {
	color: var(--ninetheme-light);
}

.cart-area .cart-total {
	margin-bottom: 22px;
}

.cart-area .cart-total-price {
	border-top: 1px solid var(--ninetheme-gray);
	overflow: hidden;
	padding-top: 15px;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--ninetheme-dark);
}

.cart-empty-content .minicart-title {
	display: none;
}

.ninetheme-cart-empty-wrapper {
	text-align: center;
}

.ninetheme-cart-empty-wrapper .ninetheme-btn-medium {
	max-width: 170px;
	margin: 0 auto;
}

.ninetheme-cart-empty-icon,
.cart-area svg.shopBag {
	max-width: 100px;
	max-height: 100px;
	fill: var(--ninetheme-gray);
	opacity: 0.5;
	margin-left: -14px;
	margin-bottom: 10px;
}

.cart-bottom-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cart-bottom-btn .ninetheme-btn {
	flex: auto;
	margin: 0 10px 10px 0;
}

.cart-bottom-btn {
	margin-right: -10px;
}

.quantity.hidden {
	display: none;
	opacity: 0;
	visibility: hidden;
}

/* action-content */
/* contact-area */
.contact-area form>label {
	margin-bottom: 10px;
	width: 100%;
}

.contact-area.action-content textarea {
	height: 120px;
	max-height: 120px;
}

.contact-area.action-content form>.wpcf7-form-control-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}

.contact-area.action-content input,
.contact-area.action-content select,
.contact-area.action-content label,
.contact-area.action-content textarea {
	width: 100%;
	margin-bottom: 10px;
}

.contact-area.action-content label {
	margin-bottom: 5px;
}

.contact-area .wpcf7 form .wpcf7-response-output {
	margin: 0px;
	margin-top: 20px;
	padding: 10px 15px;
}

.contact-area .wpcf7-form .ajax-loader,
.contact-area .wpcf7-form:not(.submitting) .loading-wrapper {
	display: none;
	;
}

.contact-area .loading-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	background: var(--ninetheme-light);
}

.header-left-side-menu-form-container-title h6 {
	margin: 25px 0 0;
}

.header-left-side-menu-form-container-title {
	margin: 30px 0 20px;
}

.header-left-side-menu-form-container-title .ninetheme-meta-title {
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--ninetheme-dark);
	margin-top: 25px;
}

.header-left-side-menu-form-container-title address {
	margin: 0;
}

/* action-content */
/* category-area */
.category-area .row-cols-2>* {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.category-area .product-category a {
	text-align: left;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.category-area .product-category img {
	border-radius: 4px;
	border: 1px solid var(--ninetheme-border);
}

.category-area .category-title {
	font-size: 15px;
	margin-top: 10px;
	color: var(--ninetheme-dark);
	text-transform: capitalize;
}

.category-area .cat-count {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 18px;
	height: 18px;
	color: var(--ninetheme-light);
	font-size: 11px;
	background: var(--ninetheme-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

/* category-area */
/* account-area */
.account-area ul.navigation {
	display: inline-block;
}

.account-area li.menu-item {
	position: relative;
	display: block;
	width: auto;
	position: relative;
}

.account-area li.menu-item:hover a,
.account-area li.menu-item.is-active a {
	color: var(--ninetheme-dark);
}

.account-area li.menu-item a {
	display: inline-block;
	padding: 10px 0;
	text-align: left;
	position: relative;
	font-size: 16px;
	line-height: 1em;
	color: var(--ninetheme-gray-dark);
	text-decoration: none;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: color 250ms ease, background-color 250ms ease;
	-moz-transition: color 250ms ease, background-color 250ms ease;
	-o-transition: color 250ms ease, background-color 250ms ease;
	transition: color 250ms ease, background-color 250ms ease;
}

.account-area li.menu-item a:after {
	content: '';
	height: 2px;
	width: 0;
	background-color: currentColor;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: width .25s;
	transition: width .25s;
}

.account-area li.menu-item a:hover:after {
	width: 100%;
}

.account-area .panel-top-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.account-area:not(.account-logged-in) .top-title {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.account-area .form-row {
	margin-right: 0;
	margin-left: 0;
	flex-direction: column;
	display: flex;
}

.account-area .button {
	margin-top: 10px;
}

.account-area label {
	display: flex;
	align-items: center;
}

.account-area .account-area-form-wrapper {
	position: relative;
}

.account-area .login-form-content,
.account-area .register-form-content {
	position: absolute;
	z-index: 3;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: var(--ninetheme-light);
	padding: 0px 0px;
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	will-change: transform;
	-webkit-transition: opacity 0.15s ease, transform 0.75s ease;
	transition: opacity 0.15s ease, transform 0.75s ease;
}

.account-area .login-form-content.active,
.account-area .register-form-content.active {
	opacity: 1;
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.account-area .form-action-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.form-action-btn svg {
	max-width: 16px;
	max-height: 16px;
	fill: var(--ninetheme-primary);
}

.account-area-social-form-wrapper div.nsl-container.nsl-container-block .nsl-container-buttons {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

/* account-area */
.ninetheme-header-mobile-top {
	display: none;
}

@media only screen and (min-width: 1280px) {
	.header-text-logo-special {
		margin-top: 15px;
		display: block;
	}

	.header-text-logo-mini {
		display: block;
		line-height: 1;
		font-size: 10px;
		text-align: center;
	}
}

@media only screen and (max-width: 1280px) {
	.ninetheme-header-mobile-top {
		position: absolute;
		min-height: 80px;
		padding: 0 30px;
		width: 100%;
		z-index: 100;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: space-between;
		background: var(--ninetheme-light);
		-moz-transition: height .15s linear, box-shadow .15s linear, background-color .15s cubic-bezier(.2, .06, .05, .95);
		-o-transition: height .15s linear, box-shadow .15s linear, background-color .15s cubic-bezier(.2, .06, .05, .95);
		-webkit-transition: height .15s linear, box-shadow .15s linear, background-color .15s cubic-bezier(.2, .06, .05, .95);
		transition: height .15s linear, box-shadow .18s linear, background-color .15s cubic-bezier(.2, .06, .05, .95);
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.has-sticky-header.scroll-start .ninetheme-header-mobile-top {
		position: fixed;
		top: 0;
		-webkit-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
		-moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
		box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
		transition-delay: .2s;
	}

	.ninetheme-header-mobile-top .mobile-toggle {
		display: inline-flex;
		align-items: center;
		cursor: pointer;
	}

	.ninetheme-header-mobile-top .mobile-toggle {
		color: var(--ninetheme-dark);
	}

	.ninetheme-header-mobile-top-actions {
		display: flex;
		align-items: center;
	}

	.ninetheme-header-mobile-top .top-action-btn {
		position: relative;
		display: inline-flex;
		align-items: center;
		margin-right: 10px;
	}

	.ninetheme-header-mobile-top .top-action-btn:last-child {
		margin-right: 0;
	}

	.ninetheme-header-mobile-top .top-action-btn .ninetheme-wc-count {
		left: auto;
		top: auto;
		position: relative;
	}
}

/*
06 Theme Mobile Side Menu End
/////////////////////////////////*/
/*
06 Theme Top Menu Start
/////////////////////////////////*/
header.ninetheme-header-default {
	position: absolute;
	width: 100%;
	background: var(--ninetheme-light);
	z-index: 100;
	-moz-transition: box-shadow .15s linear;
	-o-transition: box-shadow .15s linear;
	-webkit-transition: box-shadow .15s linear;
	transition: box-shadow .18s linear;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	min-height: 80px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
}

.has-sticky-header.scroll-start header.ninetheme-header-default {
	position: fixed;
	top: 0;
	-webkit-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
	-moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
	box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
	transition-delay: .2s;
}

body:not(.scroll-start) .header-width-stretch .ninetheme-container.container,
body:not(.scroll-start) .header-width-stretch .ninetheme-container-xl.container-xl {
	max-width: 100%;
}

body.admin-bar.has-sticky-header.scroll-start header.ninetheme-header-default,
body.admin-bar.has-sticky-header.scroll-start .ninetheme-header-mobile-top {
	top: 32px;
}

@media(max-width:768px) {
	body.admin-bar.has-sticky-header.scroll-start .ninetheme-header-mobile-top {
		top: 46px;
	}
}

@media(max-width:600px) {
	body.admin-bar.has-sticky-header.scroll-start .ninetheme-header-mobile-top {
		top: 0px;
	}
}

.ninetheme-header-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.ninetheme-header-default .mobile-toggle,
.ninetheme-header-default .top-action-btn {
	display: flex;
}

.ninetheme-header-default .header-top-buttons,
.ninetheme-header-default-inner {
	display: flex;
	align-items: center;
}

.ninetheme-header-top-right .ninetheme-header-default-inner {
	justify-content: flex-end;
}

.ninetheme-header-default .top-action-btn {
	margin-left: 15px;
	position: relative;
}

.ninetheme-header-default-inner .header-top-buttons>.top-action-btn:last-child {
	margin-right: 0;
}

.ninetheme-header-default-inner .header-top-buttons.counter-right>.top-action-btn:last-child {
	margin-right: 10px;
}

.ninetheme-header-default-inner .header-top-buttons>.top-action-btn:first-child {
	margin-left: 0;
}

.ninetheme-header-top-right .ninetheme-header-default-inner>div:not(:first-child) {
	margin-left: 30px;
}

.ninetheme-header-top-left .ninetheme-header-default-inner>div:not(:last-child) {
	margin-right: 20px;
}

.header-basic .ninetheme-header-top-right .ninetheme-header-default-inner>div:not(:first-child) {
	margin-left: 20px;
}

.ninetheme-header-default-inner .top-action-btn .ninetheme-wc-count {
	left: -10px;
	top: -6px;
}

.ninetheme-header-default-inner .header-top-buttons.counter-right .top-action-btn .ninetheme-wc-count {
	left: auto;
	right: -12px;
	top: 2px;
}

.ninetheme-header-default-inner .header-top-buttons.counter-top .top-action-btn .ninetheme-wc-count {
	left: 3px;
	top: -20px;
}

.ninetheme-header-default-inner .header-top-buttons.counter-bottom .top-action-btn .ninetheme-wc-count {
	left: 3px;
	top: auto;
	bottom: -20px;
}

.ninetheme-header-default .ninetheme-header-top-left .top-action-btn {
	margin-left: 0px;
}

.ninetheme-header-default .top-action-btn a {
	line-height: 1;
}

/* menu area */
.ninetheme-header-top-menu-area ul.navigation,
.ninetheme-header-top-menu-area ul.submenu {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.ninetheme-header-top-menu-area ul.submenu {
	flex-wrap: wrap;
}

.ninetheme-header-top-menu-area.nav-logo-center ul.navigation {
	width: auto;
}

.ninetheme-default-menu-item-empty,
.ninetheme-header-top-menu-area>ul>li.menu-item {
	display: flex;
	position: relative;
	height: 80px;
	align-items: center;
}

.ninetheme-header-top-menu-area a {
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.ninetheme-header-top-menu-area>ul>li.menu-item>a {
	font-size: 14px;
	font-weight: 500;
	color: var(--ninetheme-gray-dark);
	text-transform: uppercase;
	padding: 0;
	margin-right: 20px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.ninetheme-header-top-menu-area>ul>li.menu-item:last-child>a {
	margin-right: 0px;
}

.ninetheme-header-top-menu-area ul li .submenu>li.menu-item>a {
	padding: 0px;
	line-height: 33px;
	font-weight: 400;
	color: var(--ninetheme-dark-soft);
	text-transform: capitalize;
	position: relative;
	display: block;
}

.submenu .menu-label {
	font-size: 9px;
	padding: 3px 5px;
	margin-left: 0;
	position: relative;
	top: -17px;
	right: 0;
	left: auto;
	color: var(--ninetheme-light);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 0;
	border-color: var(--ninetheme-dark);
	height: 15px;
	line-height: 1;
	display: inline-block;
	align-items: center;
	justify-content: center;
}

.submenu span.menu-label:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 10px;
	border: 4px solid;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	border-right-width: 7px;
	border-left-width: 0;
	border-color: inherit;
}

.current-menu-parent>a,
.current-menu-item>a,
.ninetheme-header-top-menu-area>ul>li.menu-item>a:hover,
.ninetheme-header-top-menu-area ul li .submenu>li.menu-item>a:hover {
	color: var(--ninetheme-dark);
}

.ninetheme-header-top-menu-area>ul>li.menu-item.active>a,
.ninetheme-header-top-menu-area ul li .submenu>li.menu-item.active>a {
	color: var(--ninetheme-dark);
}

.ninetheme-header-top-menu-area>ul>li.menu-item.has-dropdown>a {
	padding-right: 15px;
}

.ninetheme-header-top-menu-area li.has-dropdown .dropdown-btn {
	display: block;
	position: absolute;
	top: 57%;
	transform: translateY(-50%);
	right: 0px;
	font-size: 12px;
}

.ninetheme-header-top-menu-area li.has-dropdown li.has-dropdown .dropdown-btn {
	top: 50%;
}

.ninetheme-header-top-menu-area .submenu li.has-dropdown .dropdown-btn {
	transform: translateY(-50%) rotate(-90deg);
	right: 0px;
}

.ninetheme-header-top-menu-area ul li .submenu,
.ninetheme-header-top-menu-area ul li>.item-shortcode-wrapper {
	min-width: 260px;
	position: absolute;
	padding: 20px 0;
	background-color: var(--ninetheme-light);
	border-radius: 0;
	border: none;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 15px 30px -4px rgb(0 0 0 / 9%);
	-moz-box-shadow: 0 15px 30px -4px rgba(0, 0, 0, .09);
	box-shadow: 0 15px 30px -4px rgb(0 0 0 / 9%);
}

.ninetheme-header-top-menu-area>ul>li>.submenu,
.ninetheme-header-top-menu-area>ul>li>.item-shortcode-wrapper {
	left: 0;
	top: 100%;
}

.ninetheme-header-top-menu-area>ul>li.has-dropdown>.submenu .submenu {
	right: auto;
	left: -100%;
	top: -20px;
}

.ninetheme-header-top-left .ninetheme-header-top-menu-area>ul>li.has-dropdown>.submenu .submenu {
	right: auto;
	left: 100%;
	top: -20px;
}

.ninetheme-header-top-menu-area>ul>li>.submenu .submenu {
	left: 100%;
	top: -15px;
}

.ninetheme-header-top-right .ninetheme-header-top-double-menu ul>li>.submenu {
	margin-top: 30px;
}

.ninetheme-header-top-double-menu ul>li.menu-item-mega-parent>.submenu {
	margin-top: 0px;
}

.ninetheme-header-top-menu-area ul>li.menu-item:hover>ul.submenu,
.ninetheme-header-top-menu-area ul>li.menu-item.on-hover>ul.submenu,
.ninetheme-header-top-menu-area ul>li.menu-item:hover>.item-shortcode-wrapper {
	opacity: 1;
	visibility: visible;
	/* transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s; */
}

.ninetheme-header-default .ninetheme-header-content>div:last-child .navigation.primary-menu>li:last-child .submenu {
	left: auto;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent>.submenu>li.menu-item {
	position: relative;
	display: block;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent>.submenu>li.menu-item>a {
	text-transform: uppercase;
	position: relative;
	font-weight: 500;
	color: var(--ninetheme-dark);
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent>.submenu>li.menu-item>a>.dropdown-btn {
	display: none;
	transition: none;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent ul.submenu.depth_1 {
	padding: 0px;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent {
	position: static;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent>ul.submenu.depth_0,
.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent.menu-item-has-shortcode>.item-shortcode-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 40px 1%;
	border-top: 1px solid var(--ninetheme-gray);
	justify-content: space-evenly;
	transition-delay: 0.2s;
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
	right: -15%;
}

.ninetheme-header-top-menu-area>ul>li>.submenu,
.ninetheme-header-top-menu-area>ul>li>.item-shortcode-wrapper,
.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent>ul.submenu.depth_0,
.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent.menu-item-has-shortcode>.item-shortcode-wrapper {
	transition: transform .65s cubic-bezier(.165, .84, .44, 1) .075s, opacity .65s cubic-bezier(.165, .84, .44, 1) .15s;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent.menu-item-has-shortcode-parent>ul.submenu.depth_0 {
	padding: 0px;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-has-shortcode-parent>ul.submenu {
	padding: 0;
}

.ninetheme-header-top-menu-area ul li .submenu>li {
	margin-left: 0;
	text-align: left;
	display: block;
	position: relative;
	padding: 0 25px;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent>.submenu>li.menu-item-has-children>.submenu {
	display: block;
	position: static;
	border: 0;
	box-shadow: none;
	min-width: 100%;
	background: none;
	animation: none;
	left: auto;
	top: auto;
	opacity: 1;
	transition-delay: 0s;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent:hover>.submenu>li.menu-item-has-children .submenu {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent:not(.menu-item-has-shortcode-parent)>.submenu.depth_0>li {
	opacity: 0;
	transform: translateY(30px);
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent:hover>.submenu.depth_0>li {
	opacity: 1;
	transform: none;
	padding: 0 20px;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent:hover>.submenu.depth_0>li .submenu li {
	padding-left: 0;
	padding-right: 0;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent:hover>.submenu.depth_0>li:nth-child(1) {
	transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s,
		opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent:hover>.submenu.depth_0>li:nth-child(2) {
	transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.195s,
		opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.27s;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent:hover>.submenu.depth_0>li:nth-child(3) {
	transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.255s,
		opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.33s;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent:hover>.submenu.depth_0>li:nth-child(4) {
	transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.315s,
		opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.39s;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent:hover>.submenu.depth_0>li:nth-child(5) {
	transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.375s,
		opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
}

.ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent:hover>.submenu.depth_0>li:nth-child(6) {
	transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.435s,
		opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.51s;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-11>ul.submenu>li {
	width: 8.3333%;
	flex: 0 0 8.3333%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-11>ul.submenu>li {
	width: 9.0909%;
	flex: 0 0 9.0909%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-10>ul.submenu>li {
	width: 10%;
	flex: 0 0 10%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-9>ul.submenu>li {
	width: 11.1111%;
	flex: 0 0 11.1111%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-8>ul.submenu>li {
	width: 12.5%;
	flex: 0 0 12.5%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-7>ul.submenu>li {
	width: 14.285%;
	flex: 0 0 14.285%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-6>ul.submenu>li {
	width: 16.666667%;
	flex: 0 0 16.666667%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-5>ul.submenu>li {
	width: 20%;
	flex: 0 0 20%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-4>ul.submenu>li {
	width: 25%;
	flex: 0 0 25%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-3>ul.submenu>li {
	width: 33.3333%;
	flex: 0 0 33.3333%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-2>ul.submenu>li {
	width: 50%;
	flex: 0 0 50%;
}

.ninetheme-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-1>ul.submenu>li {
	width: 100%;
	flex: 0 0 100%;
}

.ninetheme-header-top-menu-area ul.submenu>li>a .item-thumb {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}

/* logo center menu */
.nav-logo-center .center-logo-wrapper {
	margin: 0 20px;
}

.ninetheme-header-top-mini-menu-area ul.navigation-mini {
	list-style: none;
	display: flex;
	align-items: center;
}

.ninetheme-header-top-mini-menu-area ul.navigation-mini li a {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--ninetheme-gray-dark);
}

.ninetheme-header-top-mini-menu-area ul.navigation-mini li.menu-item-circle-icon a {
	font-size: 25px;
}

.ninetheme-header-default .menu-item-phone-number {
	font-size: 14px;
	font-weight: normal;
	display: flex;
}

.ninetheme-header-default .menu-item-phone-number span.phone-text {
	font-size: 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.ninetheme-header-default .menu-item-phone-number i {
	font-size: 25px;
	margin-right: 10px;
}

.ninetheme-header-top-right ul.navigation-mini li+li {
	margin-left: 15px;
}

.ninetheme-header-top-left ul.navigation-mini li+li {
	margin-right: 15px;
}

/* header double menu  */
.ninetheme-header-top-double-menu {
	display: flex;
	flex-direction: column;
}

.ninetheme-header-top-double-menu:hover .ninetheme-header-top-menu-area ul>li.menu-item:hover>ul.submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

.ninetheme-header-top-left .ninetheme-header-top-double-menu {
	align-items: flex-start;
}

.ninetheme-header-top-right .ninetheme-header-top-double-menu {
	align-items: flex-end;
}

.ninetheme-header-top-center .ninetheme-header-top-double-menu {
	align-items: center;
}

.ninetheme-header-top-right .ninetheme-header-default-inner .ninetheme-header-top-double-menu+.header-top-buttons {
	margin-left: 40px;
}

.ninetheme-header-top-double-menu .ninetheme-header-top-menu-area>ul>li.menu-item {
	height: 40px;
}

.ninetheme-header-top-double-menu .ninetheme-header-top-menu-area>ul>li.menu-item-has-children:hover:after {
	content: "";
	position: absolute;
	height: 40px;
	width: 100%;
	transform: translateY(40px);
}

/* header double menu  */
/* header bottom bar */
.ninetheme-header-bottom-bar .ninetheme-before-loop {
	margin-bottom: 0;
}

.ninetheme-header-bottom-bar:not(.ninetheme-elementor-template) {
	border-top: 1px solid var(--ninetheme-gray);
	padding: 10px 0;
}

.ninetheme-header-bottom-bar.show-on-scroll:not(.sticky-filter-active) {
	height: 0;
	opacity: 0;
	padding: 0px;
	transform: translateY(50px);
	transition: none;
	visibility: hidden;
}

.ninetheme-header-bottom-bar.show-on-scroll.sticky-filter-active {
	height: auto;
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.075s,
		opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

.ninetheme-header-default .ninetheme-header-bottom-bar .top-action-btn {
	margin-left: 0;
}

/* header bottom bar */
/*header dark type */
.has-default-header-type-dark .ninetheme-header-default,
.has-default-header-type-dark .sidebar-header-bg-type-dark,
.has-default-header-type-dark .mobile-header-bg-type-dark,
.has-default-header-type-dark .autocomplete-suggestions,
.has-default-header-type-dark .ninetheme-side-panel,
.has-default-header-type-dark .ninetheme-header-top-menu-area ul li .submenu {
	background: var(--ninetheme-dark);
}

.has-default-header-type-dark .ninetheme-header-mobile-top .ninetheme-svg-icon {
	fill: var(--ninetheme-light);
	color: var(--ninetheme-light);
}

.has-default-header-type-dark .ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent>ul.submenu.depth_0,
.has-default-header-type-dark .ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent.menu-item-has-shortcode>.item-shortcode-wrapper {
	border-top: 1px solid var(--ninetheme-dark-border);
}

.has-default-header-type-dark .ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent>ul.submenu.depth_0,
.has-default-header-type-dark .ninetheme-header-top-menu-area>ul>li.menu-item-mega-parent.menu-item-has-shortcode>.item-shortcode-wrapper,
.has-default-header-type-dark .search-area-top,
.has-default-header-type-dark .ninetheme-sidemenu-lang-switcher,
.has-default-header-type-dark .panel-top-title:after,
.has-default-header-type-dark .cart-area .cart-total-price,
.has-default-header-type-dark .ninetheme-header-default input:not([type="checkbox"]):not([type="radio"]),
.has-default-header-type-dark .contact-area.action-content input,
.has-default-header-type-dark .contact-area.action-content select,
.has-default-header-type-dark .contact-area.action-content textarea,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper select,
.has-default-header-type-dark .panel-header,
.has-default-header-type-dark .ninetheme-checkout-footer-item.order-total,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-item,
.has-default-header-type-dark .ninetheme-order-review,
.has-default-header-type-dark .woocommerce-privacy-policy-text p,
.has-default-header-type-dark .woocommerce-input-wrapper input, .woocommerce-input-wrapper select,
.has-default-header-type-dark .woocommerce-input-wrapper textarea,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-checkout-review-order-footer,
.has-default-header-type-dark .ninetheme-popup-search-panel .no-result+.autocomplete-suggestions .autocomplete-suggestion {
	border-color: var(--ninetheme-dark-border);
}

#nt-woo-single .ninetheme-product-showcase.ninetheme-bg-dark #cr_qna.cr-qna-block div.cr-qna-list-block .cr-qna-list-q-cont button.cr-qna-ans-button {
	background: none;
}

.has-default-header-type-dark .search-area-top svg {
	color: var(--ninetheme-dark-border);
	fill: var(--ninetheme-dark-border);
}

.has-default-header-type-dark .cart-area .quantity-button.plus,
.has-default-header-type-dark .cart-area .quantity-button.minus,
.has-default-header-type-dark .ninetheme-header-mobile-sidebar-bottom {
	color: var(--ninetheme-light);
	background: var(--ninetheme-dark);
}

body:not(.scroll-start) .ninetheme-header-default .ninetheme-header-content {
	min-height: 60px;
}

.has-default-header-type-dark .ninetheme-header-default .ninetheme-svg-icon,
.has-default-header-type-dark .ninetheme-side-panel .ninetheme-svg-icon,
.has-default-header-type-dark .ninetheme-header-mobile .ninetheme-svg-icon,
.has-default-header-type-dark .cart-area .del-icon a svg,
.has-default-header-type-dark .wishlist-area .ninetheme-svg-icon.mini-icon,
.has-default-header-type-dark .compare-area .ninetheme-svg-icon.mini-icon {
	fill: var(--ninetheme-light);
	color: var(--ninetheme-light);
}

.has-default-header-type-dark a:hover {
	color: var(--ninetheme-gray);
	text-decoration: none;
	opacity: 0.8;
}

.has-default-header-type-dark .header-text-logo,
.has-default-header-type-dark .header-text-logo,
.has-default-header-type-dark .ninetheme-header-top-menu-area>ul>li.menu-item>a,
.has-default-header-type-dark .ninetheme-header-top-mini-menu-area ul.navigation-mini li a,
.has-default-header-type-dark .ninetheme-header-top-menu-area ul li .submenu>li.menu-item>a,
.has-default-header-type-dark .sliding-menu li a,
.has-default-header-type-dark .sliding-menu li .sliding-menu__nav,
.has-default-header-type-dark .sliding-menu li .sliding-menu__nav.sliding-menu__back,
.has-default-header-type-dark .ninetheme-header-mobile-sidebar a,
.has-default-header-type-dark .panel-top-title,
.has-default-header-type-dark .panel-top-title .nt-strong-sfot,
.has-default-header-type-dark .account-area li.menu-item a,
.has-default-header-type-dark .contact-area label,
.has-default-header-type-dark .contact-area input,
.has-default-header-type-dark .contact-area input[type="submit"],
.has-default-header-type-dark .contact-area texyarea,
.has-default-header-type-dark .contact-area input:focus,
.has-default-header-type-dark .contact-area textarea:focus,
.has-default-header-type-dark .search-area-top input,
.has-default-header-type-dark .category-area .category-title,
.has-default-header-type-dark .header-left-side-menu-form-container-title .ninetheme-meta-title,
.has-default-header-type-dark .header-left-side-menu-form-container-title h6,
.has-default-header-type-dark .search-area-top input:focus,
.has-default-header-type-dark .contact-area .wpcf7 form .wpcf7-response-output,
.has-default-header-type-dark .cart-item-title .cart-name,
.has-default-header-type-dark .ninetheme-content-info .product-name,
.has-default-header-type-dark .cart-item-title .cart-name,
.has-default-header-type-dark .ninetheme-content-info .product-name,
.has-default-header-type-dark .ninetheme-content-item .ninetheme-content-info .ninetheme-btn-small,
.has-default-header-type-dark .cart-area .cart-total-price,
.has-default-header-type-dark .ninetheme-side-panel .ninetheme-small-title,
.has-default-header-type-dark .ninetheme-side-panel .ninetheme-small-title a,
.has-default-header-type-dark .ninetheme-header-mobile .ninetheme-small-title,
.has-default-header-type-dark .ninetheme-header-mobile .ninetheme-small-title a,
.has-default-header-type-dark .autocomplete-suggestion .ninetheme-small-title,
.has-default-header-type-dark .autocomplete-suggestion .ninetheme-small-title a,
.has-default-header-type-dark .ninetheme-header-mobile .ninetheme-btn-small,
.has-default-header-type-dark .ninetheme-side-panel .ninetheme-btn-small,
.has-default-header-type-dark .ninetheme-header-top-mini-menu-area ul.navigation-mini li.menu-item-circle-icon a,
.has-default-header-type-dark .ninetheme-header-default .menu-item-phone-number,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-step-item,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper h4.ninetheme-form-title,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-footer-item.order-total,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .product-name,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper p,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper #ship-to-different-address label,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-footer-item,
.has-default-header-type-dark .ninetheme-side-panel .ninetheme-panel-checkout-content-wrapper .ninetheme-btn,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .woocommerce-terms-and-conditions-link,
.has-default-header-type-dark .ninetheme-popup-search-panel .no-result+.autocomplete-suggestions .autocomplete-suggestion strong {
	color: var(--ninetheme-light);
}

.has-default-header-type-dark .ninetheme-panel-close-button:before,
.has-default-header-type-dark .ninetheme-panel-close-button:after {
	background-color: var(--ninetheme-light);
}

.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper select,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper textarea,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-checkout-footer-item strong,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper input,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-footer-item-label,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper ul.wc_payment_methods.payment_methods.methods li label,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .form-row:not(.has-error) label,
.has-default-header-type-dark .ninetheme-cart-total {
	color: #bbbbbb;
}

.has-default-header-type-dark .contact-area input:focus,
.has-default-header-type-dark .contact-area textarea:focus {
	border-color: var(--ninetheme-primary);
}

.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper input[type='checkbox']:checked:after,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper input[type='radio']:checked:after,
.has-default-header-type-dark .panel-top-title strong,
#nt-woo-single .ninetheme-product-showcase.ninetheme-bg-dark button.cr-qna-ans-button {
	background-color: var(--ninetheme-dark);
}

.has-default-header-type-dark .ninetheme-header-default input[type='checkbox']:after,
.has-default-header-type-dark .ninetheme-header-default input[type='radio']:checked:after {
	border-color: var(--ninetheme-dark-soft);
}

.has-default-header-type-dark .ninetheme-header-default input[type='checkbox']:after,
.has-default-header-type-dark .ninetheme-header-default input[type='radio']:checked:after {
	background-color: var(--ninetheme-dark);
}

.has-default-header-type-dark .action-content,
.has-default-header-type-dark .sliding-menu {
	background-color: transparent;
}

.has-default-header-type-dark .sliding-menu li.current-menu-parent>.sliding-menu__nav,
.has-default-header-type-dark .sliding-menu li.current-menu-item>.sliding-menu__nav,
.has-default-header-type-dark .sliding-menu li.current-menu-item>a,
.has-default-header-type-dark .sliding-menu li a:hover,
.has-default-header-type-dark .sliding-menu li.active a,
.has-default-header-type-dark .sliding-menu li .sliding-menu__nav:hover,
.has-default-header-type-dark .account-area li.menu-item a:hover,
.has-default-header-type-dark .ninetheme-header-top-menu-area ul li .submenu>li.menu-item>a:hover,
.has-default-header-type-dark .ninetheme-header-top-menu-area ul li .submenu>li.menu-item.active>a,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-step-item.active-step,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper a.woocommerce-remove-coupon,
.has-default-header-type-dark .ninetheme-sidemenu-copyright a {
	color: var(--ninetheme-primary);
}

.has-default-header-type-dark .ninetheme-content-item .ninetheme-content-del-icon:hover svg,
.has-default-header-type-dark .cart-area .del-icon:hover svg {
	fill: var(--ninetheme-primary);
}

.has-default-header-type-dark .panel-header-btn.active {
	fill: var(--ninetheme-dark);
}

.has-default-header-type-dark .sliding-menu .sliding-menu__back:after {
	border-bottom-color: var(--ninetheme-gray);
}

.has-default-header-type-dark .ninetheme-header-mobile-sidebar {
	background: #222222;
}

.has-default-header-type-dark .sidebar-top-action .top-action-btn.active,
.has-default-header-type-dark .panel-header-btn.active,
.has-default-header-type-dark .cart-area .quantity,
.has-default-header-type-dark .panel-header .ninetheme-panel-close-button,
.has-default-header-type-dark .ninetheme-panel-close-button,
.has-default-header-type-dark .ninetheme-filter-close {
	background: var(--ninetheme-dark);
}

.has-default-header-type-dark .ninetheme-header-mobile .ninetheme-btn,
.has-default-header-type-dark .ninetheme-side-panel .ninetheme-btn,
.has-default-header-type-dark .cart-bottom-btn .ninetheme-btn,
.has-default-header-type-dark .ninetheme-panel-checkout-content-wrapper .ninetheme-panel-checkout-labels-inner,
.has-default-header-type-dark .woocommerce-form-login-toggle,
.has-default-header-type-dark .woocommerce-form-coupon-toggle {
	border: 1px solid var(--ninetheme-light);
	background-color: var(--ninetheme-dark);
}

.has-default-header-type-dark .woocommerce-form-coupon-toggle {
	border: 0;
	padding: 0;
	background: none;
	background-color: transparent;
	border: 0;
}

.has-default-header-type-dark .ninetheme-header-mobile .ninetheme-btn-small,
.has-default-header-type-dark .ninetheme-side-panel .ninetheme-btn-small {
	margin-top: 10px;
}

/*header dark type */
/*header transparent type */
.has-default-header-type-trans .header-spacer,
.has-default-header-type-trans.shop-single-layout-showcase .header-spacer {
	display: none;
}

.has-default-header-type-trans.page-hero-off .header-spacer,
.single-product.has-default-header-type-trans.shop-single-layout-showcase .header-spacer,
.single-product.has-default-header-type-trans.shop-single-layout-full-width .header-spacer,
.single-product.has-default-header-type-trans.shop-single-layout-no-sidebar .header-spacer,
.single-product.has-default-header-type-trans.shop-single-layout-left-sidebar .header-spacer,
.single-product.has-default-header-type-trans.shop-single-layout-right-sidebar .header-spacer,
.shop-single-layout-showcase.gallery-type-slider.showcase-carousel-type-full .header-spacer {
	display: block;
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-mobile-top,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-mobile-top,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default {
	background: transparent;
	border-bottom: 1px solid var(--ninetheme-trans-border);
}

.has-default-header-type-trans.header-trans-dark.showcase-bg-type-light:not(.scroll-start) .ninetheme-header-mobile-top,
.has-default-header-type-trans.header-trans-dark.shop-single-layout-full-width:not(.scroll-start) .ninetheme-header-mobile-top,
.has-default-header-type-trans.header-trans-light.showcase-bg-type-light:not(.scroll-start) .ninetheme-header-mobile-top,
.has-default-header-type-trans.header-trans-light.shop-single-layout-full-width:not(.scroll-start) .ninetheme-header-mobile-top,
.has-default-header-type-trans.header-trans-dark.showcase-bg-type-light:not(.scroll-start) .ninetheme-header-default,
.has-default-header-type-trans.header-trans-dark.shop-single-layout-full-width:not(.scroll-start) .ninetheme-header-default,
.has-default-header-type-trans.header-trans-light.showcase-bg-type-light:not(.scroll-start) .ninetheme-header-default,
.has-default-header-type-trans.header-trans-light.shop-single-layout-full-width:not(.scroll-start) .ninetheme-header-default {
	border-bottom-color: var(--ninetheme-gray);
}

.has-default-header-type-trans:not(.scroll-start) .ninetheme-header-mobile-top .ninetheme-svg-icon,
.has-default-header-type-trans:not(.scroll-start) .ninetheme-header-default .ninetheme-svg-icon {
	fill: var(--ninetheme-light);
	color: var(--ninetheme-light);
}

.has-default-header-type-trans.page-hero-off:not(.scroll-start) .ninetheme-header-mobile-top .ninetheme-svg-icon,
.has-default-header-type-trans.page-hero-off:not(.scroll-start) .ninetheme-header-default .ninetheme-svg-icon {
	fill: var(--ninetheme-dark);
	color: var(--ninetheme-dark);
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default .ninetheme-svg-icon,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-mobile-top .ninetheme-svg-icon {
	fill: var(--ninetheme-dark);
	color: var(--ninetheme-dark);
}

.has-default-header-type-trans:not(.scroll-start) .ninetheme-header-default .header-text-logo,
.has-default-header-type-trans:not(.scroll-start) .ninetheme-header-mobile-top .header-text-logo,
.has-default-header-type-trans:not(.scroll-start) .ninetheme-header-top-menu-area>ul>li.menu-item>a,
.has-default-header-type-trans:not(.scroll-start) .ninetheme-header-default .menu-item-phone-number,
.has-default-header-type-trans:not(.scroll-start) .ninetheme-header-top-mini-menu-area ul.navigation-mini li a {
	color: var(--ninetheme-light);
}

.has-default-header-type-trans.page-hero-off:not(.scroll-start) .ninetheme-header-default .header-text-logo,
.has-default-header-type-trans.page-hero-off:not(.scroll-start) .ninetheme-header-mobile-top .header-text-logo,
.has-default-header-type-trans.page-hero-off:not(.scroll-start) .ninetheme-header-top-menu-area>ul>li.menu-item>a,
.has-default-header-type-trans.page-hero-off:not(.scroll-start) .ninetheme-header-default .menu-item-phone-number,
.has-default-header-type-trans.page-hero-off:not(.scroll-start) .ninetheme-header-top-mini-menu-area ul.navigation-mini li a {
	color: var(--ninetheme-dark);
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default .header-text-logo,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-mobile-top .header-text-logo,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-top-menu-area>ul>li.menu-item>a,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default .menu-item-phone-number,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-top-mini-menu-area ul.navigation-mini li a {
	color: var(--ninetheme-dark);
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default.trans-hover,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover {
	background: var(--ninetheme-light);
}

.has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover .header-text-logo,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-svg-icon,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-header-top-menu-area>ul>li.menu-item.active>a,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover .menu-item-phone-number,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-header-top-mini-menu-area ul.navigation-mini li.active a {
	color: var(--ninetheme-dark);
}

.has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-header-top-menu-area>ul>li.menu-item>a,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-header-top-mini-menu-area ul.navigation-mini li a {
	color: var(--ninetheme-gray-dark);
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default.trans-hover .header-text-logo,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-svg-icon,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-header-top-menu-area>ul>li.menu-item>a,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default.trans-hover .menu-item-phone-number,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-header-top-mini-menu-area ul.navigation-mini li a {
	color: var(--ninetheme-gray-dark);
}

.has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-svg-icon {
	fill: var(--ninetheme-dark);
	color: var(--ninetheme-dark);
}

.has-default-header-type-trans-dark:not(.scroll-start) .ninetheme-header-default.trans-hover .ninetheme-svg-icon {
	fill: var(--ninetheme-dark);
	color: var(--ninetheme-dark);
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .ninetheme-header-default.trans-hover,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .ninetheme-header-default.trans-hover {
	background: var(--ninetheme-light);
	transition-delay: .2s;
	transition: transform .65s cubic-bezier(.165, .84, .44, 1) .075s, opacity .65s cubic-bezier(.165, .84, .44, 1) .15s;
	transition-delay: .2s;
}

/*header transparent type */
/*header category menu */
.ninetheme-header-wc-categories.ninetheme-wc-vertical-menu {
	height: 79px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	padding: 0;
}

.ninetheme-header-wc-categories .ninetheme-vertical-catmenu-title {
	font-size: 14px;
	font-weight: 500;
	color: var(--ninetheme-light);
	text-transform: uppercase;
	line-height: 1;
	cursor: pointer;
	background: #ecdbba45;
	height: 44px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	padding: 10px 20px;
}

.has-default-header-type-trans.page-hero-off .ninetheme-header-wc-categories .ninetheme-vertical-catmenu-title,
.has-default-header-type-trans.header-trans-dark .ninetheme-header-wc-categories .ninetheme-vertical-catmenu-title,
.ninetheme-header-default.trans-hover .ninetheme-header-wc-categories .ninetheme-vertical-catmenu-title,
.ninetheme-header-default.sticky-start .ninetheme-header-wc-categories .ninetheme-vertical-catmenu-title {
	color: var(--ninetheme-dark);
}

.ninetheme-header-wc-categories .submenu {
	min-width: 230px;
	position: absolute;
	padding: 20px 0;
	background-color: var(--ninetheme-light);
	border-radius: 0;
	border: none;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 15px 30px -4px rgb(0 0 0 / 9%);
	-moz-box-shadow: 0 15px 30px -4px rgba(0, 0, 0, .09);
	box-shadow: 0 15px 30px -4px rgb(0 0 0 / 9%);
	left: 0;
	top: 100%;
}

.ninetheme-header-wc-categories:hover>.submenu,
.cat-parent:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transition: transform .65s cubic-bezier(.165, .84, .44, 1) .075s, opacity .65s cubic-bezier(.165, .84, .44, 1) .15s;
}

.ninetheme-header-wc-categories .submenu .submenu {
	right: auto;
	left: 100%;
	top: -20px;
}

.ninetheme-header-wc-categories .submenu>li {
	margin-left: 0;
	text-align: left;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 25px;
}

.ninetheme-header-wc-categories .submenu>li+li {
	padding-top: 10px;
}

.ninetheme-header-wc-categories .product_cat {
	width: 100%;
	display: block;
}

.ninetheme-header-wc-categories .ninetheme-vertical-catmenu-title .dropdown-btn {
	margin-left: 10px;
}

.ninetheme-header-wc-categories .submenu .dropdown-btn {
	display: block;
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	right: 20px;
	font-size: 12px;
	color: var(--ninetheme-dark-soft);
}

.ninetheme-header-wc-categories li.cat-item img {
	margin-right: 10px;
	border-radius: 30px;
	width: 30px;
	height: 30px;
}

/*header category menu */
/* header main responsive  */
@media(max-width:1280px) {
	header.ninetheme-header-default {
		display: none;
	}
}

/*
06 Theme Top Menu End
/////////////////////////////////*/
/*
06 Theme Product Start
/////////////////////////////////*/
.ninetheme-product {
	position: relative;
	display: flex;
	overflow: hidden;
}

.ninetheme-product:not(.row) {
	flex-direction: column;
	margin-bottom: 30px;
}

.ninetheme-product-widget-slider .ninetheme-product:not(.row) {
	margin-bottom: 0px;
}

.ninetheme-thumb-wrapper {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

.ninetheme-thumb-wrapper img {
	height: auto;
	max-height: 100%;
}

.ninetheme-products.products .ninetheme-thumb-wrapper img {
	width: 100%;
}

.ninetheme-product .has-images .overlay-thumb {
	position: absolute;
	max-width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.ninetheme-product:not(.added-term):hover .has-images .product-thumb {
	opacity: 0;
	-moz-transition: all ease 0.55s;
	-webkit-transition: all ease 0.55s;
	-o-transition: all ease 0.55s;
	-ms-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

.ninetheme-product:not(.added-term):hover .has-images .overlay-thumb {
	opacity: 1;
	-moz-transition: all ease 0.55s;
	-webkit-transition: all ease 0.55s;
	-o-transition: all ease 0.55s;
	-ms-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

.ninetheme-product .ninetheme-stock-status {
	padding: 2px 10px 2px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: var(--ninetheme-gray-soft);
	color: var(--ninetheme-dark);
	display: flex;
	align-items: center;
	justify-content: center;
}

.ninetheme-product .ninetheme-thumb-wrapper .ninetheme-stock-status {
	position: absolute;
	bottom: 0;
	left: 0;
}

.ninetheme-product .ninetheme-out-of-stock {
	color: var(--ninetheme-red);
}

.ninetheme-product-labels {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 2;
}

.ninetheme-product-labels>span:not(:last-child) {
	margin-bottom: 5px;
}

.has-iframe-video .ninetheme-loop-product-iframe-wrapper>a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.has-iframe-video .ninetheme-product-labels {
	display: none;
}

.has-iframe-video .ninetheme-loop-product-iframe-wrapper {
	padding: 0;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.has-iframe-video .ninetheme-loop-product-iframe-wrapper video,
.has-iframe-video .ninetheme-loop-product-iframe-wrapper iframe {
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 180%;
	top: 50%;
	left: 49%;
	transform: translate(-48%, -50%);
	pointer-events: none;
}

.ninetheme-product .ninetheme-product-name {
	margin: 5px 0;
}

.ninetheme-loop-item-list-wrapper .star-rating {
	margin: 0px 0 15px;
}

.ninetheme-product-excerpt {
	margin: 0;
}

.ninetheme-has-hidden-cart {
	position: relative;
	overflow: hidden;
	min-height: 33px;
}

.ninetheme-has-hidden-cart .ninetheme-price,
.ninetheme-has-hidden-cart .ninetheme-product-name,
.ninetheme-has-hidden-cart .ninetheme-cart-hidden {
	-moz-transition: all ease 0.25s;
	-webkit-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	-ms-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

.ninetheme-has-hidden-cart .ninetheme-btn-small,
.ninetheme-block-right .ninetheme-btn-small {
	color: var(--ninetheme-dark);
	font-weight: 500;
	font-size: 16px;
}

.outofstock .ninetheme-btn-small {
	text-decoration: underline;
}

.ninetheme-has-hidden-cart .ninetheme-price {
	display: block;
}

.ninetheme-cart-hidden {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.ninetheme-product:hover .ninetheme-cart-hidden {
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.ninetheme-product:hover .ninetheme-has-hidden-cart .ninetheme-price,
.ninetheme-product:hover .ninetheme-has-hidden-cart .ninetheme-product-name {
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}

.ninetheme-product-list .ninetheme-cart-hidden.ninetheme-mini-icon {
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}

.ninetheme-loop-item-list-wrapper {
	position: relative;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 30px;
	border: 1px solid var(--ninetheme-gray);
	-moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
}

.ninetheme-loop-item-list-wrapper .ninetheme-product {
	margin-bottom: 0px;
	align-items: center;
}

.ninetheme-loop-item-list-wrapper .ninetheme-product-labels {
	position: absolute;
	top: 15px;
	left: 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ninetheme-loop-item-list-wrapper .ninetheme-product .ninetheme-thumb-wrapper .ninetheme-stock-status {
	left: auto;
}

.ninetheme-loop-item-list-wrapper .ninetheme-thumb-wrapper {
	margin-bottom: 0px;
}

.ninetheme-loop-item-list-wrapper .ninetheme-btn {
	background-color: transparent !important;
	color: var(--ninetheme-dark);
	border: 0;
	padding: 0;
	height: auto;
	justify-content: flex-start;
	text-transform: uppercase;
	font-size: 11px;
}

.ninetheme-loop-item-list-wrapper .ninetheme-price-cart {
	margin-top: 25px;
}

.ninetheme-product .ninetheme-price {
	font-weight: 400;
}

.ninetheme-product span.del>span {
	text-decoration: underline;
}

.ninetheme-loop-item-list-wrapper a.product-link.has-images {
	position: relative;
	overflow: hidden;
	display: block;
}

.ninetheme-cart-hidden .ninetheme-btn {
	width: 100%;
	font-size: 16px;
	width: 100%;
	display: block;
	padding: 0;
	color: var(--ninetheme-dark);
}

.woocommerce div.product .ninetheme-product form.cart {
	margin-bottom: 0;
	width: 100%;
}

.woocommerce div.product .ninetheme-product form.cart div.quantity {
	margin: 0px;
	float: none;
	max-width: 100%;
	position: absolute;
	height: 33px;
	z-index: 0;
}

.woocommerce div.product .ninetheme-product form.cart.added-cart div.quantity {
	z-index: 1;
}

.ninetheme-product .quantity-button.plus,
.ninetheme-product .quantity-button.minus {
	background: var(--ninetheme-dark);
}

.ninetheme-product .view-cart,
.woocommerce.ninetheme-product a.added_to_cart,
.ninetheme-product .added_to_cart {
	display: none;
}

.ninetheme-swatches-static {
	margin-top: 10px;
}

.ninetheme-swatches-static:empty {
	display: none;
}

.ninetheme-loop-product-buttons-static {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.ninetheme-loop-product-buttons-static .ninetheme-product-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 40px;
	background: var(--ninetheme-gray-soft);
}

.ninetheme-loop-product-buttons-static .ninetheme-product-button:hover {
	color: var(--ninetheme-light);
	background: var(--ninetheme-dark);
}

.ninetheme-loop-product-buttons-hover {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -36px;
	top: 10px;
	opacity: 0;
	-moz-transition: all ease 0.25s;
	-webkit-transition: all ease 0.25s;
	-o-transition: all ease 0.25s;
	-ms-transition: all ease 0.25s;
	transition: all ease 0.25s;
	z-index: 2;
}

.ninetheme-product:hover .ninetheme-loop-product-buttons-hover {
	right: 15px;
	opacity: 1;
}

.ninetheme-product .ninetheme-loop-product-buttons-hover.loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: none;
	transform: none;
}

.ninetheme-product .ninetheme-loop-product-buttons-hover.loading .loading-wrapper {
	background: rgba(255, 255, 255, 0.95);
}

.ninetheme-product-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--ninetheme-gray-soft);
}

.ninetheme-product-button:hover, .ninetheme-product-button:hover svg {
	color: var(--ninetheme-primary);
	fill: var(--ninetheme-primary);
}

.ninetheme-loop-product-buttons-hover .ninetheme-product-button {
	width: 36px;
	height: 36px;
	border-radius: 40px;
	margin-top: 10px;
}

.ninetheme-loop-product-buttons-hover .ninetheme-product-button .ninetheme-svg-icon {
	max-width: 18px;
}

.ninetheme-loop-product-buttons-hover .ninetheme-product-button:first-child {
	margin-top: 0px;
}

.ninetheme-add-to-cart-btn.ninetheme-product-button {
	position: relative;
	overflow: hidden;
}

.ninetheme-add-to-cart-btn.ninetheme-product-button>a:first-child {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.ninetheme-price-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ninetheme-block-right.ninetheme-mini-icon {
	display: inline-flex;
	justify-content: flex-end;
}

.ninetheme-mini-icon .ninetheme-product-button {
	width: 27px;
	height: 27px;
	border-radius: 27px;
	cursor: pointer;
}

.ninetheme-mini-icon .ninetheme-product-button.cart-icon {
	position: relative;
}

.ninetheme-mini-icon .ninetheme-product-button.cart-icon a.ninetheme-btn {
	position: absolute;
	font-size: 0;
	width: 100%;
	height: 100%;
	border: 0;
	min-width: auto;
	background: transparent;
}

.ninetheme-mini-icon .ninetheme-product-button:not(:first-child) {
	margin-left: 5px;
}

.ninetheme-mini-icon svg {
	max-width: 15px;
	max-height: 15px;
}

.ninetheme-title-buttons-static .ninetheme-mini-icon {
	margin-top: 10px;
}

.ninetheme-product-button.added {
	background: var(--ninetheme-green);
	color: var(--ninetheme-light);
}

.ninetheme-product-button.added svg {
	fill: var(--ninetheme-light);
}

.ninetheme-product-button.added:hover {
	opacity: 0.7;
}

.ninetheme-title-block .ninetheme-block-left {
	flex: 0 0 60%;
}

.ninetheme-title-block.ninetheme-title-buttons .ninetheme-block-left {
	flex: 0 0 100%;
}

.ninetheme-title-rating .ninetheme-block-left {
	flex: 0 0 75%;
}

.ninetheme-title-rating .ninetheme-block-right {
	align-items: center;
}

.woocommerce .products .ninetheme-price-rating .star-rating,
.woocommerce .products .ninetheme-title-rating .star-rating {
	margin: 0;
}

.ninetheme-cart-buttons.ninetheme-inline-two-block,
.ninetheme-title-cart.ninetheme-inline-two-block,
.ninetheme-title-price.ninetheme-inline-two-block,
.ninetheme-title-rating.ninetheme-inline-two-block {
	align-items: center;
	justify-content: space-between;
}

.ninetheme-btn-text {
	position: relative;
	color: var(--ninetheme-dark);
}

.ninetheme-btn-text a:hover {
	position: relative;
	color: var(--ninetheme-primary);
}

.ninetheme-btn-text .ajax_add_to_cart.added {
	color: var(--ninetheme-primary);
}

.ninetheme-title-cart .ninetheme-btn-text .view-cart {
	margin-top: 0px;
	margin-left: 10px;
}

.ninetheme-btn-text a:after {
	content: '';
	height: 2px;
	width: 0;
	background-color: currentColor;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: width .25s;
	transition: width .25s;
}

.ninetheme-btn-text a:hover:after {
	width: 100%;
}

.ninetheme-cart-buttons .ninetheme-block-left .ninetheme-btn,
.ninetheme-cart-buttons .ninetheme-block-left .ninetheme-btn.view-cart {
	min-width: auto;
	margin-top: 0;
}

.ninetheme-cart-buttons .ninetheme-block-left .ninetheme-btn.view-cart {
	margin-left: 5px;
}

.ninetheme-loop-slider.swiper-container-horizontal>.swiper-pagination-bullets {
	width: auto;
	left: auto;
	right: 10px;
}

.ninetheme-loop-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 9px;
	right: 0;
	width: auto;
	text-align: right;
	padding: 0 10px;
}

.woocommerce.ninetheme-product .swiper-pagination-bullets .swiper-pagination-bullet:before {
	width: 1px;
	height: 1px;
}

.ninetheme-product .ninetheme-thumb-wrapper.ninetheme-thumb-slider .ninetheme-stock-status {
	z-index: 1;
}

.ninetheme-swatches-hover {
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	opacity: 0;
}

.woosv_color .ninetheme-product .ninetheme-swatches-hover .variations .wpcvs-type-color .wpcvs-term {
	background: transparent;
}

.ninetheme-product .ninetheme-swatches-hover .variations .reset {
	position: relative;
	bottom: auto;
	right: auto;
}

.ninetheme-product .ninetheme-swatches-hover .variations .reset a {
	border: 2px solid var(--ninetheme-dark);
	color: var(--ninetheme-dark);
	text-align: center;
	padding: 3px 10px;
	line-height: 1;
	width: 100%;
	display: block;
}

.ninetheme-product .ninetheme-swatches-hover .variations .reset a:hover {
	background-color: var(--ninetheme-dark);
	color: var(--ninetheme-light);
}

.ninetheme-product.added-term .ninetheme-thumb-slider .ninetheme-swatches-hover,
.ninetheme-product:hover .ninetheme-thumb-slider .ninetheme-swatches-hover {
	opacity: 1;
}

.ninetheme-product.added-term .ninetheme-thumb-slider.has-swatches .swiper-pagination {
	opacity: 0;
}

.ninetheme-product .ninetheme-thumb-slider .ninetheme-product-labels {
	z-index: 1;
}

.ninetheme-product-type-5 .ninetheme-price-buttons {
	margin-bottom: 5px;
}

.ninetheme-loop-product-buttons-mobile {
	display: none;
}

.ninetheme-product-type-7 .ninetheme-loop-product-buttons-static,
.ninetheme-product-type-7 .ninetheme-thumb-wrapper {
	margin: 0;
}

.ninetheme-product-type-7 .ninetheme-loop-product-buttons-static {
	margin: 0 0 5px;
	background: var(--ninetheme-dark);
	padding: 5px 15px;
	border-top: 3px solid var(--ninetheme-primary);
}

.ninetheme-loop-product-buttons-mobile .ninetheme-product-button,
.ninetheme-product-type-7 .ninetheme-loop-product-buttons-static .ninetheme-product-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 40px;
	background: transparent;
}

.ninetheme-loop-product-buttons-mobile .ninetheme-product-button .ninetheme-svg-icon,
.ninetheme-product-type-7 .ninetheme-product-button .ninetheme-svg-icon {
	max-width: 20px;
	max-height: 20px;
	fill: var(--ninetheme-light);
}

.ninetheme-loop-product-buttons-mobile .ninetheme-product-button.added .ninetheme-svg-icon,
.ninetheme-loop-product-buttons-mobile .ninetheme-product-button .ninetheme-svg-icon:hover,
.ninetheme-product-type-7 .ninetheme-product-button.added .ninetheme-svg-icon,
.ninetheme-product-type-7 .ninetheme-product-button .ninetheme-svg-icon:hover {
	fill: var(--ninetheme-primary);
}

.ninetheme-loop-product-buttons-mobile.ninetheme-mini-icon,
.ninetheme-product-type-8 .ninetheme-loop-product-buttons-hover {
	flex-direction: row;
	justify-content: space-between;
	right: auto;
	top: auto;
	bottom: -40px;
	width: 100%;
	padding: 5px 15px;
	background: var(--ninetheme-dark);
}

.ninetheme-loop-item-list-wrapper .ninetheme-loop-product-buttons-hover {
	width: calc(100% - var(--bs-gutter-x));
}

.ninetheme-product-type-8 .ninetheme-product:hover .ninetheme-loop-product-buttons-hover {
	right: auto;
	bottom: 0;
}

.ninetheme-product-type-8 .ninetheme-loop-product-buttons-hover .ninetheme-product-button {
	width: 30px;
	height: 30px;
	border-radius: 0px;
	margin-top: 0;
	background: transparent;
}

.ninetheme-product-type-8 .ninetheme-product-button .ninetheme-svg-icon {
	max-width: 20px;
	max-height: 20px;
	fill: var(--ninetheme-light);
}

.ninetheme-product-type-8 .ninetheme-product-button.added .ninetheme-svg-icon,
.ninetheme-product-type-8 .ninetheme-product-button .ninetheme-svg-icon:hover {
	fill: var(--ninetheme-primary);
}

.product-action-tooltips.tooltipster-sidetip.tooltipster-base {
	height: auto !important;
}

.product-action-tooltips.tooltipster-sidetip.tooltipster-base .tooltipster-content {
	padding: 10px 14px;
	color: var(--ninetheme-light);
	line-height: 1;
	text-align: center;
}

@media(min-width:1025px) {
	.ninetheme-add-to-cart-btn.ninetheme-product-button+.ninetheme-product-button {
		margin-top: 0;
	}
}

@media(max-width:1024px) {
	.ninetheme-before-loop.ninetheme-inline-two-block>div {
		flex: 0 0 auto;
		margin-top: 0px;
	}

	.ninetheme-inline-two-block {
		flex-wrap: wrap;
	}

	.ninetheme-block-left,
	.ninetheme-block-right,
	.ninetheme-title-block .ninetheme-block-left {
		flex: 0 0 100%;
	}

	.ninetheme-block-right,
	.ninetheme-cart-buttons .ninetheme-block-right {
		margin-top: 10px;
	}

	.ninetheme-cart-buttons .ninetheme-block-left {
		flex-wrap: wrap;
	}

	.ninetheme-cart-buttons .ninetheme-btn,
	.ninetheme-cart-buttons .view-cart {
		width: 100%;
	}

	.ninetheme-cart-buttons .view-cart {
		margin-top: 10px;
	}

	.ninetheme-cart-buttons .ninetheme-block-left .ninetheme-btn.view-cart {
		margin-left: 0px;
	}

	.ninetheme-block-right {
		text-align: start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.ninetheme-product .ninetheme-thumb-slider .ninetheme-swatches-hover {
		opacity: 1;
	}

	.ninetheme-price-buttons .ninetheme-block-right.ninetheme-mini-icon {
		justify-content: flex-start;
	}

	.ninetheme-product:hover .ninetheme-cart-hidden {
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}

	.ninetheme-cart-hidden,
	.ninetheme-product:hover .ninetheme-cart-hidden,
	.ninetheme-product:hover .ninetheme-has-hidden-cart .ninetheme-price,
	.ninetheme-product:hover .ninetheme-has-hidden-cart .ninetheme-product-name {
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
		position: relative;
	}

	.ninetheme-product .ninetheme-loop-product-buttons-hover {
		right: 10px;
		opacity: 1;
	}

	.ninetheme-loop-product-buttons-hover,
	.ninetheme-cart-hidden,
	.ninetheme-block-right:empty {
		display: none;
	}

	.ninetheme-loop-product-buttons-mobile .ninetheme-mini-icon .ninetheme-product-button {
		width: 24px;
		height: 24px;
		border-radius: 24px;
	}

	.ninetheme-loop-product-buttons-mobile .ninetheme-mini-icon svg {
		max-width: 14px;
		max-height: 14px;
	}

	.ninetheme-loop-product-buttons-mobile {
		display: flex;
		margin-bottom: 10px;
	}

	.ninetheme-loop-item-list-wrapper .ninetheme-thumb-wrapper {
		margin-bottom: 15px;
	}

	.ninetheme-loop-item-list-wrapper .ninetheme-block-right {
		display: none;
	}

	.ninetheme-loop-item-list-wrapper .ninetheme-price-cart {
		margin-top: 15px;
	}

	.ninetheme-thumb-wrapper {
		margin-bottom: 0px;
	}
}


@media(max-width:480px) {
	.ninetheme-block-right {
		flex-wrap: wrap;
	}

	.ninetheme-loop-product-buttons-hover .ninetheme-product-button {
		width: 25px;
		height: 25px;
	}

	.ninetheme-loop-product-buttons-hover .ninetheme-svg-icon {
		max-width: 18px;
		max-height: 18px;
	}

	.ninetheme-cart-hidden {
		margin-top: 5px;
	}

	.ninetheme-btn {
		min-width: auto;
	}

	.ninetheme-label {
		padding: 2px 7px;
		font-size: 8px;
		letter-spacing: 1px;
	}

	.ninetheme-product-name {
		font-size: 14px;
	}

	.ninetheme-loop-item-list-wrapper .ninetheme-product .ninetheme-btn,
	.ninetheme-product .ninetheme-price {
		font-size: 13px;
	}

	.ninetheme-loop-item-list-wrapper .ninetheme-product-excerpt {
		display: none;
	}

	.ninetheme-loop-item-list-wrapper .ninetheme-price-cart {
		margin-top: 10px;
	}

	.ninetheme-panel-checkout-content-wrapper .ninetheme-checkout-review-order-table .ninetheme-cart-item .product-name {
		max-width: 80px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: right;
	}

	.ninetheme-single-product-type-stretch .ninetheme-breadcrumbs {
		display: none;
	}
}

.wps-form-row input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.wps-form-row textarea {
	width: 100%;
	background-color: #f2f4ec;
	border: none;
	padding: 15px;
}

input[type=checkbox],
input[type=radio] {
	margin: 0;
	line-height: 0;
	margin-right: 5px;
}

/* remove line from nav link */
nav.navbar.transparent-white ul.ul-h.nav-menu>li>a {
	text-decoration: none;
}

/* remove spacing from nav column */
nav.navbar .container .row>div {
	padding: 0;
}

body:not(.edlementor-page) .nav-menu.nav-social i {
	font-family: 'FontAwesome';
}

/*
06 Theme Product End
/////////////////////////////////*/
/*
06 Theme Product Category Grid && Slider Start
/////////////////////////////////*/
/* woo category grid && slider */
.ninetheme-category-content {
	padding: 15px;
	background-color: var(--ninetheme-gray-soft);
}

.ninetheme-category-content .ninetheme-category-title,
.ninetheme-category-content .ninetheme-category-description {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
}

.ninetheme-category-content .ninetheme-category-title+.ninetheme-category-description {
	margin-top: 15px;
	color: var(--ninetheme-dark);
}

.ninetheme-category-content .ninetheme-category-count {
	font-size: 12px;
}

.ninetheme-category-thumb.img-center img {
	margin: 0 auto;
}

.ninetheme-category-thumb.img-right img {
	margin-left: auto;
	margin-right: 0;
}

/*
06 Theme Product Category Grid && Slider End
/////////////////////////////////*/
/*
06 Theme Hero Product Banner
/////////////////////////////////*/
.ninetheme-hero-banner-product-slider .banner-details-col,
.ninetheme-hero-banner-product-slider .banner-image-col {
	align-items: center;
	display: inline-flex;
	justify-content: flex-start;
}

.ninetheme-hero-banner-product-slider .ninetheme-container-xl.container-xl,
.ninetheme-hero-banner-product-slider .hero-banner-slide-row {
	height: 100%;
}

.ninetheme-hero-banner-product-slider .banner-details-wrapper>* {
	width: 100%;
}

.ninetheme-hero-banner-product-slider .product-image-wrapper {
	display: flex;
}

.ninetheme-hero-banner-product-slider .hero-banner-slide-row {
	align-items: stretch;
}

.ninetheme-hero-banner-product-slider .hero-banner-slide-item .banner-details-wrapper {
	padding: 60px;
}

.ninetheme-hero-banner-product-slider .slick-dots {
	text-align: center;
	position: absolute;
	bottom: 40px;
	margin: 0;
}

.ninetheme-hero-banner-product-slider.dots-alingment-center .slick-dots {
	left: 50%;
	transform: translateX(-50%);
}

.ninetheme-hero-banner-product-slider.dots-alingment-left .slick-dots {
	left: 50px;
	right: auto;
	transform: none;
}

.ninetheme-hero-banner-product-slider.dots-alingment-right .slick-dots {
	right: 50px;
	left: auto;
}

/*
06 Theme Hero Product Banner
/////////////////////////////////*/
/*
06 Theme Product Banner
/////////////////////////////////*/
.ninetheme-woo-banner-wrapper {
	position: relative;
	overflow: hidden;
	display: block;
	position: relative;
	overflow: hidden;
}

.ninetheme-woo-banner-wrapper.banner-style-classic .ninetheme-banner-image:before,
.ninetheme-woo-banner-wrapper:not(.banner-style-classic):before {
	content: "";
	background: rgba(57, 57, 58, 0.34);
	z-index: 1;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.ninetheme-woo-banner-wrapper .ninetheme-banner-link {
	z-index: 3;
}

.ninetheme-woo-banner-wrapper .ninetheme-banner-image {
	position: relative;
	overflow: hidden;
	display: block;
	padding-top: 75%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.ninetheme-woo-banner-wrapper:before,
.ninetheme-woo-banner-wrapper .ninetheme-banner-link,
.ninetheme-woo-banner-wrapper .ninetheme-banner-content,
.ninetheme-woo-banner-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.ninetheme-woo-banner-wrapper img {
	min-height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.ninetheme-woo-banner-wrapper:hover img {
	transform: scale(1.2);
}

.ninetheme-woo-banner-wrapper .ninetheme-banner-content {
	padding: 30px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ninetheme-banner-content-top {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: center;
}

.ninetheme-woo-banner-wrapper:not(.banner-style-classic) .ninetheme-banner-content,
.ninetheme-woo-banner-wrapper:not(.banner-style-classic) .ninetheme-banner-title {
	color: var(--ninetheme-light);
}

.ninetheme-woo-banner-wrapper .ninetheme-banner-title {
	margin: 0;
}

.ninetheme-woo-banner-wrapper .banner-content-item {
	display: block;
	margin: 0;
	line-height: 1;
}

.ninetheme-woo-banner-wrapper span.ninetheme-banner-button {
	display: inline-block;
	padding: 10px 15px;
	color: var(--ninetheme-light);
	background: var(--ninetheme-dark);
}

.ninetheme-woo-banner-wrapper .banner-content-item+.banner-content-item {
	margin-top: 15px;
}

.ninetheme-woo-banner-wrapper.banner-style-card-hover .ninetheme-banner-content .banner-content-item {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.ninetheme-woo-banner-wrapper.banner-style-card-hover:hover .ninetheme-banner-content .banner-content-item+.banner-content-item {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.ninetheme-woo-banner-wrapper.banner-style-card-hover:hover .ninetheme-banner-content>div>* {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.ninetheme-woo-banner-wrapper.banner-style-classic .ninetheme-banner-content {
	position: relative;
}

.ninetheme-woo-banner-wrapper.banner-style-classic .ninetheme-banner-content {
	position: relative;
}

.ninetheme-woo-banner-iframe-container {
	position: relative;
}

.ninetheme-woo-banner-iframe-wrapper {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	direction: ltr;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	pointer-events: none;
}

.ninetheme-woo-banner-iframe-wrapper iframe,
.ninetheme-woo-banner-iframe-wrapper video {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 110%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: none !important;
}

.ninetheme-products-column,
.shop-cat-banner-template-wrapper {
	position: relative;
	overflow: hidden;
}

/*
06 Theme Product Banner
/////////////////////////////////*/
/*
06 Theme Testimonial Slider Start
/////////////////////////////////*/
.ninetheme-testimonials .slick-list {
	padding: 0 !important;
}

.ninetheme-testimonials .ninetheme-testimonial-content p {
	font-size: 22px;
	line-height: 1.75;
}

.ninetheme-testimonials .ninetheme-testimonial-info .name {
	margin: 0;
}

.ninetheme-testimonials .ninetheme-testimonial-info img {
	border-radius: 100%;
	display: inline-block;
}

.ninetheme-testimonial-1 .ninetheme-testimonial-content {
	margin-top: 40px;
}

.ninetheme-testimonial-1 {
	text-align: center;
}

.ninetheme-testimonial-1.align-right {
	text-align: right;
}

.ninetheme-testimonial-1.align-left {
	text-align: left;
}

.ninetheme-testimonial-1 .ninetheme-testimonial-info img {
	margin-bottom: 20px;
}

.ninetheme-testimonial-2 .ninetheme-testimonial-avatar,
.ninetheme-testimonial-3 .ninetheme-testimonial-avatar {
	margin-right: 30px;
}

.ninetheme-testimonial-2 .ninetheme-testimonial-content {
	margin-bottom: 40px;
}

.ninetheme-testimonial-2 .ninetheme-testimonial-info,
.ninetheme-testimonial-3 .ninetheme-testimonial-info {
	text-align: left;
	width: 100%;
	justify-content: center;
}

.ninetheme-testimonial-2.align-right .ninetheme-testimonial-info.ninetheme-flex,
.ninetheme-testimonial-3.align-right .ninetheme-testimonial-info.ninetheme-flex {
	flex-direction: row-reverse;
	justify-content: flex-start;
	text-align: right;
}

.ninetheme-testimonial-2.align-left .ninetheme-testimonial-info.ninetheme-flex,
.ninetheme-testimonial-3.align-left .ninetheme-testimonial-info.ninetheme-flex {
	justify-content: flex-start;
}

.ninetheme-testimonial-2.align-right .ninetheme-testimonial-info.ninetheme-flex .ninetheme-testimonial-avatar,
.ninetheme-testimonial-3.align-right .ninetheme-testimonial-info.ninetheme-flex .ninetheme-testimonial-avatar {
	margin-right: 0;
	margin-left: 30px;
}

.ninetheme-testimonial-3 .ninetheme-testimonial-content {
	margin-top: 40px;
}

/*
06 Theme Testimonial Slider End
/////////////////////////////////*/
/*
06 Theme Product Tab Slider Start
/////////////////////////////////*/
.swiper-slide>[class^="col-"],
.swiper-slide>[class*=" col-"] {
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 !important;
}

.ninetheme-tab-nav {
	display: flex;
	flex-wrap: wrap;
}

.ninetheme-tab-nav-item {
	color: var(--ninetheme-dark);
	position: relative;
	padding-bottom: 5px;
	overflow: hidden;
	cursor: pointer;
}

.ninetheme-tab-nav-item:hover,
.ninetheme-tab-nav-item.is-active {
	color: currentColor;
}

.ninetheme-tab-nav-item:after {
	content: "";
	width: 0;
	position: absolute;
	bottom: 0;
	left: -2px;
	height: 2px;
	background-color: currentColor;
	-webkit-transition: width .25s;
	transition: width .25s;
}

.ninetheme-tab-nav-item:hover:after,
.ninetheme-tab-nav-item.is-active:after {
	width: 100%;
	left: 0;
}

.ninetheme-tab-nav-item:not(:last-child) {
	margin-right: 20px;
}

.ninetheme-tab-page {
	display: none;
	margin-top: 30px;
	position: relative;
}

.ninetheme-tab-page.is-active {
	display: block;
}

@media (max-width : 768px) {
	.ninetheme-tab-page:not(.is-active) {
		display: none;
	}

	.ninetheme-tab-nav .ninetheme-tab-nav-item {
		margin: 0 20px 0 0;
		padding-bottom: 5px;
	}
}

/*
06 Theme Product Tab Slider End
/////////////////////////////////*/
/*
06 Theme Single Post Page Start
/////////////////////////////////*/
form#commentform {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .form-submit,
.comment-form .comment-form-rating,
.comment-form .comment-form-cookies-consent,
.comment-form .comment-form-images {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
}

.comment-form>div,
.comment-form>p {
	flex: 1 1 220px;
	padding-right: 10px;
	padding-left: 10px;
}

.comment-form input:not(.btn):not([type=checkbox]) {
	margin-bottom: 0px;
}

p.comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
}

.post--data p.comment-form-cookies-consent {
	align-items: center;
	margin-top: 0;
}

.post--data .comment-form-comment {
	margin: 0;
}

.post--data #respond p.form-submit {
	margin: 0;
}

p.comment-form-cookies-consent input#wp-comment-cookies-consent {
	margin-right: 10px;
}

p.comment-form-cookies-consent label {
	width: auto;
	margin: 0;
	line-height: 1;
}

.comment-form input#submit {
	width: auto;
	line-height: 1;
	min-width: 150px;
	border: 0px;
}

#nt-single .blog-post-meta {
	margin: 30px 0 20px;
}

/* commentform */
/*
06 Theme Single Post Page End

/*
06 Tooltip
/////////////////////////////////*/
button[aria-label][data-balloon-pos] {
	overflow: visible;
}

[aria-label][data-balloon-pos] {
	position: relative;
	cursor: pointer;
}

[aria-label][data-balloon-pos]:after {
	opacity: 0;
	pointer-events: none;
	transition: all 0.18s ease-out 0.18s;
	text-indent: 0;
	font-weight: normal;
	font-style: normal;
	text-shadow: none;
	font-size: 12px;
	background: rgba(16, 16, 16, 0.95);
	border-radius: 2px;
	color: var(--ninetheme-light);
	border-radius: 4px;
	content: attr(aria-label);
	padding: .5em 1em;
	position: absolute;
	white-space: nowrap;
	z-index: 10;
}

[aria-label][data-balloon-pos]:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: rgba(16, 16, 16, 0.95);
	opacity: 0;
	pointer-events: none;
	transition: all 0.18s ease-out 0.18s;
	content: "";
	position: absolute;
	z-index: 10;
}

[aria-label][data-balloon-pos]:hover:before, [aria-label][data-balloon-pos]:hover:after,
[aria-label][data-balloon-pos][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-visible]:after,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
	opacity: 1;
	pointer-events: none;
}

[aria-label][data-balloon-pos].font-awesome:after {
	font-family: FontAwesome, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

[aria-label][data-balloon-pos][data-balloon-break]:after {
	white-space: pre;
}

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
	white-space: pre-line;
	word-break: break-word;
}

[aria-label][data-balloon-pos][data-balloon-blunt]:before,
[aria-label][data-balloon-pos][data-balloon-blunt]:after {
	transition: none;
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:after {
	transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:before {
	transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:after {
	left: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:before {
	left: 5px;
}

[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:after {
	right: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:before {
	right: 5px;
}

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos*="-left"][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:after {
	transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos*="-left"][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:before {
	transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos^="up"]:before,
[aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
	bottom: 100%;
	transform-origin: top;
	transform: translate(0, var(--balloon-move));
}

[aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
	margin-bottom: 10px;
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:before,
[aria-label][data-balloon-pos][data-balloon-pos="up"]:after {
	left: 50%;
	transform: translate(-50%, var(--balloon-move));
}

[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before,
[aria-label][data-balloon-pos][data-balloon-pos^="down"]:after {
	top: 100%;
	transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos^="down"]:after {
	margin-top: 10px;
}

[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: rgba(16, 16, 16, 0.95);
}

[aria-label][data-balloon-pos][data-balloon-pos="down"]:after,
[aria-label][data-balloon-pos][data-balloon-pos="down"]:before {
	left: 50%;
	transform: translate(-50%, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:after {
	transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:before {
	transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:after,
[aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
	right: 100%;
	top: 50%;
	transform: translate(var(--balloon-move), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:after {
	margin-right: 10px;
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: rgba(16, 16, 16, 0.95);
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]:after,
[aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
	left: 100%;
	top: 50%;
	transform: translate(calc(var(--balloon-move) * -1), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]:after {
	margin-left: 10px;
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: rgba(16, 16, 16, 0.95);
}

[aria-label][data-balloon-pos][data-balloon-length]:after {
	white-space: normal;
}

[aria-label][data-balloon-pos][data-balloon-length="small"]:after {
	width: 80px;
}

[aria-label][data-balloon-pos][data-balloon-length="medium"]:after {
	width: 150px;
}

[aria-label][data-balloon-pos][data-balloon-length="large"]:after {
	width: 260px;
}

[aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
	width: 380px;
}

@media screen and (max-width: 768px) {
	[aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
		width: 90vw;
	}
}

[aria-label][data-balloon-pos][data-balloon-length="fit"]:after {
	width: 100%;
}

/*
06 Tooltip
/////////////////////////////////*/
/*
06 Tooltip Pointer
/////////////////////////////////*/
.ninetheme-pointer-wrapper {
	position: relative;
	overflow: hidden;
	min-height: 500px;
}

.ninetheme-pointer-wrapper .ninetheme-pointer {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	top: 50%;
	left: 50%;
	background-color: var(--ninetheme-dark);
	color: var(--ninetheme-light);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	cursor: pointer;
	transition: all .3s linear 0s;
	transition-duration: .15s;
}

.ninetheme-pointer-wrapper .ninetheme-pointer.has-pulse:before {
	content: "";
	width: 46px;
	height: 46px;
	position: absolute;
	top: -8px;
	left: -8px;
	border: 2px solid;
	border-radius: 100%;
	-webkit-animation: doublePulse 1.5s ease infinite;
	animation: doublePulse 1.5s ease infinite;
	z-index: 0;
	border-color: var(--ninetheme-dark);
}

.tooltipster-base .ninetheme-product:not(.row) {
	margin-bottom: 0;
}

.tooltipster-base a:hover {
	opacity: 1;
}

.tooltipster-base .ninetheme-btn-small {
	padding: 0;
}

.tooltipster-sidetip.tooltipster-base .tooltipster-content {
	color: inherit;
	line-height: inherit;
	padding: 20px;
}

@-webkit-keyframes doublePulse {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes doublePulse {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

/*
06 Tooltip Pointer
/////////////////////////////////*/
.ninetheme-swiper-theme-style.nav-type-both .ninetheme-slider-title-wrapper.nav-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.ninetheme-swiper-theme-style .ninetheme-slider-nav-title {
	margin-bottom: 0px;
	margin-right: 40px;
}

.ninetheme-swiper-slider-wrapper.nav-type-both .ninetheme-slider-nav,
.ninetheme-swiper-theme-style.nav-type-both .ninetheme-slider-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ninetheme-swiper-slider-wrapper.nav-type-both .ninetheme-tab-nav-inner,
.ninetheme-swiper-theme-style.nav-type-both .ninetheme-slider-nav.nav-top {
	margin-bottom: 30px;
}

.ninetheme-swiper-slider-wrapper.nav-type-both .ninetheme-slider-nav.nav-bottom,
.ninetheme-swiper-theme-style.nav-type-both .ninetheme-slider-nav.nav-bottom {
	margin-top: 30px;
}

.ninetheme-swiper-theme-style.nav-type-both .swiper-pagination-bullets {
	width: auto;
	margin: 0 15px;
}

.ninetheme-swiper-slider-wrapper.nav-type-both .swiper-button-prev:hover,
.ninetheme-swiper-slider-wrapper.nav-type-both .swiper-button-next:hover,
.ninetheme-swiper-slider-wrapper.nav-type-both .swiper-button-prev,
.ninetheme-swiper-slider-wrapper.nav-type-both .swiper-button-next,
.ninetheme-swiper-theme-style.nav-type-both .swiper-button-prev:hover,
.ninetheme-swiper-theme-style.nav-type-both .swiper-button-next:hover,
.ninetheme-swiper-theme-style.nav-type-both .swiper-button-prev,
.ninetheme-swiper-theme-style.nav-type-both .swiper-button-next {
	background-image: none;
	background: none;
	border: none;
	color: var(--ninetheme-dark);
	width: auto;
	height: auto;
	border-radius: 0;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	margin: 0;
	transform: none;
	opacity: 1;
}

.ninetheme-swiper-slider-wrapper.nav-type-both:hover .swiper-button-prev,
.ninetheme-swiper-slider-wrapper.nav-type-both:hover .swiper-button-next {
	left: auto;
	right: auto;
	transform: none;
}

.ninetheme-swiper-slider-wrapper.nav-type-both .ninetheme-tab-nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ninetheme-swiper-slider-wrapper.nav-type-both .swiper-button-prev:after,
.ninetheme-swiper-slider-wrapper.nav-type-both .swiper-button-next:after {
	font-size: 15px;
	width: auto;
	height: auto;
}

.ninetheme-swiper-slider-wrapper.nav-type-both .swiper-pagination {
	position: relative;
	top: auto;
	bottom: auto;
	width: auto;
	margin: 0 15px;
}

.ninetheme-swiper-slider-wrapper.nav-type-both .ninetheme-slider-nav:not(.is-active) {
	display: none;
}


@media only screen and (max-width: 600px) {

	.has-sticky-header.scroll-start .ninetheme-header-mobile,
	.has-sticky-header.scroll-start .ninetheme-header-mobile-top {
		top: 0;
	}

	.has-sticky-header.scroll-start .ninetheme-header-mobile {
		height: 100%;
	}
}

@media(max-width:576px) {

	.ninetheme-swiper-slider-wrapper.nav-type-both .ninetheme-tab-nav-inner,
	.ninetheme-swiper-theme-style.nav-type-both .ninetheme-slider-title-wrapper.nav-top {
		flex-direction: column;
	}

	.ninetheme-swiper-slider-wrapper.nav-type-both .ninetheme-tab-nav-inner .ninetheme-slider-nav,
	.ninetheme-swiper-theme-style.nav-type-both .ninetheme-slider-nav-title+.ninetheme-slider-nav {
		margin-top: 20px;
	}

	.ninetheme-swiper-theme-style.nav-type-both .ninetheme-slider-nav-title {
		margin: 0px;
	}
}

@media only screen and (max-width: 490px) {
	.ninetheme-header-mobile-content .ninetheme-header-slide-menu {
		padding: 5px 35px 20px;
	}

	li.sliding-menu-inner {
		max-height: 300px;
	}

	.ninetheme-sidemenu-lang-switcher li.sliding-menu-inner {
		max-height: 100px;
	}

	.ninetheme-sidemenu-lang-switcher {
		margin-top: 20px;
	}

	.ninetheme-sidemenu-copyright {
		bottom: 20px;
		width: calc(100% - 50px);
	}

	.ninetheme-sidemenu-copyright a {
		font-weight: 600;
	}

	.ninetheme-header-mobile.has-bar {
		flex-direction: column;
		width: 100%;
	}

	.ninetheme-panel-close {
		margin-bottom: 0px;
	}

	.ninetheme-header-mobile-sidebar {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		height: 70px;
		padding: 0 25px;
		align-items: center;
		position: relative;
		z-index: 1;
	}

	.ninetheme-mfp-close, .ninetheme-filter-close,
	.ninetheme-panel-close-button {
		border-width: 8px;
		width: 35px;
		height: 35px;
		padding: 0;
	}

	.ninetheme-header-mobile-content {
		padding-left: 35px;
		padding-right: 35px;
	}

	.ninetheme-header-mobile-sidebar-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.action-content {
		padding: 25px;
	}

	.ninetheme-header-mobile-sidebar-inner {
		align-items: flex-end;
		flex: 1;
	}

	.sidebar-top-action .top-action-btn {
		margin: 0px;
	}

	.sidebar-top-action {
		display: flex;
		flex: 0 0 90%;
		width: 90%;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		margin-top: 1px;
	}

	.sidebar-top-action .top-action-btn {
		height: 35px;
		width: 35px;
	}

	.top-action-btn .ninetheme-wc-count {
		width: 18px;
		height: 18px;
		left: 8px;
		top: auto;
		bottom: 0px;
		font-size: 9px;
	}

	.ninetheme-header-mobile .ninetheme-header-mobile-sidebar svg {
		max-width: 20px;
		max-height: 20px;
	}

	.top-action-btn[data-name="menu"] {
		flex: 0 0 20%;
		width: 20%;
		text-align: left;
	}

	.ninetheme-header-mobile-sidebar-bottom {
		position: absolute;
		top: 70px;
		background: var(--ninetheme-gray-soft);
		width: 100%;
		left: 0;
		padding: 10px;
		opacity: 0;
		visibility: hidden;
		border-top: 1px solid var(--ninetheme-gray);
		-moz-transform: translateX(-150%);
		-ms-transform: translateX(-150%);
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
		will-change: transform;
	}

	.ninetheme-header-mobile-sidebar-bottom.active {
		opacity: 1;
		visibility: visible;
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transition: opacity 0.75s ease, transform 0.75s ease;
		transition: opacity 0.75s ease, transform 0.75s ease;
	}

	.sidebar-bottom-socials a {
		margin: 0 10px;
	}

	.sidebar-top-action .share {
		display: flex;
	}

	.ninetheme-header-mobile .ninetheme-header-mobile-sidebar-logo {
		display: none;
	}

	.sidebar-bottom-socials {
		flex-direction: row;
		margin-top: 0;
		justify-content: center;
	}

	.sidebar-bottom-socials i {
		font-size: 18px;
	}

	.cart-empty-actions .ninetheme-btn {
		margin-bottom: 10px;
	}

	.category-area .cat-count {
		top: 0px;
		left: 10px;
		width: 16px;
		height: 16px;
		font-size: 10px;
	}

	.ninetheme-loop-product-buttons-mobile.ninetheme-mini-icon,
	.ninetheme-product-type-8 .ninetheme-loop-product-buttons-hover {
		padding: 5px;
	}

	.ninetheme-loop-product-buttons-mobile .ninetheme-product-button,
	.ninetheme-product-type-7 .ninetheme-loop-product-buttons-static .ninetheme-product-button {
		width: 25px;
		height: 25px;
	}

	.ninetheme-product-type-8 .ninetheme-product-button .ninetheme-svg-icon {
		max-width: 15px;
		max-height: 15px;
	}
}

.copyright-text {
	color: var(--ninetheme-light);
}

.copyright-text a {
	color: var(--ninetheme-brown);
	font-weight: 600;
	text-decoration: underline;
}

/* Team widget */
.ninetheme-team-image-wraper,
.ninetheme-team-item-inner {
	position: relative;
	overflow: hidden;
}

.ninetheme-team-item .ninetheme-team-item-inner img {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.ninetheme-team-item:hover .ninetheme-team-item-inner img {
	transform: scale(1.1);
}

.ninetheme-team-item.box-type-card .ninetheme-team-details,
.ninetheme-team-item.content-show-hover .ninetheme-team-details {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: calc(100% - 30px);
	padding: 20px;
	opacity: 0;
	-webkit-transition: opacity 0.75s ease, transform 0.75s ease;
	transition: opacity 0.25s ease, transform 0.25s ease;
	z-index: 2;
}

.ninetheme-team-item.box-type-card.content-show-always .ninetheme-team-details {
	opacity: 1;
}

.ninetheme-team-item.box-type-classic.content-show-always .ninetheme-team-details {
	margin-top: 15px;
}

.content-show-hover.box-type-classic .ninetheme-team-details {
	transform: translateY(100%);
	background: var(--ninetheme-light);
	padding: 20px;
}

.ninetheme-team-item.content-show-hover:hover .ninetheme-team-details {
	opacity: 1;
}

.ninetheme-team-item.box-type-card .ninetheme-team-details .ninetheme-team-subtitle,
.ninetheme-team-item.box-type-card .ninetheme-team-details .ninetheme-team-title,
.ninetheme-team-item.box-type-card .ninetheme-team-details .ninetheme-team-description,
.ninetheme-team-item.box-type-card .ninetheme-team-details .ninetheme-team-link {
	color: var(--ninetheme-light);
}

.ninetheme-team-item.content-show-hover.box-type-classic:hover .ninetheme-team-details {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.ninetheme-team-details .ninetheme-team-title {
	margin-bottom: 10px;
}

.ninetheme-team-item.box-type-card .ninetheme-team-item-inner {
	display: block;
	padding-top: 100%;
}

.ninetheme-team-item.box-type-card .ninetheme-team-item-inner img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.ninetheme-team-item.box-type-card .ninetheme-team-item-inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

/* Team widget */
/* Gallery widget */
.ninetheme-gallery-wrapper .ninetheme-gallery-filtering {
	text-align: center;
	margin-bottom: 20px;
	padding: 0;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-filtering span {
	font-weight: 500;
	cursor: pointer;
	position: relative;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-filtering span:not(:first-child) {
	padding-left: 40px;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-filtering span.active {
	color: var(--ninetheme-green);
}

.ninetheme-gallery-wrapper .ninetheme-gallery-filtering span:not(:first-child):before {
	content: '';
	width: 7px;
	height: 7px;
	background: #eee;
	border-radius: 50%;
	position: absolute;
	left: calc(40px / 2 - 3px);
	top: 40%;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-items {
	margin: 0 -15px;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item {
	overflow: hidden;
	position: relative;
	padding: 0 15px;
	margin-bottom: 30px;
	width: 33.33333333%;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--ninetheme-light);
	z-index: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 1s cubic-bezier(1, 0, .55, 1);
	transition: all 1s cubic-bezier(1, 0, .55, 1);
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-overlay.animated {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner>a {
	display: block;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner .ninetheme-gallery-item-info-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(38, 38, 40, .5);
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner:hover .ninetheme-gallery-item-info-wrapper {
	opacity: 1;
	visibility: visible;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner .ninetheme-gallery-item-info {
	opacity: 0;
	padding: 0 15px;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner:hover .ninetheme-gallery-item-info {
	opacity: 1;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner .ninetheme-gallery-item-title {
	font-weight: 600;
	text-transform: lowercase;
}

.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner .ninetheme-gallery-item-info,
.ninetheme-gallery-wrapper .ninetheme-gallery-item-inner .ninetheme-gallery-item-title {
	color: var(--ninetheme-light);
}

/* Features widget */
.features-link {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

/* Gallery grid widget */
/* Gallery slider widget */
.ninetheme-gallery-slider .ninetheme-gallery-post-item-inner {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-box-shadow: 0 40px 30px -40px rgba(0, 0, 0, .3);
	box-shadow: 0 40px 30px -40px rgba(0, 0, 0, .3);
}

.ninetheme-gallery-slider .ninetheme-gallery-post-item.image-type-bg .ninetheme-gallery-post-item-inner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 450px;
}

.ninetheme-gallery-slider .ninetheme-gallery-post-item-inner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-item-inner:after {
	opacity: 1;
}

.ninetheme-gallery-slider .ninetheme-gallery-post-content {
	z-index: 1;
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 0 40px 40px;
}

.ninetheme-gallery-slider .ninetheme-gallery-post-content .ninetheme-gallery-post-category {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	display: block;
}

.ninetheme-gallery-slider .ninetheme-gallery-post-content .ninetheme-gallery-post-title {
	font-weight: 700;
}

.ninetheme-gallery-slider .ninetheme-gallery-post-content .ninetheme-gallery-post-title,
.ninetheme-gallery-slider .ninetheme-gallery-post-content .ninetheme-gallery-post-excerpt,
.ninetheme-gallery-slider .ninetheme-gallery-post-content .ninetheme-gallery-post-category {
	color: #fff;
}

.ninetheme-gallery-slider .ninetheme-gallery-post-content .ninetheme-gallery-post-title,
.ninetheme-gallery-slider .ninetheme-gallery-post-content .ninetheme-gallery-post-excerpt {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-content .ninetheme-gallery-post-category,
.ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-content .ninetheme-gallery-post-title,
.ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-content .ninetheme-gallery-post-excerpt {
	-webkit-transition: all .7s;
	transition: all .7s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-content .ninetheme-gallery-post-excerpt {
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

.ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-content .ninetheme-gallery-post-category,
.ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-content .ninetheme-gallery-post-title,
.ninetheme-gallery-slider .swiper-slide-active .ninetheme-gallery-post-content .ninetheme-gallery-post-excerpt {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Gallery slider widget */

/* bottom mobile menu bar */
.ninetheme-bottom-mobile-nav {
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    bottom: 0;
    left: 0;
    background-color: var(--ninetheme-light);
    -webkit-box-shadow: -2px 2px 45px -20px rgb(0 0 0 / 30%);
    -moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
    box-shadow: -2px 2px 45px -20px rgb(0 0 0 / 30%);
    z-index: 101;
    padding-top: 5px;
    will-change: transform;
    -webkit-transition: opacity 0.25s ease, ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.ninetheme-bottom-mobile-nav,
.ninetheme-overlay-open .ninetheme-bottom-mobile-nav.show-allways,
.ninetheme-overlay-open .ninetheme-bottom-mobile-nav.show-onscroll,
body:not(.scroll-start) .ninetheme-bottom-mobile-nav.show-onscroll {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.ninetheme-bottom-mobile-nav .ninetheme-mobile-nav-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.ninetheme-bottom-mobile-nav .ninetheme-mobile-nav-wrapper>ul {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ninetheme-bottom-mobile-nav .menu-item a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    text-decoration: none;
    color: var(--ninetheme-gray-dark);
}
.ninetheme-bottom-mobile-nav .menu-item svg {
    max-width: 22px;
    max-height: 22px;
}
.ninetheme-bottom-mobile-nav .menu-item i {
    font-size: 20px;
}
.ninetheme-bottom-mobile-nav .menu-item a,
.ninetheme-bottom-mobile-nav .menu-item a span {
    font-size: 12px;
}
.ninetheme-bottom-mobile-nav .menu-item a span.ninetheme-wc-count,
.ninetheme-bottom-mobile-nav .ninetheme-wc-count {
    width: 18px;
    height: 18px;
    left: -17px;
    top: 2px;
    font-size: 9px;
}
.ninetheme-bottom-mobile-nav .counter-right a span.ninetheme-wc-count {
    left: auto;
    right: -17px;
}

@media screen and (max-width: 1280px) {
    .ninetheme-bottom-mobile-nav.active,
    .ninetheme-bottom-mobile-nav.show-allways,
    .scroll-start .ninetheme-bottom-mobile-nav.show-onscroll {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    .has-bottom-mobile-nav .scroll-to-top {
        right: 15px;
        bottom: 80px;
    }
    .has-bottom-mobile-nav .ninetheme-product-bottom-popup-cart.active:not(.relative) {
        bottom: 64px;
    }
    body.bottom-popup-cart-active.has-bottom-mobile-nav .scroll-to-top {
        bottom: 150px;
    }
    body.has-bottom-mobile-nav {
        padding-bottom: 64px;
    }
}
/* bottom mobile menu bar */

/* ajax loading */
@keyframes ninetheme-rotate {
    100% {
        transform: rotate(360deg);
    }
}

form.cart .ninetheme-after-single-cart-button .ninetheme-product-button.loading {
    position: relative;
}
form.cart .ninetheme-after-single-cart-button .ninetheme-product-button.loading:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    opacity: 0;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid var(--ninetheme-dark);
    border-left-color: var(--ninetheme-gray-soft);
    border-radius: 50%;
    vertical-align: middle;
}
form.cart .ninetheme-after-single-cart-button .ninetheme-product-button.loading:after {
    opacity: 1;
    animation: ninetheme-rotate 450ms infinite linear;
}
.ninetheme-ajax-search-results .ninetheme-ajax-product-cart {
    position: absolute;
    right: 0;
    bottom: 15px;
}
.ninetheme-ajax-search-results .ninetheme-ajax-product-cart .ninetheme-btn-text,
.ninetheme-ajax-search-results .ninetheme-ajax-product-cart .added_to_cart.wc-forward{
    padding: 5px 10px;
    background: var(--ninetheme-dark);
    line-height: 1;
    border-radius: 3px;
    font-size: 12px;
    color: var(--ninetheme-light);
    text-align: center;
}
.ninetheme-ajax-search-results .ninetheme-ajax-product-cart .added_to_cart.wc-forward{
    margin-top: 5px;
    background: var(--ninetheme-green-soft);
}
.ninetheme-ajax-search-results .ninetheme-ajax-product-cart .loading-wrapper{
    display: none;
}
.ninetheme-ajax-search-results .ninetheme-ajax-product-cart .ninetheme-btn-text.loading .loading-wrapper{
    display: flex;
}
@media (max-width: 768px) {
    .single-product .ninetheme-mfp-slide-bottom button.mfp-arrow {
        visibility: visible;
        display: block;
    }
}

@media screen and (max-width: 576px) {
    .ninetheme-ajax-search-results .ninetheme-ajax-product-cart {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 10px;
    }
    .ninetheme-ajax-search-results .ninetheme-ajax-product-cart .ninetheme-btn-text,
    .ninetheme-ajax-search-results .ninetheme-ajax-product-cart .added_to_cart.wc-forward {
        padding: 7px 10px;
    }
}
.ninetheme-header-top-right .header-top-buttons + a.menu-item-phone-number {
    margin-left: 20px;
}
.ninetheme-header-top-right a.menu-item-phone-number + .header-top-buttons  {
    margin-left: 20px;
}
.item-shortcode-wrapper>div {
    width: 100%;
}
.ninetheme-product-type-1 .ninetheme-add-to-cart-btn,
.ninetheme-product-type-3 .ninetheme-add-to-cart-btn{
    margin-bottom: 10px;
}
.gallery-menu {
    text-align: center;
    margin-bottom: 40px;
}
.gallery-menu span {
    cursor: pointer;
    position: relative;
}
.gallery-menu span + span {
    margin-left: 15px;
}
.gallery-menu span:hover,
.gallery-menu span.active {
    color: var(--ninetheme-primary);
}
.gallery-menu span:before {
    content: "";
    position: absolute;
    left:0;
    bottom:0;
    width: 0;
    height:2px;
    background-color: currentColor;
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease;
}
.gallery-menu span:hover:before {
    width: 100%;
}

ul#shipping_method {
    list-style: none;
    padding: 0;
}
ul#shipping_method li {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 15px;
}
ul#shipping_method li label {
    margin: 0;
    display: inline-flex;
    justify-content: space-between;
}
.ninetheme-cart-totals-inner .ninetheme-tax-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    line-height: 1;
}
.ninetheme-cart-totals-inner .ninetheme-tax-total,
.ninetheme-cart-totals-inner .woocommerce-Price-amount {
    font-weight: 600;
}
.ninetheme-cart-discount {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid var(--ninetheme-gray);
}

.has-default-header-type-dark .ninetheme-ajax-search-wrapper button.ninetheme-ajax-search-submit {
    background: transparent;
}
.has-default-header-type-dark .cart-item-title .ninetheme-price span,
.has-default-header-type-dark .ninetheme-content-info .ninetheme-price,
.has-default-header-type-dark .ninetheme-ajax-product-title {
    color: var(--ninetheme-light);
}

body:not(.scroll-start) .trans-hover .has-dark-logo .main-logo-dark:not(.sticky-logo),
.has-default-header-type-dark .has-dark-logo .main-logo:not(.sticky-logo),
.has-default-header-type-trans .has-dark-logo .main-logo:not(.sticky-logo),
.has-default-header-type-dark.scroll-start .has-dark-logo .main-logo-dark,
.has-default-header-type-trans.scroll-start .has-dark-logo .main-logo-dark {
    display: none;
}
body:not(.scroll-start) .trans-hover .has-dark-logo .main-logo:not(.sticky-logo),
.has-default-header-type-dark .has-dark-logo .main-logo-dark,
.has-default-header-type-trans .has-dark-logo .main-logo-dark {
    display: block;
}

@media(max-width:576px){
    .ninetheme-popup-search-panel.panel-position-right,
    .ninetheme-popup-search-panel.panel-position-left {
        width: 100%;
        padding: 20px;
    }
}
.ninetheme-compare-notices-wrapper,
.ninetheme-wishlist-notices-wrapper {
    position: fixed;
    z-index: 9999;
}
.ninetheme-compare-notices-wrapper.top-right,
.ninetheme-wishlist-notices-wrapper.top-right {
    top: 0;
    right: 0;
    transform: translateX(100%);
}
.ninetheme-compare-notices-wrapper.top-left,
.ninetheme-wishlist-notices-wrapper.top-left {
    top: 0;
    left: 0;
    transform: translateX(-100%);
}
.ninetheme-compare-notices-wrapper.bottom-right,
.ninetheme-wishlist-notices-wrapper.bottom-right {
    bottom: 0;
    right: 0;
    transform: translateX(100%);
}
.ninetheme-compare-notices-wrapper.bottom-left,
.ninetheme-wishlist-notices-wrapper.bottom-left {
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
}
.ninetheme-compare-notices-wrapper.active,
.ninetheme-wishlist-notices-wrapper.active {
    transform: translateX(0%);
}
.ninetheme-compare-notice,
.ninetheme-wishlist-notice {
    position: relative;
    right: 0;
    padding: 20px;
    transform: translateX(100%);
    margin-bottom: 10px;
    will-change: transform;
    -webkit-transition: opacity 0.25s ease, ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    opacity: 0;
}
.bottom-right .ninetheme-compare-notice,
.bottom-right .ninetheme-wishlist-notice {
    right: 0;
    transform: translateX(100%);
}
.top-right .ninetheme-compare-notice,
.top-right .ninetheme-wishlist-notice {
    right: 0;
    transform: translateX(100%);
}
.bottom-left .ninetheme-compare-notice,
.bottom-left .ninetheme-wishlist-notice {
    left: 0;
    transform: translateX(-100%);
}
.top-left .ninetheme-compare-notice,
.top-left .ninetheme-wishlist-notice {
    left: 0;
    transform: translateX(-100%);
}
.ninetheme-compare-notice.type-1,
.ninetheme-wishlist-notice.type-1 {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-success);
}
.ninetheme-compare-notice.type-2,
.ninetheme-wishlist-notice.type-2 {
    color: var(--ninetheme-dark);
    background-color: var(--ninetheme-light);
    border-top: 4px solid var(--ninetheme-success);
    -webkit-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
    -moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
    box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
}
.ninetheme-compare-notice.type-2.message-inlist,
.ninetheme-wishlist-notice.type-2.message-inlist {
    border-top-color: var(--ninetheme-green);
}
.ninetheme-compare-notice.active,
.ninetheme-wishlist-notice.active {
    transform: translateX(0%);
    opacity: 1;
}
.ninetheme-compare-btn.notices-showed,
.ninetheme-wishlist-btn.notices-showed {
    pointer-events: none;
}
.ninetheme-compare-btn.spinner,
.ninetheme-wishlist-btn.spinner {
    position: relative;
    background-color: var(--ninetheme-light);
}
.ninetheme-compare-btn.spinner svg,
.ninetheme-wishlist-btn.spinner svg{
    opacity: 0;
}
.ninetheme-compare-btn.spinner:after,
.ninetheme-wishlist-btn.spinner:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    opacity: 1;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid var(--ninetheme-light);
    border-left-color: var(--ninetheme-dark);
    border-radius: 50%;
    vertical-align: middle;
    animation: ninetheme-rotate 450ms infinite linear;
}
.ninetheme-product-recently{
    margin-bottom: 30px;
}
