/* 1. Theme default css */
:root {
	--styler-base: #f7ba01;
	--styler-primary: #daa174;
	--styler-light: #fff;
	--styler-red: #f70000;
	--styler-success: #398f14;
	--styler-dark-zero: #000000;
	--styler-dark: #343434;
	--styler-black: #252525;
	--styler-black-soft: #7d7d7d;
	--styler-black-border: #363636;
	--styler-gray: #e2e2e2;
	--styler-gray-dark: #7a7a7a;
	--styler-gray-soft: #f8f9fa;
	--styler-gray-softer: #f7f7f8;
	--styler-bg-soft: #f5f4ee;
    --styler-yellow: #efb443;
	--styler-font: 'Jost', sans-serif;
	--styler-border-radius: 4px;
}
html {
    margin-right: 0 !important;
}
body {
	font-family: var(--styler-font);
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: var(--styler-black-soft);
	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(--styler-black);
	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(--styler-black);
	text-decoration: none;
	opacity: 0.8;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--styler-black);
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
}

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(--styler-black);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

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

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

::selection {
	background: var(--styler-black);
	color: var(--styler-light);
	text-shadow: none;
}

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

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

.styler-perfect-scrollbar>.elementor-container::-webkit-scrollbar-thumb,
.styler-perfect-scrollbar::-webkit-scrollbar-thumb,
.nt-sidebar .nt-sidebar-inner-widget > ul::-webkit-scrollbar-thumb,
li.item-shortcode-li::-webkit-scrollbar-thumb,
li.sliding-menu-inner::-webkit-scrollbar-thumb {
    background-color: var(--styler-dark);
}
.styler-perfect-scrollbar>.elementor-container::-webkit-scrollbar,
.styler-perfect-scrollbar::-webkit-scrollbar,
.nt-sidebar .nt-sidebar-inner-widget > ul::-webkit-scrollbar,
li.item-shortcode-li::-webkit-scrollbar,
li.sliding-menu-inner::-webkit-scrollbar {
    width: 2px;
}
.styler-perfect-scrollbar>.elementor-container::-webkit-scrollbar-track,
.styler-perfect-scrollbar::-webkit-scrollbar-track,
.nt-sidebar .nt-sidebar-inner-widget > ul::-webkit-scrollbar-track,
li.item-shortcode-li::-webkit-scrollbar-track,
li.sliding-menu-inner::-webkit-scrollbar-track {
    background-color: var(--styler-gray);
}

/* 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;
}

.elementor-widget-styler-template-slider,
.elementor-widget-styler-template-slider div[data-elementor-type="section"],
.elementor-widget-styler-template-slider .elementor-widget-container,
.slider-home-onepage.styler-swiper-onepage-style,
.slider-home-onepage.styler-swiper-onepage-style .swiper-container,
.slider-home-onepage.styler-swiper-onepage-style .swiper-container .elementor-top-section {
    width: 100%;
}

.swiper-container:not(.swiper-initialized) .swiper-wrapper {
    gap:15px;
}

.swiper-container:not(.swiper-initialized) .swiper-slide {
    flex-shrink: 1;
    width: 20%;
}

.slider-home-onepage .swiper-container:not(.swiper-initialized) .swiper-slide,
.styler-page-multistep-checkout .swiper-container:not(.swiper-initialized) .swiper-slide,
.styler-product-gallery-main-slider:not(.swiper-initialized) .swiper-slide  {
    flex-shrink: 0;
    width: 100%;
}

.styler-small-title,
.styler-small-title a {
    color: var(--styler-black);
}



/* tooltip */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-left-radius: 0px;
}
.ui-spinner {
  height: 54px;
}
.ui-spinner-input {
  height: 52px;
  padding: 0;
  margin: 0;
  padding-right: 20px;
  padding-left: 30px;
}
.ui-spinner-button {
  cursor: pointer;
}
.ui-tooltip {
  padding: 5px 15px;
}
.ui-tooltip.mini-tooltip {
  line-height: 1;
  padding: 7px 15px;
}
.ui-tooltip:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.ui-tooltip.is-top:after {
  bottom: -10px;
  right: 50%;
  margin-right: -10px;
  border-width: 10px 10px 0 10px;
  border-color: var(--styler-black) transparent transparent transparent;
}
.ui-tooltip.is-right:after {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent var(--styler-black);
}
.ui-tooltip.is-left:after {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-color: transparent var(--styler-black) transparent transparent;
}
.ui-tooltip.is-bottom:after {
  top: -10px;
  right: 50%;
  margin-right: -10px;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--styler-black) transparent;
}
.ui-tooltip.is-top.mini-tooltip:after {
  bottom: -5px;
  right: 50%;
  margin-right: -5px;
  border-width: 5px 5px 0 5px;
  border-color: var(--styler-black) transparent transparent transparent;
}
.ui-tooltip.is-right.mini-tooltip:after {
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent var(--styler-black);
}
.ui-tooltip.is-left.mini-tooltip:after {
  top: 50%;
  left: -5px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-color: transparent var(--styler-black) transparent transparent;
}
.ui-tooltip.is-bottom.mini-tooltip:after {
  top: -5px;
  right: 50%;
  margin-right: -5px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent var(--styler-black) transparent;
}
.ui-tooltip.ui-widget-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-tooltip.ui-widget-content {
  color: var(--styler-light);
  background-color: var(--styler-black);
}
.ui-tooltip.ui-widget.ui-widget-content {
  border: 0;
}
.ui-widget.ui-widget-content {
  border-color: var(--styler-black);
}
.ui-widget-content {
  border-color: var(--styler-black);
  color: var(--styler-light);
}
.ui-widget-content a {
  color: var(--styler-light);
}
.ui-widget-header {
  border-color: var(--styler-black);
  background: var(--styler-black);
  color: var(--styler-light);
  font-weight: 400;
}
.ui-widget-header a {
  color: var(--styler-light);
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: var(--styler-light);
  border-color: var(--styler-black);
  background: var(--styler-black);
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: var(--styler-black);
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  color: var(--styler-light);
  border-color: var(--styler-black);
  background: var(--styler-black);
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: var(--styler-light);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border-color: var(--styler-black);
  background: var(--styler-black);
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border-color: var(--styler-black);
}
/* tooltip */


/* theme buttons */
.styler-button-wrapper {
    display: flex;
}
.styler-button-wrapper.is-full .styler-btn {
    width: 100%;
}
.styler-fullwidth {
    width:100%;
}
.styler-btn {
    height: 38px;
    font-size: 14px;
    font-weight: 400;
    color: var(--styler-light);
    padding: 0 15px;
    min-width: 160px;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border: 0;
}
.styler-btn-text .styler-btn,
.styler-btn-text.styler-btn,
.styler-btn-text .styler-btn:hover,
.styler-btn-text.styler-btn:hover {
    font-size: 13px;
    font-weight: 500;
    color: var(--styler-black);
    padding: 0;
    min-width: auto;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: inline-block;
    background: transparent;
    border: none;
    height: auto;
}
.styler-btn-text .styler-btn:hover,
.styler-btn-text.styler-btn:hover {
    color: var(--styler-primary);
}
.styler-input-large,
.styler-btn-large {
    height: 45px;
    font-size:16px;
}
.styler-input-medium,
.styler-btn-medium {
    height: 38px;
    font-size: 14px;
}
.styler-input-small,
.styler-btn-small {
    height: 33px;
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
}

/* input helper class*/
.styler-input {
    padding: 0 15px;
}
.styler-input-large {
    height: 48px;
}
.styler-input-medium {
    height: 38px;
    font-size: 14px;
}
.styler-input-small {
    height: 33px;
    font-size: 13px;
    min-width: 160px;
}


/* background color */
.styler-bg {
   background: var(--styler-bg-soft);
}
.styler-bg-primary {
    color: var(--styler-light);
    border-color: var(--styler-primary);
    background-color: var(--styler-primary);
}
.styler-bg-primary:hover {
    color: var(--styler-light);
}
.styler-bg-black {
	color: var(--styler-light);
	border-color: var(--styler-black);
	background-color: var(--styler-black);
}

.styler-bg-black:hover {
	color: var(--styler-light);
	opacity: 0.8;
}

.styler-bg-gray {
	color: var(--styler-black);
	border-color: var(--styler-black);
	background-color: var(--styler-black);
}

.styler-bg-gray:hover {
	color: var(--styler-black);
}

.styler-bg-gray-soft {
	color: var(--styler-black);
	border-color: var(--styler-gray-soft);
	background-color: var(--styler-gray-soft);
}

.styler-bg-gray-soft:hover {
	color: var(--styler-black);
}

.styler-bg-gray-softer {
	color: var(--styler-black);
	border-color: var(--styler-gray-softer);
	background-color: var(--styler-gray-softer);
}

.styler-bg-gray-softer:hover {
	color: var(--styler-black);
}

/* bordered button */
.styler-btn-border {
	background-color: var(--styler-light);
	border: 2px solid var(--styler-black);
	color: var(--styler-black);
}

.styler-btn-border-primary {
	background-color: var(--styler-light);
	color: var(--styler-black);
	border: 2px solid var(--styler-primary);
}

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

.styler-btn-border-black {
	background-color: var(--styler-light);
	color: var(--styler-black);
	border: 0;
	display: block;
	padding: 0;
}

.styler-btn-border-black:hover {
	color: var(--styler-light);
	background-color: var(--styler-black);
}

.styler-btn-border-gray {
	background-color: var(--styler-light);
	color: var(--styler-black);
	border: 2px solid var(--styler-black);
}

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

.styler-btn-border-gray-soft {
	background-color: var(--styler-light);
	color: var(--styler-black);
	border: 2px solid var(--styler-soft);
}

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

.styler-btn-border-gray-softer {
	background-color: var(--styler-light);
	color: var(--styler-black);
	border: 2px solid var(--styler-gray-softer);
}

.styler-btn-border-gray-softer:hover {
	background-color: var(--styler-gray-softer);
}

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

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

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

.styler-list-disc li:after,
ul.styler-list-disc li:after {
	position: absolute;
	top: 13px;
	left: -17px;
	padding: 0;
	background: var(--styler-black);
	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;
}

.styler-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(--styler-black);
}

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

.scroll-start .styler-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 */
.styler-page-hero {
	background-position: center;
	background-size: cover;
	height: 150px;
	background-color: var(--styler-gray-soft);
	display: flex;
	align-items: center;
}

.styler-page-hero-content h2 {
	text-transform: capitalize;
	margin-bottom: 0px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

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

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

@media (max-width: 768px) {
	.styler-page-hero.page-hero-mini .styler-page-hero-content {
		flex-direction: column;
	}
    .styler-page-hero.page-hero-mini {
        height: 130px;
    }
    .styler-page-hero.page-hero-mini .styler-page-hero-content h2 {
		margin: 0 0 10px 0;
		text-align: center;
	}
}


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

.styler-breadcrumb li,
.styler-breadcrumb li a {
	display: inline-block;
	color: var(--styler-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(--styler-gray);
    border-radius: 50%;
    margin-bottom: 2px;
    margin-right: 10px;
    margin-left: 10px;
}
@media (max-width: 576px) {
    .styler-breadcrumb li,
    .styler-breadcrumb li a {
        font-size: 14px;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        margin-right: 5px;
        margin-left: 5px;
    }
}
/* 11. super-deal-area */
.styler-viewed-offer-time .offer-time-text {
	margin-bottom: 5px;
	color: var(--styler-black);
	font-weight: 500;
}

.styler-viewed-offer-time .offer-time-text span {
	color: var(--styler-base);
}

.styler-product-summary .styler-summary-item .styler-coming-time {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--styler-bg-soft);
	padding: 10px 15px;
	border-radius: 4px;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	margin-bottom: 30px;
}
.styler-product-summary .width-full .styler-coming-time {
    width: 100%;
    max-width: none;
}
.styler-product-summary .has-after-text .styler-coming-time {
    margin-bottom: 0;
}

.styler-product-summary .styler-viewed-offer-time.type-1,
.styler-product-summary .styler-viewed-offer-time.type-2,
.styler-product-summary .styler-viewed-offer-time.type-3,
.styler-product-summary .styler-viewed-offer-time.type-4 {
    border: 1px dashed var(--styler-black);
    padding: 20px;
    text-align: center;
    border-radius: 4px;
}
.styler-product-summary .styler-viewed-offer-time.type-1 .styler-coming-time,
.styler-product-summary .styler-viewed-offer-time.type-2 .styler-coming-time,
.styler-product-summary .styler-viewed-offer-time.type-3 .styler-coming-time,
.styler-product-summary .styler-viewed-offer-time.type-4 .styler-coming-time {
    background-color: transparent;
    padding: 0px;
    font-size: 24px;
    margin: 0;
    max-width: none;
}
.styler-product-summary .styler-viewed-offer-time.type-2 .styler-coming-time .time-count>div,
.styler-product-summary .styler-viewed-offer-time.type-3 .styler-coming-time .time-count>div {
    padding: 8px;
    border: 1px solid var(--styler-black);
}
.styler-product-summary .styler-viewed-offer-time.type-3 .styler-coming-time .time-count>div {
    background-color: var(--styler-black);
    color: var(--styler-light);
}
.styler-summary-item.styler-viewed-offer-time.type-4 {
    display: flex;
    align-items: center;
}
.styler-product-summary .styler-viewed-offer-time.type-4 .styler-coming-time-icon {
    margin: 0;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px dashed var(--styler-gray);
}
.styler-product-summary .styler-viewed-offer-time.type-4 svg {
    max-width: 80px;
    max-height: 80px;
}

p.offer-time-text-after {
    margin-top: 5px;
}

.styler-product-summary .styler-summary-item .styler-coming-time.time-finish {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 15px;
}

.time-expired-count {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.styler-product-summary .styler-summary-item .separator-none .time-count + .time-count {
    margin-left: 10px;
}

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

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

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

.styler-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(--styler-black);
	font-weight: 500;
}

.styler-coming-time:not(.separator-none) .separator:before {
	position: relative;
	content: ":";
	margin: 0 7px;
	color: currentColor;
	font-size: 13px;
	font-weight: 500;
}
.separator-2 .styler-coming-time .separator:before {
    content: "/";
}
.separator-3 .styler-coming-time .separator:before {
    content: "-";
}
.separator-4 .styler-coming-time .separator:before {
    content: "|";
}
.styler-coming-time .time-count>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 5px;
}
.styler-coming-time span.text {
    font-size: 12px;
    margin-bottom: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.styler-list-product-item:hover {
	border-color: var(--styler-black);
}

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

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

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

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

.nt-styler-content blockquote p {
	margin: 0;
}

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

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

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

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

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

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

.single .styler-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 .styler-blog-post-meta-top a {
    margin-right: 15px;
    color: var(--styler-black-soft);
}
.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(--styler-black-soft);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.styler-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(--styler-black-soft);
}

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

.styler-error-area .styler-btn {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
}

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

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

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

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

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

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

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

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

.styler-vertical-menu .has-dropdown .submenu {
	position: absolute;
	left: 100%;
	top: -1px;
	background-color: var(--styler-light);
	border: 1px solid var(--styler-black);
	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;
}

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

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

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

span.styler-vertical-menu-item-title,
.styler-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;
}

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

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

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

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

/* styler vertical menu */
/* Styler Blog Basic */
.styler-posts-row {
    margin-bottom: -40px;
}
.styler-blog-card .styler-posts-row {
    margin-bottom: -30px;
}
.syler-blog-slider .styler-blog-post-content {
	padding: 30px;
}

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

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

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

.styler-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);
}

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

.styler-posts-row .styler-blog-posts-item {
    margin-bottom: 40px;
}
.styler-posts-row .styler-blog-posts-item.style-card {
    margin-bottom: 30px;
}
.styler-blog-post-content {
	background-color: var(--styler-light);
}
.styler-blog-thumb + .styler-blog-post-content {
	margin-top: 20px;
}

.styler-blog-post-content .styler-post-meta-title,
.styler-blog-post-content .styler-post-title,
.styler-blog-post-content .styler-post-excerpt {
	margin: 0;
	/* text-transform: uppercase; */
}
.styler-blog-slider .styler-blog-post-content {
    margin: 0;
    padding: 20px;
}
.styler-post-excerpt {
	line-height: 1.5;
}

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

.styler-blog-post-content .styler-post-title {
    margin-bottom: 10px;
}

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

.styler-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 .styler-blog-post-category {
	position: absolute;
	display: block;
	right: 15px;
	top: 15px;
}

/* styler blog card item */
.style-card .styler-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 .styler-blog-post-item-inner.category-none {
	justify-content: flex-end;
}

.style-card .styler-blog-post-item-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(57 57 58 / 44%);
}
.style-card.thumb-none .styler-blog-post-item-inner {
    background-color: var(--styler-bg-soft);
}

.style-card.thumb-none .styler-blog-post-item-inner:before {
    content: none;
}
.style-card .styler-blog-post-content {
	padding: 0;
	background-color: transparent;
	z-index: 1;
}

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

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

.style-card .styler-blog-post-category {
	text-align: right;
	z-index: 1;
	margin-bottom: 30px;
}

.styler-blog-post-category span {
	padding: 7px 15px;
	display: inline-block;
	text-align: center;
	background: var(--styler-light);
	line-height: 1;
}

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

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

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

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

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

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

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

.style-split .styler-blog-post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.style-split.thumb-none .styler-blog-post-thumb {
    background-color: var(--styler-bg-soft);
}
.style-split .styler-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.styler-blog-post-category {
	position: absolute;
	top: 10px;
	left: 10px;
}

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

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

@media(max-width:768px) {
	.style-split .styler-blog-post-item-inner {
		flex-direction: column;
	}
    .style-split .styler-blog-post-content {
        padding: 15px 0 0;
    }
}
@media(max-width:576px) {
    .style-split .styler-blog-post-thumb-wrapper {
        min-height: auto;
    }
    .style-split .styler-blog-post-thumb {
        padding-bottom: 0;
        position: relative;
    }
    .style-split .styler-blog-post-thumb img {
        position: relative;
    }
}

/* styler 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 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);
	}
}

.styler-text-marquee .elementor-heading-title {
    display: flex;
    align-items: baseline;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.styler-text-marquee .elementor-heading-title span {
    -webkit-animation: stylerMarquee 20s linear infinite;
    animation: stylerMarquee 5s linear infinite;
    padding-left: 20px;
}
@-webkit-keyframes stylerMarquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}
@keyframes stylerMarquee {
	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(--styler-gray);
	color: var(--styler-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(--styler-black-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(--styler-gray);
	color: var(--styler-black-soft);
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: var(--styler-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(--styler-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(--styler-light);
	background-color: var(--styler-primary);
}

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

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

.nice-select .option.disabled {
	background-color: transparent;
	color: var(--styler-black-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;
}

/* styler 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(--styler-gray);
}

.slick-dots li.slick-active {
	border-color: var(--styler-black);
}

.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(--styler-gray);
	padding: 0;
	border-radius: 100%;
}

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

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

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	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: #FFF;
}

.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: #FFF;
	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 {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	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 #FFF;
	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 #FFF;
	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: var(--styler-dark-zero);
}

/* 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: var(--styler-dark-zero);
	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;
}

/* styler 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(--styler-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(--styler-black);
}

.swiper-pagination-bullets .swiper-pagination-bullet:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: var(--styler-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(--styler-black);
}

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

.styler-swiper-theme-style .swiper-button-prev:hover,
.styler-swiper-theme-style .swiper-button-next:hover {
	background-image: none;
	background: var(--styler-gray-soft);
	border: 1px solid var(--styler-gray);
	color: var(--styler-gray-dark);
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

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

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

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

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

.styler-swiper-theme-style.styler-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) {

	.styler-swiper-theme-style .swiper-button-prev,
	.styler-swiper-theme-style .swiper-button-next {
		display: none;
	}
}

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

/* styler swiper slider arrow and dots */
/*
06 Theme Swiper Slider End
/////////////////////////////////*/


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

.styler-wishlist-content-notice.styler-empty-content {
    color: var(--styler-black);
}

/*
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;
}

.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: 16px;
	line-height: 1;
	font-weight: 400;
	color: var(--styler-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(--styler-black);
}

.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(--styler-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(--styler-black);
	font-weight: 500;
}

.sliding-menu .sliding-menu__back:after {
	content: "";
	border-bottom: 1px solid var(--styler-black);
	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(--styler-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: 100%;
	overflow: hidden;
	overflow-y: auto;
}

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

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

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

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

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1580px;
        padding-right: 15px;
        padding-left: 15px;
	}
}

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

#wrapper {
	display: flex;
	flex-direction: column;
	position: relative;
	min-height: 100%;
	width: 100%;
	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);
}

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

.styler-main-overlay {
	position: fixed;
	z-index: 2;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: var(--styler-bg-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);
}

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

.scroll-to-top {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: var(--styler-black);
	position: fixed;
	color: var(--styler-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(--styler-primary);
	color: var(--styler-black);
}

.styler-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;
}

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

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

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

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

.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 0;
	}

	.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 0;
	}

	.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%;
	}
}

.styler-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;
}

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

.styler-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;
}

.styler-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;
}

.styler-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;
}

.styler-block-left,
.styler-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;
}

.styler-block-right,
.styler-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.styler-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));
}

.styler-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);
}

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

.styler-cf7-form-wrapper form.wpcf7-form input[type="submit"],
.styler-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(--styler-light);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 5;
}

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

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

.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(--styler-black);
	color: var(--styler-black);
}

.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(--styler-black);
	color: var(--styler-black);
}

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

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

@keyframes dotFlashing {
	0% {
		background-color: var(--styler-black);
	}

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

/* theme panel close button */
.styler-mfp-close,
.styler-filter-close,
.styler-panel-close-button,
.styler-panel-close.no-bar {
    border-radius: 50%;
    background-color: #ffffff;
    border: 0;
    padding: 0;
    color: var(--styler-black);
    width: 30px;
    height: 30px;
    min-height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

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

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

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

.styler-mfp-close:before,
.styler-mfp-close:after,
.styler-filter-close:before,
.styler-filter-close:after,
.styler-panel-close-button:before,
.styler-panel-close-button:after,
.styler-panel-close.no-bar:before,
.styler-panel-close.no-bar:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 12px;
	top: auto;
	left: auto;
	transform-origin: 50% 50%;
	background-color: var(--styler-black);
	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;
}

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

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

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

.styler-mfp-close:hover:after,
.styler-filter-close:hover:after,
.styler-panel-close-button:hover:after,
.styler-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);
}

.styler-mfp-close:hover:before,
.styler-filter-close:hover:before,
.styler-panel-close-button:hover:before,
.styler-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(--styler-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 */
.styler-svg-icon {
	max-width: 24px;
	max-height: 24px;
	cursor: pointer;
	fill: var(--styler-black);
}

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

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

/* cart empty content svg*/
/* theme side-panel */

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

@media(max-width:600px) {

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

.styler-side-panel {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 460px;
	max-width: 100%;
	z-index: 999999;
	padding: 20px;
	background: var(--styler-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%);
}

.styler-overlay-open .styler-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(--styler-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(--styler-gray-soft);
}

.panel-header-btn:not(:last-child) {
	margin-right: 5px;
}

.panel-header-btn span.styler-cart-total {
	position: absolute;
	left: -145%;
	top: 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(--styler-black);
	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(--styler-black);
	color: var(--styler-light);
	padding: 2px 10px;
	border-radius: 4px;
}

.panel-top-title:after {
	content: "";
	border-bottom: 1px solid var(--styler-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.styler-panel-checkout-content-wrapper .styler-step-item {
	padding: 0px 10px 0px 0px;
	border: 0;
	color: var(--styler-black);
	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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.styler-register-message.styler-error,
.styler-register-message.styler-success,
.styler-login-message.styler-success,
.styler-login-message.styler-error {
    margin-top: 15px;
}
.styler-register-message.styler-success strong,
.styler-register-message.styler-error strong,
.styler-login-message.styler-success strong,
.styler-login-message.styler-error strong {
    color: var(--styler-light);
}
.styler-login-message.styler-error,
.styler-register-message.styler-error,
.styler-panel-checkout-content-wrapper ul.woocommerce-error {
	background: var(--styler-red);
	color: var(--styler-light);
	padding: 10px;
}
.styler-login-message.styler-success,
.styler-register-message.styler-success {
	background: var(--styler-success);
	color: var(--styler-light);
	padding: 10px;
}

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

.styler-panel-checkout-content-wrapper .has-error>.woocommerce-input-wrapper select,
.styler-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(--styler-red);
}

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

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

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

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

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

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

/* ceheckout multisteps panel */
/* popup search panel */
.styler-popup-search-panel form.sidebar-search-form {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 100%;
    position: relative;
}
.styler-popup-search-panel input.sidebar_search_input {
    width: 100%;
    border: 0;
    border-radius: 0px;
    outline: none;
    font-size: 36px;
    text-align: center;
}
.styler-popup-search-panel .sidebar_search_button {
    border: 0;
    background: transparent;
    font-size: 30px;
    color: var(--styler-gray);
    position: absolute;
    right: 20px;
    opacity: 0;
    cursor: pointer;
}
.styler-popup-search-panel input.sidebar_search_input:focus + .sidebar_search_button {
    opacity: 1;
}
.styler-popup-search-panel .sidebar_search_button:hover {
    color: var(--styler-black);
}
.styler-popup-search-panel {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 106;
	width: 100%;
	background: var(--styler-light);
	padding: 50px 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: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

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

.styler-popup-search-panel.active {
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
    z-index: 9999999;
}

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

.styler-popup-search-panel .styler-panel-close {
	background: var(--styler-bg-soft);
}

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

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

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

.styler-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;
}

.has-default-header-type-dark .styler-popup-search-panel .autocomplete-suggestions {
	background: transparent;
}

.styler-popup-search-panel .no-result+.autocomplete-suggestions {
	background: transparent;
}

.styler-popup-search-panel .no-result+.autocomplete-suggestions .autocomplete-suggestion {
	width: 100%;
	margin: 0;
	padding: 5px 20px;
	border: 2px solid var(--styler-gray);
	margin-left: 20px;
	justify-content: center;
}

.styler-popup-search-panel .styler-asform input.styler-as,
.styler-popup-search-panel .styler-asform input.styler-as:hover,
.styler-popup-search-panel .styler-asform input.styler-as:focus {
	font-size: 36px;
	text-align: center;
}

.styler-popup-search-panel input::-webkit-input-placeholder {
	color: var(--styler-gray);
	font-size: 36px;
}

.styler-popup-search-panel .styler-small-title,
.search-area-top .autocomplete-suggestion .styler-small-title {
	display: flex;
	flex-direction: column;
}

.has-default-header-type-dark .styler-popup-search-panel .styler-small-title,
.has-default-header-type-dark .search-area-top .autocomplete-suggestion .styler-small-title,
.has-default-header-type-dark .styler-asform.no-result+.autocomplete-suggestion strong,
.has-default-header-type-dark .styler-popup-search-panel input:focus {
	color: var(--styler-light);
}

/* Firefox 4-18 */
.styler-popup-search-panel input:-moz-placeholder {
	color: var(--styler-gray);
	font-size: 36px;
	opacity: 1;
}

.styler-popup-search-panel input:focus:-moz-placeholder {
	opacity: 0;
}

/* Firefox 19+ */
.styler-popup-search-panel input::-moz-placeholder {
	color: var(--styler-gray);
	font-size: 36px;
	opacity: 1;
}

.styler-popup-search-panel input:focus::-moz-placeholder {
	opacity: 0;
}

/* IE 10-11 */
.styler-popup-search-panel input:-ms-input-placeholder {
	color: var(--styler-gray);
	font-size: 36px;
}

.styler-popup-search-panel input:focus:-ms-input-placeholder {
	opacity: 0;
}

/* Edge */
.styler-popup-search-panel input::-ms-input-placeholder {
	color: var(--styler-gray);
	font-size: 36px;
}

.styler-popup-search-panel input:focus::-ms-input-placeholder {
	opacity: 0;
}

/* MODERN BROWSER */
.styler-popup-search-panel input::placeholder {
	color: var(--styler-gray);
	font-size: 36px;
}

.styler-popup-search-panel input:focus::placeholder {
	opacity: 0;
}

/* Firefox 4-18 */
.styler-popup-search-panel .popup-search-style input:-moz-placeholder {
	font-size: 24px;
}
.styler-popup-search-panel .popup-search-style input::-moz-placeholder {
	font-size: 24px;
}
.styler-popup-search-panel .popup-search-style input:-ms-input-placeholder {
	font-size: 24px;
}
.styler-popup-search-panel .popup-search-style input::-ms-input-placeholder {
	font-size: 24px;
}
.styler-popup-search-panel .popup-search-style input::placeholder {
	font-size: 24px;
}
@media(max-width:576px) {
    .styler-popup-search-panel {
        padding: 50px 20px;
    }
    .styler-popup-search-panel .popup-search-style input:-moz-placeholder {
    	font-size: 14px;
    }
    .styler-popup-search-panel .popup-search-style input::-moz-placeholder {
    	font-size: 14px;
    }
    .styler-popup-search-panel .popup-search-style input:-ms-input-placeholder {
    	font-size: 14px;
    }
    .styler-popup-search-panel .popup-search-style input::-ms-input-placeholder {
    	font-size: 14px;
    }
    .styler-popup-search-panel .popup-search-style input::placeholder {
    	font-size: 14px;
    }
    .styler-ajax-product-search + .styler-product-categories.category-area {
        margin-top: 10px;
    }
}

/* popup search panel */
/* popup search panel */
.styler-label {
	color: var(--styler-light);
	background-color: var(--styler-black);
	height: 20px;
	padding: 0px 7px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.styler-label.styler-in-stock {
	background-color: var(--styler-base);
}

.styler-label.styler-out-stock {
	color: var(--styler-black);
	background-color: var(--styler-gray);
}

/* popup search panel */
/* popup newsletter panel */
.newsletter-popup-visible div#styler-newsletter-popup {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0;
	max-width: 720px;
	position: relative;
}

.styler-newsletter-bottom {
    width: 100%;
    text-align: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    max-width: 28%;
}

.styler-newsletter-bottom label {
    background: var(--styler-light);
    padding: 5px 15px 5px;
    margin: 0;
    display: flex;
    align-items: center;
    line-height: 1;
}

/* popup newsletter panel */
/* footer newsletter forms */
.styler-footer-newsletter-form-2 {
	position: relative;
}

.styler-footer-newsletter-form-2 .styler-footer-newsletter-form-2-button input {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	border: 1px solid var(--styler-black);
}

.styler-footer-newsletter-form-2 .styler-footer-newsletter-form-2-button input {
	background: var(--styler-black);
	color: var(--styler-light);
}

.styler-footer-newsletter-form-2 .styler-footer-newsletter-form-2-button .wpcf7-spinner {
	position: absolute;
	top: 11px;
	right: 20px;
}

.nt-cf7-form-wrapper .wpcf7-response-output {
	display: none !important;
}

.styler-footer-newsletter-form-2 .styler-footer-newsletter-form-2-input input {
	border-color: var(--styler-black);
}

.styler-footer-newsletter-form-1 .styler-footer-newsletter-form-1-input input {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: var(--styler-success);
}

@media(max-width:768px) {

	.styler-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;
	}

	.styler-sm-flex-column {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		flex: 0 0 100%;
		width: 100%;
		align-items: flex-start;
	}

	.styler-toggle-hidden-sidebar span,
	.styler-open-fixed-sidebar span {
		margin-right: 10px;
		cursor: pointer;
	}

	.styler-before-loop .styler-svg-icon,
	.styler-toggle-hidden-sidebar svg,
	.styler-open-fixed-sidebar svg,
	.styler-filter-action svg {
		max-width: 16px;
		max-height: 16px;
	}

	.styler-toggle-hidden-sidebar span,
	.styler-open-fixed-sidebar span,
	.styler-before-loop p.woocommerce-result-count,
	.styler-filter-action {
		font-size: 13px;
	}
}

@media(max-width:576px) {
	.styler-popup-search-panel .autocomplete-suggestion {
		width: 100%;
	}

	.wpcf7 form.invalid .wpcf7-response-output {
		border-color: var(--styler-red);
		margin: 14px;
		width: 92% !important;
		border-radius: 0;
	}
    p.styler-newsletter-bottom {
        max-width: 100%;
    }
}

.minicart-extra-text {
	margin: 0 0 30px;
}

/*
06 Theme General End
/////////////////////////////////*/
/*
06 Theme Mobile Side Menu Start
/////////////////////////////////*/
/*
*
*
*/
.styler-header-overlay {
	position: fixed;
	z-index: 103;
	top: 0;
	cursor: pointer;
	cursor: url(../../../themes/styler/images/close.svg) 16 16, pointer;
	right: 0;
	width: 0;
	height: 0;
	background: var(--styler-bg-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);
}

.has-default-header-type-dark .styler-header-overlay {
	background: var(--styler-black);
}

.styler-overlay-open .styler-header-overlay {
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

.styler-header-mobile {
	display: flex;
	flex-direction: column;
	position: fixed;
	height: 100%;
	width: 100%;
	max-width: 530px;
	z-index: 9999999;
	padding: 0;
	background: var(--styler-light);
	top: 0;
	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;
}
.styler-header-mobile.no-bar {
    max-width: 450px;
}
body:not(.admin-bar) .styler-header-mobile {
	top: 0;
}

.has-sticky-header.scroll-start .styler-header-mobile {
	position: fixed;
}

.styler-header-mobile.active {
	opacity: 1;
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

/*
.elementor-editor-active .styler-header-mobile {
	position: relative;
	min-height: 100vh;
}
*/
.styler-header-mobile.has-bar {
	display: flex;
	flex-direction: row;
}

.styler-header-mobile.has-bar .styler-panel-close.no-bar {
	display: none;
}

.styler-panel-close.no-bar {
	margin: 10px 0 0 30px;
	background: var(--styler-bg-soft);
}

.styler-header-mobile-sidebar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 15px 0;
	background: var(--styler-bg-soft);
	z-index: 4;
	min-width: 80px;
}

.styler-header-mobile-sidebar-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.styler-header-mobile-sidebar-logo img.main-logo {
	transform: rotate(-90deg);
	position: absolute;
	left: -35px;
}

.styler-header-mobile-sidebar-logo .nav-logo.logo-type-sitename {
    transform: rotate(-180deg);
    writing-mode: vertical-lr;
}

.styler-header-mobile-sidebar-logo .header-text-logo {
	font-size: 24px;
	line-height: 0;
}

.styler-header-mobile-sidebar-top {
	text-align: center;
}

.styler-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;
}

.top-action-btn .styler-wc-count {
	left: -5px;
	top: 0;
}

.sidebar-top-action .top-action-btn.active {
	background: var(--styler-light);
}

.styler-header-mobile-sidebar a {
	color: var(--styler-black);
}

.styler-header-mobile-content {
	position: relative;
	flex: 1;
}

.styler-header-mobile.no-bar .styler-header-mobile-content {
	padding: 30px;
}

.sidebar-top-action .share {
	display: none;
}

.styler-header-mobile-content .styler-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;
}
.styler-header-mobile.no-bar .styler-header-mobile-content .styler-header-slide-menu {
    padding: 35px 30px;
}
.styler-header-mobile-content .styler-header-slide-menu:not(.active) {
	-moz-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	-webkit-transform: translateX(-150%);
	transform: translateX(-150%);
	opacity: 0;
}

.styler-sidemenu-copyright {
    font-size: 14px;
    padding-top: 10px;
}

/* sidemenu-lang-switcher */
.styler-sidemenu-lang-switcher {
	display: flex;
	width: 100%;
	align-items: center;
	margin-top: 50px;
	padding-top: 10px;
	border-top: 1px solid var(--styler-gray);
}

.styler-sidemenu-lang-switcher .lang-blobe-icon {
	margin-right: 10px;
	margin-top: 10px;
}

.styler-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(--styler-gray);
	margin-bottom: 20px;
	position: relative;
}

.styler-header-mobile-content  .search-area-top input {
	width: 100%;
	border: none;
	border-radius: 0;
	background: transparent;
	padding: 12px 30px;
}

.search-area-top svg {
	fill: var(--styler-gray);
	position: absolute;
}

.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(--styler-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%);
}

.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 .styler-mini-cart-item-loading {
	position: relative;
	min-height: 80px;
}

.cart-area:not(.cart-item-loading) .styler-mini-cart-item-loading {
	display: none;
}

.styler-perfect-scrollbar .mini-cart-item:last-child {
	margin-bottom: 0px;
}

.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: 100px;
}

.cart-area .quantity input.qty {
    max-width: calc(100% - 44px);
}

.cart-area .quantity-button.plus,
.cart-area .quantity-button.minus {
	color: var(--styler-black);
	background: var(--styler-light);
	font-weight: 400;
}

.cart-area .quantity-button.plus:hover,
.cart-area .quantity-button.minus:hover {
	background: var(--styler-gray);
}

.cart-area .quantity {
	background: var(--styler-light);
}

.cart-area .styler-price,
.cart-item-title .styler-price .cart-quantity {
	color: var(--styler-black-soft);
}

.cart-item-title .cart-name,
.styler-content-info .product-name {
	color: var(--styler-black);
	font-size: 15px;
	font-weight: 400;
}

.cart-item-title .styler-price span,
.styler-content-info .styler-price {
	font-size: 14px;
	font-weight: 400;
}

.cart-item-title .styler-price {
	font-size: 14px;
	font-weight: 400;
}

.cart-item-title .styler-price .cart-quantity {
	font-size: 12px;
	font-weight: 500;
	color: var(--styler-black);
}

.cart-area .del-icon {
	width: 22px;
	height: 22px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
}
.cart-area .del-icon .variation {
	display: none;
}

.cart-area .del-icon a svg,
.wishlist-area .styler-svg-icon.mini-icon,
.compare-area .styler-svg-icon.mini-icon {
	fill: var(--styler-gray-dark);
	color: var(--styler-gray-dark);
}

.cart-area .del-icon a {
	color: var(--styler-black);
	display: inline-flex;
}

.cart-area .del-icon:hover svg {
	fill: var(--styler-black);
}

.cart-area .del-icon:hover a {
	color: var(--styler-light);
}

.cart-area .cart-total {
	margin-bottom: 22px;
}

.cart-area .cart-total-price {
	border-top: 1px solid var(--styler-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(--styler-black);
}

.cart-empty-content .minicart-title {
	display: none;
}

.styler-cart-empty-wrapper {
	text-align: center;
}

.styler-cart-empty-wrapper .styler-btn-medium {
	max-width: 170px;
	margin: 0 auto;
}

.styler-cart-empty-icon,
.cart-area svg.shopBag {
	max-width: 100px;
	max-height: 100px;
	fill: var(--styler-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;
    gap: 10px;
}

.cart-bottom-btn .styler-btn {
	flex: auto;
}

.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(--styler-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 .styler-meta-title {
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--styler-black);
	margin-top: 25px;
}

.header-left-side-menu-form-container-title address {
	margin: 0;
}

/* action-content */
/* category-area */
.category-area .product-category a {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.category-area .category-title {
	font-size: 15px;
	margin-top: 10px;
	color: var(--styler-black);
	text-transform: capitalize;
}

.category-area .cat-count {
	position: absolute;
	top: 8px;
	left: 18px;
	width: 18px;
	height: 18px;
	color: var(--styler-light);
	font-size: 11px;
	background: var(--styler-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}
.category-area .img-none .product-category {
    padding: 0 10px;
}
.category-area .img-none .product-category a {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}
.category-area .img-none .cat-count {
    position: relative;
    top: auto;
    left: 0;
    margin-right: 10px;
}
.category-area .img-none .category-title {
    margin-top: 0;
}


/* 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(--styler-black);
}

.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(--styler-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(--styler-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(--styler-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 */
.styler-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) {
	.styler-header-mobile-top {
		position: fixed;
		top: 0;
		min-height: 80px;
		padding: 0 15px;
		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(--styler-light);
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.has-sticky-header.scroll-start .styler-header-mobile-top {
		position: fixed;
		-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);
	}

	.styler-header-mobile-top .mobile-toggle {
		display: inline-flex;
		align-items: center;
		cursor: pointer;
	}

	.styler-header-mobile-top .mobile-toggle {
		color: var(--styler-black);
	}

	.styler-header-mobile-top-actions {
		display: flex;
		align-items: center;
	}

	.styler-header-mobile-top .top-action-btn {
		position: relative;
		display: inline-flex;
		align-items: center;
		margin-right: 10px;
	}

	.styler-header-mobile-top .top-action-btn:last-child {
		margin-right: 0;
	}

	.styler-header-mobile-top .top-action-btn .styler-wc-count {
		left: auto;
		top: auto;
		position: relative;
	}
}
.admin-bar .styler-header-mobile-top {
    top: 32px;
}

.has-sticky-header.scroll-start.force-sticky .styler-header-mobile-top {
    top: 0!important;
}

@media only screen and (max-width: 768px) {
    .admin-bar .styler-header-mobile-top {
        top: 46px;
    }
}

@media only screen and (max-width: 600px) {

	.has-sticky-header.scroll-start .styler-header-mobile,
	.has-sticky-header.scroll-start .styler-header-mobile-top {
		top: 0;
	}

	.has-sticky-header.scroll-start .styler-header-mobile {
		height: 100%;
	}
}

@media only screen and (max-width: 490px) {
	.styler-header-mobile-content .styler-header-slide-menu {
		padding: 5px 25px 25px;
	}

	.styler-sidemenu-lang-switcher {
		margin-top: 20px;
	}

	.styler-header-mobile.has-bar {
		flex-direction: column;
		width: 100%;
	}

	.styler-panel-close {
		margin-bottom: 0px;
	}

	.styler-header-mobile-sidebar {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		height: 70px;
		padding-left: 25px;
		padding-right: 25px;
		align-items: center;
		position: relative;
		z-index: 1;
	}

    .styler-mfp-close, .styler-filter-close, .styler-panel-close-button {
        border-width: 0;
        width: 25px;
        height: 25px;
        min-height: 25px;
        padding: 0;
    }

	.styler-header-mobile-content {
		padding-left: 35px;
		padding-right: 35px;
	}

	.styler-header-mobile-sidebar-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.action-content {
		padding: 25px;
	}

	.styler-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 .styler-wc-count {
        width: 18px;
        height: 18px;
        left: -7px;
        top: 2px;
        font-size: 9px;
    }

	.styler-header-mobile .styler-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;
	}

	.styler-header-mobile-sidebar-bottom {
		position: absolute;
		top: 70px;
		background: var(--styler-bg-soft);
		width: 100%;
		left: 0;
		padding: 10px;
		opacity: 0;
		visibility: hidden;
		border-top: 1px solid var(--styler-gray);
		-moz-transform: translateX(-150%);
		-ms-transform: translateX(-150%);
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
		will-change: transform;
	}

	.styler-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;
	}

	.styler-header-mobile .styler-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 .styler-btn {
		margin-bottom: 10px;
	}

	.category-area .cat-count {
		left: 10px;
		width: 16px;
		height: 16px;
		font-size: 10px;
	}
}

/*
06 Theme Mobile Side Menu End
/////////////////////////////////*/
/*
06 Theme Top Menu Start
/////////////////////////////////*/
header.styler-header-default {
	position: absolute;
	width: 100%;
	background: var(--styler-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.styler-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 .styler-container.container,
body:not(.scroll-start) .header-width-stretch .styler-container-xl.container-xl {
	max-width: 100%;
}

body.admin-bar.has-sticky-header.scroll-start header.styler-header-default,
body.admin-bar.has-sticky-header.scroll-start .styler-header-mobile-top {
	top: 32px;
}

@media(max-width:768px) {
	body.admin-bar.has-sticky-header.scroll-start .styler-header-mobile-top {
		top: 46px;
	}
}

@media(max-width:600px) {
	body.admin-bar.has-sticky-header.scroll-start .styler-header-mobile-top {
		top: 0px;
	}
}

.styler-header-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.styler-header-default .mobile-toggle,
.styler-header-default .top-action-btn {
	display: flex;
}

.mobile-toggle {
    align-items: center;
    justify-content: center;
}
.mobile-toggle .menu-title {
    font-size: 18px;
    line-height: 1;
    margin: 0 5px;
    text-transform: uppercase;
    color: var(--styler-dark);
}
.has-default-header-type-dark .mobile-toggle .menu-title {
    color: var(--styler-light);
}
.styler-header-default .header-top-buttons,
.styler-header-default-inner {
	display: flex;
	align-items: center;
}

.styler-header-top-right .styler-header-default-inner {
	justify-content: flex-end;
}

.styler-header-default .top-action-btn {
	margin-left: 15px;
	position: relative;
}

.styler-header-default-inner .header-top-buttons>.top-action-btn:last-child {
	margin-right: 0;
}

.styler-header-default-inner .header-top-buttons>.top-action-btn:first-child {
	margin-left: 0;
}

.styler-header-top-right .styler-header-default-inner>div:not(:first-child) {
	margin-left: 30px;
}

.styler-header-top-left .styler-header-default-inner>div:not(:last-child) {
	margin-right: 20px;
}
.header-basic .styler-header-top-right .styler-header-default-inner>div:not(:first-child) {
    margin-left: 20px;
}
.styler-header-default-inner .top-action-btn .styler-wc-count {
	left: -10px;
	top: -6px;
}

.styler-header-default .styler-header-top-left .top-action-btn {
	margin-left: 0px;
}

.styler-header-default .top-action-btn a {
	line-height: 1;
}

/* menu area */
.styler-header-top-menu-area ul.navigation,
.styler-header-top-menu-area ul.submenu {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.styler-header-top-menu-area ul.submenu {
	flex-wrap: wrap;
}

.styler-header-top-menu-area.nav-logo-center ul.navigation {
	width: auto;
}

.styler-default-menu-item-empty,
.styler-header-top-menu-area>ul>li.menu-item {
	display: flex;
	position: relative;
	height: 80px;
	align-items: center;
}

.styler-header-top-menu-area a {
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.styler-header-top-menu-area>ul>li.menu-item>a {
	font-size: 14px;
	font-weight: 500;
	color: var(--styler-gray-dark);
	text-transform: uppercase;
	padding: 0;
	margin-right: 20px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.styler-header-top-menu-area>ul>li.menu-item:last-child>a {
	margin-right: 0px;
}

.styler-header-top-menu-area ul li .submenu>li.menu-item>a {
	padding: 0px;
	line-height: 33px;
	font-weight: 400;
	color: var(--styler-black-soft);
	text-transform: capitalize;
	position: relative;
	display: block;
}

.primary-menu>li>a>.menu-label,
.submenu .menu-label,
.sliding-menu__nav .menu-label {
	font-size: 9px;
	padding: 3px 5px;
	margin-left: 0;
	position: relative;
	top: -17px;
	right: 0;
	left: auto;
	color: var(--styler-light);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 0;
	border-color: var(--styler-black);
	background-color: var(--styler-black);
	height: 15px;
	line-height: 1;
	display: inline-block;
	align-items: center;
	justify-content: center;
}
.primary-menu>li>a>.menu-label {
    position: absolute;
    top: -20px;
}
.sliding-menu__nav .menu-label {
    margin-left: 0;
    position: absolute;
    right: auto;
    top: 0;
}

.primary-menu>li>a>.menu-label:before,
.submenu span.menu-label:before,
.sliding-menu__nav .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,
.styler-header-top-menu-area>ul>li.menu-item>a:hover,
.styler-header-top-menu-area ul li .submenu>li.menu-item>a:hover {
	color: var(--styler-black);
	-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;
}

.styler-header-top-menu-area>ul>li.menu-item.active>a,
.styler-header-top-menu-area ul li .submenu>li.menu-item.active>a {
	color: var(--styler-black);
}

.styler-header-top-menu-area>ul>li.menu-item.has-dropdown>a,
.styler-header-top-menu-area>ul>li.menu-item-has-shortcode-parent>a {
	padding-right: 15px;
}

.styler-header-top-menu-area li.has-dropdown .dropdown-btn,
.menu-item-has-shortcode-parent .dropdown-btn {
    display: block;
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    right: 0px;
    font-size: 12px;
}

.styler-header-top-menu-area .submenu li.has-dropdown .dropdown-btn {
	transform: translateY(-50%) rotate(-90deg);
	right: 0px;
}

.styler-header-top-menu-area ul li .submenu,
.styler-header-top-menu-area ul li>.item-shortcode-wrapper {
    min-width: 230px;
    position: absolute;
    padding: 20px 0;
    background-color: var(--styler-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%);
}

.styler-header-top-menu-area>ul>li>.submenu,
.styler-header-top-menu-area>ul>li>.item-shortcode-wrapper {
	left: 0;
	top: 100%;
}

.styler-header-top-menu-area>ul>li.has-dropdown>.submenu .submenu {
	right: auto;
	left: -100%;
	top: -20px;
}
.styler-header-top-left .styler-header-top-menu-area>ul>li.has-dropdown>.submenu .submenu {
	right: auto;
	left: 100%;
	top: -20px;
}
.styler-header-top-menu-area>ul>li>.submenu .submenu {
	left: 100%;
	top: -15px;
}

.styler-header-top-right .styler-header-top-double-menu ul>li>.submenu {
	margin-top: 30px;
}

.styler-header-top-double-menu ul>li.menu-item-mega-parent>.submenu {
	margin-top: 0px;
}

.styler-header-top-menu-area ul>li.menu-item:hover>ul.submenu,
.styler-header-top-menu-area ul>li.menu-item.on-hover>ul.submenu,
.styler-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; */
}

.styler-header-default .styler-header-content>div:last-child .navigation.primary-menu>li:last-child .submenu {
	left: auto;
}

.styler-header-top-menu-area>ul>li.menu-item-mega-parent>.submenu>li.menu-item {
	position: relative;
	display: block;
}

.styler-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(--styler-black);
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
}

.styler-header-top-menu-area>ul>li.menu-item-mega-parent>.submenu>li.menu-item>a>.dropdown-btn {
	display: none;
	transition: none;
}

.styler-header-top-menu-area>ul>li.menu-item-mega-parent ul.submenu.depth_1 {
	padding: 0px;
}

.styler-header-top-menu-area>ul>li.menu-item-mega-parent {
	position: static;
}

.styler-header-top-menu-area>ul>li.menu-item-mega-parent>ul.submenu.depth_0,
.styler-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(--styler-gray);
	justify-content: space-evenly;
	transition-delay: 0.2s;
	width: 100vw;
	margin-left: -50vw;
	left: 50%;
	right: -15%;
}

.styler-header-top-menu-area>ul>li>.submenu,
.styler-header-top-menu-area>ul>li>.item-shortcode-wrapper,
.styler-header-top-menu-area>ul>li.menu-item-mega-parent>ul.submenu.depth_0,
.styler-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;
}

.styler-header-top-menu-area>ul>li.menu-item-mega-parent.menu-item-has-shortcode-parent>ul.submenu.depth_0 {
	padding: 0px;
}

.styler-header-top-menu-area>ul>li.menu-item-has-shortcode-parent>ul.submenu {
	padding: 0;
}

.styler-header-top-menu-area ul li .submenu>li {
	margin-left: 0;
	text-align: left;
	display: block;
	position: relative;
	padding: 0 25px;
}

.styler-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;
}

.styler-header-top-menu-area>ul>li.menu-item-mega-parent:hover>.submenu>li.menu-item-has-children .submenu {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.styler-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);
}

.styler-header-top-menu-area>ul>li.menu-item-mega-parent:hover>.submenu.depth_0>li {
	opacity: 1;
	transform: none;
	padding: 0 20px;
}

.styler-header-top-menu-area>ul>li.menu-item-mega-parent:hover>.submenu.depth_0>li .submenu li {
	padding-left: 0;
	padding-right: 0;
}

.styler-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;
}

.styler-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;
}

.styler-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;
}

.styler-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;
}

.styler-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;
}

.styler-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;
}

.styler-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%;
}

.styler-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%;
}

.styler-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-10>ul.submenu>li {
	width: 10%;
	flex: 0 0 10%;
}

.styler-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%;
}

.styler-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%;
}

.styler-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%;
}

.styler-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%;
}

.styler-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-5>ul.submenu>li {
	width: 20%;
	flex: 0 0 20%;
}

.styler-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-4>ul.submenu>li {
	width: 25%;
	flex: 0 0 25%;
}

.styler-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%;
}

.styler-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-2>ul.submenu>li {
	width: 50%;
	flex: 0 0 50%;
}

.styler-header-top-menu-area li.menu-item-mega-parent.menu-item-mega-column-1>ul.submenu>li {
	width: 100%;
	flex: 0 0 100%;
}

.styler-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;
}

.styler-header-top-mini-menu-area ul.navigation-mini {
	list-style: none;
	display: flex;
	align-items: center;
}

.styler-header-top-mini-menu-area ul.navigation-mini li a {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--styler-gray-dark);
}

.styler-header-top-mini-menu-area ul.navigation-mini li.menu-item-circle-icon a {
	font-size: 25px;
}

.styler-header-default .menu-item-phone-number {
	font-size: 14px;
	font-weight: normal;
	display: flex;
}

.styler-header-default .menu-item-phone-number span.phone-text {
	font-size: 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.styler-header-default .menu-item-phone-number i {
	font-size: 25px;
	margin-right: 10px;
}

.styler-header-top-right ul.navigation-mini li+li {
	margin-left: 15px;
}

.styler-header-top-left ul.navigation-mini li+li {
	margin-right: 15px;
}

/* header double menu  */
.styler-header-top-double-menu {
	display: flex;
	flex-direction: column;
}

.styler-header-top-double-menu:hover .styler-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;
}

.styler-header-top-left .styler-header-top-double-menu {
	align-items: flex-start;
}

.styler-header-top-right .styler-header-top-double-menu {
	align-items: flex-end;
}

.styler-header-top-center .styler-header-top-double-menu {
	align-items: center;
}

.styler-header-top-right .styler-header-default-inner .styler-header-top-double-menu+.header-top-buttons {
	margin-left: 40px;
}

.styler-header-top-double-menu .styler-header-top-menu-area>ul>li.menu-item {
	height: 40px;
}

.styler-header-top-double-menu .styler-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 */
.styler-header-bottom-bar .styler-before-loop {
	margin-bottom: 0;
}

.styler-header-bottom-bar:not(.styler-elementor-template) {
	border-top: 1px solid var(--styler-gray);
	padding: 10px 0;
}

.styler-header-bottom-bar.show-on-scroll:not(.sticky-filter-active) {
	height: 0;
	opacity: 0;
	padding: 0px;
	transform: translateY(50px);
	transition: none;
	visibility: hidden;
}

.styler-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;
}

.styler-header-default .styler-header-bottom-bar .top-action-btn {
	margin-left: 0;
}

/* header bottom bar */
/*header dark type */
.has-default-header-type-dark .styler-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 .styler-side-panel,
.has-default-header-type-dark .styler-header-mobile-top,
.has-default-header-type-dark .styler-header-top-menu-area ul li .submenu,
.has-default-header-type-dark .popup-search-style + .styler-product-categories ul.styler-wc-category-list li > a {
	background: var(--styler-black);
}

.has-default-header-type-dark .styler-header-mobile-top .styler-svg-icon {
	fill: var(--styler-light);
	color: var(--styler-light);
}

.has-default-header-type-dark .styler-header-top-menu-area>ul>li.menu-item-mega-parent>ul.submenu.depth_0,
.has-default-header-type-dark .styler-header-top-menu-area>ul>li.menu-item-mega-parent.menu-item-has-shortcode>.item-shortcode-wrapper {
	border-top: 1px solid var(--styler-black-border);
}

.has-default-header-type-dark .styler-header-top-menu-area>ul>li.menu-item-mega-parent>ul.submenu.depth_0,
.has-default-header-type-dark .styler-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 .styler-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 .styler-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 .styler-panel-checkout-content-wrapper select,
.has-default-header-type-dark .panel-header,
.has-default-header-type-dark .styler-checkout-footer-item.order-total,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper .styler-checkout-review-order-table .styler-cart-item,
.has-default-header-type-dark .styler-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 .styler-panel-checkout-content-wrapper .styler-checkout-review-order-table .styler-checkout-review-order-footer,
.has-default-header-type-dark .styler-popup-search-panel .no-result+.autocomplete-suggestions .autocomplete-suggestion,
.has-default-header-type-dark .styler-ajax-product-search + .styler-product-categories.category-area {
	border-color: var(--styler-black-border);
}

.has-default-header-type-dark .styler-panel-checkout-content-wrapper .has-error>.woocommerce-input-wrapper select,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper .has-error>.woocommerce-input-wrapper input,
.has-default-header-type-dark .woocommerce-invalid-required-field .woocommerce-input-wrapper select,
.has-default-header-type-dark .woocommerce-invalid-required-field .woocommerce-input-wrapper input,
.has-default-header-type-dark .woocommerce-invalid-required-field select,
.has-default-header-type-dark .woocommerce-invalid-required-field input {
	border-color: var(--styler-red)
}

#nt-woo-single .styler-product-showcase.styler-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(--styler-black-border);
	fill: var(--styler-black-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 .panel-content .quantity input.qty,
.has-default-header-type-dark .action-content .quantity input.qty,
.has-default-header-type-dark .styler-header-mobile-sidebar-bottom {
	color: var(--styler-light);
	background: var(--styler-black);
}

body:not(.scroll-start) .styler-header-default .styler-header-content {
	min-height: 60px;
}

.has-default-header-type-dark .styler-header-default .styler-svg-icon,
.has-default-header-type-dark .styler-side-panel .styler-svg-icon,
.has-default-header-type-dark .styler-header-mobile .styler-svg-icon,
.has-default-header-type-dark .cart-area .del-icon a svg,
.has-default-header-type-dark .wishlist-area .styler-svg-icon.mini-icon,
.has-default-header-type-dark .compare-area .styler-svg-icon.mini-icon {
	fill: var(--styler-light);
	color: var(--styler-light);
}

.has-default-header-type-dark a:hover {
	color: var(--styler-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 .styler-header-top-menu-area>ul>li.menu-item>a,
.has-default-header-type-dark .styler-header-top-mini-menu-area ul.navigation-mini li a,
.has-default-header-type-dark .styler-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 .styler-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 .styler-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 .styler-content-info .product-name,
.has-default-header-type-dark .cart-item-title .cart-name,
.has-default-header-type-dark .styler-content-info .product-name,
.has-default-header-type-dark .styler-content-item .styler-content-info .styler-btn-small,
.has-default-header-type-dark .cart-area .cart-total-price,
.has-default-header-type-dark .cart-area .quantity input.qty,
.has-default-header-type-dark .panel-content .quantity input.qty,
.has-default-header-type-dark .styler-side-panel .styler-small-title,
.has-default-header-type-dark .styler-side-panel .styler-small-title a,
.has-default-header-type-dark .styler-header-mobile .styler-small-title,
.has-default-header-type-dark .styler-header-mobile .styler-small-title a,
.has-default-header-type-dark .autocomplete-suggestion .styler-small-title,
.has-default-header-type-dark .autocomplete-suggestion .styler-small-title a,
.has-default-header-type-dark .styler-header-mobile .styler-btn-small,
.has-default-header-type-dark .styler-side-panel .styler-btn-small,
.has-default-header-type-dark .styler-header-top-mini-menu-area ul.navigation-mini li.menu-item-circle-icon a,
.has-default-header-type-dark .styler-header-default .menu-item-phone-number,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper .styler-step-item,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper h4.styler-form-title,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper .styler-checkout-footer-item.order-total,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper .product-name,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper p,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper #ship-to-different-address label,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper .styler-checkout-footer-item,
.has-default-header-type-dark .styler-side-panel .styler-panel-checkout-content-wrapper .styler-btn,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper .woocommerce-terms-and-conditions-link,
.has-default-header-type-dark .styler-popup-search-panel .no-result+.autocomplete-suggestions .autocomplete-suggestion strong,
.has-default-header-type-dark .popup-search-style + .styler-product-categories ul.styler-wc-category-list li > a,
.has-default-header-type-dark .styler-ajax-product-title {
	color: var(--styler-light);
}

.has-default-header-type-dark .styler-panel-close-button:before,
.has-default-header-type-dark .styler-panel-close-button:after {
	background-color: var(--styler-light);
}

.has-default-header-type-dark .styler-panel-checkout-content-wrapper select,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper textarea,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper .styler-checkout-review-order-table .styler-checkout-footer-item strong,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper input,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper .styler-checkout-footer-item-label,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper ul.wc_payment_methods.payment_methods.methods li label,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper .form-row:not(.has-error) label,
.has-default-header-type-dark .styler-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(--styler-primary);
}

.has-default-header-type-dark .styler-panel-checkout-content-wrapper input[type='checkbox']:checked:after,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper input[type='radio']:checked:after,
.has-default-header-type-dark .panel-top-title strong,
#nt-woo-single .styler-product-showcase.styler-bg-dark button.cr-qna-ans-button,
.has-default-header-type-dark .styler-ajax-product-search.style-inline .styler-ajax-search-results.active {
	background-color: var(--styler-black);
}

.has-default-header-type-dark .styler-header-default input[type='checkbox']:after,
.has-default-header-type-dark .styler-header-default input[type='radio']:checked:after {
	border-color: var(--styler-black-soft);
}

.has-default-header-type-dark .styler-header-default input[type='checkbox']:after,
.has-default-header-type-dark .styler-header-default input[type='radio']:checked:after {
	background-color: var(--styler-black);
}
.has-default-header-type-dark .styler-header-mobile-content {
    background-color: var(--styler-black);
}

.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 .styler-header-top-menu-area ul li .submenu>li.menu-item>a:hover,
.has-default-header-type-dark .styler-header-top-menu-area ul li .submenu>li.menu-item.active>a,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper .styler-step-item.active-step,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper a.woocommerce-remove-coupon,
.has-default-header-type-dark .styler-sidemenu-copyright a {
	color: var(--styler-primary);
}

.has-default-header-type-dark .styler-content-item .styler-content-del-icon:hover svg,
.has-default-header-type-dark .cart-area .del-icon:hover svg {
	fill: var(--styler-primary);
}

.has-default-header-type-dark .panel-header-btn.active {
	fill: var(--styler-black);
}

.has-default-header-type-dark .sliding-menu .sliding-menu__back:after {
	border-bottom-color: var(--styler-gray);
}

.has-default-header-type-dark .styler-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 .styler-panel-close-button,
.has-default-header-type-dark .styler-panel-close-button,
.has-default-header-type-dark .styler-filter-close {
	background: var(--styler-dark);
}

.has-default-header-type-dark .styler-header-mobile .styler-btn,
.has-default-header-type-dark .styler-side-panel .styler-btn,
.has-default-header-type-dark .cart-bottom-btn .styler-btn,
.has-default-header-type-dark .styler-panel-checkout-content-wrapper .styler-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(--styler-dark);
	background-color: var(--styler-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 .styler-header-mobile .styler-btn-small,
.has-default-header-type-dark .styler-side-panel .styler-btn-small {
	margin-top: 10px;
}

/*header dark type */
/*header transparent type */
.has-default-header-type-trans .header-spacer {
	display: none;
}
.single-product.has-default-header-type-trans:not(.shop-single-layout-stretch) .header-spacer {
    display: block;
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .styler-header-mobile-top,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .styler-header-mobile-top,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .styler-header-default,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .styler-header-default {
	background: transparent;
}

.has-default-header-type-trans:not(.scroll-start) .styler-header-mobile-top .styler-svg-icon,
.has-default-header-type-trans:not(.scroll-start) .styler-header-default .styler-svg-icon {
	fill: var(--styler-light);
	color: var(--styler-light);
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .styler-header-default .styler-svg-icon,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .styler-header-mobile-top .styler-svg-icon {
	fill: var(--styler-black);
	;
	color: var(--styler-black);
}

.has-default-header-type-trans:not(.scroll-start) .styler-header-default .header-text-logo,
.has-default-header-type-trans:not(.scroll-start) .styler-header-mobile-top .header-text-logo,
.has-default-header-type-trans:not(.scroll-start) .styler-header-top-menu-area>ul>li.menu-item>a,
.has-default-header-type-trans:not(.scroll-start) .styler-header-default .menu-item-phone-number,
.has-default-header-type-trans:not(.scroll-start) .styler-header-top-mini-menu-area ul.navigation-mini li a {
	color: var(--styler-light);
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .styler-header-default .header-text-logo,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .styler-header-mobile-top .header-text-logo,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .styler-header-top-menu-area>ul>li.menu-item>a,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .styler-header-default .menu-item-phone-number,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .styler-header-top-mini-menu-area ul.navigation-mini li a {
	color: var(--styler-black);
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .styler-header-default.trans-hover,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .styler-header-default.trans-hover {
	background: var(--styler-light);
}

.has-default-header-type-trans.header-trans-light:not(.scroll-start) .styler-header-default.trans-hover .header-text-logo,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .styler-header-default.trans-hover .styler-svg-icon,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .styler-header-default.trans-hover .styler-header-top-menu-area>ul>li.menu-item.active>a,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .styler-header-default.trans-hover .menu-item-phone-number,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .styler-header-default.trans-hover .styler-header-top-mini-menu-area ul.navigation-mini li.active a {
	color: var(--styler-black);
}
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .styler-header-default.trans-hover .styler-header-top-menu-area>ul>li.menu-item>a,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .styler-header-default.trans-hover .styler-header-top-mini-menu-area ul.navigation-mini li a {
	color: var(--styler-gray-dark);
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .styler-header-default.trans-hover .header-text-logo,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .styler-header-default.trans-hover .styler-svg-icon,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .styler-header-default.trans-hover .styler-header-top-menu-area>ul>li.menu-item>a,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .styler-header-default.trans-hover .menu-item-phone-number,
.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .styler-header-default.trans-hover .styler-header-top-mini-menu-area ul.navigation-mini li a {
	color: var(--styler-gray-dark);
}

.has-default-header-type-trans.header-trans-light:not(.scroll-start) .styler-header-default.trans-hover .styler-svg-icon {
	fill: var(--styler-black);
	color: var(--styler-black);
}
.has-default-header-type-trans-dark:not(.scroll-start) .styler-header-default.trans-hover .styler-svg-icon {
	fill: var(--styler-black);
	color: var(--styler-black);
}

.has-default-header-type-trans.header-trans-dark:not(.scroll-start) .styler-header-default.trans-hover,
.has-default-header-type-trans.header-trans-light:not(.scroll-start) .styler-header-default.trans-hover {
    background: var(--styler-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 main responsive  */
@media(max-width:1280px) {
	header.styler-header-default {
		display: none;
	}
}

/*
06 Theme Top Menu End
/////////////////////////////////*/
/*
06 Theme Product Start
/////////////////////////////////*/
.styler-product {
	position: relative;
	display: flex;
}

.styler-product:not(.row) {
	flex-direction: column;
	margin-bottom: 30px;
}

.styler-product-widget-slider .styler-product:not(.row) {
	margin-bottom: 0px;
}

.styler-thumb-wrapper {
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

.styler-thumb-wrapper img {
	height: auto;
	max-height: 100%;
}

.styler-products.products .styler-thumb-wrapper img {
	width: 100%;
}

.styler-product .has-images .overlay-thumb {
	position: absolute;
	max-width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.styler-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;
}

.styler-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;
}

.styler-product .styler-stock-status {
	padding: 2px 10px 2px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: var(--styler-bg-soft);
	color: var(--styler-black);
	display: flex;
	align-items: center;
	justify-content: center;
}

.styler-product .styler-thumb-wrapper .styler-stock-status {
	position: absolute;
	bottom: 0;
	left: 0;
}

.styler-product .styler-out-of-stock {
	background-color: var(--styler-gray-dark);
	color: var(--styler-light);
}

.styler-product-labels {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 2;
}

.styler-product-labels>span:not(:last-child) {
	margin-bottom: 5px;
}

.has-iframe-video .styler-loop-product-iframe-wrapper>a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.has-iframe-video .styler-product-labels {
	display: none;
}

.has-iframe-video .styler-loop-product-iframe-wrapper {
	padding: 0;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.has-iframe-video .styler-loop-product-iframe-wrapper video,
.has-iframe-video .styler-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;
}

.styler-product .styler-product-name {
	margin: 5px 0;
}

.styler-loop-item-list-wrapper .star-rating {
	margin: 0px 0 15px;
}

.styler-product-excerpt {
	margin: 0;
}

.styler-has-hidden-cart {
	position: relative;
	overflow: hidden;
	min-height: 33px;
}

.styler-has-hidden-cart .styler-price,
.styler-has-hidden-cart .styler-product-name,
.styler-has-hidden-cart .styler-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;
}

.styler-has-hidden-cart .styler-btn-small,
.styler-block-right .styler-btn-small {
	color: var(--styler-black);
	font-weight: 500;
	font-size: 16px;
}

.outofstock .styler-btn-small {
    text-decoration: underline;
}

.styler-has-hidden-cart .styler-price {
	display: block;
}

.styler-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(40px);
	-webkit-transform: translateY(40px);
	-o-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}

.styler-product:not(.woo-catalog-mode-enabled):hover .styler-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;
}

.styler-product:not(.woo-catalog-mode-enabled):hover .styler-has-hidden-cart .styler-price,
.styler-product:not(.woo-catalog-mode-enabled):hover .styler-has-hidden-cart .styler-product-name {
	-moz-transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	opacity: 0;
	visibility: hidden;
}

.styler-product-list .styler-cart-hidden.styler-mini-icon {
	-webkit-box-pack: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}

.styler-loop-item-list-wrapper {
	position: relative;
	overflow: hidden;
	padding: 15px;
	margin-bottom: 30px;
	border: 1px solid var(--styler-gray);
	-moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
}

.styler-loop-item-list-wrapper .styler-product {
	margin-bottom: 0px;
	align-items: center;
}

.styler-loop-item-list-wrapper .styler-product-labels {
	position: absolute;
	top: 0;
	left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.styler-loop-item-list-wrapper .styler-product .styler-thumb-wrapper .styler-stock-status {
	left: auto;
}

.styler-loop-item-list-wrapper .styler-thumb-wrapper {
	margin-bottom: 0px;
}

.styler-loop-item-list-wrapper .styler-btn {
	background-color: transparent !important;
	color: var(--styler-black);
	border: 0;
	padding: 0;
	height: auto;
	justify-content: flex-start;
	text-transform: uppercase;
	font-size: 11px;
}

.styler-loop-item-list-wrapper .styler-price-cart {
	margin-top: 25px;
}

.styler-product .styler-price {
	font-weight: 400;
}

.styler-product span.del>span {
	text-decoration: underline;
}

.styler-loop-item-list-wrapper a.product-link.has-images {
	position: relative;
	overflow: hidden;
	display: block;
}

.styler-cart-hidden .styler-btn {
	width: 100%;
	font-size: 16px;
	width: 100%;
	display: block;
	padding: 0;
	color: var(--styler-black);
}

.woocommerce div.product .styler-product form.cart {
	margin-bottom: 0;
	width: 100%;
}

.woocommerce div.product .styler-product form.cart div.quantity {
	margin: 0px;
	float: none;
	max-width: 100%;
	position: absolute;
	height: 33px;
	z-index: 0;
}

.woocommerce div.product .styler-product form.cart.added-cart div.quantity {
	z-index: 1;
}

.styler-product .quantity-button.plus,
.styler-product .quantity-button.minus {
	background: var(--styler-black);
}

.styler-product .view-cart,
.woocommerce.styler-product a.added_to_cart,
.styler-product .added_to_cart {
	display: none;
}

.styler-swatches-static {
	margin-top: 10px;
}

.styler-swatches-static:empty {
	display: none;
}

.styler-loop-product-buttons-static {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.styler-loop-product-buttons-static .styler-product-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 40px;
	background: var(--styler-bg-soft);
}

.styler-loop-product-buttons-static .styler-product-button:hover {
	color: var(--styler-light);
	background: var(--styler-black);
}

.styler-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;
}

.styler-product:hover .styler-loop-product-buttons-hover {
	right: 15px;
	opacity: 1;
}

.styler-product .styler-loop-product-buttons-hover.loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: none;
	transform: none;
}

.styler-product .styler-loop-product-buttons-hover.loading .loading-wrapper {
	background: rgba(255, 255, 255, 0.95);
}

.styler-product-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--styler-bg-soft);
}

.styler-product-button:hover, .styler-product-button:hover svg {
	color: var(--styler-light);
	background: var(--styler-black);
	fill: var(--styler-light);
}

.styler-loop-product-buttons-hover .styler-product-button {
	width: 36px;
	height: 36px;
	border-radius: 40px;
	margin-top: 10px;
}

.styler-loop-product-buttons-hover .styler-product-button .styler-svg-icon {
	max-width: 18px;
}

.styler-loop-product-buttons-hover .styler-product-button:first-child {
	margin-top: 0px;
}

.styler-add-to-cart-btn.styler-product-button {
	position: relative;
	overflow: hidden;
}

.styler-add-to-cart-btn.styler-product-button>a:first-child {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.styler-price-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.styler-block-right.styler-mini-icon {
	display: inline-flex;
	justify-content: flex-end;
}

.styler-mini-icon .styler-product-button {
	width: 27px;
	height: 27px;
	border-radius: 27px;
	cursor: pointer;
}

.styler-mini-icon .styler-product-button.cart-icon {
	position: relative;
}

.styler-mini-icon .styler-product-button.cart-icon a.styler-btn {
	position: absolute;
	font-size: 0;
	width: 100%;
	height: 100%;
	border: 0;
	min-width: auto;
	background: transparent;
}

.styler-mini-icon .styler-product-button:not(:first-child) {
	margin-left: 5px;
}

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

.styler-title-buttons-static .styler-mini-icon {
	margin-top: 10px;
}

.styler-product-button.added {
	background: var(--styler-black);
	color: var(--styler-light);
}

.styler-product-button.added svg {
	fill: var(--styler-light);
}

.styler-product-button.added:hover {
	opacity: 0.7;
}

.styler-title-block .styler-block-left {
	flex: 0 0 60%;
}

.styler-title-block.styler-title-buttons .styler-block-left {
	flex: 0 0 100%;
}

.styler-title-rating .styler-block-left {
	flex: 0 0 75%;
}

.styler-title-rating .styler-block-right {
	align-items: center;
}

.woocommerce .products .styler-price-rating .star-rating,
.woocommerce .products .styler-title-rating .star-rating {
	margin: 0;
}

.styler-cart-buttons.styler-inline-two-block,
.styler-title-cart.styler-inline-two-block,
.styler-title-price.styler-inline-two-block,
.styler-title-rating.styler-inline-two-block {
	align-items: center;
	justify-content: space-between;
}

.styler-btn-text {
	position: relative;
	color: var(--styler-flex);
}

.styler-btn-text a:hover {
	position: relative;
	color: var(--styler-primary);
}

.styler-btn-text .ajax_add_to_cart.added {
	color: var(--styler-primary);
}

.styler-title-cart .styler-btn-text .view-cart {
	margin-top: 0px;
	margin-left: 10px;
}

.styler-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;
}

.styler-btn-text a:hover:after {
	width: 100%;
}

.styler-cart-buttons .styler-block-left .styler-btn,
.styler-cart-buttons .styler-block-left .styler-btn.view-cart {
	min-width: auto;
	margin-top: 0;
}

.styler-cart-buttons .styler-block-left .styler-btn.view-cart {
	margin-left: 5px;
}

.styler-loop-slider.swiper-container-horizontal>.swiper-pagination-bullets {
	width: auto;
	left: auto;
	right: 10px;
}

.styler-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.styler-product .swiper-pagination-bullets .swiper-pagination-bullet:before {
	width: 1px;
	height: 1px;
}

.styler-product .styler-thumb-wrapper.styler-thumb-slider .styler-stock-status {
	z-index: 1;
}

.styler-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 .styler-product .styler-swatches-hover .variations .wpcvs-type-color .wpcvs-term {
	background: transparent;
}

.styler-product .styler-swatches-hover .variations .reset {
	position: relative;
	bottom: auto;
	right: auto;
}

.styler-product .styler-swatches-hover .variations .reset a {
	border: 2px solid var(--styler-black);
	color: var(--styler-black);
	text-align: center;
	padding: 3px 10px;
	line-height: 1;
	width: 100%;
	display: block;
}

.styler-product .styler-swatches-hover .variations .reset a:hover {
	background-color: var(--styler-black);
	color: var(--styler-light);
}

.styler-product.added-term .styler-thumb-slider .styler-swatches-hover,
.styler-product:hover .styler-thumb-slider .styler-swatches-hover {
	opacity: 1;
}

.styler-product.added-term .styler-thumb-slider.has-swatches .swiper-pagination {
	opacity: 0;
}

.styler-product .styler-thumb-slider .styler-product-labels {
	z-index: 1;
}

.styler-product-type-5 .styler-price-buttons {
	margin-bottom: 5px;
}

.styler-loop-product-buttons-mobile {
	display: none;
}

@media(min-width:1025px) {
	.styler-add-to-cart-btn.styler-product-button {
		display: none;
	}

	.styler-add-to-cart-btn.styler-product-button+.styler-product-button {
		margin-top: 0;
	}
}

@media(max-width:1024px) {
	.styler-before-loop.styler-inline-two-block>div {
		flex: 0 0 auto;
		margin-top: 0px;
	}

	.styler-inline-two-block {
		flex-wrap: wrap;
	}

	.styler-block-left,
	.styler-block-right,
	.styler-title-block .styler-block-left {
		flex: 0 0 100%;
	}

	.styler-block-right,
	.styler-cart-buttons .styler-block-right {
		margin-top: 10px;
	}

	.styler-cart-buttons .styler-block-left {
		flex-wrap: wrap;
	}

	.styler-cart-buttons .styler-btn,
	.styler-cart-buttons .view-cart {
		width: 100%;
	}

	.styler-cart-buttons .view-cart {
		margin-top: 10px;
	}

	.styler-cart-buttons .styler-block-left .styler-btn.view-cart {
		margin-left: 0px;
	}

	.styler-block-right {
		text-align: start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.styler-product .styler-thumb-slider .styler-swatches-hover {
		opacity: 1;
	}

	.styler-price-buttons .styler-block-right.styler-mini-icon {
		justify-content: flex-start;
	}

	.styler-product:hover .styler-cart-hidden {
		-moz-transform: translateY(0px)!important;
		-webkit-transform: translateY(0px)!important;
		-o-transform: translateY(0px)!important;
		-ms-transform: translateY(0px)!important;
		transform: translateY(0px)!important;
		opacity: 1!important;
		visibility: visible!important;
		z-index: 1!important;
	}

	.styler-cart-hidden,
	.styler-product:hover .styler-cart-hidden,
	.styler-product:hover .styler-has-hidden-cart .styler-price,
	.styler-product:hover .styler-has-hidden-cart .styler-product-name {
		-moz-transform: none!important;
		-webkit-transform: none!important;
		-o-transform: none!important;
		-ms-transform: none!important;
		transform: none!important;
		opacity: 1!important;
		visibility: visible!important;
		position: relative!important;
	}

	.styler-product .styler-loop-product-buttons-hover {
		right: 10px;
		opacity: 1;
	}

	.styler-loop-product-buttons-hover,
	.styler-cart-hidden,
	.styler-block-right:empty {
		display: none;
	}

	.styler-loop-product-buttons-mobile .styler-mini-icon .styler-product-button {
		width: 24px;
		height: 24px;
		border-radius: 24px;
	}

	.styler-loop-product-buttons-mobile .styler-mini-icon svg {
		max-width: 14px;
		max-height: 14px;
	}

	.styler-loop-product-buttons-mobile {
		display: flex;
		margin-bottom: 10px;
	}

	.styler-loop-item-list-wrapper .styler-thumb-wrapper {
		margin-bottom: 15px;
	}
	.styler-loop-item-list-wrapper .styler-block-right {
		display: none;
	}

	.styler-loop-item-list-wrapper .styler-price-cart {
		margin-top: 15px;
	}
}

@media(max-width:992px) {
    .styler-hidden-on-mobile {
        display: none;
    }
}
@media(max-width:768px) {}

@media(max-width:480px) {
	.styler-block-right {
		flex-wrap: wrap;
	}

	.styler-loop-product-buttons-hover .styler-product-button {
		width: 25px;
		height: 25px;
	}

	.styler-loop-product-buttons-hover .styler-svg-icon {
		max-width: 18px;
		max-height: 18px;
	}

	.styler-cart-hidden {
		margin-top: 5px;
	}

	.styler-btn {
		min-width: auto;
		height: 38px;
	}

	.styler-label {
		height: 16px;
		padding: 0px 7px;
		font-size: 8px;
		letter-spacing: 1px;
	}

	.styler-product-name {
		font-size: 14px;
	}

	.styler-loop-item-list-wrapper .styler-product .styler-btn,
	.styler-product .styler-price {
		font-size: 12px;
	}

	.styler-loop-item-list-wrapper .styler-product-excerpt {
		display: none;
	}

	.styler-loop-item-list-wrapper .styler-price-cart {
		margin-top: 10px;
	}

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

	.styler-single-product-type-stretch .styler-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 */
.styler-category-content {
	padding: 15px;
	background-color: var(--styler-bg-soft);
}

.styler-category-content .styler-category-title,
.styler-category-content .styler-category-description {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
}

.styler-category-content .styler-category-title+.styler-category-description {
	margin-top: 15px;
	color: var(--styler-black);
}

.styler-category-content .styler-category-count {
	font-size: 12px;
}

.styler-product-category-slider .slick-list {
	margin-left: -15px;
	margin-right: -15px;
}

.styler-product-category-slider .styler-category-item {
	padding: 0 15px;
}

.styler-category-thumb.img-center img {
	margin: 0 auto;
}

.styler-category-thumb.img-right img {
	margin-left: auto;
	margin-right: 0;
}

/*
06 Theme Product Category Grid && Slider End
/////////////////////////////////*/
/*
06 Theme Hero Product Banner
/////////////////////////////////*/
.styler-hero-banner-product-slider .banner-details-col,
.styler-hero-banner-product-slider .banner-image-col {
	align-items: center;
	display: inline-flex;
	justify-content: flex-start;
}

.styler-hero-banner-product-slider .styler-container-xl.container-xl,
.styler-hero-banner-product-slider .hero-banner-slide-row {
	height: 100%;
}

.styler-hero-banner-product-slider .banner-details-wrapper>* {
	width: 100%;
}

.styler-hero-banner-product-slider .product-image-wrapper {
	display: flex;
}

.styler-hero-banner-product-slider .hero-banner-slide-row {
	align-items: stretch;
}

.styler-hero-banner-product-slider .hero-banner-slide-item .banner-details-wrapper {
    padding: 60px;
}


.styler-hero-banner-product-slider .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 40px;
    margin: 0;
}
.styler-hero-banner-product-slider.dots-alingment-center .slick-dots {
    left: 50%;
    transform: translateX(-50%);
}
.styler-hero-banner-product-slider.dots-alingment-left .slick-dots {
    left: 50px;
    right: auto;
    transform: none;
}
.styler-hero-banner-product-slider.dots-alingment-right .slick-dots {
    right: 50px;
    left: auto;
}
/*
06 Theme Hero Product Banner
/////////////////////////////////*/
/*
06 Theme Product Banner
/////////////////////////////////*/
.styler-woo-banner-wrapper {
	position: relative;
	overflow: hidden;
	display: block;
	position: relative;
	overflow: hidden;
}

.styler-woo-banner-wrapper.banner-style-classic .styler-banner-image:before,
.styler-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;
}

.styler-woo-banner-wrapper .styler-banner-link {
	z-index: 3;
}

.styler-woo-banner-wrapper .styler-banner-image {
	position: relative;
	overflow: hidden;
	display: block;
	padding-top: 75%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.styler-woo-banner-wrapper:before,
.styler-woo-banner-wrapper .styler-banner-link,
.styler-woo-banner-wrapper .styler-banner-content,
.styler-woo-banner-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.styler-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;
}

.styler-woo-banner-wrapper:hover img {
	transform: scale(1.2);
}

.styler-woo-banner-wrapper .styler-banner-content {
	padding: 30px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.styler-woo-banner-wrapper:not(.banner-style-classic) .styler-banner-content,
.styler-woo-banner-wrapper:not(.banner-style-classic) .styler-banner-title {
	color: var(--styler-light);
}

.styler-woo-banner-wrapper .styler-banner-title {
	margin: 0;
}

.styler-woo-banner-wrapper .banner-content-item {
	display: block;
	margin: 0;
	line-height: 1;
}

.styler-woo-banner-wrapper span.styler-banner-button {
	display: inline-block;
	padding: 10px 15px;
	color: var(--styler-light);
	background: var(--styler-black);
}

.styler-woo-banner-wrapper .banner-content-item+.banner-content-item {
	margin-top: 15px;
}

.styler-woo-banner-wrapper.banner-style-card-hover .styler-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;
}

.styler-woo-banner-wrapper.banner-style-card-hover:hover .styler-banner-content .banner-content-item+.banner-content-item {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.styler-woo-banner-wrapper.banner-style-card-hover:hover .styler-banner-content>div>* {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.styler-woo-banner-wrapper.banner-style-classic .styler-banner-content {
	position: relative;
}

.styler-woo-banner-wrapper.banner-style-classic .styler-banner-content {
	position: relative;
}

.styler-woo-banner-iframe-container {
	position: relative;
}

.styler-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;
}

.styler-woo-banner-iframe-wrapper iframe,
.styler-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;
}
.styler-products-column,
.shop-cat-banner-template-wrapper {
    position: relative;
    overflow: hidden;
}
/*
06 Theme Product Banner
/////////////////////////////////*/
/*
06 Theme Testimonial Slider Start
/////////////////////////////////*/
.styler-testimonials .slick-list {
	padding: 0 !important;
}

.styler-testimonials .styler-testimonial-content p {
	font-size: 22px;
	line-height: 1.75;
}

.styler-testimonials .styler-testimonial-info .name {
	margin: 0;
}

.styler-testimonials .styler-testimonial-info img {
	border-radius: 100%;
	display: inline-block;
}

.styler-testimonial-1 .styler-testimonial-content {
	margin-top: 40px;
}

.styler-testimonial-1 {
	text-align: center;
}

.styler-testimonial-1.align-right {
	text-align: right;
}

.styler-testimonial-1.align-left {
	text-align: left;
}

.styler-testimonial-1 .styler-testimonial-info img {
	margin-bottom: 20px;
}

.styler-testimonial-2 .styler-testimonial-avatar,
.styler-testimonial-3 .styler-testimonial-avatar {
	margin-right: 30px;
}

.styler-testimonial-2 .styler-testimonial-content {
	margin-bottom: 40px;
}

.styler-testimonial-2 .styler-testimonial-info,
.styler-testimonial-3 .styler-testimonial-info {
	text-align: left;
	width: 100%;
	justify-content: center;
}

.styler-testimonial-2.align-right .styler-testimonial-info.styler-flex,
.styler-testimonial-3.align-right .styler-testimonial-info.styler-flex {
	flex-direction: row-reverse;
	justify-content: flex-start;
	text-align: right;
}

.styler-testimonial-2.align-left .styler-testimonial-info.styler-flex,
.styler-testimonial-3.align-left .styler-testimonial-info.styler-flex {
	justify-content: flex-start;
}

.styler-testimonial-2.align-right .styler-testimonial-info.styler-flex .styler-testimonial-avatar,
.styler-testimonial-3.align-right .styler-testimonial-info.styler-flex .styler-testimonial-avatar {
	margin-right: 0;
	margin-left: 30px;
}

.styler-testimonial-3 .styler-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;
}

.styler-tab-nav {
	display: flex;
	flex-wrap: wrap;
}

.styler-tab-nav-item {
	color: var(--styler-black);
	position: relative;
	padding-bottom: 5px;
	overflow: hidden;
	cursor: pointer;
}

.styler-tab-nav-item:hover,
.styler-tab-nav-item.is-active {
	color: currentColor;
}

.styler-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;
}

.styler-tab-nav-item:hover:after,
.styler-tab-nav-item.is-active:after {
	width: 100%;
	left: 0;
}

.styler-tab-nav-item:not(:last-child) {
	margin-right: 20px;
}

.styler-tab-page {
	display: none;
	margin-top: 30px;
	position: relative;
}

.styler-tab-page.is-active {
	display: block;
}

@media (max-width : 768px) {
	.styler-tab-page:not(.is-active) {
		display: none;
	}

	.styler-tab-nav .styler-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
/////////////////////////////////*/
.header-top-area.styler-elementor-before-header {
    position: relative;
    z-index: 1;
}

/* bottom mobile menu bar */
.styler-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(--styler-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: 102;
    padding-top: 5px;
    will-change: transform;
    -webkit-transition: opacity 0.25s ease, ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    opacity: 0;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.styler-overlay-open .styler-bottom-mobile-nav,
body:not(.scroll-start) .styler-bottom-mobile-nav.show-onscroll {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.styler-bottom-mobile-nav .mobile-nav-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.styler-bottom-mobile-nav .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;
}
.styler-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(--styler-gray-dark);
}
.styler-bottom-mobile-nav .menu-item svg {
    max-width: 22px;
    max-height: 22px;
}
.styler-bottom-mobile-nav .menu-item i {
    font-size: 20px;
}
.styler-bottom-mobile-nav .menu-item a,
.styler-bottom-mobile-nav .menu-item a span {
    font-size: 12px;
}
.styler-bottom-mobile-nav .menu-item a span.styler-wc-count,
.styler-bottom-mobile-nav .styler-wc-count {
    width: 18px;
    height: 18px;
    left: -17px;
    top: 2px;
    font-size: 9px;
}
@media screen and (max-width: 1024px) {
    .styler-bottom-mobile-nav.active,
    .styler-bottom-mobile-nav.show-allways,
    .scroll-start .styler-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 .styler-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 */

.account-popup-content.styler-popup-item {
    max-width: 600px;
    padding: 58px 40px 40px 40px;
}
.account-popup-content.styler-popup-item .account-area.account-logged-in {
    overflow: hidden;
}
.account-popup-content.styler-popup-item .woocommerce-form.woocommerce-form-login.login,
.account-popup-content.styler-popup-item .woocommerce-form-register, .checkout_coupon.woocommerce-form-coupon {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.account-popup-content.styler-popup-item .account-area .account-area-form-wrapper {
    display: flex;
}
.account-popup-content.styler-popup-item .account-area .login-form-content,
.account-popup-content.styler-popup-item .account-area .register-form-content {
    position: relative;
    -webkit-transition: opacity 0.15s ease, transform 0.25s ease;
    transition: opacity 0.15s ease, transform 0.25s ease;
}
.account-popup-content.styler-popup-item .account-area .login-form-content,
.account-popup-content.styler-popup-item .account-area .register-form-content {
    position: relative;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    flex: 0 0 100%;
}
.account-popup-content.styler-popup-item .account-area .login-form-content.active,
.account-popup-content.styler-popup-item .account-area .register-form-content.active {
    opacity: 1;
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.account-popup-content.styler-popup-item .account-area .register-form-content.active,
.account-popup-content.styler-popup-item .account-area .login-form-content:not(.active) {
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.account-popup-content.styler-popup-item .lost_password {
    margin-bottom: 0;
}
.woocommerce .account-popup-content.styler-popup-item .register-form-content form .form-row {
    margin: 0;
}
.styler-header-mobile-top-actions a.account-page-link,
.styler-header-mobile-top-actions a.styler-open-popup {
    line-height: 1;
}
@media( max-width:576px ) {
    .nt-styler-content .styler-myaccount-navigation > ul,
    .styler-myaccount-navigation >ul {
        margin: 0px;
        padding-left: 0px;
    }
    .styler-myaccount-page-content .styler-myaccount-page-content-inner {
        padding: 30px;
    }
    .styler-myaccount-page-content .styler-myaccount-content a:not(.button) {
        display: initial;
    }
    .styler-myaccount-page-content .styler-myaccount-content a:not(.button):after {
        display: none;
    }
}

.styler-product-popup:not(.active) {
    opacity: 0;
    visibility: hidden;
}
.styler-product-popup.active {
    z-index: 100;
}
.zoom-in .mfp-img {
    opacity: 0;
}
.mfp-product-gallery .mfp-figure figure {
    max-width: 430px;
}
.item-shortcode-wrapper> div {
    width: 100%;
}
@media( max-width: 1024px ) {
    .styler-myaccount-page-content.row>div{
        width: 100%;
    }
    .woocommerce-page .styler-myaccount-page-content a.button {
        padding: 0px 10px;
        min-height: 38px;
        min-width: auto;
    }
    .styler-myaccount-content {
        padding-left: 15px;
    }
    .nt-styler-content .styler-myaccount-navigation ul {
        padding: 0;
        margin: 0;
    }
    .styler-myaccount-content {
        padding-left: 0;
    }
    .nt-styler-content .styler-myaccount-content table.table.table-striped {
        margin-bottom: 0;
    }
}

@media( max-width: 576px ) {
    .nt-styler-content .styler-myaccount-content table.table.table-striped th,
    .nt-styler-content .styler-myaccount-content table.table.table-striped td {
        padding: 8px;
        font-size: 10px;
    }
    .woocommerce-page .styler-myaccount-page-content a.button {
        padding: 0px 5px;
        min-height: 20px;
        font-size: 10px;
    }
    .styler-myaccount-page-content .styler-myaccount-page-content-inner {
        padding: 15px;
    }
}
.styler-panel-checkout-content-wrapper .styler-panel-checkout-form-wrapper {
    max-height: calc(100vh - 300px )!important;
}

.styler-panel-checkout-content-wrapper .wc-stripe-elements-field,
.styler-panel-checkout-content-wrapper .wc-stripe-iban-element-field {
    padding: 10px 15px;
    min-height: 45px;
}
.item-shortcode-wrapper>div {
    width: 100%;
}

.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(--styler-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;
}
.styler-cart-totals-inner .styler-tax-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    line-height: 1;
}
.styler-cart-totals-inner .styler-tax-total,
.styler-cart-totals-inner .woocommerce-Price-amount {
    font-weight: 600;
}
.styler-cart-discount {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid var(--styler-gray);
}

.cart-item-details .product-link img {
    max-width: 80px;
}
.cart-item-details dl.variation {
    display: flex;
    margin: 5px 0;
    line-height: 1;
    align-items: flex-start;
    flex-wrap: wrap;
}
.cart-item-details dl.variation dt{
    display: none;
}
.cart-item-details dl.variation dd {
    margin: 0px!important;
    margin-right: 6px!important;
    padding-right: 6px;
}
.cart-item-details dl.variation dd:not(:last-child) {
    border-right: 1px solid #ddd;
}
.styler-scrollbar::-webkit-scrollbar {
    width: 2px;
}
.styler-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--styler-black);
}
.styler-scrollbar::-webkit-scrollbar-track {
    background-color: var(--styler-gray);
}
/* Home main slider */
.styler-main-slider .styler-slide-inner {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    text-align: left;
}
.styler-main-slider .styler-slide-inner > * {
    /*width: 100%;*/
}
.styler-slide-head {
    font-size: 12vw;
    margin: 0;
    line-height: 1;
    color: var(--styler-light);
}
.styler-slide-text {
    position: relative;
    font-size: 1.5em;
    margin: 30px 0;
    cursor: default;
    color: var(--styler-light);
}
.styler-swiper-theme-style.styler-main-slider .swiper-pagination-bullets {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 30px;
    right: 0;
    text-align: center;
    margin: 0px;
}
.styler-main-slider .has-animation:not(.animated) {
    visibility: hidden;
}

/*NEW SIDEBAR HEADER */
.has-header-sidebar .header-spacer {
    display: none;
}
.ninetheme-scrollbar {
    padding-right: 10px;
}
.ninetheme-scrollbar>.elementor-container::-webkit-scrollbar,
.ninetheme-scrollbar::-webkit-scrollbar {
    width: 2px;
}
.ninetheme-scrollbar>.elementor-container::-webkit-scrollbar-thumb,
.ninetheme-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--styler-dark);
}
.ninetheme-scrollbar>.elementor-container::-webkit-scrollbar-track,
.ninetheme-scrollbar::-webkit-scrollbar-track {
    background-color: var(--styler-gray);
}
.has-header-sidebar .site-content {
    display: flex;
}

.has-header-sidebar .site-content {
    flex: 1;
    width: calc(100% - 360px);
    flex: 1;
    min-height: 100vh;
    margin-left: 360px;
    display: flex;
    flex-direction: column;
}
.has-header-sidebar.header-sidebar-position-right .site-content {
    margin-left: auto;
    margin-right: 360px;
}
.styler-main-sidebar-header .elementor-section .elementor-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.styler-main-sidebar-header .elementor-section .elementor-container .elementor-column {
    width: 100%;
}
body.has-header-sidebar .elementor-element.elementor-element-af676c3 .styler-category-item {
    -ms-flex: 0 0 calc(100% / 2 );
    flex: 0 0 calc(100% / 2 );
    max-width: calc(100% / 2 );
}
body.has-header-sidebar.header-sidebar-color-dark .elementor-462 .elementor-heading-title,
body.has-header-sidebar.header-sidebar-color-dark .elementor-element.elementor-element-ad2503e .elementor-icon-list-text {
    color: var(--styler-light);
}
body.has-header-sidebar.header-sidebar-color-dark .styler-main-sidebar-header .elementor-462 .styler-btn {
    border: 1px solid var(--styler-black-border);
}
.header-sidebar-position-right .styler-side-panel,
.styler-header-mobile.after-sidebar-header {
    z-index: 999;
    max-width: 360px;
}

/* siebar header */
.styler-main-sidebar-header .styler-mobile-header-actions {
    margin-bottom: 40px;
}
.styler-main-sidebar-header .logo {
    max-width: 100%;
}
.styler-main-sidebar-header,
.styler-main-sidebar-header.styler-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 360px;
    min-width: 240px;
    height: 100%;
    z-index: 999;
    background: var(--styler-light);
    padding: 120px 40px 60px;
    border-right: 1px solid var(--styler-gray);
    opacity: 1;
    will-change: transform;
    -webkit-transition: opacity .55s ease,transform .25s ease;
    transition: opacity .55s ease,transform .25s ease;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    overflow-y: auto;
}
.has-header-sidebar:not(.header-sidebar-position-right) .styler-side-panel {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    max-width: 360px;
    z-index: 999;
}
.has-header-sidebar:not(.header-sidebar-position-right) .styler-side-panel.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.has-header-sidebar:not(.header-sidebar-position-right) .panel-content .panel-content-item {
    left: 0;
    right: auto;
	-moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
}
.has-header-sidebar:not(.header-sidebar-position-right) .panel-content .panel-content-item.active {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.header-sidebar-position-right .styler-main-sidebar-header,
.header-sidebar-position-right .styler-main-sidebar-header.styler-active {
    left: auto;
    right: 0;
}
.header-sidebar-position-right .styler-header-mobile.after-sidebar-header,
.header-sidebar-position-right .styler-header-mobile.after-sidebar-header .action-content {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.header-sidebar-position-right .styler-header-mobile.after-sidebar-header.active,
.header-sidebar-position-right .styler-header-mobile.after-sidebar-header .action-content.active {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.styler-main-sidebar-inner.second-menu {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--styler-gray);
}
.styler-main-sidebar-header > div{
    width: 100%;
}
.styler-main-sidebar-inner {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}
.styler-main-sidebar-header ul {
    list-style: none;
}
.styler-main-sidebar-header .primary-menu li,
.styler-main-sidebar-header .primary-menu li > a {
    position: relative;
}
.styler-main-sidebar-header .primary-menu > li > a,
.styler-main-sidebar-header .submenu > li > a {
    display: flex;
    align-items: center;
}
.styler-main-sidebar-header .primary-menu>li>a {
    font-size: 20px;
    font-weight: 600;
}
.styler-main-sidebar-header .second-menu .primary-menu>li>a {
    font-size: 13px;
    text-transform: uppercase;
}
.styler-main-sidebar-header .second-menu .primary-menu>li>a:hover {
    color: var(--styler-primary);
}
.styler-main-sidebar-header .submenu > li {
    font-size: 16px;
}
.styler-main-sidebar-header .primary-menu li + li {
    margin-top: 5px;
}
.styler-main-sidebar-header .dropdown-btn {
    position: absolute;
    right: 0;
    cursor: pointer;
    z-index: 1;
}
.styler-main-sidebar-header .submenu {
    display: none;
}
.styler-main-sidebar-header .submenu:not(.item-shortcode-wrapper) {
    padding: 15px 0px 10px 15px;
}
.styler-main-sidebar-header .item-shortcode-wrapper {
    margin-top: 15px;
}

.styler-main-sidebar-header .header-top-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0;
}
.styler-main-sidebar-header .top-action-btn {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.styler-main-sidebar-header .top-action-btn .styler-wc-count {
    left: auto;
    right: -15px;
    top: -6px;
}
.styler-main-sidebar-header .search-area-top {
    margin-bottom: 0;
}
.has-header-sidebar .styler-popup-search-panel {
    max-width: calc(100% - 360px);
    left: 360px;
}
.autocomplete-suggestions {
    padding: 10px;
    background: var(--styler-light);
    border: 1px solid var(--styler-gray);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    max-width: 280px !important;
    max-height: calc(100vh - 210px)!important;
}
.styler-main-sidebar-header .autocomplete-suggestions {
    bottom: 50px;
}
.styler-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: var(--styler-light);
    z-index: 99;
    padding: 0 20px;
}
.styler-mobile-header-spacer {
    position: relative;
    height: 80px;
}
.admin-bar .styler-mobile-header {
    top: 32px;
}

.styler-mobile-header-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}
.styler-mobile-header-actions span {
    display: inline-flex;
    align-items: center;
}
.styler-mobile-header-actions > span + span {
    margin-left: 15px;
}
.sidebar-menu-active .styler-bottom-mobile-nav {
    z-index: 97;
}
.styler-main-sidebar-header .primary-menu li.styler-active>a span {
    transform: rotate(180deg);
}
.styler-main-sidebar-inner.second-menu {
    margin-top: 30px;
    padding-top: 35px;
    border-top: 1px solid var(--styler-gray);
}
.styler-sidemenu-lang-switcher {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 35px;
    padding-top: 10px;
    border-top: 1px solid var(--styler-gray);
}

.header-sidebar-color-dark .styler-main-sidebar-header,
.header-sidebar-color-dark .styler-main-sidebar-header.styler-active {
    background: var(--styler-black);
    border-right: 1px solid var(--styler-dark-zero);
}
.header-sidebar-color-dark .styler-header-mobile.after-sidebar-header {
    background: var(--styler-black);
}
.header-sidebar-color-dark .header-text-logo,
.header-sidebar-color-dark .styler-main-sidebar-header .primary-menu > li > a,
.header-sidebar-color-dark .styler-main-sidebar-header .submenu > li > a,
.header-sidebar-color-dark .sliding-menu .sliding-menu-inner li a,
.header-sidebar-color-dark .sliding-menu li .sliding-menu__nav,
.header-sidebar-color-dark .styler-main-sidebar-header .styler-svg-icon {
    color: var(--styler-light);
}
.header-sidebar-color-dark .header-text-logo:hover,
.header-sidebar-color-dark .styler-main-sidebar-header .primary-menu > li > a:hover,
.header-sidebar-color-dark .styler-main-sidebar-header .primary-menu > li.styler-active > a,
.header-sidebar-color-dark .styler-main-sidebar-header .submenu > li > a:hover,
.header-sidebar-color-dark .styler-main-sidebar-header .submenu > li.styler-active > a,
.header-sidebar-color-dark .sliding-menu .sliding-menu-inner li a:hover,
.header-sidebar-color-dark .sliding-menu li .sliding-menu__nav:hover {
    color: var(--styler-primary);
}
.header-sidebar-color-dark .styler-main-sidebar-header .styler-svg-icon {
    fill: var(--styler-light);
}
.header-sidebar-color-dark .styler-main-sidebar-inner.second-menu {
	border-color: var(--styler-black-border);
}
.header-sidebar-color-dark .styler-shop-popup-notices:not(.active) {
    right: 0;
}
.styler-main-sidebar-header a.account-page-link {
    display: inline-flex;
}
@media(min-width:992px) {
    .has-header-sidebar .styler-mobile-header-spacer,
    .has-header-sidebar .styler-mobile-header,
    .has-header-sidebar .styler-mobile-menu-close-trigger  {
        display: none;
    }
}
@media(max-width:992px) {
    .styler-landscape .styler-main-sidebar-header.styler-active {
        max-width: 100%;
        flex-direction: row;
    }
    .styler-landscape .styler-mobile-header-bottom {
        padding-left: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .styler-landscape .styler-main-sidebar-inner {
        max-height: calc(100vh - 140px);
    }
    .styler-landscape .styler-main-sidebar-header .header-top-buttons {
        justify-content: flex-end;
        margin-top: 0;
    }
    .styler-landscape .styler-main-sidebar-header .header-top-buttons > div + div {
        margin-left: 20px;
    }
    .styler-landscape .styler-main-sidebar-header .autocomplete-suggestions {
        max-width: 100% !important;
    }
    .styler-landscape .styler-main-sidebar-header .styler-mobile-header-actions {
        margin-bottom: 20px;
    }
    .nt-styler-inner-container {
        padding: 55px 5px;
    }
    .has-header-sidebar .site-content-inner {
        width: 100%;
    }
    .styler-main-sidebar-header {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
	.has-header-sidebar .site-content {
	    margin-left: 0px;
	    width: 100%;
	}
	.has-header-sidebar.header-sidebar-position-right .site-content {
	    margin: 0px;
	}
    .has-header-sidebar .styler-popup-search-panel {
        max-width: 100%;
        left: 0px;
    }
}
@media(max-width:768px) {
    .admin-bar .styler-mobile-header {
        top: 46px;
    }
    .admin-bar .styler-main-sidebar-header.styler-active {
        top: 46px;
        max-height: calc(100% - 46px);
    }
    .admin-bar.scroll-start .styler-main-sidebar-header.styler-active {
        top: 0;
        max-height: calc(100%);
    }
}
@media(max-width:600px) {
    .styler-main-sidebar-header.styler-active {
        max-width: 100%;
        padding: 20px 30px 30px;
    }
    .site-content:before {
        content: none;;
        display: none;
    }
    .admin-bar .styler-mobile-header {
        top: 46px;
    }
    .admin-bar.scroll-start .styler-mobile-header {
        top: 0px;
    }
}

.styler-sticky-cart-toggle {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 103;
    background: var(--styler-dark);
    color: var(--styler-light);
    border: 1px solid rgb(0 0 0 / 0%);
    transition: .5s;
    right: 25px;
    bottom: 75px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.bottom-popup-cart-active .styler-sticky-cart-toggle {
    bottom: 135px;
}
.styler-sticky-cart-toggle.active {
    background: var(--styler-success);
}
.styler-sticky-cart-toggle svg {
    fill: var(--styler-light);
}
#styler-cart-fly{
    position: absolute;
    width: 50px;
    opacity: 1;
    z-index: 9999999;
    font-size: 20px;
    line-height: 3;
    text-align: center;
    border-radius: 60px;
    overflow: hidden;
}
.woocommerce.styler-product:hover .styler-swatches-hover {
    opacity: 1;
}
.nt-shop-page .styler-products-wrapper .slick-slide {
    display: block;
    float: none;
}
.styler-products-wrapper .slick-slide.product-category>a {
    display: block;
}
.styler-products-wrapper .slick-slide.product-category .styler-loop-category-title {
    margin-top: 10px;
    padding-right: 30px;
    position: relative;
}
.styler-products-wrapper .slick-slide.product-category .styler-loop-category-title .cat-count {
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 14px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--styler-dark);
    border-radius: 30px;
    color: var(--styler-light);
}
.shop-loop-mode-subcategories .styler-header-default .styler-header-bottom-bar,
.shop-loop-mode-subcategories .nt-shop-page.loop-mode-subcategories .styler-before-loop.styler-shop-filter-top-area {
    display: none;
}
.shop-loop-mode-subcategories .nt-shop-page.loop-mode-subcategories .styler-products.row {
    margin-bottom: 0;
}
.woocommerce .product .grouped-list-item .quantity input.qty,
.woocommerce .quantity input.qty,
.quantity input.qty {
    max-width: calc( 100% - 44px );
}
.woocommerce-variation-add-to-cart {
    gap: 10px;
}
body:not(.scroll-start) .styler-load-more {
	display: none;
}
.styler-thumb-wrapper .styler-loop-video-wrapper {
    padding-bottom: 100%;
}
.styler-thumb-wrapper .styler-loop-video-wrapper video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.styler-compare-items {
    overflow-x: auto;
    border: 3px solid var(--styler-gray);
    padding: 20px;
}
.styler-compare-items > table {
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.styler-compare-items > table > thead > tr > th {
    color: var(--styler-black);
    border-collapse: collapse;
    padding: 15px 15px 30px 15px;
    margin: 0;
    width: auto;
    min-width: 200px;
    max-width: 300px;
    vertical-align: middle;
    font-weight: 700;
    text-align: left;
    background-color: var(--styler-gray-soft);
    border: none;
    border-image-width: 0;
    position: relative;
}
.styler-compare-items > table > thead > tr > th .name {
    text-transform: uppercase;
    display: block;
    max-width: calc(100% - 30px);
}
.styler-compare-items > table > tbody {
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 6;
}
.styler-compare-items > table > tbody > tr > td {
    position: relative;
    border-collapse: collapse;
    background-color: var(--styler-light);
    padding: 15px 0px 15px 15px;
    vertical-align: top;
    text-align: left;
    width: auto;
    min-width: 200px;
    max-width: 300px;
    color: var(--styler-black);
    font-weight: 400;
    border: none;
    border-image-width: 0;
}
.styler-compare-items > table > thead > tr > th:first-child,
.styler-compare-items > table > tbody > tr > td:first-child {
    padding-left: 15px;
}
.styler-compare-items > table > tbody > tr {
    border: none;
    margin: 0;
    padding: 0;
}
.styler-compare-items > table > tbody > tr:nth-child(2n) > td {
    background-color: var(--styler-gray-soft);
}
.styler-compare-items .add_to_cart_inline {
    margin: 0;
    line-height: 1;
}
.styler-compare-items .add_to_cart_inline {
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 7px;
}
.styler-compare-items .styler-compare-del-icon {
    position: absolute;
    top: 18px;
    right: 17px;
    line-height: 1;
}
.styler-compare-items td ul {
    padding-left: 17px;
}
.styler-compare-items .styler-empty-content,
.styler-compare-items.styler-empty-content {
    text-align: center;
}
.styler-compare-items[data-count="0"] table,
.styler-compare-items:not([data-count="0"]) .styler-empty-content {
    display:none;
}
.styler-compare-items .styler-empty-content svg,
.styler-compare-items.styler-empty-content svg {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}
.styler-compare-items table thead tr th.th-placeholder,
.styler-compare-items table tbody tr td.td-placeholder {
    text-align: center;
}
.styler-compare-items table thead tr th.th-placeholder:before,
.styler-compare-items table tbody tr td.td-placeholder:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 8px;
    background-color: #eeeeee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.styler-compare-popup-list {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: var(--styler-light);
    padding: 80px 20px 20px 20px;
    overflow: auto;
    display: none;
    opacity: 0;
}
.styler-compare-popup-list.loading,
.styler-compare-popup-list.loaded {
    display: flex;
    opacity: 1;
}
.styler-compare-popup-list.loading {
    align-items: center;
    justify-content: center;
}
.styler-compare-popup-list-inner {
    width: 100%;
    display: flex;
}
.styler-compare-popup-list.loading .styler-compare-popup-list-inner,
.styler-compare-popup-list.loading .styler-panel-close-button {
    display: none;
}
.styler-compare-popup-list.loaded .styler-panel-close-button {
    position: absolute;
    top: 35px;
    right: 20px;
}
.styler-compare-popup-list .styler-compare-items.no-product {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.styler-yith-compare-btn.styler-product-button {
    position: relative;
    overflow: hidden;
}
.styler-yith-compare-btn.styler-product-button .compare {
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.styler-compare-popup-list.loading .svgloading {
    max-width: 50px;
    max-height: 50px;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.styler-compare-popup-list.loaded .svgloading {
    display: none;
}
.styler-checkout-review-order-table span.product-img {
    max-width: 50px;
}
.styler-quickshop-wrapper .styler-quickshop-buttons-wrapper .styler-btn a {
    color: var(--styler-light);
}
.styler-summary-item.styler-product-after-cart {
    display: flex;
    gap: 10px;
}
.styler-product-summary .styler-summary-item.styler-product-after-cart>div {
    margin: 0;
    flex: 1;
    position: relative;
}
.styler-slider-thumbs-left .has-arrow .swiper-button-next,
.styler-slider-thumbs-left .has-arrow .swiper-button-prev,
.styler-slider-thumbs-left .has-arrow .swiper-button-next:hover,
.styler-slider-thumbs-left .has-arrow .swiper-button-prev:hover,
.styler-slider-thumbs-right .has-arrow .swiper-button-next,
.styler-slider-thumbs-right .has-arrow .swiper-button-prev,
.styler-slider-thumbs-right .has-arrow .swiper-button-next:hover,
.styler-slider-thumbs-right .has-arrow .swiper-button-prev:hover {
    top: auto;
    left: auto;
    right: auto;
    bottom: 0;
    position: relative;
    opacity: 1;
    transform: none;
    margin: 0;
}
.styler-slider-thumbs-left .styler-thums-arrows,
.styler-slider-thumbs-right .styler-thums-arrows {
    display: flex;
}
.styler-swiper-slider-wrapper .styler-thums-arrows .swiper-button-prev:after,
.styler-swiper-slider-wrapper .styler-thums-arrows .swiper-button-next:after {
    font-size: 16px;
    width: 30px;
    height: 30px;
}
@media(min-width:769px) {
    .styler-slider-thumbs-left .styler-thums-arrows>div,
    .styler-slider-thumbs-right .styler-thums-arrows>div {
        flex: 1;
    }
    .styler-slider-thumbs-left .styler-thums-arrows .swiper-button-next,
    .styler-slider-thumbs-left:hover .styler-thums-arrows .swiper-button-next,
    .styler-slider-thumbs-right .styler-thums-arrows .swiper-button-next,
    .styler-slider-thumbs-right:hover .styler-thums-arrows .swiper-button-next {
        transform: rotate(90deg);
    }
    .styler-slider-thumbs-left .styler-thums-arrows .swiper-button-prev,
    .styler-slider-thumbs-left:hover .styler-thums-arrows .swiper-button-prev,
    .styler-slider-thumbs-right .styler-thums-arrows .swiper-button-prev,
    .styler-slider-thumbs-right:hover .styler-thums-arrows .swiper-button-prev {
        transform: rotate(90deg);
    }
}
@media(max-width:768px) {
    .styler-slider-thumbs-left .styler-thums-arrows,
    .styler-slider-thumbs-right .styler-thums-arrows {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
    .styler-slider-thumbs-left .styler-thums-arrows .swiper-button-next,
    .styler-slider-thumbs-left .styler-thums-arrows .swiper-button-prev {
        height: 30px;
    }
}
.styler-product-bottom-details>img {
    max-width: 60px;
}
.styler-quickview-wrapper .quantity input {
    max-width: calc( 100% - 60px );
}
.styler-button-wrapper.has-icon svg {
    width: 1em;
    height: 1em;
}
.has-default-header-type-dark .styler-header-mobile {
    background-color: var(--styler-black);
}

.has-default-header-type-dark .account-area  form .form-row label,
.has-default-header-type-dark .account-area  form  a   {
    color: var(--styler-text);
}
li.menu-item.has-icon>a>svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}



.styler-header-slide-menu.menu-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.styler-header-slide-menu-inner {
    height: 100%;
    max-height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.styler-header-slide-menu.menu-area>div {
    flex-shrink: 1;
}
.sliding-menu {
    height: 100%!important;
    max-height: 100%;
}
.sliding-menu__panel {
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
}


.styler-header-mobile-sidebar {
    flex-shrink: 1;
    max-height: 100%;
}
@media(min-width:481px) {
    .styler-header-mobile-sidebar-inner {
        overflow: hidden;
        overflow-y: auto;
        width: 100%;
    }
}






.styler-side-panel>div,
.styler-header-cart-details>div {
    flex-shrink: 1;
}
.cart-area.panel-content-item,
.cart-content,.minicart-panel,
.styler-header-cart-details {
    height: 100%;
    max-height: 100%;
}
.panel-content .styler-perfect-scrollbar,
.action-content .styler-perfect-scrollbar {
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    min-height: 80px;
}
.panel-content .overflowed,
.action-content .overflowed {
    overflow-y: auto;
    padding-right: 15px;
}
.styler-header-cart-details.styler-minicart {
    display: flex;
    flex-direction: column;
}

.panel-content .wishlist-area,
.action-content .wishlist-area,
.panel-content .compare-area,
.action-content .compare-area {
    display: flex;
    width: 100%;
    flex-direction: column;
    max-height: 100%;
    height: 100%;
}
.panel-content .wishlist-content,
.action-content .wishlist-content,
.panel-content .compare-content,
.action-content .compare-content {
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    max-height: 100%;
}
.has-products .wishlist-content,
.has-products .compare-content {
    height: 100%;
}

.action-content {
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
}

.styler-header-mobile-content .account-area ul.navigation,
.styler-header-mobile-content .contact-area .wpcf7 {
    flex-shrink: 1;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 10px;
}

.styler-side-panel {
    z-index: 999999;
}
.styler-header-overlay {
    z-index: 999998;
}

.styler-header-mobile-content .minicart-panel {
    max-height: calc(100% - 62px);
}

@media(max-width:1024px) {
    .styler-landscape .panel-top-title {
        margin-bottom: 10px;
    }
    .panel-top-title {
        line-height: 1;
    }
    .styler-header-mobile-content .minicart-panel {
        max-height: calc(100% - 38px);
    }
}

@media(max-width:992px) {
    .styler-landscape .styler-header-slide-menu.menu-area {
        padding: 15px;
    }
    .styler-landscape .search-area-top,
    .styler-landscape .styler-header-mobile-content .styler-ajax-product-search {
        margin-bottom: 10px;
    }
    .styler-landscape .styler-header-mobile-content .search-area-top input {
        padding-top: 7px;
        padding-bottom: 7px;
        min-height: auto;
    }
    .styler-landscape .styler-ajax-product-search.style-inline .styler-ajax-category.nice-select,
    .styler-landscape .styler-ajax-product-search.style-inline select {
        min-height: auto;
        line-height: normal;
    }
    .styler-landscape .panel-content {
        margin-top: 10px;
    }
    .styler-landscape .cart-area .cart-total {
        margin-bottom: 10px;
    }
    .styler-landscape .cart-area .cart-total-price {
        padding-top: 10px;
        margin-top: 10px;
        line-height: 1;
    }
    .styler-landscape .cart-area .minicart-extra-text {
        margin: 0 0 10px;
        line-height: 1;
    }
    .styler-landscape .panel-header {
        min-height: 50px;
    }
    .styler-landscape .panel-header .styler-svg-icon {
        max-width: 20px;
        max-height: 20px;
    }
    .styler-landscape .cart-area .mini-cart-item {
        margin-bottom: 15px;
    }
    .styler-landscape .styler-side-panel .styler-panel-close-button {
        width: 30px;
        height: 30px;
    }
    .styler-landscape .action-content {
        padding: 20px;
    }
}

@media(max-width:768px) {
    .action-content {
        padding: 35px;
    }
}

@media(max-width:480px) {
    .admin-bar .styler-header-mobile-top {
        top: 46px;
    }
    .styler-header-mobile-content .styler-ajax-product-search {
        margin-bottom: 5px;
    }
    .styler-ajax-search-wrapper button.styler-ajax-search-submit {
        right: -10px;
    }
    .styler-landscape .styler-header-slide-menu.menu-area {
        padding: 15px;
    }
    .styler-sidemenu-copyright {
        font-size: 14px;
        padding: 10px 0;
        padding-bottom: 0;
    }
    .search-area-top,
    .styler-header-mobile-content .styler-ajax-product-search {
        margin-bottom: 10px;
    }
    .styler-header-mobile-content .search-area-top input {
        padding-top: 7px;
        padding-bottom: 7px;
        min-height: auto;
    }
    .styler-ajax-product-search.style-inline .styler-ajax-category.nice-select,
    .styler-ajax-product-search.style-inline select {
        min-height: auto;
        line-height: normal;
    }
    .panel-content {
        margin-top: 10px;
    }
    .cart-area .cart-total {
        margin-bottom: 10px;
    }
    .cart-area .cart-total-price {
        padding-top: 10px;
        margin-top: 10px;
        line-height: 1;
    }
    .cart-area .minicart-extra-text {
        margin: 0 0 10px;
        line-height: 1;
    }
    .panel-header {
        min-height: 50px;
    }
    .panel-header .styler-svg-icon {
        max-width: 20px;
        max-height: 20px;
    }
    .cart-area .mini-cart-item {
        margin-bottom: 15px;
    }
    .styler-side-panel .styler-panel-close-button {
        width: 30px;
        height: 30px;
    }
    .action-content {
        padding: 20px;
    }
    .panel-top-title {
        margin-bottom: 10px;
    }
    .styler-panel-close {
        margin-bottom: 0;
    }
}
@media(max-height:720px) {
    .panel-content {
        margin-top: 20px;
    }
    .cart-area .cart-total {
        margin-bottom: 10px;
    }
    .cart-area .cart-total-price {
        padding-top: 10px;
        margin-top: 10px;
        font-size: 14px;
        line-height: 1;
    }
    .minicart-extra-text {
        margin-bottom: 15px;
        line-height: 1;
    }
    .styler_clear_cart_button {
        bottom: -10px;
    }
    .styler-header-mobile-content .styler-cart-goal-wrapper,
    .styler-side-panel .styler-cart-goal-wrapper {
        margin-top: 10px;
    }
}
@media(max-height:600px) {
    .styler-header-mobile-sidebar-logo .header-text-logo {
        font-size: 16px;
    }
    .styler-svg-icon {
        max-width: 20px;
        max-height: 20px;
    }
    .sidebar-top-action .top-action-btn {
        margin-top: 5px;
        border-radius: 100%;
        height: 30px;
        width: 30px;
    }
    .sidebar-bottom-socials a {
        font-size: 15px;
        margin-top: 10px;
    }
    .styler-header-mobile-sidebar-inner {
        gap: 10px;
    }
    .nt-sidebar:not(.styler-blog-sidebar).active {
        padding-top: 50px;
    }
    .styler-landscape .page-hero-big {
        min-height: 200px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .styler-landscape .styler-popup-search-panel {
        height: 100%;
        padding: 20px 0;
    }
    .styler-ajax-product-search + .styler-product-categories .styler-product-categories-inner {
        max-height: calc( 100vh - 235px );
    }
    .styler-panel-close {
        margin-bottom: 10px;
    }
}

@media(max-height:480px) {
    .styler-panel-close {
        margin-bottom: 0px;
    }
}

@media(max-height:380px) {
    .styler-landscape .styler-panel-close {
        margin-bottom: 10px;
    }
    .styler-header-mobile-content .cart-area .panel-top-title {
        display: none;
    }
    .styler-header-mobile-content .minicart-panel {
        max-height: 100%;
    }
    .panel-content .has-clear-btn .styler-perfect-scrollbar,
    .action-content .has-clear-btn .styler-perfect-scrollbar {
        min-height: 70px;
    }
    .styler-landscape .panel-header-btn {
        width: 30px;
        height: 30px;
    }
    .styler-landscape .panel-header .styler-svg-icon {
        max-width: 18px;
        max-height: 18px;
    }
    .styler-landscape .panel-header-btn span.styler-cart-total {
        left: -60px;
    }
    .styler-landscape .panel-header {
        min-height: 40px;
    }
    .styler-landscape .panel-header .styler-wc-count {
        left: -5px;
    }
    .styler-landscape .cart-area .cart-total-price {
        padding-top: 5px;
        margin-top: 5px;
        font-size: 14px;
    }
    .styler-landscape .minicart-extra-text {
        margin-bottom: 10px;
    }
    .styler-landscape .styler_clear_cart_button {
        bottom: -5px;
    }
}
@media(max-height:340px) {
    .styler-landscape .cart-area .cart-total-price {
        font-size: 13px;
    }
    .styler-portrait .styler-header-mobile-sidebar {
        height: 60px;
    }
    .styler-panel-close {
        margin-bottom: 10px;
    }
}

@media(max-height:320px) {
    .styler-landscape .styler-panel-close {
        margin-bottom: 0px;
    }
    .styler-header-mobile-content .cart-area .panel-top-title {
        display: none;
    }
    .styler-header-mobile-content .styler-cart-goal-wrapper,
    .styler-side-panel .styler-cart-goal-wrapper {
        display: none;
    }
}

@media (max-width:480px) and (max-height:320px) {
    .styler-header-mobile-sidebar {
        height: 60px;
    }
}
@media (max-width: 480px) and (max-height:570px) {
    .styler-panel-close {
        margin-bottom: 0px;
    }
}
@media (max-width: 570px) and (max-height:320px) {
    .styler-landscape .styler-panel-close {
        margin-bottom: 10px;
    }
}
.styler-slick:not(.slick-initialized) {
    display: flex;
    width: 100%;
}

.styler-slick:not(.slick-initialized) .styler-category-item {
    width: 25%;
    flex: 0 1 25%;
    flex-shrink: 1;
}
.panel-header-actions span.styler-cart-total {
    margin-right: 10px;
}
form.woocommerce-form .input-text {
    width: 100%;
}
@media(min-width:480px){
	table.woocommerce-product-attributes.shop_attributes {
    min-width: 460px;
}
}
