@charset "UTF-8";

:root {
	--theme-color-prime: #284923;
	--theme-color-prime-rgb: 40, 73, 35;
	--theme-color-prime-darker: #2e3a2c;
	--theme-color-prime-lighter: #31592b;
	--theme-color-prime-subtle: #bee6b8;
	--theme-color-sec: #573c1a;
	--theme-color-sec-rgb: 87, 60, 26;
	--theme-color-sec-darker: #52391b;
	--theme-color-sec-lighter: #69471d;
	--theme-color-mark: #dff66b;
	--theme-color-mark-rgb: 223, 246, 107;
	--theme-color-gray: #999;
	--theme-color-lt-gray: #aaa;
	--theme-color-lighter-gray: #f0f0f0;
	--theme-txt-color: #000;
	--theme-dark-color: #222;
	--theme-dark-color-rgb: 34, 34, 34;
	--theme-pale-color: #f6efe0;
	--theme-pale-color-rgb: 246, 239, 224;
	--theme-color-light: #fbf8ef;
	--theme-color-semilight: #f5eedf;
	--theme-color-solid: #e1cea7;
	--theme-color-faint: #c2c6b2;
	--theme-link-decoration: none;
	--vp-gap-top: 0;
	--dx-adm-main: #305ca5;
	--dx-adm-sec: #000;
}

body {
	overflow-x: hidden;
	background-color: var(--theme-color-light);
	font-family: "Narkis Block", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: var(--theme-txt-color);
}
body.rtl {
	direction: rtl;
}

a {
	color: var(--theme-color-prime);
	text-decoration: var(--theme-link-decoration);
}

.th-cls-btn {
	position: relative;
	width: 15px;
	height: 15px;
	padding: 0;
	background-color: transparent;
	border: 0;
}
.th-cls-btn::before,
.th-cls-btn::after {
	position: absolute;
	top: -1px;
	left: 7px;
	width: 1px;
	height: 19px;
	background-color: var(--theme-color-prime);
	content: "";
}
.th-cls-btn::before {
	transform: rotateZ(-45deg);
}
.th-cls-btn::after {
	transform: rotateZ(45deg);
}

.w2k {
	display: block;
	width: 100%;
}
.container-mkt {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}
.container-wide {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.mono-wide {
	width: 100%;
	max-width: calc(100% - 15px);
	margin-right: 0;
	margin-left: auto;
	padding-left: 15px;
}
.mono-wide.right {
	margin-right: auto;
	margin-left: 0;
	padding-right: 15px;
	padding-left: 0;
}
@media (min-width: 576px){
	.container-mkt {
		max-width: 540px;
	}
	.container-wide {
		width: 576px;
	}
	.mono-wide {
		max-width: calc(50% + 288px);
	}
	.container.semi-left {
		margin-right: 0;
	}
	.container.semi-right {
		margin-left: 0;
	}
	.container.semi-left,
	.container.semi-right {
		max-width: calc(50% + 270px);
	}
}
@media (min-width: 768px){
	.container-mkt {
		max-width: 720px;
	}
	.container-wide {
		width: 738px;
	}
	.mono-wide {
		max-width: calc(50% + 369px);
	}
	.container.semi-left,
	.container.semi-right {
		max-width: calc(50% + 360px);
	}
}
@media (min-width: 992px){
	.container-mkt {
		max-width: 960px;
	}
	.container-wide {
		width: 962px;
	}
	.mono-wide, .container-wide.tipend {
		max-width: calc(50% + 481px);
	}
	.container-wide.tipend {
		margin-right: 0;
		padding-right: 0;
	}
	.container.semi-left,
	.container.semi-right {
		max-width: calc(50% + 480px);
	}
}
@media (min-width: 1200px){
	.container-mkt {
		max-width: 1140px;
	}
	.container-wide {
		width: 95%;
	}
	.mono-wide, .container-wide.tipend {
		max-width: 97.5%;
	}
	.container.semi-left,
	.container.semi-right {
		max-width: calc(50% + 570px);
	}
}
@media (min-width: 1400px){
	.container-mkt {
		max-width: 1320px;
	}
	.container.semi-left,
	.container.semi-right {
		max-width: calc(50% + 660px);
	}
}
@media (min-width: 1600px){
	.container-mkt {
		max-width: 1544px;
	}
}
@media (min-width: 1750px){
	.container-wide {
		width: 1750px;
	}
	.mono-wide, .container-wide.tipend {
		max-width: calc(50% + 875px);
	}
}
@media (min-width: 2000px){
	.w2k {
		max-width: 2000px;
		margin-right: auto;
		margin-left: auto;
	}
}

/*
 * DX Good stuff
 */
.adm-pos-tr {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}
.adm-pos-tl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.adm-pos-br {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.adm-pos-bl {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.btn-adm, a.btn-adm {
	position: relative;
	display: inline-block;
	direction: rtl;
	min-width: 30px;
	height: 30px;
	padding: 0 4px;
	background-color: #c5c7ca;
	line-height: 30px;
	text-align: center;
	color: #3d3833;
	font-size: 18px;
	text-decoration: none;
	border: none;
	transition: all 0.4s ease 0s;
}
.btn-adm .on-label {
	display: inline-block;
	padding: 0;
}
.btn-adm * {
	position: relative;
	z-index: 3;
}
.btn-adm::before,
.btn-adm::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: var(--dx-adm-sec);
	z-index: 0;
	content: "";
	transition: all 0.4s ease 0s;
}
.btn-adm::after {
	background-color: var(--dx-adm-main);
	z-index: 1;
}
.btn-adm:hover {
	color: #fff;
}
.btn-adm:hover::before {
	width: 100%;
}
.btn-adm:hover::after {
	width: 4px;
}
.btn-adm.sm {
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
}
.hide-adm-ui .btn-adm,
.hide-adm-ui .adm-cont {
	display: none;
}

.form-error-msg {
	display: none;
	padding-top: 4px;
	font-size: 14px;
	color: #d00;
}
.form-error-msg.vis {
	display: block;
}
.form-error-msg.inline.vis {
	display: inline;
}

.dx-g-recaptcha {
	display: none;
}
.dx-recaptcha-notice {
	color: var(--theme-txt-color);
	font-size: 14px;
}
.dx-recaptcha-notice a {
	color: var(--theme-txt-color);
	text-decoration: underline;
}
.dx-recaptcha-notice a:hover {
	color: var(--theme-dark-color);
}

.read-audio-player {
	display: flex;
	position: relative;
	min-height: 86px;
	margin: 0 0 30px;
	padding: 10px;
	background-color: #f0f0f0;
	line-height: 1.5;
	font-size: 13px;
	color: #333;
	border: 1px solid #666;
	border-radius: 44px;
	align-items: center;
}
.read-audio-player .waveform-container {
	flex: 1 1 auto;
}
.read-audio-player .controls {
	margin: 0 10px 0 0;
}
.read-audio-player .controls .play-btn {
	position: relative;
	width: 48px;
	height: 48px;
	background-color: transparent;
	border: 3px solid #333;
	border-radius: 50%;
	cursor: pointer;
}
.read-audio-player .controls .play-btn::after {
	position: absolute;
	top: 6px;
	right: 4px;
	width: 30px;
	height: 30px;
	background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDMwIDMwIj48cG9seWdvbiBmaWxsPSIjMzMzIiBwb2ludHM9IjI5Ljk4LDE1IDQsMCA0LDMwICIvPjwvc3ZnPg") scroll 50% 50% no-repeat;
	content: "";
}
.read-audio-player .controls .play-btn.paused::after {
	background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDMwIDMwIiBmaWxsPSIjMzMzIj48cmVjdCB4PSIzIiB5PSIyIiB3aWR0aD0iNyIgaGVpZ2h0PSIyNiIvPjxyZWN0IHg9IjE1IiB5PSIyIiB3aWR0aD0iNyIgaGVpZ2h0PSIyNiIvPjwvc3ZnPg") scroll 50% 50% no-repeat;
}
.read-audio-player .status-line {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.read-audio-player .status-line.head {
	font-size: 20px;
}
.read-audio-player audio {
	display: none;
}
.read-audio-player.fallback {
	display: block;
	min-height: auto;
	padding: 0;
	background-color: transparent;
	font-size: 16px;
	border: 0;
}
.read-audio-player.fallback .controls,
.read-audio-player.fallback .waveform-container {
	display: none;
}
.read-audio-player.fallback .status-line {
	position: static;
	top: auto;
	right: auto;
	margin-bottom: 5px;
	transform: none;
}
.read-audio-player.fallback audio {
	display: block;
	width: 100%;
}

.font-alt, h1, h2, h3, h4, h5, h6 {
	font-family: "Narkis Ruti", Arial, Helvetica, sans-serif;
}
.font-main,
.freetext h1, .freetext h2, .freetext h3,
.freetext h4, .freetext h5, .freetext h6 {
	font-family: "Narkis Block", Arial, Helvetica, sans-serif;
}

.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fs-15 {
	font-size: 15px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-20 {
	font-size: 20px;
}
.fw-100 {
	font-weight: 100;
}
.fw-200 {
	font-weight: 200;
}
.fw-300 {
	font-weight: 300;
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}
.fw-700 {
	font-weight: 700;
}
.fw-800 {
	font-weight: 800;
}
.fw-900 {
	font-weight: 900;
}

.text-theme {
	color: var(--theme-color-prime) !important;
}
.text-theme-alt {
	color: var(--theme-color-sec) !important;
}
.text-theme-mark {
	color: var(--theme-color-mark) !important;
}
.text-theme-light {
	color: var(--theme-color-light) !important;
}
.text-theme-strong {
	color: var(--theme-color-prime-darker) !important;
}
.text-theme-dark {
	color: var(--theme-dark-color) !important;
}
.text-theme-pale {
	color: var(--theme-pale-color) !important;
}
.text-theme-semilight {
	color: var(--theme-color-semilight) !important;
}
.text-theme-solid {
	color: var(--theme-color-solid) !important;
}
.text-gray {
	color: var(--theme-color-gray) !important;
}
.text-lt-gray {
	color: var(--theme-color-lt-gray) !important;
}
.bg-theme {
	background-color: var(--theme-color-prime) !important;
}
.bg-theme-alt {
	background-color: var(--theme-color-sec) !important;
}
.bg-theme-mark {
	background-color: var(--theme-color-mark) !important;
}
.bg-theme-light {
	background-color: var(--theme-color-light) !important;
}
.bg-theme-strong {
	background-color: var(--theme-color-prime-darker) !important;
}
.bg-theme-dark {
	background-color: var(--theme-dark-color) !important;
}
.bg-theme-pale {
	background-color: var(--theme-pale-color) !important;
}
.bg-theme-semilight {
	background-color: var(--theme-color-semilight) !important;
}
.bg-theme-solid {
	background-color: var(--theme-color-solid) !important;
}
.bg-gray {
	background-color: var(--theme-color-gray) !important;
}
.bg-lt-gray {
	background-color: var(--theme-color-lt-gray) !important;
}
.bg-lighter-gray {
	background-color: var(--theme-color-lighter-gray) !important;
}

.border-theme {
	--bs-border-color: var(--theme-color-prime);
}
.border-theme-alt {
	--bs-border-color: var(--theme-color-sec);
}
.border-theme-mark {
	--bs-border-color: var(--theme-color-mark);
}
.border-theme-light {
	--bs-border-color: var(--theme-color-light);
}
.border-theme-strong {
	--bs-border-color: var(--theme-color-prime-darker);
}
.border-theme-dark {
	--bs-border-color: var(--theme-dark-color);
}
.border-theme-pale {
	--bs-border-color: var(--theme-pale-color);
}
.border-theme-semilight {
	--bs-border-color: var(--theme-color-semilight);
}
.border-theme-solid {
	--bs-border-color: var(--theme-color-solid);
}
.border-gray {
	--bs-border-color: var(--theme-color-gray);
}
.border-lt-gray {
	--bs-border-color: var(--theme-color-lt-gray);
}
.border-lighter-gray {
	--bs-border-color: var(--theme-color-lighter-gray);
}

.btn-theme {
	--theme-cri-bg: var(--theme-color-prime);
	--theme-cri-border-color: var(--theme-color-prime);
	--theme-crt-bg: var(--theme-color-prime-darker);
	--theme-crt-border-color: var(--theme-color-prime-darker);
	--theme-cri-color: #fff;
	--theme-crt-color: #fff;
	--bs-btn-color: var(--theme-cri-color);
	--bs-btn-bg: var(--theme-cri-bg);
	--bs-btn-border-color: var(--theme-cri-border-color);
	--bs-btn-hover-color: var(--theme-crt-color);
	--bs-btn-hover-bg: var(--theme-crt-bg);
	--bs-btn-hover-border-color: var(--theme-crt-bg);
	--bs-btn-focus-box-shadow: none;
	--bs-btn-active-color: var(--theme-crt-color);
	--bs-btn-active-bg: var(--theme-crt-bg);
	--bs-btn-active-border-color: var(--theme-crt-bg);
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: var(--theme-cri-color);
	--bs-btn-disabled-bg: var(--theme-cri-bg);
	--bs-btn-disabled-border-color: var(--theme-cri-bg);
}
.btn-theme.alt {
	--theme-cri-bg: var(--theme-color-sec);
	--theme-cri-border-color: var(--theme-color-sec);
	--theme-crt-bg: var(--theme-color-sec-darker);
	--theme-crt-border-color: var(--theme-color-sec-darker);
	--theme-cri-color: #fff;
	--theme-crt-color: #fff;
}
.btn-theme.off {
	--theme-cri-bg: var(--theme-color-lt-gray);
	--theme-cri-border-color: var(--color-lt-gray);
	--theme-crt-bg: var(--theme-color-prime);
	--theme-crt-border-color: var(--theme-color-prime);
	--theme-cri-color: #000;
	--theme-crt-color: #fff;
}
.btn-theme.black {
	--theme-cri-bg: #000;
	--theme-cri-border-color: #000;
	--theme-crt-bg: #262626;
	--theme-crt-border-color: #262626;
}
.btn-theme.whatsapp {
	--theme-cri-bg: #25d366;
	--theme-cri-border-color: #25d366;
	--theme-crt-bg: #21b557;
	--theme-crt-border-color: #21b557;
	--theme-cri-color: #000;
	--theme-crt-color: #000;
}
.btn-special {
	display: inline-block;
	padding: 5px 15px;
	background-color: var(--theme-color-mark);
	color: var(--theme-color-prime);
	border: 1px solid var(--theme-color-prime);
	cursor: pointer;
}
.btn-grand-spc {
	--theme-cri-bg: transparent;
	--theme-cri-color: #fff;
	--theme-crt-color: #000;
	display: inline-block;
	padding: 5px 25px;
	background-color: transparent;
	font-size: 18px;
	color: var(--theme-cri-color);
	border: 1px solid var(--theme-cri-color);
	cursor: pointer;
	transition: background-color .4s ease, color .4s ease;
}
.btn-grand-spc:hover {
	background-color: var(--theme-cri-color);
	color: var(--theme-crt-color);
}
@media(min-width: 576px){
	.btn-grand-spc {
		padding: 8px 35px;
	}
}
@media(min-width: 768px){
	.btn-grand-white {
		padding: 8px 40px;
		font-size: 20px;
	}
}

.dx-vect {
	--theme-fill-color: var(--theme-txt-color);
	fill: var(--theme-fill-color);
	transition: fill .4s ease;
}
.text-white .dx-vect {
	--theme-fill-color: #fff;
}
.dx-vect.theme {
	--theme-fill-color: var(--theme-color-prime);
}
.dx-vect.theme-alt {
	--theme-fill-color: var(--theme-color-sec);
}
.dx-vect.theme-dark {
	--theme-fill-color: var(--theme-dark-color);
}
.dx-vect.theme-pale {
	--theme-fill-color: var(--theme-pale-color);
}
.dx-vect.current-color {
	fill: currentColor;
}

.lt-link {
	--theme-cri-color: #fff;
	--theme-crt-color: var(--theme-color-prime);
}
.lt-link.alt {
	--theme-crt-color: var(--theme-color-sec);
}
.lt-link.inv {
	--theme-cri-color: var(--theme-color-prime);
	--theme-crt-color: #fff;
}
.lt-link.alt.inv {
	--theme-cri-color: var(--theme-color-sec);
}
.thm-link, .xlink {
	--theme-cri-color: var(--theme-color-prime);
	--theme-crt-color: #000;
}
.drk-link {
	--theme-cri-color: #000;
	--theme-crt-color: var(--theme-color-prime);
}
.lt-link, .thm-link, .drk-link, .xlink {
	color: var(--theme-cri-color);
	transition: color 0.5s ease;
}
.lt-link:hover, .lt-link:focus,
.lt-link.alt:hover, .lt-link.alt:focus,
.thm-link:hover, .thm-link:focus,
.drk-link:hover, .drk-link:focus,
.xlink:hover, .xlink:focus {
	color: var(--theme-crt-color);
}

.cr-shift {
	--theme-cri-bg: var(--theme-color-prime);
	--theme-cri-color: #fff;
	--theme-cri-border-color: var(--theme-color-prime);
	--theme-crt-bg: var(--theme-color-sec);
	--theme-crt-color: #fff;
	--theme-crt-border-color: var(--theme-color-sec);
	background-color: var(--theme-cri-bg);
	color: var(--theme-cri-color);
	transition: all 0.3s ease-in-out;
}
.xfrom-bg-none {
	--theme-cri-bg: transparent;
}
.xfrom-bg-theme {
	--theme-cri-bg: var(--theme-color-prime);
}
.xfrom-bg-theme-alt {
	--theme-cri-bg: var(--theme-color-sec);
}
.xfrom-bg-pale {
	--theme-cri-bg: var(--theme-pale-color);
}
.xfrom-bg-black {
	--theme-cri-bg: #000;
}
.xfrom-bg-dark {
	--theme-cri-bg: var(--theme-dark-color);
}
.xfrom-bg-white {
	--theme-cri-bg: #fff;
}
.xto-bg-none {
	--theme-crt-bg: transparent;
}
.xto-bg-theme-alt {
	--theme-crt-bg: var(--theme-color-sec);
}
.xto-bg-pale {
	--theme-crt-bg: var(--theme-pale-color);
}
.xto-bg-black {
	--theme-crt-bg: #000;
}
.xto-bg-dark {
	--theme-crt-bg: var(--theme-dark-color);
}
.xto-bg-white {
	--theme-crt-bg: #fff;
}
.xfrom-border-theme {
	--theme-cri-border-color: var(--theme-color-prime);
}
.xfrom-border-theme-alt {
	--theme-cri-border-color: var(--theme-color-sec);
}
.xfrom-border-pale {
	--theme-cri-border-color: var(--theme-pale-color);
}
.xfrom-border-black {
	--theme-cri-border-color: #000;
}
.xfrom-border-dark {
	--theme-cri-border-color: var(--theme-dark-color);
}
.xfrom-border-white {
	--theme-cri-border-color: #fff;
}
.xto-border-theme-alt {
	--theme-crt-border-color: var(--theme-color-sec);
}
.xto-border-pale {
	--theme-crt-border-color: var(--theme-pale-color);
}
.xto-border-black {
	--theme-crt-border-color: #000;
}
.xto-border-dark {
	--theme-crt-border-color: var(--theme-dark-color);
}
.xto-border-white {
	--theme-crt-border-color: #fff;
}
.xfrom-color-theme {
	--theme-cri-color: var(--theme-color-prime);
}
.xfrom-color-theme-alt {
	--theme-cri-color: var(--theme-color-sec);
}
.xfrom-color-pale {
	--theme-cri-color: var(--theme-pale-color);
}
.xfrom-color-black {
	--theme-cri-color: #000;
}
.xfrom-color-dark {
	--theme-cri-color: var(--theme-dark-color);
}
.xfrom-color-white {
	--theme-cri-color: #fff;
}
.xto-color-theme-alt {
	--theme-crt-color: var(--theme-color-sec);
}
.xto-color-pale {
	--theme-crt-color: var(--theme-pale-color);
}
.xto-color-black {
	--theme-crt-color: #000;
}
.xto-color-dark {
	--theme-crt-color: var(--theme-dark-color);
}
.xto-color-white {
	--theme-crt-color: #fff;
}
.cr-shift:hover {
	background-color: var(--theme-crt-bg);
	color: var(--theme-crt-color);
	border-color: var(--theme-crt-border-color);
}

.sw-hollow {
	padding: 0 5px;
	line-height: normal;
	font-size: 14px;
	color: var(--theme-color-prime);
	border: var(--theme-color-prime) solid 1px;
}

.breadcrumb.theme {
	--bs-breadcrumb-item-padding-x: .2rem;
	--bs-breadcrumb-divider-color: currentColor;
	--bs-breadcrumb-item-active-color: currentColor;
	color: var(--theme-color-gray);
}
.breadcrumb.theme .breadcrumb-item a {
	color: currentColor;
}

.w-50px {
	width: 50px !important;
}
.w-80px {
	width: 80px !important;
}
.w-100px {
	width: 100px !important;
}
.mw-50px {
	max-width: 50px !important;
}
.mw-80px {
	max-width: 80px !important;
}
.mw-100px {
	max-width: 100px !important;
}

.mt-50px,.my-50px{margin-top:50px!important}.mb-50px,.my-50px{margin-bottom:50px!important}.mt-80px,.my-80px{margin-top:80px!important}.mb-80px,.my-80px{margin-bottom:80px!important}.mt-100px,.my-100px{margin-top:100px!important}.mb-100px,.my-100px{margin-bottom:100px!important}.mt-120px,.my-120px{margin-top:120px!important}.mb-120px,.my-120px{margin-bottom:120px!important}.mt-150px,.my-150px{margin-top:150px!important}.mb-150px,.mb-180px,.my-150px,.my-180px{margin-bottom:150px!important}.mt-180px,.my-180px{margin-top:180px!important}.pt-50px,.py-50px{padding-top:50px!important}.pb-50px,.py-50px{padding-bottom:50px!important}.pt-80px,.py-80px{padding-top:80px!important}.pb-80px,.py-80px{padding-bottom:80px!important}.pt-100px,.py-100px{padding-top:100px!important}.pb-100px,.py-100px{padding-bottom:100px!important}.pt-120px,.py-120px{padding-top:120px!important}.pb-120px,.py-120px{padding-bottom:120px!important}@media (min-width:576px){.mt-sm-50px,.my-sm-50px{margin-top:50px!important}.mb-sm-50px,.my-sm-50px{margin-bottom:50px!important}.mt-sm-80px,.my-sm-80px{margin-top:80px!important}.mb-sm-80px,.my-sm-80px{margin-bottom:80px!important}.mt-sm-100px,.my-sm-100px{margin-top:100px!important}.mb-sm-100px,.my-sm-100px{margin-bottom:100px!important}.mt-sm-120px,.my-sm-120px{margin-top:120px!important}.mb-sm-120px,.my-sm-120px{margin-bottom:120px!important}.mt-sm-150px,.my-sm-150px{margin-top:150px!important}.mb-sm-150px,.mb-sm-180px,.my-sm-150px,.my-sm-180px{margin-bottom:150px!important}.mt-sm-180px,.my-sm-180px{margin-top:180px!important}.pt-sm-50px,.py-sm-50px{padding-top:50px!important}.pb-sm-50px,.py-sm-50px{padding-bottom:50px!important}.pt-sm-80px,.py-sm-80px{padding-top:80px!important}.pb-sm-80px,.py-sm-80px{padding-bottom:80px!important}.pt-sm-100px,.py-sm-100px{padding-top:100px!important}.pb-sm-100px,.py-sm-100px{padding-bottom:100px!important}.pt-sm-120px,.py-sm-120px{padding-top:120px!important}.pb-sm-120px,.py-sm-120px{padding-bottom:120px!important}}@media (min-width:768px){.mt-md-50px,.my-md-50px{margin-top:50px!important}.mb-md-50px,.my-md-50px{margin-bottom:50px!important}.mt-md-80px,.my-md-80px{margin-top:80px!important}.mb-md-80px,.my-md-80px{margin-bottom:80px!important}.mt-md-100px,.my-md-100px{margin-top:100px!important}.mb-md-100px,.my-md-100px{margin-bottom:100px!important}.mt-md-120px,.my-md-120px{margin-top:120px!important}.mb-md-120px,.my-md-120px{margin-bottom:120px!important}.mt-md-150px,.my-md-150px{margin-top:150px!important}.mb-md-150px,.mb-md-180px,.my-md-150px,.my-md-180px{margin-bottom:150px!important}.mt-md-180px,.my-md-180px{margin-top:180px!important}.pt-md-50px,.py-md-50px{padding-top:50px!important}.pb-md-50px,.py-md-50px{padding-bottom:50px!important}.pt-md-80px,.py-md-80px{padding-top:80px!important}.pb-md-80px,.py-md-80px{padding-bottom:80px!important}.pt-md-100px,.py-md-100px{padding-top:100px!important}.pb-md-100px,.py-md-100px{padding-bottom:100px!important}.pt-md-120px,.py-md-120px{padding-top:120px!important}.pb-md-120px,.py-md-120px{padding-bottom:120px!important}}@media (min-width:992px){.mt-lg-50px,.my-lg-50px{margin-top:50px!important}.mb-lg-50px,.my-lg-50px{margin-bottom:50px!important}.mt-lg-80px,.my-lg-80px{margin-top:80px!important}.mb-lg-80px,.my-lg-80px{margin-bottom:80px!important}.mt-lg-100px,.my-lg-100px{margin-top:100px!important}.mb-lg-100px,.my-lg-100px{margin-bottom:100px!important}.mt-lg-120px,.my-lg-120px{margin-top:120px!important}.mb-lg-120px,.my-lg-120px{margin-bottom:120px!important}.mt-lg-150px,.my-lg-150px{margin-top:150px!important}.mb-lg-150px,.mb-lg-180px,.my-lg-150px,.my-lg-180px{margin-bottom:150px!important}.mt-lg-180px,.my-lg-180px{margin-top:180px!important}.pt-lg-50px,.py-lg-50px{padding-top:50px!important}.pb-lg-50px,.py-lg-50px{padding-bottom:50px!important}.pt-lg-80px,.py-lg-80px{padding-top:80px!important}.pb-lg-80px,.py-lg-80px{padding-bottom:80px!important}.pt-lg-100px,.py-lg-100px{padding-top:100px!important}.pb-lg-100px,.py-lg-100px{padding-bottom:100px!important}.pt-lg-120px,.py-lg-120px{padding-top:120px!important}.pb-lg-120px,.py-lg-120px{padding-bottom:120px!important}}@media (min-width:1200px){.mt-xl-50px,.my-xl-50px{margin-top:50px!important}.mb-xl-50px,.my-xl-50px{margin-bottom:50px!important}.mt-xl-80px,.my-xl-80px{margin-top:80px!important}.mb-xl-80px,.my-xl-80px{margin-bottom:80px!important}.mt-xl-100px,.my-xl-100px{margin-top:100px!important}.mb-xl-100px,.my-xl-100px{margin-bottom:100px!important}.mt-xl-120px,.my-xl-120px{margin-top:120px!important}.mb-xl-120px,.my-xl-120px{margin-bottom:120px!important}.mt-xl-150px,.my-xl-150px{margin-top:150px!important}.mb-xl-150px,.mb-xl-180px,.my-xl-150px,.my-xl-180px{margin-bottom:150px!important}.mt-xl-180px,.my-xl-180px{margin-top:180px!important}.pt-xl-50px,.py-xl-50px{padding-top:50px!important}.pb-xl-50px,.py-xl-50px{padding-bottom:50px!important}.pt-xl-80px,.py-xl-80px{padding-top:80px!important}.pb-xl-80px,.py-xl-80px{padding-bottom:80px!important}.pt-xl-100px,.py-xl-100px{padding-top:100px!important}.pb-xl-100px,.py-xl-100px{padding-bottom:100px!important}.pt-xl-120px,.py-xl-120px{padding-top:120px!important}.pb-xl-120px,.py-xl-120px{padding-bottom:120px!important}}@media (min-width:1400px){.mt-xxl-50px,.my-xxl-50px{margin-top:50px!important}.mb-xxl-50px,.my-xxl-50px{margin-bottom:50px!important}.mt-xxl-80px,.my-xxl-80px{margin-top:80px!important}.mb-xxl-80px,.my-xxl-80px{margin-bottom:80px!important}.mt-xxl-100px,.my-xxl-100px{margin-top:100px!important}.mb-xxl-100px,.my-xxl-100px{margin-bottom:100px!important}.mt-xxl-120px,.my-xxl-120px{margin-top:120px!important}.mb-xxl-120px,.my-xxl-120px{margin-bottom:120px!important}.mt-xxl-150px,.my-xxl-150px{margin-top:150px!important}.mb-xxl-150px,.mb-xxl-180px,.my-xxl-150px,.my-xxl-180px{margin-bottom:150px!important}.mt-xxl-180px,.my-xxl-180px{margin-top:180px!important}.pt-xxl-50px,.py-xxl-50px{padding-top:50px!important}.pb-xxl-50px,.py-xxl-50px{padding-bottom:50px!important}.pt-xxl-80px,.py-xxl-80px{padding-top:80px!important}.pb-xxl-80px,.py-xxl-80px{padding-bottom:80px!important}.pt-xxl-100px,.py-xxl-100px{padding-top:100px!important}.pb-xxl-100px,.py-xxl-100px{padding-bottom:100px!important}.pt-xxl-120px,.py-xxl-120px{padding-top:120px!important}.pb-xxl-120px,.py-xxl-120px{padding-bottom:120px!important}}

.mt-grand-resp, .my-grand-resp {
	margin-top: 120px;
}
.mb-grand-resp, .my-grand-resp {
	margin-bottom: 120px;
}
@media (min-width: 992px){
	.mt-grand-resp, .my-grand-resp {
		margin-top: 150px;
	}
	.mb-grand-resp, .my-grand-resp {
		margin-bottom: 150px;
	}
}
@media (min-width: 1200px){
	.mt-grand-resp, .my-grand-resp {
		margin-top: 180px;
	}
	.mb-grand-resp, .my-grand-resp {
		margin-bottom: 180px;
	}
}

.title-heading {
	font-size: 2rem;
}
.title-heading.large {
	font-size: 64px;
}
@media (min-width: 400px){
	.title-heading.large {
		font-size: 84px;
	}
}
@media (min-width: 576px){
	.title-heading {
		font-size: 2.5rem;
	}
	.title-heading.large {
		font-size: 84px;
	}
}
@media (min-width: 768px){
	.title-heading {
		font-size: 48px;
	}
	.title-heading.large {
		font-size: 96px;
	}
	.title-heading.txt-xl {
		font-size: 54px;
	}
}
@media (min-width: 1600px){
	.title-heading {
		font-size: 52px;
	}
	.title-heading.large {
		font-size: 120px;
	}
	.title-heading.txt-xl {
		font-size: 64px;
	}
}

.du-rail {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-weight: 16px;
}
.du-rail .hlf {
	position: relative;
	flex: 1 0 100%;
	text-align: center;
	line-height: 2.5rem;
	border-top: 1px solid currentColor;
}
.du-rail .hlf:last-child {
	border-bottom: 1px solid currentColor;
}
@media (min-width: 678px){
	.du-rail {
		width: 450px;
		font-size: 18px;
	}
	.du-rail .hlf {
		flex: 1 0 50%;
		border-bottom: 1px solid currentColor;
	}
	.du-rail .hlf::before {
		position: absolute;
		top: .9rem;
		bottom: .9rem;
		right: 0;
		left: 0;
		border-right: 1px solid currentColor;
		content: "";
	}
	.du-rail .hlf:last-child::before {
		border-left: 1px solid currentColor;
	}
}

.form-control {
	font-weight: 300;
}
.form-control.theme,
.form-select.theme,
.form-floating.theme {
	--bs-border-radius: 0;
	--bs-border-radius-sm: 0;
	--bs-border-radius-lg: 0;
	--bs-border-color: var(--theme-color-gray);
}
.form-control.theme.off,
.form-select.theme.off,
.form-floating.theme.off {
	--bs-body-bg: var(--theme-pale-color);
	--bs-body-bg-rgb: var(--theme-pale-color-rgb);
}
.form-control.theme:focus,
.form-select.theme:focus {
	border-color: var(--theme-color-prime);
	box-shadow: none;
}

.form-control.error,
.form-select.error,
.form-control.error:focus,
.form-select.error:focus {
	color: #d00;
	border-color: #d00;
}

.form-floating.slim > .form-control,
.form-floating.slim > .form-control-plaintext {
	padding: .25rem .75rem;
}
.form-floating.slim > .form-control,
.form-floating.slim > .form-control-plaintext,
.form-floating.slim > .form-select {
	height: calc(2.5rem + calc(var(--bs-border-width) * 2));
	min-height: calc(2.5rem + calc(var(--bs-border-width) * 2));
	line-height: 1.25;
}
.form-floating.slim > label {
	padding: .5rem .75rem;
}
.form-floating.slim > .form-control-plaintext ~ label::after,
.form-floating.slim > .form-control:focus ~ label::after,
.form-floating.slim > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating.slim > .form-select ~ label::after {
	display: none;
}
.form-floating.slim > .form-control-plaintext ~ label,
.form-floating.slim > .form-control:focus ~ label,
.form-floating.slim > .form-control:not(:placeholder-shown) ~ label,
.form-floating.slim > .form-select ~ label {
	transform: scale(.75) translateY(-2rem) translateX(-.15rem);
}

.ta-tall, .form-floating .ta-tall {
	min-height: 150px;
}

.form-check.theme {
	--thm-bs-ui-color: var(--theme-color-prime);
	--thm-bs-ui-color2: var(--theme-color-prime-darker);
}
.form-check.theme.alt {
	--thm-bs-ui-color: var(--theme-color-sec);
	--thm-bs-ui-color2: var(--theme-color-sec-darker);
}
.form-check.theme.black {
	--thm-bs-ui-color: #000;
	--thm-bs-ui-color2: #000;
}
.form-check.theme .form-check-input:checked {
	background-color: var(--thm-bs-ui-color);
	border-color: var(--thm-bs-ui-color2);
}
.form-check.theme .form-check-input:focus {
	border-color: var(--thm-bs-ui-color2);
}
.form-check.theme .form-check-input:focus {
	box-shadow: none;
}
.form-check.rounded-0 .form-check-input[type="checkbox"] {
	border-radius: 0;
}

.fc-indi {
	position: relative;
}
.fc-indi > input,
.billing-info-wrap .billing-info .fc-indi > input {
	padding-left: 10px;
	padding-right: 24px;
}
body.rtl .fc-indi > input,
body.rtl .billing-info-wrap .billing-info .fc-indi > input {
	padding-right: 10px;
	padding-left: 24px;
}
.fc-indi > .icn {
	display: none;
	position: absolute;
	top: 13px;
	right: 6px;
	color: #aaa;
}
body.rtl .fc-indi > .icn {
	left: 6px;
	right: auto;
}
.fc-indi.ok > .icn {
	display: block;
}
.fc-indi.nomatch > input {
	background-color: #f4f4f4;
}

.under-label {
	--und-lbl-active-bg-color: var(--theme-color-prime);
	--und-lbl-active-color: #fff;
	display: block;
	width: 100%;
	background-color: var(--bs-border-color);
}
.under-label.alt {
	--und-lbl-active-bg-color: var(--theme-color-sec);
}
.form-control:focus ~ .under-label,
.form-control:active ~ .under-label,
.form-select:focus ~ .under-label,
.form-select:focus ~ .under-label {
	background-color: var(--und-lbl-active-bg-color);
	color: var(--und-lbl-active-color);
}

.password-gizmo {
	position: relative;
}
.password-gizmo .form-control,
.password-gizmo .common-tbox,
.password-gizmo .cf-ordinary {
	padding-right: 38px;
}
body.rtl .password-gizmo .form-control,
body.rtl .password-gizmo .common-tbox {
	padding-left: 38px;
	padding-right: 15px;
}
body.rtl .password-gizmo .cf-ordinary {
	padding-left: 38px;
	padding-right: 14px;
}
.password-gizmo .ctrlbtn {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 22px;
	height: 22px;
	z-index: 2;
}
.password-gizmo .ctrlbtn.eyes-btn {
	display: block;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='44' height='22' viewBox='0 0 44 22' fill='none' stroke='%23000' stroke-width='1.2' stroke-linecap='round'%3e%3cpath d='M33.1,14.1c1.6-0.1,2.9-1.4,3-3'/%3e%3cpath d='M34.6,8.3c-0.5-0.3-1-0.4-1.6-0.4c-1.7,0-3.1,1.4-3.1,3.1c0,0.6,0.2,1.1,0.4,1.6' stroke-linecap='square'/%3e%3cpath d='M30.7,16.5c0.7,0.2,1.5,0.4,2.3,0.4c5.2,0,9.4-5.8,9.4-5.8s-1.2-1.6-3.1-3.2'/%3e%3cpath d='M36.8,6.2c-1.2-0.6-2.4-1-3.8-1c-5.2,0-9.4,5.8-9.4,5.8s1.7,2.3,4.3,4' stroke-linecap='square'/%3e%3cline x1='26.1' y1='17.9' x2='39.9' y2='4.1'/%3e%3cpath d='M20.4,11c0,0-4.2,5.8-9.4,5.8S1.6,11,1.6,11S5.8,5.2,11,5.2S20.4,11,20.4,11z'/%3e%3ccircle class='st0' cx='11' cy='11' r='3.1'/%3e%3c/svg%3e") scroll 0 0 no-repeat;
	border: 0;
	transition: background-position .25s ease;
}
.password-gizmo .ctrlbtn.eyes-btn.reveal {
	background-position: 100% 0;
}

.modal.rounded-0 {
	--bs-modal-border-radius: 0;
	--bs-modal-inner-border-radius: 0;
}
.modal.modal-theme {
	--bs-modal-bg: var(--theme-color-light);
	--bs-heading-color: var(--theme-color-prime);
	color: var(--theme-color-prime);
}
.modal.modal-theme .btn-close {
	--bs-btn-close-focus-shadow: none;
}
@media (min-width: 992px) {
	.modal-xxl {
		--bs-modal-width: 800px;
	}
}
@media (min-width: 1200px) {
	.modal-xxl {
		--bs-modal-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.modal-xxl {
		--bs-modal-width: 1320px;
	}
}

.btn-modal {
	display: flex;
	width: 34px;
	height: 34px;
	padding: 8px;
	justify-content: center;
	align-items: center;
	opacity: .5;
	background-color: transparent;
	color: #000;
	border: 0;
}
.btn-modal:hover {
	opacity: .75;
}
.btn-modal:focus {
	opacity: 1;
}

.alert-primary.vivid .btn-close, .alert-secondary.vivid .btn-close, .alert-success.vivid .btn-close,
.alert-danger.vivid .btn-close, .alert-dark.vivid .btn-close, .alert-theme.vivid .btn-close {
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}
.alert-primary.vivid, .alert-secondary.vivid, .alert-success.vivid, .alert-danger.vivid, .alert-dark.vivid, .alert-theme.vivid {
	--bs-alert-color: #fff;
	--bs-alert-link-color: #fff;
}
.alert-info.vivid, .alert-warning.vivid, .alert-light.vivid {
	--bs-alert-color: #000;
	--bs-alert-link-color: #000;
}
.alert-primary.vivid {
	--bs-alert-bg: var(--bs-primary);
	--bs-alert-border-color: var(--bs-primary);
}
.alert-secondary.vivid {
	--bs-alert-bg: var(--bs-secondary);
	--bs-alert-border-color: var(--bs-secondary);
}
.alert-success.vivid {
	--bs-alert-bg: var(--bs-success);
	--bs-alert-border-color: var(--bs-success);
}
.alert-info.vivid {
	--bs-alert-bg: var(--bs-info);
	--bs-alert-border-color: var(--bs-info);
}
.alert-warning.vivid {
	--bs-alert-bg: var(--bs-warning);
	--bs-alert-border-color: var(--bs-warning);
}
.alert-danger.vivid {
	--bs-alert-bg: var(--bs-danger);
	--bs-alert-border-color: var(--bs-danger);
}
.alert-light.vivid {
	--bs-alert-bg: var(--bs-light);
	--bs-alert-border-color: var(--bs-light);
}
.alert-dark.vivid {
	--bs-alert-bg: var(--bs-dark);
	--bs-alert-border-color: var(--bs-dark);
}
.alert-theme {
	--bs-alert-color: var(--theme-color-prime);
	--bs-alert-bg: var(--theme-color-prime-subtle);
	--bs-alert-border-color: var(--theme-color-prime);
	--bs-alert-link-color: var(--theme-color-prime);
}
.alert-theme.vivid {
	--bs-alert-bg: var(--theme-color-prime);
	--bs-alert-border-color: var(--theme-color-prime);
}

.dropdown-menu.theme {
	--bs-dropdown-color: var(--theme-color-prime);
	--bs-dropdown-link-color: var(--theme-color-prime);
	--bs-dropdown-link-hover-color: #fff;
	--bs-dropdown-bg: var(--theme-pale-color);
	--bs-dropdown-link-hover-bg: var(--theme-color-prime);
	--bs-dropdown-border-color: var(--theme-color-faint);
	--bs-dropdown-header-color: var(--theme-color-prime);
	--bs-dropdown-link-active-bg: var(--theme-color-prime);
}
.dropdown-menu.theme .dropdown-header {
	font-size: inherit;
}

.accordion.theme {
	--bs-accordion-color: var(--theme-txt-color);
	--bs-accordion-border-radius: 0;
	--bs-accordion-inner-border-radius: 0;
	--bs-accordion-btn-color: var(--bs-body-color);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	--bs-accordion-btn-focus-border-color: var(--bs-border-color);
	--bs-accordion-btn-focus-box-shadow: none;
	--bs-accordion-active-color: var(--theme-txt-color);
	--bs-accordion-active-bg: var(--bs-body-bg);
}
.accordion.nobg {
	--bs-accordion-bg: transparent;
	--bs-accordion-active-bg: transparent;
}
.accordion.noxguts {
	--bs-accordion-btn-padding-x: 0;
}
.accordion.theme.pluses {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23000' d='M14,7.5H8.5V2c0-0.276-0.224-0.5-0.5-0.5S7.5,1.724,7.5,2v5.5H2C1.724,7.5,1.5,7.724,1.5,8S1.724,8.5,2,8.5h5.5V14c0,0.276,0.224,0.5,0.5,0.5s0.5-0.224,0.5-0.5V8.5H14c0.276,0,0.5-0.224,0.5-0.5S14.276,7.5,14,7.5z'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23000' d='M1.5,8c0-0.276,0.224-0.5,0.5-0.5h12c0.276,0,0.5,0.224,0.5,0.5S14.276,8.5,14,8.5H2C1.724,8.5,1.5,8.276,1.5,8z'/%3e%3c/svg%3e");
}
.accordion.theme .accordion-item {
	border: 0;
}
.accordion.theme .accordion-item + .accordion-item {
	border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.nav.cornered {
	--bs-nav-tabs-border-radius: 0;
}
.nav.theme {
	--bs-nav-link-font-weight: 400;
	--bs-nav-link-color: var(--theme-txt-color);
	--bs-nav-link-hover-color: var(--theme-color-prime);
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
}
.nav.nav-tabs.theme {
	position: relative;
	border-bottom: 0;
}
.nav-tabs.theme .nav-link {
	margin-bottom: 0;
	border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.vect-curr {
	fill: currentColor;
}

/** site main header bar **/
.vp-gap {
	--vp-gap-top: 55px;
	padding-top: var(--vp-gap-top);
}
.vp-gap.plus {
	--vp-gap-top: 83px;
}
.site-main-header {
	--thm-smh-bg-from: var(--theme-pale-color);
	--thm-smh-bg-to: var(--theme-pale-color);
	--thm-smh-color-from: var(--theme-color-prime);
	--thm-smh-color-to: var(--theme-color-prime);
	--thm-smh-bg-chosen: var(--thm-smh-bg-from);
	--thm-smh-color-chosen: var(--thm-smh-color-from);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 997;
	background-color: var(--thm-smh-bg-chosen);
	color: var(--thm-smh-color-chosen);
	box-shadow: none;
	transition: background-color .4s ease, box-shadow .4s ease, transform .4s ease, opacity .4s ease;
}
.site-main-header.ibg-tx {
	--thm-smh-bg-from: transparent;
}
.site-main-header.icol-white {
	--thm-smh-color-from: #fff;
}
.site-main-header.above {
	--thm-smh-bg-chosen: var(--thm-smh-bg-to);
	--thm-smh-color-chosen: var(--thm-smh-color-to);
}
.site-main-header .topbar,
.site-main-header .topbar .txt {
	display: block;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
}
.site-main-header.sepline {
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}
.site-main-header.sepline.adrift {
	border-bottom: 0;
}
.site-main-header.smart.adrift {
	opacity: 0;
	transform: translateY(-100%);
}
.site-main-header.adrift.up {
	opacity: 1;
	transform: none;
}
.site-main-header .btnv {
	fill: var(--thm-smh-color-chosen);
	stroke: none;
}
.site-main-header .inner {
	position: relative;
	display: flex;
	height: 55px;
}
.site-main-header .inner::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: var(--theme-color-faint);
	z-index: 0;
	content: "";
}
.site-main-header.exp .inner::after {
	display: none;
}

.site-main-header .inner .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 175px;
	align-self: center;
	transform: translate(-50%, -50%);
}
.site-main-header .inner .logo img {
	display: inline-block;
	width: 100%;
	height: auto;
	transition: opacity .4s linear;
}
.site-main-header .inner .logo .alt-logo-box {
	display: flex;
	visibility: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	transition: visibiliy .4s linear, opacity .4s linear;
}
.site-main-header .inner .logo .alt-logo-box img,
.img-fit {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.site-main-header.above .inner .logo .logo-main {
	opacity: 0;
}
.site-main-header.above .inner .logo .alt-logo-box {
	visibility: visible;
	opacity: 1;
}
.site-main-header.adrift .topbar {
	display: none;
}

.site-main-header .mobile-menu-btn {
	position: relative;
	width: 32px;
	height: 18px;
	padding: 0;
	align-self: center;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}
.site-main-header .mobile-menu-btn::before,
.site-main-header .mobile-menu-btn::after {
	position: absolute;
	border-top: 2px solid var(--thm-smh-color-chosen);
	content: "";
	transition: border-color .4s ease, transform .3s ease, opacity .3s ease;
}
.site-main-header .mobile-menu-btn::before {
	top: 1px;
	left: 0;
	width: 100%;
	height: 18px;
	border-bottom: 2px solid var(--thm-smh-color-chosen);
}
.site-main-header .mobile-menu-btn::after {
	position: absolute;
	top: 9px;
	left: 0;
	width: 100%;
	height: 1px;
}
.site-main-header.exp .mobile-menu-btn::before {
	opacity: 0;
	transform: scaleY(0);
}

.site-main-header .top-btn {
	position: relative;
	padding: 0;
	align-self: center;
	background-color: transparent;
	font-size: 20px;
	font-weight: 400;
	color: var(--thm-smh-color-chosen);
	text-decoration: none;
	border: 0;
	cursor: pointer;
	transition: color .4s ease;
}

.site-main-header .user-btn.conn {
	padding-right: 6px;
}
.site-main-header .user-btn.conn .check {
	position: absolute;
	right: 4px;
	bottom: 8px;
	fill: currentColor;
}
.site-main-header .user-btn.conn .check .svg-alt {
	fill: var(--theme-color-mark);
}

.site-main-header .main-menu {
	--mnu-itm-gap: 30px;
	display: block;
	margin: 0;
	padding: 0;
	list-style: outside none;
}
.site-main-header .main-nav.mkt {
	position: relative;
}
.site-main-header .main-nav.mkt .main-menu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: calc(calc(100vh - var(--vp-gap-top)) - 30px);
	padding: 0 15px;
	overflow-y: auto;
	background-color: var(--theme-pale-color);
}
.site-main-header .main-menu li {
	position: relative;
	font-size: 16px;
	font-weight: 400;
}
.site-main-header .main-nav.mkt .main-menu > li {
	margin-top: 20px;
	padding: 8px 0;
}
.site-main-header .main-nav.mkt .main-menu > li {
	font-weight: 400;
}
.site-main-header .main-nav.mkt .main-menu > li.active,
.site-main-header .main-nav.mkt .main-menu > li > a:hover {
	text-shadow: .6px 0 0 currentColor;
}
.site-main-header .main-menu > li > a {
	position: relative;
	color: var(--thm-smh-color-chosen);
	text-decoration: none;
}
.site-main-header .main-menu > li > a:not(.mbt)::before {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background-color: var(--thm-smh-color-chosen);
	content: "";
	transform: scaleX(0);
	transition: transform .3s ease;
}
.site-main-header .main-menu li .mbt {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	padding: 0;
	background-color: transparent;
	border: 0;
}
.site-main-header .main-menu li .mbt::after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	border-left: 2px solid var(--thm-smh-color-chosen);
	border-bottom: 2px solid var(--thm-smh-color-chosen);
	content: "";
	transform: rotateZ(-45deg);
}
.site-main-header .main-nav.mkt .main-menu > li {
	text-align: center;
}
.site-main-header .main-nav.mkt .main-menu > li > a:not(.mbt)::before {
	display: none;
}
.site-main-header .main-menu > li.active > a::before,
.site-main-header .main-menu > li:hover > a:not(.mbt)::before {
	transform: scaleX(1);
}
.site-main-header .main-menu > li.has-sub > a {
	padding-right: 12px;
}
body.rtl .site-main-header .main-menu > li.has-sub > a {
	padding-left: 12px;
	padding-right: 0;
}
.site-main-header .main-nav.mkt .main-menu > li.has-sub > a,
body.rtl .site-main-header .main-nav.mkt .main-menu > li.has-sub > a {
	padding-left: 0;
	padding-right: 0;
}
.site-main-header .main-nav.mkt .main-menu > li.has-sub > a:not(.mbt)::after {
	display: none;
}
.site-main-header .main-menu .submenu {
	display: none;
	position: relative;
	width: 100%;
	padding: 16px 0;
	list-style: outside none;
	color: var(--theme-color-prime);
	text-shadow: none;
}
.site-main-header .main-menu .submenu a {
	color: var(--theme-color-prime);
	text-decoration: none;
	transition: color .4s ease;
}
.site-main-header .main-menu .submenu .it-link,
.mobile-side-nav .navigator .menu li .it-link {
	display: flex;
	align-items: center;
}
.site-main-header .main-menu .submenu .it-link > .thimg {
	width: 32px;
	height: auto;
	margin-right: 5px;
}
body.rtl .site-main-header .main-menu .submenu .it-link > .thimg {
	margin-left: 5px;
	margin-right: 0;
}
.mobile-side-nav .navigator .menu li .it-link > .thimg {
	width: 30px;
	height: auto;
	margin-right: 5px;
}
body.rtl .mobile-side-nav .navigator .menu li .it-link > .thimg {
	margin-left: 5px;
	margin-right: 0;
}
.site-main-header .main-menu .submenu li.active,
.site-main-header .main-menu .submenu li.active a,
.site-main-header .main-menu .submenu li a:hover {
	color: var(--theme-color-prime-lighter);
}
.site-main-header .main-menu .submenu li {
	padding: 4px 16px;
}
.site-main-header .main-menu li.expanded > .submenu {
	display: block;
}
.site-main-header .main-menu .submenu li.has-sub {
	padding-right: 32px;
}
body.rtl .site-main-header .main-menu .submenu li.has-sub {
	padding-left: 32px;
	padding-right: 16px;
}
.site-main-header .main-menu .submenu li.has-sub::after {
	position: absolute;
	right: 18px;
	top: 16px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	content: "";
	transform: rotateZ(45deg);
}
body.rtl .site-main-header .main-menu .submenu li.has-sub::after {
	left: 18px;
	right: auto;
	transform: rotateZ(-135deg);
}
.site-main-header .main-menu .submenu li.has-sub:hover::after {
	border-color: var(--theme-txt-color);
}

.cart-btn {
	position: relative;
	z-index: 1;
}
.cart-btn .icn {
	font-size: 18px;
}
.cart-btn .count {
	position: absolute;
	right: -10px;
	top: -5px;
	min-width: 14px;
	height: 14px;
	padding: 0;
	z-index: 2;
	pointer-events: none;
	line-height: 14px;
	font-weight: 400;
	font-size: 13px;
	color: var(--thm-smh-color-chosen);
}
.cart-btn .total {
	display: none;
	font-size: 12px;
}

.site-main-header .login-bump {
	margin-left: 1rem;
}
.site-main-header .login-bump .btn-txt {
	font-size: 18px;
}

.site-main-header .search-area {
	display: none;
	flex: 1 1 auto;
	width: auto;
	align-self: center;
}
.site-main-header .search-area .dismiss-btn {
	position: relative;
	width: 16px;
	margin-right: 5px;
	padding: 0;
	flex: 0 0 16px;
	background-color: transparent;
	border: 0;
}
body.rtl .site-main-header .search-area .dismiss-btn {
	margin-right: 0;
	margin-left: 5px;
}
.site-main-header .search-area .dismiss-btn::before,
.site-main-header .search-area .dismiss-btn::after {
	position: absolute;
	top: 5px;
	left: 50%;
	width: 1px;
	height: 16px;
	background-color: var(--thm-smh-color-chosen);
	content: "";
	transform: rotateZ(45deg);
}
.site-main-header .search-area .dismiss-btn::after {
	transform: rotateZ(-45deg);
}
.site-main-header .search-area .form-bar {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
	flex: 1 1 auto;
	font-size: 16px;
}
.site-main-header .search-area .form-bar .tbox {
	width: 100%;
	height: 32px;
	padding: 2px 10px;
	background-color: transparent;
	line-height: 1;
	color: var(--thm-smh-color-chosen);
	border: 1px solid var(--theme-color-faint);
	outline: 0;
}
.site-main-header .search-area .form-bar .tbox:focus {
	border-color: var(--thm-smh-color-chosen);
}
.site-main-header .search-area .form-bar .srch-submit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	background-color: transparent;
	color: var(--thm-smh-color-chosen);
	border: 0;
}
body.rtl .site-main-header .search-area .form-bar .srch-submit {
	left: 0;
	right: auto;
}
.site-main-header.searching .search-area {
	display: flex;
}

.site-main-header .main-nav,
.site-main-header.searching .srch-btn,
.site-main-header.searching .logo,
.site-main-header.searching .cart-btn,
.site-main-header.searching .user-btn,
.site-main-header.searching .main-nav {
	display: none;
}
.site-main-header .main-nav.exp {
	display: block;
}

.site-main-header .tb-scooter {
	height: 26px;
}

.promo-msg {
	display: block;
	width: 100%;
	height: 28px;
	padding: 0 1rem;
}
.promo-msg .inner {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.promo-msg .msg-item {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	line-height: 28px;
	font-size: 1rem;
	white-space: nowrap;
	transform: translateY(100%);
}
.promo-msg .msg-item.inview {
	transform: translateY(0);
}
.promo-msg .msg-item.shoo {
	transform: translateY(-100%);
}
.promo-msg .msg-item.trans {
	transition: transform .4s ease-in-out;
}

@media (min-width: 576px){
	.site-main-header .search-area {
		flex: 0 0 60%;
		width: 60%;
	}
	.site-main-header.searching .cart-btn,
	.site-main-header.searching .user-btn {
		display: block;
	}

	.site-main-header .user-btn.conn {
		padding-right: 12px;
	}
	.site-main-header .user-btn.conn .check {
		bottom: 10px;
	}
}
@media (min-width: 768px){
	.vp-gap {
		--vp-gap-top: 72px;
	}
	.vp-gap.plus {
		--vp-gap-top: 100px;
	}
	.site-main-header .inner {
		height: 72px;
	}
	.site-main-header .search-area {
		flex: 0 0 420px;
		width: 420px;
	}
}
@media (min-width: 992px){
	.site-main-header .search-area {
		flex: 0 0 560px;
		width: 560px;
	}
	.site-main-header .inner .logo {
		max-width: 200px;
	}
}
@media (min-width: 1200px){
	.vp-gap {
		--vp-gap-top: 120px;
	}
	.vp-gap.plus {
		--vp-gap-top: 148px;
	}
	.site-main-header .main-nav {
		display: block;
	}
	.site-main-header .inner::after {
		display: none;
	}
	.site-main-header .main-menu {
		display: flex;
		height: 100%;
		padding: 0;
	}
	.site-main-header .main-nav.mkt {
		position: static;
	}
	.site-main-header .main-nav.mkt .main-menu {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		height: auto;
		overflow-y: visible;
	}
	.site-main-header .main-menu > li {
		display: flex;
		height: 100%;
		padding: 0;
		align-items: center;
		font-weight: 500;
	}
	.site-main-header .main-nav.mkt .main-menu > li {
		margin-top: 0;
	}
	.site-main-header .main-menu > li + li {
		margin-left: var(--mnu-itm-gap);
	}
	body.rtl .site-main-header .main-menu > li + li {
		margin-right: var(--mnu-itm-gap);
		margin-left: 0;
	}
	.site-main-header .main-menu > li.has-sub > a::after {
		position: absolute;
		right: 0;
		top: 50%;
		width: 7px;
		height: 7px;
		margin-top: -5px;
		border-left: 2px solid var(--thm-smh-color-chosen);
		border-bottom: 2px solid var(--thm-smh-color-chosen);
		content: "";
		transform: rotateZ(-45deg);
	}
	body.rtl .site-main-header .main-menu > li.has-sub > a::after {
		left: 0;
		right: auto;
	}
	.site-main-header .main-menu li .mbt {
		display: none;
	}
	.site-main-header .main-nav.mkt .main-menu.striped::before,
	.site-main-header .main-nav.mkt .main-menu.striped::after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		z-index: 0;
		pointer-events: none;
		background-color: var(--theme-color-faint);
		content: "";
	}
	.site-main-header .main-nav.mkt .main-menu.striped::after {
		top: auto;
		bottom: 0;
	}
	.site-main-header .main-nav.mkt .main-menu > li.has-sub.mega {
		position: static;
	}
	.site-main-header .main-menu .submenu {
		visibility: hidden;
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		width: auto;
		min-width: 200px;
		padding: 16px 0;
		z-index: -1;
		opacity: 0;
		background-color: var(--theme-color-light);
		color: var(--theme-color-prime);
		transform: translateY(-10px) scaleY(.9);
		transform-origin: 50% 0;
		transition: opacity .2s ease, transform .2s ease;
	}
	body.rtl .site-main-header .main-menu .submenu {
		right: 0;
		left: auto;
	}
	.site-main-header .main-menu .submenu li .submenu {
		top: -16px;
		left: 100%;
	}
	body.rtl .site-main-header .main-menu .submenu li .submenu {
		right: 100%;
		left: auto;
	}
	.site-main-header .main-nav.mkt .main-menu .submenu li {
		text-align: left;
	}
	body.rtl .site-main-header .main-nav.mkt .main-menu .submenu li {
		text-align: right;
	}
	.site-main-header .main-menu li:not(.suppress_sub):hover > .submenu {
		visibility: visible;
		z-index: 1;
		opacity: 1;
		transform: translateY(0) scaleY(1);
	}
	.site-main-header .main-nav.mkt .main-menu > li:not(.suppress_sub).has-sub.mega > .submenu {
		display: flex;
		right: 0;
		left: 0;
		min-width: auto;
		justify-content: center;
		padding: 2px 0;
	}
	.site-main-header .mobile-menu-btn {
		display: none;
	}
	.site-main-header .inner {
		height: 80px;
	}
	.cart-btn .total {
		display: inline-block;
	}
}
@media (min-width: 1400px){
	.site-main-header .search-area {
		display: block;
		flex: 0 0 220px;
		max-width: 220px;
	}
	.site-main-header.searching .logo {
		display: block;
	}
}
@media (min-width: 1600px){
	.site-main-header .main-nav.mkt .main-menu {
		--mnu-itm-gap: 50px;
	}
	.site-main-header .login-bump {
		margin-left: 100px;
	}
	.site-main-header .inner .logo {
		max-width: 270px;
	}
	.site-main-header .search-area .form-bar .tbox {
		height: 40px;
	}
	.site-main-header .main-nav.mkt .main-menu > li {
		font-size: 18px;
	}
	.site-main-header .main-menu > li + li {
		margin-left: 40px;
	}
}

.img-h-tag {
	width: auto;
	max-width: 100%;
	height: 36px;
}
@media(min-width: 576px){
	.img-h-tag {
		height: auto;
	}
}

.siders-overlay-matte {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: .5;
	z-index: -1;
}
.siders-overlay-matte.show {
	display: block;
	z-index: 1000;
}

.siders {
	visibility: hidden;
	display: flex;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	flex-direction: column;
	width: 100%;
	height: 100%;
	height: 100vh;
	height: 100svh;
	padding: 20px;
	opacity: 0;
	background-color: var(--theme-color-light);
	z-index: 1001;
	transform: translate(-100%,0);
	transition: transform .4s ease-in-out, opacity .4s linear, visibility .4s linear;
}
.siders.right {
	right: 0;
	left: auto;
	transform: translate(100%,0);
}
.siders.show {
	visibility: visible;
	opacity: 1;
	transform: translate(0,0);
}
.siders .navigator {
	display: block;
	flex: 1 1 auto;
	height: 0;
	margin-right: -20px;
	padding-right: 20px;
	overflow: auto;
}
body.rtl .siders .navigator {
	margin-left: -20px;
	padding-left: 20px;
	margin-right: 0;
	padding-right: 0;
}

.mobile-side-nav {
	z-index: 1002;
}
.mobile-side-nav .header {
	margin-bottom: 1rem;
}
.mobile-side-nav .header .logo {
	width: auto;
	height: 32px;
}
.mobile-side-nav .navigator .menu {
	display: block;
	margin: 0;
	padding: 0;
}
.mobile-side-nav .navigator .menu li,
.mobile-side-nav .navigator .menu a {
	color: var(--theme-txt-color);
	text-decoration: none;
}
.mobile-side-nav .navigator .menu a:hover {
	color: var(--theme-color-prime);
}
.mobile-side-nav .navigator .menu li {
	display: block;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 400;
}
.mobile-side-nav .navigator .menu li.has-sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mobile-side-nav .navigator .menu li.has-sub .mbt {
	display: block;
	position: relative;
	width: 18px;
	height: 18px;
	align-self: center;
	order: 1;
}
.mobile-side-nav .navigator .menu li.has-sub .mbt::after {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-top: 1px solid var(--theme-txt-color);
	border-right: 1px solid var(--theme-txt-color);
	content: "";
	transform: rotate(45deg);
	transition: transform .3s ease;
}
.mobile-side-nav .navigator .menu  li > a .icon {
	display: none;
}
.mobile-side-nav .navigator .menu li.has-sub.expanded > .mbt::after {
	transform: rotate(135deg);
}
body.rtl .mobile-side-nav .navigator .menu li.has-sub .mbt::after {
	transform: rotate(-135deg);
}
body.rtl .mobile-side-nav .navigator .menu li.has-sub.expanded > .mbt::after {
	transform: rotate(-225deg);
}
.mobile-side-nav .navigator .menu li .submenu {
	display: none;
	width: 100%;
	padding: 0 0 0 10px;
	order: 2;
}
body.rtl .mobile-side-nav .navigator .menu li .submenu {
	padding: 0 10px 0 0;
}
.mobile-side-nav .navigator .menu li .submenu.reveal {
	display: block;
}
@media (min-width: 320px){
	.siders {
		width: 310px;
	}
	.siders .header {
		margin-bottom: 1.5rem;
	}
}
@media (min-width: 360px){
	.siders {
		width: 350px;
	}
	.siders.side-cart {
		padding: 24px 30px 40px;
	}
	.mobile-side-nav .navigator .menu li {
		font-size: 18px;
	}
}

.siders.shop-filter {
	z-index: 1000;
}
.siders.shop-filter.show {
	box-shadow: 0 0 25px rgba(0, 0, 0, .15);
}

.side-cart {
	z-index: 2001;
}
.side-cart .cart-inner {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}
.side-cart .cart-pane {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}
.side-cart .cart-pane .scroller {
	flex: 1 1 auto;
	height: 0;
	margin-right: -25px;
	padding-right: 25px;
	overflow: auto;
}
.side-cart .cart-pane ul.listing {
	width: 100%;
	padding: 0;
}
.side-cart .cart-total {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 500;
}
.side-cart ul.listing > li {
	display: flex;
	align-items: start;
	padding: 5px 0 15px;
}
.side-cart ul.listing > li:first-child {
	padding-top: 0;
}
.side-cart ul.listing > li .th-cls-btn {
	width: 12px;
	height: 12px;
	margin-right: 10px;
}
body.rtl .side-cart ul.listing > li .th-cls-btn {
	margin-left: 10px;
	margin-right: 0;
}
.side-cart ul.listing > li .th-cls-btn::before,
.side-cart ul.listing > li .th-cls-btn::after {
	top: -1px;
	left: 5px;
	height: 14px;
}
.side-cart ul.listing > li .rem-btn {
	display: block;
	padding: 0 8px;
	height: 20px;
	background-color: var(--theme-color-faint);
	line-height: 20px;
	font-size: 12px;
	color: var(--theme-color-prime);
	border-radius: 10px;
	transition: background-color .4s ease, color .4s ease;
}
.side-cart ul.listing > li .rem-btn:hover {
	background-color: var(--theme-color-prime);
	color: var(--theme-color-faint);
}
.side-cart ul.listing > li .p-img {
	display: flex;
	flex-direction: column;
	flex: 0 0 60px;
	justify-content: center;
	width: 60px;
	margin-right: 10px;
	border: 1px solid var(--theme-color-faint);
}
body.rtl .side-cart ul.listing > li .p-img {
	margin-left: 10px;
	margin-right: 0;
}
.side-cart ul.listing > li .p-img a {
	display: block;
	width: 100%;
}
.side-cart ul.listing > li .p-img a img {
	width: 100%;
	height: auto;
}
.side-cart ul.listing > li .info {
	position: relative;
	flex: 1 1 auto;
	font-size: 14px;
	color: var(--theme-color-prime);
}
.side-cart ul.listing > li .info .heading {
	margin: 0 0 4px;
	font-family: "Narkis Block", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: currentColor;
}
.side-cart ul.listing > li .info .heading a {
	color: inherit;
	text-decoration: none;
}
.side-cart ul.listing > li .info .product-var {
	display: block;
	line-height: 1.4;
	color: currentColor;
	font-style: italic;
}
.side-cart ul.listing > li .info .sum {
	text-align: right;
	font-size: 16px;
	font-weight: 300;
}
.side-cart ul.listing > li .info .sum .u {
	font-size: 13px;
	font-weight: 600;
}
.side-cart .sub {
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 300;
}
.side-cart .sub .item {
	font-weight: 500;
}
.side-cart .total,
.side-cart .subtotal {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 300;
}
.side-cart .total .item {
	font-weight: 600;
}
.side-cart .subtotal .item {
	font-weight: 400;
}
.side-cart .cart-promo,
.ent-meter {
	position: relative;
	padding: 0 5px;
	background-color: var(--theme-dark-color);
	color: #fff;
	z-index: 1;
}
.side-cart .cart-promo.good,
.ent-meter.good {
	background-color: #1f6100;
}
.side-cart .cart-promo .prog,
.ent-meter .prog {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 100%;
	height: 100%;
	background-color: var(--theme-color-prime);
	z-index: -1;
	transform: scaleX(0);
	transform-origin: 100% 0;
	transition: transform 1s ease-out 0.3s;
}
.side-cart.show .cart-promo .prog,
.ent-meter .prog {
	transform: scaleX(1);
}
.ent-meter.animate .prog {
	animation: 1s ease 1 plain-inflate-x;
}
@media (min-width: 460px){
	.side-cart {
		width: 450px;
	}
	.side-cart ul.listing > li .p-img {
		flex: 0 0 70px;
		width: 70px;
	}
}

@keyframes plain-inflate-x {
	0% {
		transform: scaleX(0);
	}
	100% {
		transform: scaleX(1);
	}
}
@keyframes pump {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes pump-fin {
	0% {
		transform: scale(1);
	}
	20% {
		transform: scale(1.2);
	}
	40% {
		transform: scale(.9);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes bump-fin {
	0% {
		transform: scale(1);
	}
	20% {
		transform: scale(1.1);
	}
	40% {
		transform: scale(.95);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes tada_relax {
	0% {
		transform: scale3d(1, 1, 1);
	}

	3%, 6% {
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	9%, 15%, 21%, 27% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	12%, 18%, 24% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	30%, 100% {
		transform: scale3d(1, 1, 1);
	}
}

.animate-tada-relax {
	animation: tada_relax 4s ease 0s infinite normal both;
}

.cslot {
	position: relative;
	overflow: hidden;
}
.cslot.plain {
	overflow: visible;
}
.cslot .ani {
	display: inline-block;
	transform: translateY(100%);
	transition: transform 1s ease;
}
.cslot .ani-pop {
	opacity: 0;
	transform: scale(.2);
	transition: transform .4s cubic-bezier(.68,-0.55,.27,1.55), opacity .3s ease;
}
.cslot .ani-appear {
	display: inline-block;
	opacity: 0;
	transition: opacity 1s ease;
}
.owl-item.active .cslot .ani {
	transform: translate(0);
}
.owl-item.active .cslot .ani-pop {
	opacity: 1;
	transform: scale(1);
}
.owl-item.active .cslot .ani-appear {
	opacity: 1;
}
.cslot .d1{transition-delay:.1s}.cslot .d2{transition-delay:.2s}.cslot .d3{transition-delay:.3s}.cslot .d4{transition-delay:.4s}.cslot .d5, .cslot .dh1{transition-delay:.5s}.cslot .d6{transition-delay:.6s}.cslot .d7{transition-delay:.7s}.cslot .d8{transition-delay:.8s}.cslot .d9{transition-delay:.9s}.cslot .d10, .cslot .dh2{transition-delay:1s}.cslot .dh3{transition-delay:1.5s}.cslot .dh4{transition-delay:2s}.cslot .dh5{transition-delay:2.5s}

.first-full {
	min-height: 100vh;
}
.vp-gap .first-full {
	min-height: calc(100vh - var(--vp-gap-top));
}

.global-search-hint {
	display: none;
	position: fixed;
	top: var(--vp-gap-top);
	left: 0;
	width: 100%;
	height: calc(100vh - var(--vp-gap-top));
	overflow: hidden;
	z-index: -1;
	background-color: rgba(0, 0, 0, .4);
}
.vp-gap.plus .adrift .global-search-hint {
	top: calc(var(--vp-gap-top) - 28px);
	height: calc(calc(100vh - var(--vp-gap-top)) + 28px);
}
.global-search-hint.show {
	display: block;
	z-index: 1200;
}
.global-search-hint .inner {
	display: block;
	width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
	overflow: auto;
	background-color: var(--theme-color-light);
}
.global-search-hint .inner .item.active {
	background-color: var(--theme-pale-color);
}
.global-search-hint .inner .item + .item {
	border-top: 1px solid var(--theme-pale-color);
}
@media (min-width: 768px){
	.global-search-hint .inner {
		width: 720px;
	}
}

.hp-main-slider {
	--hp-slider-min-height: 100vh;
}
.vp-gap .hp-main-slider {
	--hp-slider-min-height: calc(100vh - var(--vp-gap-top));
}
.hp-main-slider .item {
	position: relative;
	display: flex;
	background-color: var(--theme-pale-color);
	height: var(--hp-slider-min-height);
	min-height: var(--hp-slider-min-height);
}
.hp-main-slider .item .img-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.hp-main-slider .item .txt-base {
	position: relative;
	display: flex;
	min-height: var(--hp-slider-min-height);
	z-index: 1;
}
.hp-main-slider .item .content-layer {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: var(--hp-slider-min-height);
	overflow: hidden;
	color: var(--theme-color-prime);
	z-index: 1;
	justify-content: center;
	align-items: center;
}
.hp-main-slider .content-layer .heading {
	font-size: 34px;
}
.hp-main-slider .item .content-layer img {
	display: inline-block;
	width: auto;
}
.hp-main-slider .item .hotspot {
	z-index: 8;
}
@media (min-width: 576px){
	.hp-main-slider .content-layer .heading {
		font-size: 40px;
	}
}
@media (min-width: 768px){
	.hp-main-slider .content-layer .heading {
		font-size: 58px;
	}
}
@media (min-width: 1300px){
	.hp-main-slider .content-layer .heading {
		font-size: 64px;
	}
}

.owl-mkt {
	--dot-color: var(--theme-color-prime);
	--nav-bottom: 10px;
}
.owl-mkt .owl-dots {
	display: flex;
	position: absolute;
	left: 0;
	bottom: var(--nav-bottom);
	width: 100%;
	margin: 0;
	z-index: 10;
	justify-content: center;
	pointer-events: none;
}
.owl-mkt.dot-alt {
	--dot-color: var(--theme-color-sec);
}
.owl-mkt.pushout {
	--nav-bottom: -30px;
}
.owl-mkt .owl-dots .owl-dot {
	pointer-events: all;
}
.owl-mkt .owl-dots .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 6px 8px;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid var(--dot-color);
	transition: background-color .2s ease, opacity .2s ease;
}
.owl-mkt .owl-dots .owl-dot.active span,
.owl-mkt .owl-dots .owl-dot:hover span {
	background-color: var(--dot-color);
}

.owl-carousel.owl-mkt {
	--owl-nav-dim: 32px;
	--owl-nav-off: 15px;
}
.owl-carousel.owl-mkt.pushout {
	--owl-nav-off: -10px;
}
.owl-carousel.owl-mkt .owl-nav .owl-prev,
.owl-carousel.owl-mkt .owl-nav .owl-next {
	display: flex;
	position: absolute;
	top: calc(50% - calc(var(--owl-nav-dim) / 2));
	width: var(--owl-nav-dim);
	height: var(--owl-nav-dim);
	justify-content: center;
	align-items: center;
	background-color: var(--theme-color-mark);
	border-radius: 50%;
}
.owl-carousel.owl-mkt .owl-nav .owl-prev,
.owl-carousel.owl-mkt.owl-rtl .owl-nav .owl-next {
	right: var(--owl-nav-off);
	left: auto;
}
.owl-carousel.owl-mkt .owl-nav .owl-next,
.owl-carousel.owl-mkt.owl-rtl .owl-nav .owl-prev {
	left: var(--owl-nav-off);
	right: auto;
}
.owl-carousel.owl-mkt .owl-nav .owl-prev > span,
.owl-carousel.owl-mkt .owl-nav .owl-next > span {
	display: none;
}
.owl-carousel.owl-mkt .owl-nav .owl-prev::after,
.owl-carousel.owl-mkt .owl-nav .owl-next::after {
	width: 50%;
	height: 50%;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='%23284923'%3e%3cpolygon points='30,14.5 1.87921,14.5 14.68964,1.68958 14,1 0,15 14,29 14.68964,28.31036 1.87921,15.5 30,15.5'/%3e%3c/svg%3e") scroll 50% 50% no-repeat;
	content: "";
}
.owl-carousel.owl-mkt .owl-nav .owl-prev::after,
.owl-carousel.owl-mkt.owl-rtl .owl-nav .owl-next::after {
	transform: scaleX(-1);
}
.owl-carousel.owl-mkt.owl-rtl .owl-nav .owl-prev::after {
	transform: none;
}
@media (min-width: 576px){
	.owl-carousel.owl-mkt.pushout {
		--owl-nav-off: -20px;
	}
}
@media (min-width: 992px){
	.owl-carousel.owl-mkt {
		--owl-nav-dim: 42px;
	}
}
@media (min-width: 1600px){
	.owl-carousel.owl-mkt {
		--owl-nav-dim: 60px;
		--owl-nav-off: 30px;
	}
}

.csl-item-view .heading {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 500;
}
.csl-item-view .price {
	margin: 0;
	font-size: 18px;
}
.csl-item-view .price .orig {
	font-size: 90%;
	font-weight: 300;
	color: #666;
	text-decoration: line-through;
}
@media (min-width: 992px){
	.csl-item-view .heading {
		font-size: 22px;
	}
	.csl-item-view .price {
		font-size: 20px;
	}
}
@media (min-width: 1400px){
	.csl-item-view .heading {
		font-size: 24px;
	}
}

.hotspot {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.hgt-wdt {
	min-height: 500px;
	aspect-ratio: 0.75;
}
@media (min-width: 768px){
	.hgt-wdt {
		min-height: auto;
		aspect-ratio: 16/9;
	}
}

.bg-i {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.bg-i-fixed {
	background-attachment: fixed;
}

.bg-i.pos-t{background-position:50% 0}.bg-i.pos-tl{background-position:0 0}.bg-i.pos-tr{background-position:100% 0}.bg-i.pos-l{background-position:0 50%}.bg-i.pos-r{background-position:100% 50%}.bg-i.pos-b{background-position:50% 100%}.bg-i.pos-bl{background-position:0 100%}.bg-i.pos-br{background-position:100% 100%}@media (min-width:576px){.bg-i.pos-sm-t{background-position:50% 0}.bg-i.pos-sm-tl{background-position:0 0}.bg-i.pos-sm-tr{background-position:100% 0}.bg-i.pos-sm-l{background-position:0 50%}.bg-i.pos-sm-r{background-position:100% 50%}.bg-i.pos-sm-b{background-position:50% 100%}.bg-i.pos-sm-bl{background-position:0 100%}.bg-i.pos-sm-br{background-position:100% 100%}}@media (min-width:768px){.bg-i.pos-md-t{background-position:50% 0}.bg-i.pos-md-tl{background-position:0 0}.bg-i.pos-md-tr{background-position:100% 0}.bg-i.pos-md-l{background-position:0 50%}.bg-i.pos-md-r{background-position:100% 50%}.bg-i.pos-md-b{background-position:50% 100%}.bg-i.pos-md-bl{background-position:0 100%}.bg-i.pos-md-br{background-position:100% 100%}}@media (min-width:992px){.bg-i.pos-lg-t{background-position:50% 0}.bg-i.pos-lg-tl{background-position:0 0}.bg-i.pos-lg-tr{background-position:100% 0}.bg-i.pos-lg-l{background-position:0 50%}.bg-i.pos-lg-r{background-position:100% 50%}.bg-i.pos-lg-b{background-position:50% 100%}.bg-i.pos-lg-bl{background-position:0 100%}.bg-i.pos-lg-br{background-position:100% 100%}}@media (min-width:1200px){.bg-i.pos-xl-t{background-position:50% 0}.bg-i.pos-xl-tl{background-position:0 0}.bg-i.pos-xl-tr{background-position:100% 0}.bg-i.pos-xl-l{background-position:0 50%}.bg-i.pos-xl-r{background-position:100% 50%}.bg-i.pos-xl-b{background-position:50% 100%}.bg-i.pos-xl-bl{background-position:0 100%}.bg-i.pos-xl-br{background-position:100% 100%}}@media (min-width:1400px){.bg-i.pos-xxl-t{background-position:50% 0}.bg-i.pos-xxl-tl{background-position:0 0}.bg-i.pos-xxl-tr{background-position:100% 0}.bg-i.pos-xxl-l{background-position:0 50%}.bg-i.pos-xxl-r{background-position:100% 50%}.bg-i.pos-xxl-b{background-position:50% 100%}.bg-i.pos-xxl-bl{background-position:0 100%}.bg-i.pos-xxl-br{background-position:100% 100%}}

.bg-i.idef1 {
	background-image: url("../images/default/default-slide.jpg");
}
.bg-i.mh {
	background-image: url("../images/default/masthead-default.jpg");
}
.bg-i.bc1 {
	background-image: url("../images/default/breadcrumb-bg.jpg");
	background-position: 50% 50%;
}

.overlayed {
	--ovrly-opacity: .25;
}
.overlayed.o1 {--ovrly-opacity: .1}.overlayed.o2 {--ovrly-opacity: .2}.overlayed.o3 {--ovrly-opacity: .3}.overlayed.o4 {--ovrly-opacity: .4}.overlayed.o5 {--ovrly-opacity: .5}.overlayed.o6 {--ovrly-opacity: .6}.overlayed.o7 {--ovrly-opacity: .7}.overlayed.o75 {--ovrly-opacity: .75}.overlayed.o8 {--ovrly-opacity: .8}.overlayed.o9 {--ovrly-opacity: .9}
.head-img {
	position: relative;
	height: 200px;
}
.head-img.overlayed::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background-color: #000;
	opacity: var(--ovrly-opacity);
	content: "";
}
@media (min-width: 576px){
	.head-img {
		height: 240px;
	}
}
@media (min-width: 768px){
	.head-img {
		height: 300px;
	}
}

.head-txt-layer {
	position: relative;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.mh-title {
	margin: 0;
	font-size: 36px;
}

.sec-sub-title {
	margin: 0;
	font-size: inherit;
}

.sec-title {
	--thm-font-size: 36px;
	margin: 0;
	padding: 0;
	font-size: var(--thm-font-size);
	font-weight: 600;
}
.sec-title.orn {
	padding-bottom: 12px;
}
.orn {
	--thm-grad-dir: 90deg;
	--thm-grad-color: var(--theme-color-prime);
	position: relative;
}
body.rtl .orn {
	--thm-grad-dir: 270deg;
}
.orn.alt {
	--thm-grad-color: var(--theme-color-sec);
}
.orn.white {
	--thm-grad-color: #fff;
}
.orn.black {
	--thm-grad-color: #000;
}
.orn::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	z-index: 0;
	background-image: linear-gradient(var(--thm-grad-dir), var(--thm-grad-color), transparent);
	content: "";
}
body.rtl .orn::after {
	right: 0;
	left: auto;
}
@media (min-width: 576px){
	.mh-title {
		font-size: 48px;
	}
	.sec-title {
		--thm-font-size: 42px;
	}
}
@media (min-width: 768px){
	.mh-title {
		font-size: 64px;
	}
}
@media (min-width: 1200px){
	.sec-title {
		--thm-font-size: 46px;
	}
}

.about-main-img {
	position: relative;
	z-index: 1;
}
.about-sec-img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 80%;
	border: 10px solid #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	z-index: 2;
}
.about-gfx {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 0;
}
body.rtl .about-sec-img {
	left: 0;
	right: auto;
}
body.rtl .about-gfx {
	left: 1rem;
	right: auto;
}

.about-tag {
	--thm-gfx-bg-color: var(--theme-color-prime);
	position: absolute;
	top: 10%;
	left: 15px;
	padding: 30px 40px;
	background-color: var(--thm-gfx-bg-color);
	z-index: 3;
	color: #fff;
}
body.rtl .about-tag {
	right: 15px;
	left: auto;
}
.about-tag.alt {
	--thm-gfx-bg-color: var(--theme-color-sec);
}
.about-tag.black {
	--thm-gfx-bg-color: #000;
}
.about-tag::before,
.about-tag::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	outline: 2px solid #000;
	outline-offset: -2px;
	pointer-events: none;
	content: "";
}
.about-tag::after {
	outline: 8px solid #fff;
	outline-offset: -10px;
}
.about-tag .vtip {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 45px;
	height: 40px;
	z-index: 1;
}
.about-tag .vtip .vbg {
	fill: var(--thm-gfx-bg-color);
}
.about-tag .icon {
	line-height: 1;
	font-size: 62px;
}
@media (min-width: 1200px){
	.about-tag {
		left: -20px;
	}
	body.rtl .about-tag {
		right: -20px;
		left: auto;
	}
}
@media (min-width: 1600px){
	.about-tag {
		left: -80px;
	}
	body.rtl .about-tag {
		right: -80px;
		left: auto;
	}
}

.bounce-y {
	animation: bounce-y 10s infinite linear;
}
.bounce-x {
	animation: bounce-x 10s infinite linear;
}
@keyframes bounce-y {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-30px);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes bounce-x {
	0% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(30px);
	}
	100% {
		transform: translateX(0);
	}
}

.bin-tab-btn {
	padding: 0;
	background-color: transparent;
	font-size: 18px;
	color: var(--theme-color-prime);
	text-decoration: none;
	border: 0;
	cursor: pointer;
}
.bin-tab-btn.active {
	text-decoration: underline;
}

.bin-tab-batch {
	display: block;
}
.bin-tab-batch .bin-tab-pane {
	display: none;
}
.bin-tab-batch .bin-tab-pane.show {
	display: block;
}

.breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: outside none;
	font-size: 16px;
}
.breadcrumbs > li {
	display: inline-block;
}
.breadcrumbs > li::after {
	margin-left: .3rem;
	font-family: "Font Awesome 6 Free";
	font-size: 12px;
	font-weight: 900;
	content: "\f105";
}
body.rtl .breadcrumbs > li::after {
	margin-right: .3rem;
	margin-left: 0;
	content: "\f104";
}
.breadcrumbs > li:last-child::after {
	display: none;
}
.breadcrumbs > li + li {
	margin-left: .3rem;
}
body.rtl .breadcrumbs > li + li {
	margin-right: .3rem;
	margin-left: 0;
}

.icon-box {
	--thm-icn-color: #000;
	--thm-icn-color-to: #000;
	position: relative;
	z-index: 1;
}
.icon-box.from-theme {
	--thm-icn-color: var(--theme-color-prime);
}
.icon-box.from-theme-alt {
	--thm-icn-color: var(--theme-color-sec);
}
.icon-box.from-theme-dark {
	--thm-icn-color: var(--theme-dark-color);
}
.icon-box.to-theme {
	--thm-icn-color-to: var(--theme-color-prime);
}
.icon-box.to-theme-alt {
	--thm-icn-color-to: var(--theme-color-sec);
}
.icon-box.to-theme-dark {
	--thm-icn-color-to: var(--theme-dark-color);
}
.icon-box .icn {
	line-height: 1;
	color: var(--thm-icn-color);
	transition: color .4s ease, transform .4s ease;
}
.icon-box.v1,
.icon-box.v2 {
	display: flex;
	width: 72px;
	height: 72px;
	justify-content: center;
	align-items: center;
}
.icon-box:hover .icn {
	color: var(--thm-icn-color-to);
}
.icon-box:hover .icn.fx-roll {
	transform: scale(-1) rotate(180deg);
}
.icon-box:hover .icn.fx-flip {
	transform: scaleX(-1);
}
.icon-box.v1::before,
.icon-box.v2::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 52px;
	height: 52px;
	background-color: #f2f3f6;
	z-index: -1;
	content: "";
	transition: transform .4s cubic-bezier(.68, -0.55, .27, 1.55);
}
.icon-box.v2::before {
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	top: 0;
	bottom: auto;
	right: 0;
	left: auto;
}
body.rtl .icon-box.v1::before {
	right: 0;
	left: auto;
}
body.rtl .icon-box.v2::before {
	left: 0;
	right: auto;
}
.icon-box.v1:hover::before {
	transform: translate(20px, -20px);
}
.icon-box.v2:hover::before {
	transform: translate(-20px, 20px);
}
body.rtl .icon-box.v1:hover::before {
	transform: translate(-20px, -20px);
}
body.rtl .icon-box.v2:hover::before {
	transform: translate(20px, 20px);
}
.icon-box.v1 .icn,
.icon-box.v2 .icn {
	height: 62px;
	font-size: 62px;
}

.roundel-thumb {
	--rnd-bg-color: #000;
	width: 88px;
	height: 88px;
	padding: 2px;
	border-radius: 50%;
	background-color: var(--rnd-bg-color);
}
.roundel-thumb.grad {
	background-image: linear-gradient(to bottom, var(--theme-color-prime), var(--theme-color-sec));
}
.roundel-thumb .fig {
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: #fff;
	border: 9px solid #fff;
	border-radius: 50%;
}
.roundel-thumb .fig .img {
	width: 100%;
	height: auto;
}

.roundel-thumb.tst {
	width: 64px;
	height: 64px;
	transition: background-color .4s ease;
}
.roundel-thumb.tst .fig {
	border: 4px solid #fff;
}


.dx-hover-alert {
	display: none;
	position: fixed;
	top: 0.5rem;
	left: 50%;
	width: calc(100vw - 1rem);
	z-index: 10000;
	transform: translateX(-50%);
}
.dx-hover-alert.fade {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.dx-hover-alert.showing {
	display: block;
}
.dx-hover-alert.show {
	display: block;
	opacity: 1;
}
.dx-hover-alert.fade .alert {
	margin-bottom: 0;
	transform: translateY(-30px);
	transition: transform 0.3s ease-out;
}
.dx-hover-alert.fade.show .alert {
	transform: none;
}
.dx-hover-alert.center {
	top: 50%;
	transform: translate(-50%, -50%);
}
.dx-hover-alert.bottom {
	top: auto;
	bottom: 0.5rem;
}
.dx-hover-alert.to-left {
	left: 0.5rem;
	transform: none;
}
.dx-hover-alert.to-right {
	right: 0.5rem;
	left: auto;
	transform: none;
}
.dx-hover-alert.center.to-left,
.dx-hover-alert.center.to-right {
	transform: translateY(-50%);
}
@media (min-width: 360px){
	.dx-hover-alert.sm {
		width: 300px;
	}
}
@media (min-width: 576px){
	.dx-hover-alert {
		top: 1.75rem;
		width: 500px;
	}
	.dx-hover-alert.bottom {
		bottom: 1.75rem;
	}
	.dx-hover-alert.to-left {
		left: 1.75rem;
	}
	.dx-hover-alert.to-right {
		right: 1.75rem;
	}
}
@media (min-width: 992px){
	.dx-hover-alert.lg,
	.dx-hover-alert.xl {
		width: 800px;
	}
}
@media (min-width: 1200px){
	.dx-hover-alert.xl {
		width: 1040px;
	}
}

.media-bullet {
	--blt-color: var(--theme-color-prime);
	display: flex;
	color: var(--blt-color);
}
.media-bullet.alt {
	--blt-color: var(--theme-color-sec);
}
.media-bullet .bullet {
	display: flex;
	width: 48px;
	height: 48px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	background-color: transparent;
	font-size: 20px;
	color: var(--blt-color);
	border: var(--blt-color) 1px solid;
	border-radius: 50%;
	transition: background-color .4s ease, color .4s ease;
}
.media-bullet a {
	color: currentColor;
}
.media-bullet:hover .bullet {
	background-color: var(--blt-color);
	color: #fff;
}

/*
 * shop styles
 */
.pp-fx-rig {
	display: flex;
}
.pp-fx-rig.invisible {
	display: none;
}

.swiper-button-next.themed,
.swiper-button-prev.themed {
	width: 15px;
	height: 30px;
	margin-top: -15px;
	background-color: transparent;
	background-image: none;
	color: #fff;
	border: 0;
}
.swiper-button-next.themed::after,
.swiper-button-prev.themed::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: currentColor;
	content: "";
}
.swiper-button-prev.themed::after,
.swiper-container-rtl .swiper-button-next.themed::after {
	-webkit-clip-path: polygon(0 0, 2px 0, 15px 15px, 2px 30px, 0 30px, 13px 15px);
	clip-path: polygon(0 0, 2px 0, 15px 15px, 2px 30px, 0 30px, 13px 15px);
}
.swiper-button-next.themed::after,
.swiper-container-rtl .swiper-button-prev.themed::after {
	-webkit-clip-path: polygon(15px 0, 2px 15px, 15px 30px, 13px 30px, 0 15px, 13px 0);
	clip-path: polygon(15px 0, 2px 15px, 15px 30px, 13px 30px, 0 15px, 13px 0);
}

.swiper-container.framed,.swiper-wrapper .swiper-slide.framed {
	overflow: hidden;
	border: 1px solid #000;
	cursor: pointer;
}
.swiper-wrapper .swiper-slide.framed.active-frame {
	border-color: var(--theme-color-prime);
}

.prod-media-box {
	position: relative;
	display: block;
}

.badges-listing {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: start;
	margin: 0;
	padding: 0;
	list-style: outside none;
}
.badges-listing.vert {
	flex-direction: column;
}
.badges-listing > li.badger {
	padding: 0 10px;
	background-color: var(--theme-color-prime);
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.badges-listing > li.badger .img {
	max-width: 80px;
}
@media (min-width: 576px){
	.badges-listing > li.badger .img {
		max-width: 120px;
	}
}
.badges-listing > li.badger.disc {
	background-color: var(--theme-color-sec);
}
.badges-listing > li.badger.img {
	padding: 0;
	background-color: transparent;
}
.prod-media-box .badges-listing {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 10;
	pointer-events: none;
}
body.rtl .prod-media-box .badges-listing {
	right: 15px;
	left: auto;
}

.prod-media-box .video-hover,
.video-button {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 20px;
	right: 20px;
	width: 70px;
	height: 70px;
	background-color: rgba(255, 255, 255, .75);
	z-index: 11;
	text-align: center;
	font-size: 10px;
	color: var(--theme-txt-color);
	text-decoration: none;
	transition: color .4s ease;
}
body.rtl .prod-media-box .video-hover,
body.rtl .video-button {
	left: 20px;
	right: auto;
}
.prod-media-box .video-hover .icn,
.video-button .icn {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	transition: fill .4s ease;
}
.prod-media-box .video-hover:hover,
.prod-media-box .video-hover:focus,
.video-button:hover .icn,
.video-button:focus .icn {
	color: var(--theme-color-prime);
}
.prod-media-box .over-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
body.rtl .prod-media-box .over-caption {
	right: 0;
	left: auto;
}
@media (min-width: 768px){
	.prod-media-box .video-hover,
	.video-button {
		width: 100px;
		height: 100px;
		font-size: 14px;
	}
	.prod-media-box .video-hover .icn,
	.video-button .icn {
		width: 36px;
		height: 36px;
	}
}

.prod-media-box .arrange-1 .badges-listing,
body.rtl .prod-media-box .arrange-1 .badges-listing {
	right: 15px;
	left: auto;
}
.prod-media-box .arrange-1 .video-hover,
body.rtl .prod-media-box .arrange-1 .video-hover {
	left: 15px;
	right: auto;
}
.prod-media-box .arrange-2 .badges-listing,
body.rtl .prod-media-box .arrange-2 .badges-listing {
	left: 15px;
	right: auto;
}
.prod-media-box .arrange-2 .video-hover,
body.rtl .prod-media-box .arrange-2 .video-hover {
	right: 15px;
	left: auto;
}
.prod-media-box .arrange-3 .badges-listing,
body.rtl .prod-media-box .arrange-3 .badges-listing {
	bottom: 15px;
	top: auto;
	left: 15px;
	right: auto;
}
.prod-media-box .arrange-3 .over-caption,
body.rtl .prod-media-box .arrange-3 .over-caption {
	right: 0;
	left: auto;
}
.prod-media-box .arrange-4 .badges-listing,
body.rtl .prod-media-box .arrange-4 .badges-listing {
	bottom: 15px;
	top: auto;
	right: 15px;
	left: auto;
}
.prod-media-box .arrange-4 .over-caption,
body.rtl .prod-media-box .arrange-4 .over-caption {
	left: 0;
	right: auto;
}

.prod-title-brand {
	width: 120px;
}

.swiper-container.framed,
.swiper-wrapper .swiper-slide.framed {
	border: 1px solid #ccc;
}
.swiper-wrapper .swiper-slide.framed.active-frame {
	border-color: #000;
}
.swiper-pagination.dx-style .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #fff;
	border: 1px solid var(--theme-color-prime);
	transform: none;
}
.swiper-pagination.dx-style .swiper-pagination-bullet-active {
	background-color: var(--theme-color-prime);
}

.stock-available {
	display: inline-block;
	line-height: 20px;
	color: #13680c;
	font-size: 15px;
}
.stock-available.outof {
	color: #d00;
}

.pricing-meta .prod-price {
	font-size: 24px;
	font-weight: 500;
}
.pricing-meta .prod-price.old {
	font-size: 16px;
	font-weight: 300;
	color: #999;
}

.qty-ui-counter {
	--theme-qty-ui-height: 38px;
	--theme-qty-ui-font-size: 16px;
	position: relative;
	display: flex;
	width: 100px;
}
.qty-ui-counter.sm {
	--theme-qty-ui-height: 24px;
	--theme-qty-ui-font-size: 14px;
}
.qty-ui-counter > input {
	flex: 1 0 auto;
	width: calc(100% - 48px);
	height: var(--theme-qty-ui-height);
	margin: 0 24px;
	padding: 0;
	background-color: transparent;
	text-align: center;
	line-height: var(--theme-qty-ui-height);
	font-size: var(--theme-qty-ui-font-size);
	color: var(--theme-txt-color);
	border: 1px solid #ccc;
	outline: 0;
}
.qty-ui-counter > input:focus {
	border-color: #000;
}
.qty-ui-counter .qtybutton {
	position: absolute;
	top: 0;
	width: 24px;
	height: 100%;
	padding: 0;
	background-color: transparent;
	text-align: center;
	font-size: 18px;
	color: #000;
	border: none;
}
.qty-ui-counter .qtybutton.inc {
	left: 0;
}
.qty-ui-counter .qtybutton.dec {
	right: 0;
}

/** variants styles **/
.in-page-payment-frame {
	width: 100%;
	min-height: 800px;
	border: none;
}

.dx-user-input {
	display: block;
	position: relative;
}
.dx-user-input .adjustable {
	display: block;
	width: 100%;
	height: 36px;
	min-height: 36px;
	padding: 2px;
	border: 1px solid var(--bs-border-color);
	resize: vertical;
}

.static-var {
	display: block;
}
.static-var .img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 1px;
	text-align: center;
	border: 1px solid #ddd;
}
.static-var .img img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
}
.static-var .img.checked::after {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 22px;
	height: 22px;
	z-index: 1;
	background-color: #fff;
	text-align: center;
	line-height: 22px;
	font-family: "Font Awesome 6 Free";
	font-size: 15px;
	font-weight: 900;
	color: var(--theme-color-prime);
	border-radius: 50%;
	content: "\f00c";
}
body.rtl .static-var .img.checked::after {
	right: 10px;
	left: auto;
}
.static-var.nlrg .img {
	cursor: pointer;
}
.static-var.nlrg .img::after {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 22px;
	height: 22px;
	z-index: 1;
	background-color: rgba(255, 255, 255, .5);
	line-height: 22px;
	font-family: "Font Awesome 6 Free";
	font-size: 13px;
	font-weight: 900;
	color: var(--theme-color-sec);
	border-radius: 50%;
	content: "\f06e";
}

.cust-cell {
	width: 33.33333333%;
	padding-left: calc(var(--bs-gutter-x) * .5);
	padding-right: calc(var(--bs-gutter-x) * .5);
	flex: 0 0 auto;
}
.prod-var-sect.inmodal .cust-cell {
	width: 50%;
}
@media (min-width: 576px){
	.prod-var-sect.inmodal .cust-cell {
		width: 33.33333333%;
	}
}
@media (min-width: 768px){
	.cust-cell {
		width: 25%;
	}
	.prod-var-sect.inmodal .cust-cell {
		width: 33.33333333%;
	}
}
@media (min-width: 992px){
	.cust-cell {
		width: 33.33333333%;
	}
	.prod-var-sect.inmodal .cust-cell {
		width: 33.33333333%;
	}
}
@media (min-width: 1200px){
	.cust-cell {
		width: 25%;
	}
	.prod-var-sect.inmodal .cust-cell {
		width: 25%;
	}
}
@media (min-width: 1400px){
	.cust-cell {
		width: 20%;
	}
	.prod-var-sect.inmodal .cust-cell {
		width: 25%;
	}
}

.dx-capsule-input {
	display: block;
}
.dx-capsule-input .dx-cap {
	--cap-hilite-bg-color: #000;
	--cap-hilite-color: #fff;
	display: inline-block;
	height: 32px;
	min-width: 32px;
	padding: 0 10px;
	margin: 0 5px 5px 0;
	line-height: 32px;
	text-align: center;
	color: #000;
	border: 1px solid #000;
	cursor: pointer;
}
.dx-capsule-input.dyn .dx-cap {
	display: flex;
	height: auto;
	min-height: 32px;
	padding: 5px 10px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}
.dx-capsule-input.dyn .dx-cap .sw {
	font-size: 14px;
}
.dx-capsule-input.theme .dx-cap {
	--cap-hilite-bg-color: var(--theme-color-prime);
}
body.rtl .dx-capsule-input .dx-cap {
	margin: 0 0 5px 5px;
}
.dx-capsule-input .dx-cap.active {
	background-color: var(--cap-hilite-bg-color);
	border-color: var(--cap-hilite-bg-color);
	color: var(--cap-hilite-color);
}
.dx-capsule-input .dx-cap.color.active {
	border-color: #000;
}
.dx-capsule-input .dx-cap.color {
	position: relative;
	padding: 0;
	background-color: #fff;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
}
.dx-capsule-input .dx-cap.color.active::after {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 28px;
	height: 28px;
	border: 2px solid #ccc;
	content: "";
}
.dx-capsule-input.exec .dx-cap {
	position: relative;
	display: flex;
	width: 100%;
	height: auto;
	min-height: 40px;
	padding: 2px 5px;
	gap: 5px;
	line-height: 1.4;
	text-align: inherit;
	border-color: #ddd;
	border-radius: 0;
}
.dx-capsule-input.exec .dx-cap.active {
	background-color: transparent;
	color: #000;
	border-color: var(--cap-hilite-bg-color);
}
.dx-capsule-input.exec .dx-cap .img {
	width: 70px;
	height: auto;
	text-align: center;
	border: 1px solid #ddd;
}
.dx-capsule-input.exec .dx-cap .img img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
}
.dx-capsule-input.exec .dx-cap .read {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}
.dx-capsule-input.exec .dx-cap .read .title {
	padding-left: 12px;
	line-height: 1;
	font-weight: 600;
}
body.rtl .dx-capsule-input.exec .dx-cap .read .title {
	padding-right: 12px;
	padding-left: 0;
}
.dx-capsule-input.exec .dx-cap::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	z-index: 3;
	opacity: .25;
	text-align: center;
	line-height: 16px;
	font-family: "Font Awesome 6 Free";
	font-size: 16px;
	font-weight: 900;
	color: var(--cap-hilite-bg-color);
	content: "\f0da";
	transition: opacity .4s ease;
}
body.rtl .dx-capsule-input.exec .dx-cap::before {
	right: 0;
	left: auto;
	content: "\f0d9";
}
.dx-capsule-input.exec .dx-cap.thumbed .read .title,
body.rtl .dx-capsule-input.exec .dx-cap.thumbed .read .title {
	padding-left: 0;
	padding-right: 0;
}
.dx-capsule-input.exec .dx-cap.thumbed::before {
	opacity: 0;
	content: "\f00c";
}
.dx-capsule-input.exec .dx-cap.active::before,
body.rtl .dx-capsule-input.exec .dx-cap.active::before {
	opacity: 1;
	background-color: #fff;
	content: "\f00c";
}
.dx-capsule-input .dx-cap .nlrg {
	display: inline-block;
	padding: 1px 5px;
	line-height: 1;
	font-size: 13px;
	color: currentColor;
	border: 1px solid currentColor;
	border-radius: 16px;
}
.dx-capsule-input .dx-del {
	position: relative;
	display: inline-block;
	height: 32px;
	min-width: 32px;
	margin-bottom: 5px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}
.dx-capsule-input .dx-del::after,
.dx-capsule-input .dx-del::before {
	position: absolute;
	top: 16px;
	left: 8px;
	width: 16px;
	height: 1px;
	background-color: #333;
	content: "";
}
.dx-capsule-input .dx-del::before {
	transform: rotate(45deg);
}
.dx-capsule-input .dx-del::after {
	transform: rotate(-45deg);
}

.dx-filter-toggle {
	background-color: #fff;
	border: 0;
}

.indicator {
	background-color: transparent;
	color: var(--bs-danger-text-emphasis);
}

.dx-hinter-container {
	display: block;
	position: relative;
	width: 100%;
}
.dx-hinter {
	--hinter-hover-bg-color: #000;
	--hinter-hover-color: #fff;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	list-style: outside none;
	background-color: #fff;
	border: 1px solid #ebebeb;
	z-index: 1051;
}
.dx-hinter.theme {
	--hinter-hover-bg-color: var(--theme-color-prime);
}
.dx-hinter.gray {
	--hinter-hover-bg-color: var(--theme-color-lighter-gray);
	--hinter-hover-color: var(--theme-txt-color);
}
.dx-hinter.show {
	display: block;
}
.dx-hinter .item {
	display: block;
	padding: 2px 8px;
	background-color: #fff;
	color: #000;
}
.dx-hinter .item.weak {
	color: #aaa;
}
.dx-hinter .item.active {
	background-color: var(--hinter-hover-bg-color);
	color: var(--hinter-hover-color);
}

.super-notice {
	--thm-pane-color: #000;
	position: fixed;
	visibility: hidden;
	z-index: -1;
}
.super-notice .bg-hotspot {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
.super-notice.coupon {
	display: flex;
	flex-direction: column;
	bottom: 170px;
	left: 0;
	width: 100%;
	min-height: 200px;
	padding: 20px;
	background-color: #fff;
	color: #000;
	border: 3px dashed var(--thm-pane-color);
	border-radius: 0 20px 0 0;
	transition: all .4s ease;
	transform: translate(-100%, 0);
}
.super-notice.coupon.toright {
	right: 0;
	left: auto;
	bottom: 15px;
	border-radius: 20px 0 0 0;
	transform: translate(100%, 0);
}
.super-notice.coupon .gfmnt {
    position: absolute;
    top: -15px;
    right: 25px;
    width: 48px;
    height: 26px;
    z-index: 1;
}
.super-notice .vect {
	fill: var(--thm-pane-color);
}
.super-notice.coupon.toright .gfmnt {
    left: 25px;
	right: auto;
}
.super-notice.coupon.showing,
.super-notice.coupon.toright.showing {
	visibility: visible;
	z-index: 1001;
	transform: translate(0, 0);
}
.super-notice.coupon .close-btn {
	position: absolute;
	top: 20px;
	right: 5px;
	width: 24px;
	height: 24px;
	background-color: #fff;
	line-height: 1.5;
	text-align: center;
	font-size: 16px;
	color: var(--thm-pane-color);
	border: 1px solid var(--thm-pane-color);
	border-radius: 50%;
}
.super-notice.coupon.toright .close-btn {
	left: 5px;
	right: auto;
}
.super-notice.coupon .close-btn:hover {
	background-color: var(--thm-pane-color);
	color: #fff;
}
.super-notice.coupon .coupon-code {
	display: block;
	margin: .5rem 0 0;
	text-align: center;
}
.super-notice.coupon .coupon-code .inner {
	display: inline-block;
	padding: 5px 10px;
	background-color: #eee;
	font-size: 26px;
	color: var(--thm-pane-color);
	border: 1px solid #ccc;
}
.super-notice.coupon .auto-act {
	padding: 4px 15px;
	background-color: #fff;
	font-size: 18px;
	font-weight: 500;
	color: var(--thm-pane-color);
	border: 2px solid var(--thm-pane-color);
	transition: all 0.4s ease;
}
.super-notice.coupon .auto-act:hover {
	background-color: var(--thm-pane-color);
	color: #fff;
}
.super-notice.coupon .ext-coupon .action-indicator {
	font-size: 16px;
	color: #000;
}
.super-notice.coupon .ext-coupon .action-indicator.ok {
	color: #0a0;
}
@media (min-width: 320px){
	.super-notice.coupon {
		width: 300px;
	}
	.super-notice.coupon .close-btn {
		right: -13px;
	}
	.super-notice.coupon.toright .close-btn {
		left: -13px;
		right: auto;
	}
}
.super-maximizer {
	--thm-pane-color: #000;
}
.super-maximizer.coupon {
	position: fixed;
	bottom: 220px;
	left: 0;
	background-color: #fff;
	border: 2px dashed var(--thm-pane-color);
	color: var(--thm-pane-color);
	padding: 0 10px;
	line-height: 1.4;
	font-size: 16px;
	z-index: 1000;
	transform: translate(-100%, 0) rotateZ(90deg) translate(50px, 100%);
	transform-origin: 100% 100%;
	transition: all .4s ease;
}
.super-maximizer.coupon.toright {
	right: 0;
	left: auto;
	bottom: 15px;
	transform: translate(100%, 0) rotateZ(-90deg) translate(50px, 100%);
	transform-origin: 0 100%;
}
.super-maximizer.coupon.shown {
	transform: translate(-100%, 0) rotateZ(90deg) translate(50px, 0);
}
.super-maximizer.coupon.toright.shown {
	transform: translate(100%, 0) rotateZ(-90deg) translate(50px, 0);
}
.super-notice.red,
.super-maximizer.red {
	--thm-pane-color: #d00;
}
.super-notice.theme,
.super-maximizer.theme {
	--thm-pane-color: var(--theme-color-prime);
}
@media (min-width: 768px){
	.super-notice.coupon {
		bottom: 180px;
	}
	.super-maximizer.coupon {
		bottom: 230px;
	}
}
.super-notice.coupon .ok-icon {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
	text-align: center;
	font-size: 32px;
	color: #28a745;
	border: 3px solid #28a745;
	border-radius: 50%;
}

.super-notice.hot {
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.super-notice.hot.showing {
	visibility: visible;
	z-index: 30000;
}
.super-notice.hot .notice-body {
	position: relative;
	width: calc(100% - 30px);
	max-height: calc(100% - 30px);
	margin: 0 auto;
	padding: 20px;
	overflow: auto;
	background-color: #fff;
	color: #000;
	border: 4px solid #000;
	border-radius: 5px;
	opacity: 0;
	z-index: 1;
	box-shadow: 0 0 0 #fff;
	transition: all .4s ease;
	transform: scale(0.9);
}
.super-notice.hot.showing .notice-body {
	opacity: 1;
	box-shadow: 0 0 40px #fff;
	transform: scale(1);
}
.super-notice.hot .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	background-color: #fff;
	line-height: 1.2;
	text-align: center;
	font-size: 16px;
	color: #000;
	border: 1px solid #000;
	border-radius: 50%;
	z-index: 10;
}
body.rtl .super-notice.hot .close-btn {
	left: 10px;
	right: auto;
}
.super-notice.hot .close-btn:hover {
	background-color: #000;
	color: #fff;
}
@media (min-width: 768px){
	.super-notice.hot .notice-body {
		width: 720px;
	}
}
@media (min-width: 992px){
	.super-notice.hot .notice-body {
		width: 850px;
	}
}
@media (min-width: 1200px){
	.super-notice.hot .notice-body {
		width: 1000px;
	}
}

.added-prods-gizmo {
	display: flex;
	flex-wrap: wrap;
}
.added-prods-gizmo .adp-cell {
	position: relative;
	margin: 0 15px 15px 0;
	padding: 4px;
	border: 1px solid var(--bs-border-color);
}
body.rtl .added-prods-gizmo .adp-cell {
	margin: 0 0 15px 15px;
}
.added-prods-gizmo .adp-cell .thumb {
	display: block;
	position: relative;
	width: 100px;
	z-index: 0;
}
.added-prods-gizmo .adp-cell.chosen {
	border-color: var(--theme-color-prime);
}
.added-prods-gizmo .adp-cell .thumb .sel-disp {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	opacity: 0;
	z-index: 1;
	transition: opacity 0.25s ease;
}
.added-prods-gizmo .adp-cell.chosen .thumb .sel-disp {
	opacity: 1;
}
.added-prods-gizmo .adp-cell .add-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.added-prods-gizmo .adp-cell .zoom-btn {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 24px;
	background-color: var(--theme-color-mark);
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	color: var(--theme-color-prime);
	z-index: 2;
}
.added-prods-gizmo .adp-cell .thumb img {
	width: 100%;
	height: auto;
}
.added-prods-gizmo .adp-cell .price-label {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
	font-size: 16px;
	color: var(--theme-color-prime);
}
.added-prods-gizmo .adp-cell .price-label .oldprice {
	display: inline-block;
	margin-left: 0.25rem;
	font-size: 13px;
	font-weight: 300;
	color: #9b9b9b;
	text-decoration: line-through;
}
body.rtl .added-prods-gizmo .adp-cell .price-label .oldprice {
	margin-right: 0.25rem;
	margin-left: 0;
}
.added-prods-gizmo .adp-cell .title {
	display: block;
	max-width: 100px;
	line-height: 1.2;
	font-size: 13px;
}
.added-prod-controls .added-prod-heading {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 500;
	color: var(--theme-color-prime);
}
.added-prod-controls .added-prod-heading .ctrl {
	font-size: 14px;
	font-weight: 400;
	color: #999;
}
.added-prod-controls .clear-btn {
	display: none;
	position: relative;
	padding: 0 0 0 18px;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #333;
}
.added-prod-controls .clear-btn.shown {
	display: inline-block;
}
.added-prod-controls .clear-btn::before,
.added-prod-controls .clear-btn::after {
	position: absolute;
	top: 9px;
	left: 1px;
	width: 16px;
	height: 1px;
	background-color: #333;
	content: "";
}
.added-prod-controls .clear-btn::before {
	transform: rotate(45deg);
}
.added-prod-controls .clear-btn::after {
	transform: rotate(-45deg);
}
body.rtl .added-prod-controls .clear-btn {
	padding: 0 18px 0 0;
}
body.rtl .added-prod-controls .clear-btn::before,
body.rtl .added-prod-controls .clear-btn::after {
	right: 1px;
	left: auto;
}

.list-product {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	z-index: 1;
	color: var(--theme-txt-color);
	transition: all .3s linear;
}
.second-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s linear;
}
.list-product:hover .second-img {
	opacity: 1;
	visibility: visible;
}
.list-product .img-block {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.list-product .img-block::before {
	padding-top: 140%;
	float: left;
	content: "";
}
.list-product .img-block.square::before {
	padding-top: 100%;
}
.list-product .img-block .thumbnail {
	display: block;
	position: static;
	width: 100%;
	height: 100%;
}
.list-product .img-block .thumbnail .first-img,
.list-product .img-block .thumbnail .second-img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%,-50%);
	transition: all .4s ease;
}
.list-product .img-block .thumbnail .first-img img,
.list-product .img-block .thumbnail .second-img img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.list-product .img-block .thumbnail .first-img.hbase,
.list-product .img-block .thumbnail .second-img.hbase {
	width: auto;
	height: 100%;
}
.list-product .img-block.chameleon .thumbnail .first-img,
.list-product .img-block.chameleon .thumbnail .second-img {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: none;
}
.list-product .img-block.chameleon .thumbnail .first-img img,
.list-product .img-block.chameleon .thumbnail .second-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.list-product .img-block .thumbnail .second-img {
	opacity: 0;
	transform: translate(-50%,-50%) scale(1.1);
}
.list-product .img-block.chameleon .thumbnail .second-img {
	opacity: 0;
	transform: scale(1.1);
}
.no-touchevents .list-product:hover .img-block .thumbnail .second-img {
	opacity: 1;
	transform: translate(-50%,-50%) scale(1);
}
.no-touchevents .list-product.dimg:hover .img-block .thumbnail .first-img {
	opacity: 0;
	transform: translate(-50%,-50%) scale(.9);
}
.no-touchevents .list-product:hover .img-block.chameleon .thumbnail .second-img {
	opacity: 1;
	transform: scale(1);
}
.no-touchevents .list-product.dimg:hover .img-block.chameleon .thumbnail .first-img {
	opacity: 0;
	transform: scale(.9);
}
.list-product .img-block .brief-overlay {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	opacity: 0;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .75);
	text-align: center;
	color: #fff;
	pointer-events: none;
	transition: opacity .4s ease;
}
.list-product .quick-buttons {
	visibility: hidden;
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	flex-direction: column;
	justify-content: center;
	align-items: end;
	z-index: -1;
}
body.rtl .list-product .quick-buttons {
	right: 0;
	left: auto;
}
.no-touchevents .list-product:hover .quick-buttons {
	visibility: visible;
	z-index: 2;
}
.no-touchevents .list-product:hover .img-block .brief-overlay {
	opacity: 1;
}
.list-product .quick-buttons .qbtn {
	display: flex;
	width: 30px;
	height: 30px;
	margin-left: 20px;
	justify-content: center;
	align-items: center;
	opacity: 0;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
	border-radius: 50%;
	transform: translateX(-100%);
	transition: background-color .4s ease, color .4s ease, border-color .4s ease, opacity .4s ease, transform .4s ease;
}
body.rtl .list-product .quick-buttons .qbtn {
	margin-right: 20px;
	margin-left: 0;
	transform: translateX(100%);
}
.list-product .quick-buttons .qbtn + .qbtn {
	margin-top: 10px;
}
.list-product:hover .quick-buttons .qbtn,
body.rtl .list-product:hover .quick-buttons .qbtn {
	opacity: 1;
	transform: translateX(0);
}
.list-product .quick-buttons .qbtn:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
}
body.rtl .list-product .quick-buttons .qbtn:hover {
	right: 0;
	left: auto;
}
.list-product .static-btns {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
}
body.rtl .list-product .static-btns,
.list-product .static-btns.flipped {
	right: 10px;
	left: auto;
}
body.rtl .list-product .static-btns.flipped {
	left: 10px;
	right: auto;
}
.list-product .static-btns .qbtn {
	line-height: 1;
	font-size: 1.2em;
}
.list-product .sale-badge {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	transform: translateY(-50%);
	transition: transform .4s ease;
}
.list-product .sale-badge .inner {
	display: inline-block;
	max-width: 100%;
	height: 26px;
	padding: 2px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: var(--theme-color-prime);
	line-height: 1.4;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	border-radius: 30px;
	white-space: nowrap;
}
.list-product:hover .sale-badge {
	transform: translateY(-120%);
}
.list-product .product-flag {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
	list-style: outside none;
}
body.rtl .list-product .product-flag {
	left: 10px;
	right: auto;
}
.prod-badges-block {
	--bdg-cont-pad: 10px;
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: var(--bdg-cont-pad);
	flex-direction: column;
	justify-content: start;
	align-items: start;
	gap: 5px;
	z-index: 10;
	line-height: 20px;
	pointer-events: none;
}
.prod-badges-block.a1 {
	justify-content: start;
	align-items: end;
}
.prod-badges-block.a2 {
	justify-content: start;
	align-items: start;
}
.prod-badges-block.a3 {
	justify-content: end;
	align-items: start;
}
.prod-badges-block.a4 {
	justify-content: end;
	align-items: end;
}
body.rtl .prod-badges-block.a1,
body.rtl .prod-badges-block.a4 {
	align-items: start;
}
body.rtl .prod-badges-block.a2,
body.rtl .prod-badges-block.a3 {
	align-items: end;
}
.prod-badges-block .bdg {
	padding: 0 5px;
	background-color: #000;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.prod-badges-block .bdg.img {
	padding: 0;
	background-color: transparent;
	color: #000;
}
.prod-badges-block .bdg.img img {
	max-width: 50px;
}
.prod-badges-block .bdg.img.bigger img {
	max-width: 60px;
}
.prod-badges-block .bdg.img.great img {
	max-width: 80px;
}
.list-product .product-flag .new {
	padding: 0 5px;
	background-color: var(--theme-color-prime);
	color: #fff;
}
.list-product .product-flag img {
	max-width: 50px;
}
.list-product .product-flag.bigger img {
	max-width: 80px;
}
.list-product .product-desc .inner-link {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
@media(min-width: 576px){
	.list-product .product-flag img,
	.prod-badges-block .bdg.img img {
		max-width: 60px;
	}
	.list-product .product-flag.bigger img {
		max-width: 90px;
	}
}
@media(min-width: 768px){
	.product-flag img {
		max-width: 50px;
	}
	.product-flag.bigger img {
		max-width: 80px;
	}
}
@media(min-width: 992px){
	.list-product .product-flag.bigger img {
		max-width: 90px;
	}
}
@media(min-width: 1200px){
	.list-product .product-flag img {
		max-width: 70px;
	}
	.list-product .product-flag.bigger img {
		max-width: 120px;
	}
	.list-product .quick-buttons .qbtn {
		width: 45px;
		height: 45px;
	}
}
@media(min-width: 1600px){
	.list-product .sale-badge .inner {
		height: 32px;
		font-size: 20px;
	}
}
.list-product .heading {
	margin: 5px 0 0;
	font-family: "Narkis Block", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
@media(min-width: 1200px){
	.list-product .heading.lg {
		font-size: 20px;
	}
}
.list-product .product-link {
	display: block;
	color: var(--theme-txt-color);
	text-decoration: none;
}
.list-product .product-link:hover {
	color: var(--theme-txt-color);
}
.list-product .pricing-meta {
	margin: 0;
	padding: 0;
	list-style: outside none;
}
.list-product .pricing-meta > li {
	display: inline-block;
}
.list-product .pricing-meta .old-price {
	color: #666;
	font-weight: 400;
	text-decoration: line-through;
	margin-right: 2px;
	font-size: 14px;
}
body.rtl .list-product .pricing-meta .old-price {
	margin-left: 2px;
	margin-right: 0;
}
.list-product .foot {
	display: block;
	list-style: outside none;
	margin: auto 0 0;
	padding: 0;
	border-top: 2px solid var(--theme-color-prime);
}
.list-product .foot > li {
	display: inline-block;
	font-weight: 200;
}
.list-product .foot > li:not(:last-child)::after {
	content: "/";
}
.list-product.boxed .product-desc {
	display: flex;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	flex-direction: column;
	z-index: 1;
}
body.rtl .list-product.boxed .product-desc {
	right: 10px;
	left: auto;
}
.list-product.boxed .product-desc .heading {
	order: 0;
	margin: 0 0 5px;
}
.list-product.boxed .product-desc .inner-link {
	order: 1;
}
.list-product.boxed .product-desc .pricing-meta {
	order: 1;
	margin-top: auto;
}
.list-product.bordered {
	border: 1px solid #dedede;
}
.list-product.bordered .product-desc {
	padding: 8px;
}

.range-slider {
	height: 18px;
	background-color: transparent;
}
.range-slider::before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: rgba(var(--theme-color-prime-rgb), .5);
	border-radius: 1px;
	content: "";
}
.range-slider .bar {
	top: 7px;
	height: 4px;
	background-color: var(--theme-color-prime);
}
.range-slider .range-slider-leftgrip,
.range-slider .range-slider-rightgrip {
	top: 0;
	width: 18px;
	height: 18px;
	margin-top: 0;
	background-color: var(--theme-color-prime);
	border: 0;
	box-shadow: none;
	transition: none;
}

.table.order-sumup {
	--bs-table-bg: transparent;
	color: var(--theme-txt-color);
}
.table.order-sumup td,
.table.order-sumup th {
	padding: 7px 0;
	border-top: none;
	border-bottom: 1px solid #ebebeb;
}
.table.order-sumup th {
	font-weight: 500;
}
.table.order-sumup tr.nonsep td, .table.order-sumup tr.nonsep th {
	border-bottom: none;
}
.table.order-sumup tr.item-line td, .table.order-sumup tr.item-line th {
	padding: 3px 0 7px;
}
.table.order-sumup .sum {
	text-align: left;
}
.table.order-sumup tr.distance td,.table.order-sumup tr.distance th {
	padding-top: 20px;
}
.table.order-sumup tr.distance.both td,.table.order-sumup tr.distance.both th {
	padding-bottom: 20px;
}
.table.order-sumup tr.stress td,.table.order-sumup tr.stress th {
	font-weight: 500;
}
.table.order-sumup tr.total-line td,.table.order-sumup tr.total-line th {
	border-top: 2px solid #ebebeb;
	border-bottom: none;
	font-weight: 500;
}
.table.order-sumup .desc {
	display: flex;
}
.table.order-sumup .desc .img {
	flex: 0 0 50px;
	width: 50px;
	height: auto;
	margin-left: 10px;
}
.table.order-sumup .desc .txt {
	flex: 0 1 auto;
}
.table.order-sumup .desc .variant {
	font-size: 14px;
	font-weight: 300;
	color: #333;
}

.multi-var-select .toggler {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 4px 5px 4px 20px;
	background-color: transparent;
	text-align: inherit;
	font-weight: 400;
	border: 0;
}
.multi-var-select .toggler::before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: solid 1px #ccc;
	content: "";
}
body.rtl .multi-var-select .toggler {
	padding: 4px 20px 4px 5px;
}
body.rtl .multi-var-select .toggler::before {
	right: 0;
	left: auto;
}
.multi-var-select .toggler.checked {
	font-weight: 600;
}
.multi-var-select .toggler.checked::before {
	border-color: var(--theme-color-prime);
	background-color: var(--theme-color-prime);
}

.inline-coupon-rig {
	display: block;
	position: relative;
}
.inline-coupon-rig .tbox {
	padding: .375rem 60px .375rem .75rem;
}
.inline-coupon-rig .btn-inln {
	position: absolute;
	top: 1px;
	right: 2px;
	width: 50px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: var(--theme-txt-color);
}
.inline-coupon-rig .btn-inln .fa {
	font-size: 12px;
}
body.rtl .inline-coupon-rig .tbox {
	padding-left: 60px;
	padding-right: .375rem;
}
body.rtl .inline-coupon-rig .btn-inln {
	left: 2px;
	right: auto;
}

ul.coupon-listing {
	margin: 15px 0 0;
	padding: 0;
	list-style: outside none;
}
ul.coupon-listing > li {
	position: relative;
	padding: 0 0 10px 20px;
}
ul.coupon-listing > li::before {
	position: absolute;
	top: -2px;
	left: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: var(--bs-success);
	content: "\f00c";
}
body.rtl ul.coupon-listing > li {
	padding: 0 20px 10px 0;
}
body.rtl ul.coupon-listing > li::before {
	right: 0;
	left: auto;
}
ul.coupon-listing > li .remove {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	width: auto;
	height: 18px;
	padding: 0 6px;
	margin: 3px 0 0 10px;
	background-color: #666;
	line-height: 1;
	text-align: center;
	font-size: 11px;
	color: #fff;
	border-radius: 9px;
	transition: background-color .4s ease;
}
body.rtl ul.coupon-listing > li .remove {
	margin-right: 10px;
	margin-left: 0;
}
ul.coupon-listing > li .remove::before {
	margin-right: 3px;
	line-height: 1;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f00d";
}
body.rtl ul.coupon-listing > li .remove::before {
	margin-left: 3px;
	margin-right: 0;
}
ul.coupon-listing > li .remove:hover {
	background-color: #000;
}
ul.coupon-listing > li .description {
	font-size: 14px;
	color: #444;
}

.rb-cell {
	position: relative;
}
.rb-cell .crb {
	position: absolute;
	top: 0;
	left: 0;
	width: 1rem;
	height: 1.25rem;
	z-index: -1;
	opacity: 0;
}
.rb-cell .cell-face {
	display: flex;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	padding: 15px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	font-size: 16px;
	color: #000;
	border: 1px solid #000;
	opacity: 0.4;
	cursor: pointer;
	transition: all 0.4s ease;
}
.rb-cell input.crb:checked ~ .cell-face {
	opacity: 1;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.rb-cell .cell-face .txt,
.rb-cell .cell-face .fig {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
}
.rb-cell .cell-face .fig > img {
	width: auto;
	max-width: 100%;
	height: auto;
}
@media (min-width: 576px){
	.rb-cell .cell-face .txt {
		font-size: 18px;
	}
}
@media (min-width: 768px){
	.rb-cell .cell-face .txt {
		font-size: 24px;
	}
}
@media (min-width: 992px){
	.rb-cell .cell-face .txt {
		font-size: 18px;
	}
}
@media (min-width: 1200px){
	.rb-cell .cell-face .txt {
		font-size: 21px;
	}
}

.fixed-cart-adder {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	z-index: 400;
	background-color: var(--theme-color-light);
	box-shadow: 0 -5px 10px rgba(0, 0, 0, .2);
}
.fixed-cart-adder .oneliner {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table.cart-table {
	--bs-table-bg: var(--theme-color-light);
	--bs-table-border-color: var(--theme-color-solid);
}
.table.cart-table > thead > tr {
	background-color: #f9f9f9;
}
.table.cart-table > thead > tr th {
	font-weight: 500;
}
.table.cart-table tbody > tr td {
	vertical-align: middle;
	font-weight: 300;
}
.table.cart-table tbody > tr td.price-total {
	font-weight: 400;
	color: #000;
}
.table.cart-table .prod-img-name {
	display: flex;
	align-items: center;
}
.table.cart-table .prod-img-name .fig {
	display: block;
	width: 80px;
	margin: 0 0 0 20px;
}
.table.cart-table .prod-img-name .fig > a {
	display: block;
	width: 100%;
}
.table.cart-table .prod-img-name .fig img {
	width: 100%;
	height: auto;
}
.table.cart-table .prod-img-name .naming {
	font-weight: 500;
}
.table.cart-table .prod-img-name .naming .variant {
	font-style: italic;
	color: #333;
}
.table.cart-table .btn-remove {
	display: inline-block;
	padding: 3px;
	background-color: transparent;
	border: none;
}
.table.cart-table .btn-remove:hover {
	color: #000;
}
@media (max-width:991px) {
	.table.cart-table > thead {
		display: none;
	}
	.table.cart-table tbody > tr {
		display: block;
		position: relative;
		padding: 42px 0 40px;
		border-top: 1px solid #ebebeb;
	}
	.table.cart-table tbody > tr td {
		display: block;
		width: 100%;
		padding: 1px 15px;
		text-align: center;
		border-top: none;
	}
	.table.cart-table tbody > tr td .qty-ui-counter {
		margin-right: auto;
		margin-left: auto;
	}
	.table.cart-table tbody > tr td.action-cell {
		position: absolute;
		top: 5px;
		left: 0;
		width: auto;
	}
}

.embeded-iframe {
	width: 100%;
	min-height: 800px;
	border: 0;
	overflow: auto;
}

.dx-datepicker {
	--bs-border-color: var(--theme-color-gray);
	position: relative;
}
.dx-datepicker .input {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 0;
	outline: none;
	z-index: 1;
}
.dx-datepicker .display {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	min-height: 38px;
	padding: .375rem .75rem .375rem 1.75rem;
	background-color: #fff;
	font-size: 16px;
	border: 1px solid var(--bs-border-color);
	z-index: 2;
}
.dx-datepicker .input:focus ~ .display {
	border-color: var(--theme-color-prime);
}
.dx-datepicker .display::before {
	position: absolute;
	bottom: 6px;
	left: 6px;
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	color: var(--theme-txt-color);
	content: "\f073";
}
.dx-datepicker.time .display::before {
	content: "\f017";
}
body.rtl .dx-datepicker .display {
	padding-right: 1.75rem;
	padding-left: .75rem;
}
body.rtl .dx-datepicker .display::before {
	right: 6px;
	left: auto;
}
.dx-datepicker.box-pack .display {
	min-height: 58px;
	padding-top: calc(.375rem + 20px);
}
.dx-datepicker.box-pack .box-label {
	position: absolute;
	top: 6px;
	left: 12px;
	z-index: 4;
	font-size: 14px;
}
body.rtl .dx-datepicker.box-pack .box-label {
	right: 12px;
	left: auto;
}
.dx-datepicker .input.error ~ .display {
	border-color: #d00;
}
.dx-datepicker .bootstrap-datetimepicker-widget table td.active,
.dx-datepicker .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: var(--theme-txt-color);
	color: #fff;
}
.dx-datepicker .bootstrap-datetimepicker-widget table td.today::before {
	border-bottom-color: var(--theme-txt-color);
}
.dx-datepicker .bootstrap-datetimepicker-widget table td.today.active::before {
	border-bottom-color: #fff;
}
.dx-datepicker .bootstrap-datetimepicker-widget table td span.active {
	background-color: var(--theme-color-prime);
}
/*
 * end of shop styles
 */

.yta-video-box {
    position: relative;
    width: 100%;
	height: 100vw;
    display: block;
    background-color: #000;
	z-index: 90;
	overflow: hidden;
}
@media(min-width: 576px){
	.yta-video-box {
		height: 100vh;
	}
}
.yta-video-box .player-container {
	position: relative;
	width: 100%;
    z-index: 1;
}
.yta-video-box .video-blind {
	display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
	align-items: center;
    background-color: #fff;
    opacity: 1;
    transition: opacity .5s linear 0s;
}
.yta-video-box .video-blind > img {
	width: 100%;
}
.yta-video-box .video-blind.reveal {
    opacity: 0;
}
.yta-video-box .video-blind .video-loader {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.yta-video-box .video-blind .video-loader::after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	border-top: 10px solid var(--theme-color-prime);
	z-index: 2;
	content: "";
	transform-origin: 100% 0;
	animation: underswipe 1s linear infinite;
}
.yta-video-box .video-blind.ready .video-loader,
.yta-video-box .video-blind.reveal .video-loader {
	display: none;
}
.yta-video-box .video-blind.ready .video-loader::after,
.yta-video-box .video-blind.reveal .video-loader::after {
	animation: none;
}
.yta-video-box .video-blind .video-loader.ontop,
.yta-video-box .video-blind .video-loader.ontop::after {
	top: 0;
	bottom: auto;
}
.yta-video-box .mute-button {
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 10px;
	width: 50px;
	height: 50px;
	background-color: #000;
	opacity: 0.8;
	cursor: pointer;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
}
.yta-video-box .mute-button::before {
	font-family: "Font Awesome 6 Free";
	line-height: 1.5;
	font-size: 24px;
	font-weight: 900;
	content: "\f028";
}
.yta-video-box .mute-button:hover {
	opacity: 1;
}
.yta-video-box .mute-button.muted::before {
	content: "\f6a9";
}
.yta-video-box .player-container>iframe {
    margin: auto;
}

@keyframes underswipe {
	0% {
		transform: translateX(0) scaleX(0);
	}
	50% {
		transform: translateX(0) scaleX(1);
	}
	100% {
		transform: translateX(-100%) scaleX(0);
	}
}

.owl-carousel.flexforce .owl-stage {
	display: flex;
}
.owl-carousel.flexforce .owl-item,
.owl-carousel.owl-rtl.flexforce .owl-item {
	float: none;
	min-height: 100%;
}

.item .tst-card {
	position: relative;
	padding: 35px 40px 55px;
	background-color: #fff;
}
.item .tst-card.theme {
	transition: background-color .4s ease, color .4s ease;
}
.item:hover .tst-card.theme {
	background-color: var(--theme-color-prime);
	color: #fff;
}
.item .roundel-thumb.tst {
	position: relative;
	margin-top: -32px;
	margin-left: 40px;
	z-index: 1;
}
body.rtl .item .roundel-thumb.tst {
	margin-right: 40px;
	margin-left: 0;
}
.item:hover .roundel-thumb.tst {
	--rnd-bg-color: var(--theme-color-prime);
}

.hover-shine {
	display: block;
	position: relative;
	overflow: hidden;
}
.hover-shine::before {
	display: block;
	position: absolute;
	top: 0;
	left: -100%;
	width: 50%;
	height: 100%;
	z-index: 2;
	content: "";
	background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
	transform: skewX(-25deg);
}
.hover-shine.v2::before {
	visibility: hidden;
	left: 25%;
	opacity: 0;
	background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
	transform: none;
}
.hover-shine:hover::before {
	animation: shine 1s ease;
}
.hover-shine.v2:hover::before {
	animation: mid-shine 2s ease;
}
.hover-shine .sclimg {
	transition: transform 1s ease;
}
.hover-shine:hover .sclimg {
	transform: scale(1.1);
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes mid-shine {
	0% {
		visibility: visible;
		opacity: 0;
		transform: scaleX(1);
	}
	30% {
		opacity: 0.6;
		transform: scaleX(3);
	}
	100% {
		visibility: hidden;
		opacity: 0;
		transform: scaleX(1);
	}
}

.testi-crsl {
	--qmrk-width: 36px;
	--qmrk-outset: -16px;
	position: relative;
}
.testi-crsl .quote-start,
.testi-crsl .quote-end {
	position: absolute;
	width: var(--qmrk-width);
	z-index: 10;
	pointer-events: none;
}
.testi-crsl .quote-start {
	top: var(--qmrk-outset);
	right: 16px;
}
.testi-crsl .quote-end {
	bottom: var(--qmrk-outset);
	left: 16px;
}

.testi-crsl .item {
	height: 100%;
	padding: 2rem 1rem;
}
.testi-crsl .item .ttimg {
	max-width: 100px;
}
@media (min-width: 576px){
	.testi-crsl .item .ttimg {
		max-width: 100px;
	}
}
@media (min-width: 992px){
	.testi-crsl {
		--qmrk-width: 50px;
		--qmrk-outset: -20px;
	}
	.testi-crsl .item {
		padding: 3rem 2rem;
	}
}
@media (min-width: 1200px){
	.testi-crsl .item {
		padding: 4rem 2rem;
	}
}

.blog-cell .card-body {
	position: relative;
	margin: -85px 15px 0;
	padding: 30px 30px 20px;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 0 60px rgba(0,0,0,.1);
	z-index: 1;
}
.blog-cell .dater {
	position: absolute;
	top: -30px;
	right: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}
body.rtl .blog-cell .dater {
	left: 30px;
	right: auto;
}
.blog-cell .dater .month {
	padding: 12px 16px 4px;
	background-color: var(--theme-color-prime);
	border-radius: 6px 6px 0 0;
}
.blog-cell .dater .year {
	padding: 6px 16px;
	background-color: #000;
}

.blog-listing > li + li {
	margin-top: 5px;
}
.blog-listing a,
.blog-listing a:hover {
	color: #000;
}

.recent-post-widget .thumb-side .imgw {
	width: 70px;
}

.pagination.theme a {
	font-size: 18px;
	font-weight: 500;
	color: var(--theme-color-gray);
	text-decoration: none;
	transition: color .4s ease;
}
.pagination.theme a:hover,
.pagination.theme li.active a {
	color: var(--theme-txt-color);
}
.pagination.theme li + li {
	margin-left: 1rem;
}
@media (min-width: 768px){
	.pagination.theme li + li {
		margin-left: 40px;
	}
}

.pro-pagination-style {
	margin-top: 30px;
	font-size: 15px;
	font-weight: 400;
}
.pro-pagination-style a,
.pro-pagination-style .item {
	display: block;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	color: var(--theme-color-gray);
	text-decoration: none;
	transition: color .4s ease;
}
.pro-pagination-style ul {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	padding: 0;
	list-style: outside none;
}
.pro-pagination-style ul li + li {
	margin-left: 12px;
}
body.rtl .pro-pagination-style ul li + li {
	margin-right: 12px;
	margin-left: 0;
}
.pro-pagination-style .active,
.pro-pagination-style a:hover {
	color: var(--theme-txt-color);
}
@media (min-width: 768px){
	.pro-pagination-style ul li + li {
		margin-left: 20px;
	}
	body.rtl .pro-pagination-style ul li + li {
		margin-right: 20px;
		margin-left: 0;
	}
}

.cont-block {
	display: flex;
	width: 48px;
	height: 48px;
	justify-content: center;
	align-items: center;
}
@media (min-width: 768px){
	.cont-block {
		width: 64px;
		height: 64px;
	}
}

.side-hovers {
	position: fixed;
	bottom: 120px;
	left: 0;
	z-index: 990;
}
.side-hovers.upper {
	top: 120px;
	bottom: auto;
}
.side-hovers.toright {
	right: 0;
	left: auto;
}
@media(min-width: 768px){
	.side-hovers {
		bottom: 120px;
	}
	.side-hovers.upper {
		bottom: auto;
	}
}
@media(min-width: 992px){
	.side-hovers.upper {
		top: 140px;
	}
}
.side-hovers .sbtn {
	display: flex;
	position: relative;
	width: 43px;
	height: 46px;
	padding: 0;
	justify-content: center;
	align-items: center;
	background-color: var(--theme-color-prime);
	text-align: center;
	font-size: 28px;
	color: #fff;
	border: 0;
	border-radius: 0 23px 23px 0;
}
.side-hovers .sbtn + .sbtn {
	margin-top: 10px;
}
.side-hovers.toright .sbtn {
	right: 0;
	left: auto;
	border-radius: 23px 0 0 23px;
}
.side-hovers .sbtn:hover {
	transform: translateX(0);
}
.side-hovers .sbtn.square,
.side-hovers.toright .sbtn.square {
	border-radius: 0;
}
.side-hovers .sbtn.main {
	background-color: var(--theme-prime);
}
.side-hovers .sbtn.whatsapp {
	background-color: #25d366;
	color: #fff;
}
.side-hovers .sbtn.a11y {
	background-color: var(--dx-adm-main);
	color: #fff;
}

.shpimg {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.shpimg .base {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}
.shpimg .base .img-main,
.shpimg .base .img-sec {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	z-index: 1;
	transition: opacity .4s ease;
}
.shpimg .base .img-sec {
	position: absolute;
	opacity: 0;
	transform: scale(1.1);
	transition: opacity .4s ease, transform .4s ease;
}
.shpimg:hover .base .img-sec {
	z-index: 2;
	opacity: 1;
	transform: scale(1);
}
.shpimg.dimg:hover .base .img-main {
	opacity: 0;
}
.shpimg.asp .base {
	position: static;
	height: 100%;
}
.shpimg.asp::before {
	padding-top: 140%;
	float: left;
	content: "";
}
.shpimg.asp.square::before {
	padding-top: 100%;
}
.shpimg.asp .base .img-main,
.shpimg.asp .base .img-sec {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(0,-50%);
}
.shpimg.asp .base .img-sec {
	transform: translate(0,-50%) scale(1.1);
}
.shpimg.asp:hover .base .img-sec {
	transform: translate(0,-50%) scale(1);
}

.footer {
	padding-top: 100px;
	color: var(--theme-color-prime);
	border-top: 2px solid var(--theme-color-faint);
}
.footer .footer-bottom {
	padding-top: 36px;
	border-top: 2px solid var(--theme-color-faint);
}

.footer-lister {
	padding: 0;
	list-style: outside none;
	font-size: 16px;
}
.footer-lister > li + li {
	margin-top: 5px;
}
.footer-lister a {
	display: inline-block;
	position: relative;
	color: var(--theme-color-prime);
	transition: color .4s ease;
}
.footer-lister a:hover {
	color: var(--theme-color-prime-lighter);
}
@media (min-width: 992px){
	.footer-lister {
		font-size: 18px;
	}
}

.contact-map #map {
	height: 560px;
}

.cell-unit {
	position: relative;
	display: flex;
	gap: .25rem;
	padding: .5rem;
	border: 1px solid var(--theme-color-gray);
}
.cell-unit .pic {
	width: 70px;
}
.cell-unit .pic img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.cell-unit .title {
	margin: 0;
	line-height: 1.2;
	font-weight: 500;
	font-size: 1rem;
}
.cell-unit .del-btn {
	align-self: start;
	padding: .25rem;
	line-height: 12px;
	font-size: 18px;
	background-color: var(--theme-color-gray);
	color: #fff;
	cursor: pointer;
	transition: background-color .4s ease;
}
.cell-unit .del-btn:hover {
	background-color: var(--theme-color-prime);
}

.fronts-sleeve {
	position: relative;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	overflow: hidden;
}
.fronts-legend {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 900;
	padding: 10px 0;
	background-color: transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #ddd;
	transition: background-color .4s ease;
}
.scrolled-away .fronts-legend,
.fronts-sleeve.always .fronts-legend {
	position: fixed;
	top: 57px;
	background-color: var(--theme-pale-color);
	border-top-color: #ddd;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}
.scrolled-away .vp-gap.plus .fronts-legend,
.vp-gap .fronts-sleeve.always .fronts-legend,
.scrolled-away .vp-gap .fronts-sleeve.always .fronts-legend,
.scrolled-away .vp-gap.plus .fronts-sleeve.always .fronts-legend {
	top: 57px;
}
.vp-gap.plus .fronts-sleeve.always .fronts-legend {
	top: 85px;
}
.swiper-wrapper.leg .swiper-slide {
	width: auto;
	padding: 0;
}
.fronts-legend .f-item {
	display: inline-block;
	position: relative;
	padding: 0 0 .25rem;
	background-color: transparent;
	border: 0;
}
.fronts-legend .f-item.marked::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: var(--theme-color-prime);
	content: "";
}
@media (min-width: 768px){
	.scrolled-away .vp-gap.plus .fronts-legend,
	.vp-gap .fronts-sleeve.always .fronts-legend,
	.scrolled-away .vp-gap .fronts-sleeve.always .fronts-legend,
	.scrolled-away .vp-gap.plus .fronts-sleeve.always .fronts-legend {
		top: 74px;
	}
	.vp-gap.plus .fronts-sleeve.always .fronts-legend {
		top: 102px;
	}
}
@media (min-width: 1200px){
	.scrolled-away .vp-gap.plus .fronts-legend,
	.vp-gap .fronts-sleeve.always .fronts-legend,
	.scrolled-away .vp-gap .fronts-sleeve.always .fronts-legend,
	.scrolled-away .vp-gap.plus .fronts-sleeve.always .fronts-legend {
		top: 120px;
	}
	.vp-gap.plus .fronts-sleeve.always .fronts-legend {
		top: 148px;
	}
}