@font-face {
	font-display: fallback;
	font-family: AnjomanMaxVF;
	font-weight: 100 1000;
	src: url(../assets/fonts/AnjomanMaxLightVF.woff2) format("woff2-variations"), url(../assets/fonts/AnjomanMaxLightVF.woff2) format("woff2"), url(../assets/fonts/AnjomanMaxLightVF.woff) format("woff")
}

@font-face {
	font-family: AnjomanMax;
	src: url(../assets/fonts/AnjomanMax-regular.woff2) format("woff2"), url(../assets/fonts/AnjomanMax-regular.woff) format("woff")
}

@font-face {
	font-family: AnjomanMax;
	font-weight: 700;
	src: url(../assets/fonts/AnjomanMax-bold.woff2) format("woff2"), url(../assets/fonts/AnjomanMax-bold.woff) format("woff")
}
@font-face {
  font-family: 'icomoon';
  src:  url('../assets/fonts/icomoon/icomoon.eot?uyi3g9');
  src:  url('../assets/fonts/icomoon/icomoon.eot?uyi3g9#iefix') format('embedded-opentype'),
    url('../assets/fonts/icomoon/icomoon.ttf?uyi3g9') format('truetype'),
    url('../assets/fonts/icomoon/icomoon.woff?uyi3g9') format('woff'),
    url('../assets/fonts/icomoon/icomoon.svg?uyi3g9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: icon !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none
}

.icon-email:before {
	content: "\e903"
}

.icon-instagram:before {
	content: "\e904"
}

.icon-left:before {
	content:  "\e900"
}

.icon-phone:before {
	content: "\e906"
}

.icon-right:before {
	content: "\e901"
}

.icon-telegram:before {
	content: "\e905"
}

.icon-top:before {
	content: "\e902"
}


.thin-f {
	font-variation-settings: "wght" 100
}

.ex-light-f {
	font-variation-settings: "wght" 200
}

.light-f {
	font-variation-settings: "wght" 300
}

.regular-f {
	font-variation-settings: "wght" 400
}

.medium-f {
	font-variation-settings: "wght" 500
}

.semi-bold-f {
	font-variation-settings: "wght" 600
}

.bold-f {
	font-variation-settings: "wght" 700
}

.ex-bold-f {
	font-variation-settings: "wght" 800
}

.black-f {
	font-variation-settings: "wght" 850
}

.heavy-f {
	font-variation-settings: "wght" 900
}

.ex-heavy-f {
	font-variation-settings: "wght" 950
}

.fat-f {
	font-variation-settings: "wght" 1000
}

/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #858686;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-primary-text-emphasis: #052c65;
	--bs-secondary-text-emphasis: #2b2f32;
	--bs-success-text-emphasis: #0a3622;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #58151c;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #cfe2ff;
	--bs-secondary-bg-subtle: #e2e3e5;
	--bs-success-bg-subtle: #d1e7dd;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #f8d7da;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-success-border-subtle: #a3cfbb;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #f1aeb5;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 16px;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, .75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, .5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: #020202;
	--bs-link-color: #0d6efd;
	--bs-link-color-rgb: 13, 110, 253;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0a58ca;
	--bs-link-hover-color-rgb: 10, 88, 202;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, .175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(13, 110, 253, .25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;
	--bs-transition:all .3s ease;
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 36rem;
	--bs-breakpoint-md: 48rem;
	--bs-breakpoint-lg: 62rem;
	--bs-breakpoint-xl: 75rem;
	--bs-breakpoint-xxl: 87.5rem
}

*,
:after,
:before {
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: var(--bs-body-bg);
	color: var(--bs-body-color);
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	margin: 0;
	text-align: var(--bs-body-text-align)
}

/* .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--bs-heading-color);
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5rem;
	margin-top: 0
}

.h1,
h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

	.h1,
	h1 {
		font-size: 2.5rem
	}
}

.h2,
h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

	.h2,
	h2 {
		font-size: 2rem
	}
}

.h3,
h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

	.h3,
	h3 {
		font-size: 1.75rem
	}
}

.h4,
h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

	.h4,
	h4 {
		font-size: 1.5rem
	}
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

p {
	margin-bottom: 1rem;
	margin-top: 0
}

ul {
	margin-bottom: 1rem;
	margin-top: 0;
	padding-left: 2rem
}

ul ul {
	margin-bottom: 0
} */

a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: underline
}

a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code {
	word-wrap: break-word;
	color: var(--bs-code-color);
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	font-size: .875em
}

a>code {
	color: inherit
}

img,
svg {
	vertical-align: middle;
	    max-width: 100%;
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	text-transform: none
}

[role=button] {
	cursor: pointer
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none !important
}

[type=button],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

output {
	display: inline-block
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-5 {
		font-size: 3rem
	}
}

.img-fluid {
	height: auto;
	max-width: 100%
}

/* .container,
.container-fluid {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: calc(var(--bs-gutter-x)*.5);
	padding-right: calc(var(--bs-gutter-x)*.5);
	width: 100%
}

@media (min-width:576px) {
	.container {
		max-width: 33.75rem
	}
}

@media (min-width:768px) {
	.container {
		max-width: 45rem
	}
}

@media (min-width:992px) {
	.container {
		max-width: 60rem
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 71.25rem
	}
}

@media (min-width:1400px) {
	.container {
		max-width: 82.5rem
	}
}
 */

/* .row {
	--bs-gutter-x: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(var(--bs-gutter-x)*-.5);
	margin-right: calc(var(--bs-gutter-x)*-.5);
	margin-top: calc(var(--bs-gutter-y)*-1)
}

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

.col {
	flex: 1 0 0%
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

@media (min-width:992px) {
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}
}

@media (min-width:1200px) {
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%
	}
}

@media (min-width:1400px) {
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%
	}
} */

.table-active {
	--bs-table-color-state: var(--bs-table-active-color);
	--bs-table-bg-state: var(--bs-table-active-bg)
}

.btn {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-width: var(--bs-border-width);
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: var(--bs-border-radius);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
	background-color: var(--bs-btn-bg);
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	color: var(--bs-btn-color);
	cursor: pointer;
	display: inline-block;
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	text-align: center;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	color: var(--bs-btn-hover-color)
}

.btn:focus-visible {
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	box-shadow: var(--bs-btn-focus-box-shadow);
	color: var(--bs-btn-hover-color);
	outline: 0
}

.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
	color: var(--bs-btn-active-color)
}

.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
	box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled {
	background-color: var(--bs-btn-disabled-bg);
	border-color: var(--bs-btn-disabled-border-color);
	color: var(--bs-btn-disabled-color);
	opacity: var(--bs-btn-disabled-opacity);
	pointer-events: none
}

.dropdown-menu.show {
	display: block
}

.nav {
	--bs-nav-link-padding-x: 1rem;
	--bs-nav-link-padding-y: 0.5rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-link-color);
	--bs-nav-link-hover-color: var(--bs-link-hover-color);
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0
}

.nav-tabs .nav-item.show .nav-link {
	background-color: var(--bs-nav-tabs-link-active-bg);
	border-color: var(--bs-nav-tabs-link-active-border-color);
	color: var(--bs-nav-tabs-link-active-color)
}

.nav-pills .show>.nav-link {
	background-color: var(--bs-nav-pills-link-active-bg);
	color: var(--bs-nav-pills-link-active-color)
}

.nav-underline .show>.nav-link {
	border-bottom-color: currentcolor;
	color: var(--bs-nav-underline-link-active-color);
	font-weight: 700
}

.navbar-brand {
	color: var(--bs-navbar-brand-color);
	font-size: var(--bs-navbar-brand-font-size);
	margin-right: var(--bs-navbar-brand-margin-end);
	padding-bottom: var(--bs-navbar-brand-padding-y);
	padding-top: var(--bs-navbar-brand-padding-y);
	text-decoration: none;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav .nav-link.show {
	color: var(--bs-navbar-active-color)
}

.pagination {
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	--bs-pagination-font-size: 1rem;
	--bs-pagination-color: var(--bs-link-color);
	--bs-pagination-bg: var(--bs-body-bg);
	--bs-pagination-border-width: var(--bs-border-width);
	--bs-pagination-border-color: var(--bs-border-color);
	--bs-pagination-border-radius: var(--bs-border-radius);
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: var(--bs-tertiary-bg);
	--bs-pagination-hover-border-color: var(--bs-border-color);
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: var(--bs-secondary-bg);
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: #0d6efd;
	--bs-pagination-active-border-color: #0d6efd;
	--bs-pagination-disabled-color: var(--bs-secondary-color);
	--bs-pagination-disabled-bg: var(--bs-secondary-bg);
	--bs-pagination-disabled-border-color: var(--bs-border-color);
	display: flex;
	list-style: none;
	padding-left: 0
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

.modal.show .modal-dialog {
	transform: none
}

.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity)
}

.tooltip.show {
	opacity: var(--bs-tooltip-opacity)
}

@keyframes spinner-border {
	to {
		transform: rotate(1turn)
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

@media (max-width:575.98px) {
	.offcanvas-sm.show:not(.hiding) {
		transform: none
	}

	.offcanvas-sm.show {
		visibility: visible
	}
}

@media (max-width:767.98px) {
	.offcanvas-md.show:not(.hiding) {
		transform: none
	}

	.offcanvas-md.show {
		visibility: visible
	}
}

@media (max-width:989.99px) {
	.offcanvas-lg.show:not(.hiding) {
		transform: none
	}

	.offcanvas-lg.show {
		visibility: visible
	}
}

@media (max-width:1199.98px) {
	.offcanvas-xl.show:not(.hiding) {
		transform: none
	}

	.offcanvas-xl.show {
		visibility: visible
	}
}

@media (max-width:1399.98px) {
	.offcanvas-xxl.show:not(.hiding) {
		transform: none
	}

	.offcanvas-xxl.show {
		visibility: visible
	}
}

.offcanvas.show:not(.hiding) {
	transform: none
}

.offcanvas.show {
	visibility: visible
}

.offcanvas-backdrop.show {
	opacity: .5
}

@keyframes placeholder-glow {
	50% {
		opacity: .2
	}
}

@keyframes placeholder-wave {
	to {
		-webkit-mask-position: -200% 0;
		mask-position: -200% 0
	}
}

/* .d-block {
	display: block !important
}

.d-flex {
	display: flex !important
}

.d-none {
	display: none !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.flex-column {
	flex-direction: column !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.align-items-center {
	align-items: center !important
}

.mt-3 {
	margin-top: 1rem !important
}

.me-3 {
	margin-right: 1rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.ms-3 {
	margin-left: 1rem !important
}

@media (min-width:768px) {
	.d-md-flex {
		display: flex !important
	}

	.d-md-none {
		display: none !important
	}
}

@media (min-width:992px) {
	.d-lg-flex {
		display: flex !important
	}

	.d-lg-none {
		display: none !important
	}
}
 */
:root {
	--main-font: "AnjomanMaxVF", vazir, system-ui, -apple-system, Roboto, Arial, sans-serif, "Apple Color Emoji";
	--support-font: AnjomanMax, vazir, system-ui, -apple-system, Roboto, Arial, sans-serif, "Apple Color Emoji";
	--grey: #e7e8e8;
	--dark-grey: #babbbd;
	--white: #fff;
	--shape-color: #909295;
	--main: #f9cda3;
	--second: #9ccc77;
	--text-color: #6d6e71;
	--hover-color: #424143;
	--heading-color: #020202;
	--font-size-default: 16px;
	--font-lineheight-default: 1.625rem;
	--bs-font-sans-serif: "AnjomanMaxVF", AnjomanMax, vazir, system-ui, -apple-system, Roboto, Arial, sans-serif, "Apple Color Emoji";
	--text-spacing: 1.875rem;
	--container-spacing: 10rem;
	--container-spacing-half: 5rem;
	--button-size: 2.75rem
}

/* @media (max-width:989.99px) {
	:root {
		--container-spacing: 4.6875rem
	}
}

@media (max-width:575.98px) {
	:root {
		--font-size-default: 1rem;
		--font-lineheight-default: 1.625rem;
		--text-spacing: 1.5625rem;
		--container-spacing: 3.75rem
	}
} */

.html {
	scroll-behavior: smooth
}

.row {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
	width: 100%
}

a {
	color: var(--text-color);
	text-decoration: unset
}

li {
	list-style: none
}

a:hover {
	color: var(--main)
}

a:hover button {
	color: var(--heading-color) !important
}

body,
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	border: 0;
	margin: 0;
	padding: 0
}

body {
	font-feature-settings: "ss05";
	color: var(--text-color);
	/*font-size: 1.375rem;*/
	font-variation-settings: "wght" 300;
	line-height:2
}

body,
input,
textarea {
	font-family: var(--support-font)
}

@supports (font-variation-settings:normal) {

	body,
	input,
	textarea {
		font-family: var(--main-font)
	}
}

.btn {
	border:calc(var(--bs-border-width)*2) var(--bs-border-style) var(--shape-color);
	border-radius: unset;
	color: var(--hover-color);
	position: relative;
	width: -moz-fit-content;
	width: fit-content
}

.btn:focus,
.btn:hover {
	border:calc(var(--bs-border-width)*2) var(--bs-border-style) var(--second);
	box-shadow: unset
}

.btn-big {
	font-size: 1.5rem;
	padding: .875rem 3.125rem
}

.btn-small {
	font-size: 1rem;
	padding: .46875rem 1.1875rem
}

/* .btn-line-big {
	border: unset;
	border-bottom: calc(var(--bs-border-width)*2) calc(var(--bs-border-width)*2) var(--bs-border-style) #808082;
	color: #808082;
	font-size: 1.375rem;
	padding: .5rem .8125rem
} */

.btn-line-big:focus,
.btn-line-big:hover {
	border: unset;
	border-bottom:calc(var(--bs-border-width)*2) var(--bs-border-style) #221f1f;
	color: #221f1f
}

.btn-line-small {
	border: unset;
	border-bottom: calc(var(--bs-border-width)*2) var(--bs-border-style) #808082;
	color: #808082;
	font-size: .875rem;
	padding: .625rem .4375rem
}

.btn-line-small:focus,
.btn-line-small:hover {
	border: unset;
	border-bottom: calc(var(--bs-border-width)*2) var(--bs-border-style) #221f1f;
	color: #221f1f
}

.btn-disable {
	cursor: unset;
	opacity: .8
}

.btn-disable:hover {
	background-color: unset !important;
	border-color: unset !important;
	color: var(--grey) !important
}

.btn-disable::focus {
	background-color: unset !important;
	border-color: unset !important;
	color: var(--grey) !important
}

.btn-cls {
	display: none
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-variation-settings: "wght" 400;
	margin-top:2rem
}
.h1,
.h2,
h1,
h2 {
	font-size: 2.25rem
}

.h3,
h3 {
	font-size: 2.125rem
}

.h4,
h4 {
	font-size: 2rem
}

.h5,
h5 {
	font-size: 1.875rem
}

.h6,
h6 {
	font-size: 1.375rem
}

.heading-color {
	color: var(--heading-color) !important
}

ul {
	padding-left: 0
}
@media (max-width: 989.99px){
	.h1,
	.h2,
	h1,
	h2 {
		font-size: 1.75rem
	}

	.h3,
	h3 {
		font-size: 1.625rem
	}

	.h4,
	h4 {
		font-size: 1.5rem
	}

	.h5,
	h5 {
		font-size: 1.375rem
	}

	.h6,
	h6 {
		font-size: 0.875rem
	}
}

/* p {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
	overflow-wrap: break-word
}

html {
	font-size: .6rem;
	text-rendering: optimizeLegibility
}

@media screen and (min-width:20rem) {
	html {
		font-size: calc(.52rem + .4vw)
	}
}

@media screen and (min-width:120rem) {
	html {
		font-size: 1rem
	}
} */

.margin-top-100 {
	margin-top: 6.25rem
}

.margin-bottom-20 {
	margin-bottom: 1.25rem
}

.margin-bottom-50 {
	margin-bottom: 3.125rem
}

/* * {
	margin: 0;
	padding: 0
}
 */
li {
	list-style-type: none
}

a {
	cursor: pointer;
	transition: all .3s
}

a,
a:hover {
	text-decoration: none
}

/* .container {
	margin: 0 auto;
	max-width: 1340Px;
	padding: 0;
	width: 100% !important
}

@media (max-width:1399.98px) {
	.container {
		width: calc(100% - 60Px) !important
	}
}

@media (max-width:989.99px) {
	.container {
		width: calc(100% - 40Px) !important
	}
} */

/* .container-fluid {
	max-width: 1920Px;
	overflow: hidden;
	padding: 0;
	width: 100%
}
 */
.page-heading {
	display: inline-block
}

.date {
	text-transform: uppercase
}

.ltr {
	direction: ltr
}

/* .section {
	overflow: hidden
}
 */
.indicator-style-2 .nums .slick-dots .slick-active button {
	font-size: 3.5rem
}
.home .social-icons a,footer .social-icons a{
	display:block;
	margin-bottom:2rem;
}
footer .social-icons{
	margin-top:6rem
}
#scroll-top i,
.social-icons i {
	align-items: center;
	border:calc(var(--bs-border-width)*2) var(--bs-border-style) var(--shape-color);
	border-radius: 50%;
	color: var(--shape-color);
	cursor: pointer;
	display: flex;
	font-size: 1.375rem;
	height: 2.9375rem;
	justify-content: center;
	transition: border .3s ease;
	width: 2.9375rem
}
#scroll-top i{
	font-size:1rem
}
#scroll-top i:hover,
.social-icons i:hover {
	border:calc(var(--bs-border-width)*2) var(--bs-border-style) var(--hover-color)
}

@media (max-width:989.99px) {

	#scroll-top i,
	.social-icons i {
		font-size: 1.2rem
	}
}

.video-popup .video-popup-wrapper .v-container .show {
	display: block;
	opacity: 1
}

.show {
	display: flex !important;
	opacity: 1 !important;
	transform: scale(1) !important;
	visibility: visible !important
}

.hide {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important
}

/* body.ltr {
	font-feature-settings: "ss01"
}

body.ltr .copy-right .copyright-text p {
	direction: ltr
}

body.ltr .copy-right .persons {
	justify-content: flex-start
}

@media (max-width:989.99px) {
	body.ltr .copy-right .persons {
		justify-content: center
	}
}

body.ltr .copy-right .persons .person {
	direction: ltr;
	margin-left: 1.875rem;
	margin-right: 0
}

body.ltr .footer-section .copy-right {
	flex-direction: row-reverse
}

body.ltr .slider-home .row-slider-home .col.swiper {
	direction: ltr
}

body.ltr .slider-home .row-slider-home {
	direction: rtl
}

body.ltr .vertical_title {
	transform: unset
}

body.ltr .footer-section {
	direction: rtl
}

body.ltr .footer-section .footer-content {
	direction: ltr
}

body.ltr .footer-section .footer-content .col-links a {
	margin-left: 0;
	margin-right: 1.5rem
}

body.ltr .footer-section .footer-content .col-links a:before {
	margin-left: 0;
	margin-right: .875rem
}

body.ltr .breadcrumb-style .separator,
body.ltr .footer-section .footer-content .col-links a:before {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	clip-path: polygon(0 0, 0 100%, 100% 50%)
}

body.ltr .navbar-mobile {
	direction: rtl
}

body.ltr .section-contact-us .row-contact-us .col-contact-info {
	padding-left: 0;
	padding-right: 12.5rem
}

@media (max-width:989.99px) {
	body.ltr .section-contact-us .row-contact-us .col-contact-info {
		padding-right: 0
	}
}

body.ltr .section-contact-us .row-contact-us .col-contact-info .__info {
	padding: 0 5% 1.25rem .625rem
}

@media (max-width:989.99px) {
	body.ltr .section-contact-us .row-contact-us .col-contact-info .__info {
		padding: 0 .625rem 1.25rem
	}
}

body.ltr .blog-archive-section .row-blog-archive .blog-card:first-child .single-post-card,
body.ltr .blog-archive-section .row-blog-archive .blog-card:nth-child(4) .single-post-card,
body.ltr .blog-archive-section .row-blog-archive .blog-card:nth-child(7) .single-post-card {
	padding-left: 0;
	padding-right: 1.75rem
}

body.ltr .blog-archive-section .row-blog-archive .blog-card:nth-child(3) .single-post-card,
body.ltr .blog-archive-section .row-blog-archive .blog-card:nth-child(6) .single-post-card,
body.ltr .blog-archive-section .row-blog-archive .blog-card:nth-child(9) .single-post-card {
	padding-left: 1.75rem;
	padding-right: 0
}

body.ltr span#buy-condition {
	display: none !important
}

body.ltr .blog-archive-section a {
	direction: rtl
}

body.ltr .blog-archive-section .row-blog-archive .blog-card a .__body,
body.ltr .row.row-form {
	direction: ltr
}
 */
/* .single-product.woocommerce.ltr .woocommerce-section-info .call-to .col-text .h4:before,
.single-product.woocommerce.ltr .woocommerce-section-info .call-to .col-text h4:before {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	margin-left: 0;
	margin-right: 1.875rem
}

.single-product.woocommerce.ltr .woocommerce-section-info .call-to .col-btn:after,
.single-product.woocommerce.ltr .woocommerce-section-info .call-to .col-btn:before {
	-webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
	left: unset;
	right: 0
}

.single-product.woocommerce.ltr .woocommerce-section-info .call-to .col-btn:after {
	left: unset;
	right: 3.625rem
}

.single-product.woocommerce.ltr .woocommerce-section-info .call-to .col-btn {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-left: 0;
	padding-right: 7.125rem;
	position: relative
}

.single-product.woocommerce.ltr .woocommerce-section-info .call-to .col-text .h4,
.single-product.woocommerce.ltr .woocommerce-section-info .call-to .col-text h4 {
	font-size: 1.6875rem
}

.single-product.woocommerce.ltr #content .product .summary .product_meta,
.single-product.woocommerce.ltr .product .summary .product_meta,
.single-product.woocommerce.ltr .woocommerce-page #content .product .summary .product_meta,
.single-product.woocommerce.ltr .woocommerce-page .product .summary .product_meta {
	margin-left: 1.25rem;
	margin-right: 0
}

.single-product.woocommerce.ltr #content .product .images .woocommerce-product-gallery__image:not(:first-child),
.single-product.woocommerce.ltr .product .images .woocommerce-product-gallery__image:not(:first-child),
.single-product.woocommerce.ltr .woocommerce-page #content .product .images .woocommerce-product-gallery__image:not(:first-child),
.single-product.woocommerce.ltr .woocommerce-page .product .images .woocommerce-product-gallery__image:not(:first-child) {
	margin-left: 0;
	margin-right: 2.5rem
}

@media (max-width:989.99px) {

	.single-product.woocommerce .woocommerce-section-info .call-to .col-text .h4:before,
	.single-product.woocommerce .woocommerce-section-info .call-to .col-text h4:before {
		left: 0
	}

	.single-product.woocommerce.ltr .woocommerce-section-info .call-to .col-btn {
		padding-left: 7.125rem
	}
}

@media only screen and (max-width:1600px) {
	.ltr .section-product-banner .row-product-banner .banner-product .banner_img {
		justify-content: flex-start
	}
}
 */
.main-btn {
	background-color: var(--light-red-1);
	border: 0;
	box-shadow: 0 .375rem 1.25rem -.5rem var(--prime-red);
	cursor: pointer;
	line-height: 1;
	margin: 2rem auto;
	transition: all .4s
}

.main-btn,
.main-btn a {
	color: var(--white);
	font-size: .875rem;
	font-weight: 600
}

.main-btn:hover {
	background-color: var(--prime-red);
	box-shadow: 0 .625rem 1.25rem -.5rem var(--prime-red);
	color: var(--white)
}

.main-btn {
	height: 2.625rem;
	padding: 0 1.375rem
}

.pagination-style-1 {
	align-items: center;
	display: flex;
	margin: 6.25rem auto 0;
	width: 15rem
}

.pagination-style-1 .disable i {
	color: var(--grey) !important;
	cursor: auto !important
}

.pagination-style-1 .disable i,
.pagination-style-1 .disable i:hover {
	border: calc(var(--bs-border-width)*2) var(--bs-border-style) var(--grey) !important
}

.pagination-style-1 .next.disable,
.pagination-style-1 .prev.disable {
	cursor: auto
}

.pagination-style-1 .next,
.pagination-style-1 .prev {
	cursor: pointer;
	margin: 0 1.25rem
}

.pagination-style-1 .next:hover i,
.pagination-style-1 .prev:hover i {
	border:calc(var(--bs-border-width)*2) var(--bs-border-style) var(--heading-color)
}

.pagination-style-1 .next i,
.pagination-style-1 .prev i {
	align-items: center;
	border: calc(var(--bs-border-width)*2) var(--bs-border-style) var(--shape-color);
	border-radius: 50%;
	color: var(--shape-color);
	cursor: pointer;
	display: flex;
	font-size: 2opx;
	height: 3rem;
	justify-content: center;
	transition: border .3s ease;
	width: 3rem
}

.pagination-style-1 .page-num {
	align-items: center;
	display: flex;
	margin: 0 auto
}

.pagination-style-1 .page-num ul.page-numbers {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	margin: 0
}

.pagination-style-1 .page-num li .page-numbers {
	color: #858686;
	display: flex;
	font-size: 1.875rem;
	font-variation-settings: "wght" 100;
	justify-content: center;
	margin: 0 .9375rem;
	min-width: 1.875rem;
	padding: .3125rem .625rem;
	width: 1.875rem
}

.pagination-style-1 .page-num li .page-numbers:hover {
	color: var(--heading-color) !important;
	font-variation-settings: "wght" 300
}

.pagination-style-1 .page-num .current {
	border-bottom: 1px solid var(--heading-color);
	color: var(--heading-color) !important;
	font-variation-settings: "wght" 300 !important
}

.toggle-switch {
	background-color: rgba(158, 182, 188, .4);
	border-radius: 2.5rem;
	display: inline-block;
	height: 1.5625rem;
	margin: 0 2rem;
	position: relative;
	width: 5rem
}

.toggle-switch:after {
	content: "" !important
}

.toggle-switch input {
	display: none
}

.toggle-switch .option-slider {
	border-radius: 1.875rem;
	bottom: 0;
	cursor: pointer;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0
}

.toggle-switch .option-slider:before {
	background: var(--active-icon-color);
	border-radius: 1.875rem;
	content: "";
	height: 100%;
	position: absolute;
	transform: translateX(-1.875rem);
	transition: .3s;
	width: 100%
}

.toggle-switch input:disabled+.option-slider {
	cursor: not-allowed
}

.toggle-switch input:checked+.option-slider:before {
	background: var(--active-icon-color);
	transform: translateX(1.875rem)
}

.toggle-switch input:disabled+.option-slider:before {
	background: #e5e5e5
}

.toggle-switch input:disabled+.option-slider {
	background: hsla(0, 0%, 86%, .5)
}



/* #header-site {
	border-bottom: 1px solid var(--shape-color);
	height: 11.5625rem;
	position: relative;
	width: 100%
}

@media (max-width:989.99px) {
	#header-site {
		height: 75Px
	}
}

#header-site .logo .navbar-brand,
#header-site .logo .navbar-brand svg {
	width: auto
}

@media (max-width:767.98px) {
	#header-site .logo .navbar-brand svg {
		max-height: 30Px
	}
} */

/* .navbar-mobile .container {
	align-items: center;
	background-color: transparent;
	display: flex;
	height: 11.5625rem;
	justify-content: space-between;
	margin-top: 0;
	position: relative;
	transition: all .3s ease
}

@media (max-width:989.99px) {
	.navbar-mobile .container {
		align-items: center;
		flex-direction: row;
		height: 75Px;
		padding: 0
	}
}
 */
/* .navbar-mobile .container .menu-part {
	align-items: flex-end;
	height: 3.5rem
}

.navbar-mobile .container .mobile-menu-toggler .hamburger-menu-button {
	background: 0;
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	height: 2.5rem;
	outline: none;
	padding: .5rem;
	position: relative;
	width: 2.5rem;
	z-index: 100
}

.navbar-mobile .container .logo {
	justify-content: center
}

@media (max-width:989.99px) {
	.navbar-mobile .container .logo #logo {
		max-height: 45Px;
		min-height: 45Px;
		width: auto
	}
}

.navbar-mobile .container .lang {
	align-items: center;
	justify-content: flex-end
}

.navbar-mobile .container .lang .__links {
	display: flex;
	flex-direction: row-reverse
}

.navbar-mobile .container .lang .__links a:first-child {
	margin-right: 1.75rem
}

.navbar-mobile .container .lang .__links .current {
	border-bottom: 2px solid var(--text-color);
	color: var(--heading-color);
	cursor: auto;
	pointer-events: none
}

.navbar-mobile .container .lang .__links a {
	color: var(--shape-color);
	font-size: 1.75rem;
	font-variation-settings: "wght" 300;
	line-height: 1;
	padding: 1rem .625rem;
	text-align: center
}

.navbar-mobile .container .lang .__links a:hover {
	color: var(--heading-color)
}

@media (max-width:989.99px) {
	.navbar-mobile .container .lang .__links a {
		margin-right: 16Px !important;
		padding: 0 0 6Px !important
	}
}

.navbar-mobile .container .call {
	margin-right: 3.625rem
}

@media (max-width:989.99px) {
	.navbar-mobile .container .call {
		display: none
	}
}
 */




/* .breadcrumb-style .separator {
	background: var(--main);
	-webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
	content: " ";
	display: inline-block;
	height: 1rem;
	margin: 0 .875rem;
	width: 1rem
} */

.testimonials-style-3 .container,
.testimonials-style-3 .container .testimonials-content {
	position: relative
}

.testimonials-style-3 .container .testimonial {
	position: relative;
	z-index: 2
}

.testimonials-style-3 .container .testimonial * {
	color: var(--white)
}

.testimonials-style-3 .container .testimonial .h5,
.testimonials-style-3 .container .testimonial h5 {
	font-weight: 700;
	margin: 0
}

.testimonials-style-3 .container .testimonial span {
	font-size: .75rem
}

.testimonials-style-3 .container .testimonial img {
	display: block;
	height: 4.0625rem;
	margin: 1.5rem 0 .25rem
}

.testimonials-style-3 .container .testimonial .testimonial-slider-wrapper {
	position: relative
}

.testimonials-style-3 .container .testimonial .testimonial-slider-wrapper .slick-list {
	padding: 0 !important
}

.testimonials-style-3 .container .testimonial .testimonial-slider-wrapper .testimonial-slider {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 40rem;
	position: relative
}

.testimonials-style-3 .container .testimonial .testimonial-slider-wrapper .testimonial-slider .content {
	bottom: 9%;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin: 0 14rem;
	position: absolute;
	z-index: 2
}

.testimonials-style-3 .container .testimonial .testimonial-slider-wrapper .testimonial-slider .content .row {
	align-items: center
}

.testimonials-style-3 .container .testimonial .testimonial-slider-wrapper .testimonial-slider .content .row .student-img img {
	border: calc(var(--bs-border-width)*2) var(--bs-border-style) #fff;
	border-radius: 50%;
	height: 4.0625rem;
	margin: 0 1rem 0 1.5625rem;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	width: 4.0625rem
}

.testimonials-style-3 .container .testimonial .testimonial-slider-wrapper .testimonial-slider .overlay {
	background-color: rgba(81, 70, 57, .8);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.testimonials-style-3 .container .lg-text {
	bottom: -.625rem;
	color: var(--white);
	font-size: 7rem;
	line-height: 9rem;
	opacity: .2;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 11
}

.testimonials-style-3 .container .carousel-controlar {
	display: flex;
	flex-direction: column;
	left: -1.25rem;
	position: absolute;
	top: 40%
}

.testimonials-style-3 .container .carousel-controlar .icon {
	cursor: pointer;
	height: 3.125rem;
	margin: 1rem 0;
	width: .625rem
}

.testimonials-style-3 .container .pagination-style-3 {
	align-items: center;
	display: flex;
	height: 6.25rem;
	overflow: hidden;
	position: absolute;
	right: -18%;
	top: 45%;
	width: 12.5rem
}

.testimonials-style-3 .container .pagination-style-3 .current {
	text-align: left
}

.testimonials-style-3 .audio-player {
	backdrop-filter: blur(.3125rem);
	-webkit-backdrop-filter: blur(.3125rem);
	background: hsla(0, 0%, 100%, .18);
	border: 1px solid hsla(0, 0%, 100%, .3);
	border-radius: .3125rem;
	box-shadow: 0 .25rem 1.875rem rgba(0, 0, 0, .1);
	display: flex;
	flex-direction: column-reverse;
	margin-top: 1.875rem;
	max-width: 37.5rem;
	min-height: 5.125rem;
	padding: .9375rem 1.25rem;
	position: relative
}

.testimonials-style-3 .audio-player .audio {
	max-width: 31.875rem
}

.testimonials-style-3 .audio-player .audio .controls {
	align-items: center;
	border-right: 1px solid hsla(0, 0%, 100%, .2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0
}

.testimonials-style-3 .audio-player .audio .controls i {
	margin: 0
}

.testimonials-style-3 .audio-player .audio .controls .btn-player {
	background: unset;
	border: unset;
	border-bottom: 1px solid hsla(0, 0%, 100%, .2) !important;
	font-size: 1.375rem;
	height: 2.5rem;
	padding-top: .1875rem;
	width: 2.5rem
}

.testimonials-style-3 .audio-player .audio .controls .btn-player .fa-pause,
.testimonials-style-3 .audio-player .audio .controls .btn-player .fa-play {
	font-size: 1.125rem
}

/*.single-post .rank-math-breadcrumb .last,
.single-post .rank-math-breadcrumb .separator:nth-last-child(2) {
	display: none
}

.section-blog-contents {
	margin-bottom: 3.125rem
}

.section-blog-contents .col-blog-text a {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: .5rem
}

.section-blog-contents .col-blog-text img {
	height: auto;
	margin: 1.625rem 0;
	width: 100%
}

.section-blog-contents .col-blog-text p {
	line-height: 2.5rem
}

.section-blog-contents .col-blog-text .h1,
.section-blog-contents .col-blog-text .h2,
.section-blog-contents .col-blog-text .h3,
.section-blog-contents .col-blog-text .h4,
.section-blog-contents .col-blog-text .h5,
.section-blog-contents .col-blog-text .h6,
.section-blog-contents .col-blog-text h1,
.section-blog-contents .col-blog-text h2,
.section-blog-contents .col-blog-text h3,
.section-blog-contents .col-blog-text h4,
.section-blog-contents .col-blog-text h5,
.section-blog-contents .col-blog-text h6 {
	margin-bottom: .6em
}

.section-blog-contents .col-blog-text .blog-title {
	border-bottom: calc(var(--bs-border-width)*2) var(--bs-border-style) var(--shape-color);
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
	text-align: center
}

@media (max-width:1199.98px) {
	.related-posts-section .blog-card a {
		padding: 0 1.25rem
	}
}

@media (max-width:989.99px) {
	.related-posts-section .blog-card a {
		padding: 0 2.5rem
	}
}

.blog-archive-section {
	margin-bottom: 6.25rem
}

@media (max-width:767.98px) {
	.blog-archive-section {
		margin-bottom: 3.125rem
	}
}

.blog-archive-section .row-blog-archive .blog-card {
	margin-bottom: 3.25rem
}

@media (max-width:1199.98px) {
	.blog-archive-section .row-blog-archive .blog-card {
		margin-bottom: 1.75rem
	}
}

@media (max-width:989.99px) {
	.blog-archive-section .row-blog-archive .blog-card {
		margin-bottom: 2.375rem
	}
} */

/* @media (max-width:989.99px) {
	.blog-archive-section .row-blog-archive .blog-card a .__img img {
		max-height: 21.875rem
	}
}

.blog-archive-section .row-blog-archive .blog-card a .__body {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-top: 2.25rem
}
 */



/* .blog-archive-section .row-blog-archive .blog-card:nth-child(2) .single-post-card,
.blog-archive-section .row-blog-archive .blog-card:nth-child(5) .single-post-card,
.blog-archive-section .row-blog-archive .blog-card:nth-child(8) .single-post-card {
	padding: 0 .875rem
}

@media (max-width:989.99px) {

	.blog-archive-section .row-blog-archive .blog-card:nth-child(2) .single-post-card,
	.blog-archive-section .row-blog-archive .blog-card:nth-child(5) .single-post-card,
	.blog-archive-section .row-blog-archive .blog-card:nth-child(8) .single-post-card {
		padding: 0
	}
}

.blog-archive-section .row-blog-archive .blog-card:first-child .single-post-card,
.blog-archive-section .row-blog-archive .blog-card:nth-child(4) .single-post-card,
.blog-archive-section .row-blog-archive .blog-card:nth-child(7) .single-post-card {
	padding-left: 1.75rem
}

@media (max-width:989.99px) {

	.blog-archive-section .row-blog-archive .blog-card:first-child .single-post-card,
	.blog-archive-section .row-blog-archive .blog-card:nth-child(4) .single-post-card,
	.blog-archive-section .row-blog-archive .blog-card:nth-child(7) .single-post-card {
		padding: 0
	}
}

.blog-archive-section .row-blog-archive .blog-card:nth-child(3) .single-post-card,
.blog-archive-section .row-blog-archive .blog-card:nth-child(6) .single-post-card,
.blog-archive-section .row-blog-archive .blog-card:nth-child(9) .single-post-card {
	padding-right: 1.75rem
}

@media (max-width:989.99px) {

	.blog-archive-section .row-blog-archive .blog-card:nth-child(3) .single-post-card,
	.blog-archive-section .row-blog-archive .blog-card:nth-child(6) .single-post-card,
	.blog-archive-section .row-blog-archive .blog-card:nth-child(9) .single-post-card {
		padding: 0
	}

	.blog-archive-section .row-blog-archive .col-12.blog-card {
		padding: 0 !important
	}
}
 */
.blog-archive-section .pagination-style-1 {
	margin: .625rem auto 0
}

@media (max-width:989.99px) {
	.blog-archive-section .pagination-style-1 {
		display: flex;
		justify-content: center;
		margin-top: 1.875rem
	}
}

/*.single-product.woocommerce .product-first-row {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 2.5rem
}

@media (max-width:767.98px) {
	.single-product.woocommerce .product-first-row {
		flex-direction: column-reverse
	}
}

.single-product.woocommerce #content .product .images,
.single-product.woocommerce .product .images,
.single-product.woocommerce .woocommerce-page #content .product .images,
.single-product.woocommerce .woocommerce-page .product .images {
	display: flex;
	flex-direction: row-reverse;
	float: left;
	margin-bottom: 0;
	overflow: hidden;
	width: 65%
}

@media (max-width:767.98px) {

	.single-product.woocommerce #content .product .images,
	.single-product.woocommerce .product .images,
	.single-product.woocommerce .woocommerce-page #content .product .images,
	.single-product.woocommerce .woocommerce-page .product .images {
		justify-content: center;
		margin-top: 3.125rem;
		width: 100%
	}
}

.single-product.woocommerce #content .product .images .woocommerce-product-gallery__wrapper,
.single-product.woocommerce .product .images .woocommerce-product-gallery__wrapper,
.single-product.woocommerce .woocommerce-page #content .product .images .woocommerce-product-gallery__wrapper,
.single-product.woocommerce .woocommerce-page .product .images .woocommerce-product-gallery__wrapper {
	display: flex;
	flex-direction: row-reverse
}

@media (max-width:989.99px) {

	.single-product.woocommerce #content .product .images .woocommerce-product-gallery__wrapper,
	.single-product.woocommerce .product .images .woocommerce-product-gallery__wrapper,
	.single-product.woocommerce .woocommerce-page #content .product .images .woocommerce-product-gallery__wrapper,
	.single-product.woocommerce .woocommerce-page .product .images .woocommerce-product-gallery__wrapper {
		display: block;
		position: relative
	}
}

.single-product.woocommerce #content .product .images .woocommerce-product-gallery__wrapper .note-image,
.single-product.woocommerce .product .images .woocommerce-product-gallery__wrapper .note-image,
.single-product.woocommerce .woocommerce-page #content .product .images .woocommerce-product-gallery__wrapper .note-image,
.single-product.woocommerce .woocommerce-page .product .images .woocommerce-product-gallery__wrapper .note-image {
	bottom: .625rem;
	justify-content: center;
	width: 100%
}

.single-product.woocommerce #content .product .images .woocommerce-product-gallery__image:first-child,
.single-product.woocommerce .product .images .woocommerce-product-gallery__image:first-child,
.single-product.woocommerce .woocommerce-page #content .product .images .woocommerce-product-gallery__image:first-child,
.single-product.woocommerce .woocommerce-page .product .images .woocommerce-product-gallery__image:first-child {
	border: 1px solid var(--shape-color);
	cursor: zoom-in;
	min-width: 26rem;
	width: 26rem
}

@media (max-width:989.99px) {

	.single-product.woocommerce #content .product .images .woocommerce-product-gallery__image:first-child,
	.single-product.woocommerce .product .images .woocommerce-product-gallery__image:first-child,
	.single-product.woocommerce .woocommerce-page #content .product .images .woocommerce-product-gallery__image:first-child,
	.single-product.woocommerce .woocommerce-page .product .images .woocommerce-product-gallery__image:first-child {
		min-width: unset;
		width: unset
	}
}

.single-product.woocommerce #content .product .images .woocommerce-product-gallery__image:not(:first-child),
.single-product.woocommerce .product .images .woocommerce-product-gallery__image:not(:first-child),
.single-product.woocommerce .woocommerce-page #content .product .images .woocommerce-product-gallery__image:not(:first-child),
.single-product.woocommerce .woocommerce-page .product .images .woocommerce-product-gallery__image:not(:first-child) {
	align-items: flex-end;
	display: flex;
	margin-left: 2.5rem;
	position: relative
}

@media (max-width:989.99px) {

	.single-product.woocommerce #content .product .images .woocommerce-product-gallery__image:not(:first-child),
	.single-product.woocommerce .product .images .woocommerce-product-gallery__image:not(:first-child),
	.single-product.woocommerce .woocommerce-page #content .product .images .woocommerce-product-gallery__image:not(:first-child),
	.single-product.woocommerce .woocommerce-page .product .images .woocommerce-product-gallery__image:not(:first-child) {
		display: none
	}
}

.single-product.woocommerce #content .product .images .woocommerce-product-gallery__image:not(:first-child) a,
.single-product.woocommerce .product .images .woocommerce-product-gallery__image:not(:first-child) a,
.single-product.woocommerce .woocommerce-page #content .product .images .woocommerce-product-gallery__image:not(:first-child) a,
.single-product.woocommerce .woocommerce-page .product .images .woocommerce-product-gallery__image:not(:first-child) a {
	border: 1px solid var(--shape-color);
	max-width: 25.625rem;
	min-width: 11.25rem
}

@media (max-width:989.99px) {

	.single-product.woocommerce #content .product .images .woocommerce-product-gallery__image:not(:first-child) a,
	.single-product.woocommerce .product .images .woocommerce-product-gallery__image:not(:first-child) a,
	.single-product.woocommerce .woocommerce-page #content .product .images .woocommerce-product-gallery__image:not(:first-child) a,
	.single-product.woocommerce .woocommerce-page .product .images .woocommerce-product-gallery__image:not(:first-child) a {
		max-width: auto;
		min-width: auto
	}

	.single-product.woocommerce #content .product .images .woocommerce-product-gallery__image,
	.single-product.woocommerce .product .images .woocommerce-product-gallery__image,
	.single-product.woocommerce .woocommerce-page #content .product .images .woocommerce-product-gallery__image,
	.single-product.woocommerce .woocommerce-page .product .images .woocommerce-product-gallery__image {
		width: 100% !important
	}
}

.single-product.woocommerce #content .product .summary,
.single-product.woocommerce .product .summary,
.single-product.woocommerce .woocommerce-page #content .product .summary,
.single-product.woocommerce .woocommerce-page .product .summary {
	clear: none;
	display: flex;
	flex-wrap: wrap;
	float: right;
	margin-bottom: 0;
	width: 35%
}

@media (max-width:767.98px) {

	.single-product.woocommerce #content .product .summary,
	.single-product.woocommerce .product .summary,
	.single-product.woocommerce .woocommerce-page #content .product .summary,
	.single-product.woocommerce .woocommerce-page .product .summary {
		width: 100%
	}
}

.single-product.woocommerce #content .product .summary .product_meta,
.single-product.woocommerce .product .summary .product_meta,
.single-product.woocommerce .woocommerce-page #content .product .summary .product_meta,
.single-product.woocommerce .woocommerce-page .product .summary .product_meta {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-variation-settings: "wght" 200;
	margin-right: 1.25rem;
	width: 30%
}

.single-product.woocommerce #content .product .summary .product-subtitle,
.single-product.woocommerce .product .summary .product-subtitle,
.single-product.woocommerce .woocommerce-page #content .product .summary .product-subtitle,
.single-product.woocommerce .woocommerce-page .product .summary .product-subtitle {
	color: var(--hover-color);
	font-size: 1.5rem;
	font-variation-settings: "wght" 300;
	margin: 1.25rem 0 1.875rem;
	width: 100%
}

.single-product.woocommerce #content .product .summary ul.package-detail,
.single-product.woocommerce .product .summary ul.package-detail,
.single-product.woocommerce .woocommerce-page #content .product .summary ul.package-detail,
.single-product.woocommerce .woocommerce-page .product .summary ul.package-detail {
	margin-bottom: 0;
	margin-top: 1.5625rem;
	max-width: 11.25rem;
	width: 11.25rem
}

@media (max-width:989.99px) {

	.single-product.woocommerce #content .product .summary ul.package-detail,
	.single-product.woocommerce .product .summary ul.package-detail,
	.single-product.woocommerce .woocommerce-page #content .product .summary ul.package-detail,
	.single-product.woocommerce .woocommerce-page .product .summary ul.package-detail {
		display: none;
		max-width: 15.625rem;
		width: 15.625rem
	}
}

.single-product.woocommerce #content .product .summary ul.package-detail h6,
.single-product.woocommerce .product .summary ul.package-detail .h6,
.single-product.woocommerce .product .summary ul.package-detail h6,
.single-product.woocommerce .woocommerce-page #content .product .summary ul.package-detail h6,
.single-product.woocommerce .woocommerce-page .product .summary ul.package-detail h6 {
	font-variation-settings: "wght" 300;
	margin-bottom: 1.875rem
}

.single-product.woocommerce #content .product .summary ul.package-detail li,
.single-product.woocommerce .product .summary ul.package-detail li,
.single-product.woocommerce .woocommerce-page #content .product .summary ul.package-detail li,
.single-product.woocommerce .woocommerce-page .product .summary ul.package-detail li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.25rem
}

.single-product.woocommerce #content .product .summary ul.package-detail li .__value,
.single-product.woocommerce .product .summary ul.package-detail li .__value,
.single-product.woocommerce .woocommerce-page #content .product .summary ul.package-detail li .__value,
.single-product.woocommerce .woocommerce-page .product .summary ul.package-detail li .__value {
	color: var(--hover-color)
}

.single-product.woocommerce #content .product .summary ul.package-detail li:not(:last-child) .__value,
.single-product.woocommerce .product .summary ul.package-detail li:not(:last-child) .__value,
.single-product.woocommerce .woocommerce-page #content .product .summary ul.package-detail li:not(:last-child) .__value,
.single-product.woocommerce .woocommerce-page .product .summary ul.package-detail li:not(:last-child) .__value {
	direction: ltr
}

.single-product.woocommerce #content .product .summary .call-detail,
.single-product.woocommerce .product .summary .call-detail,
.single-product.woocommerce .woocommerce-page #content .product .summary .call-detail,
.single-product.woocommerce .woocommerce-page .product .summary .call-detail {
	width: 100%
}

.single-product.woocommerce #content .product .summary .call-detail #buy-condition,
.single-product.woocommerce .product .summary .call-detail #buy-condition,
.single-product.woocommerce .woocommerce-page #content .product .summary .call-detail #buy-condition,
.single-product.woocommerce .woocommerce-page .product .summary .call-detail #buy-condition {
	color: var(--hover-color);
	display: inline-block;
	font-size: 1.5rem;
	font-variation-settings: "wght" 200;
	margin: 2.1875rem 0 0;
	width: 100%
}

.single-product.woocommerce #content .product .summary .call-detail #buy-condition:before,
.single-product.woocommerce .product .summary .call-detail #buy-condition:before,
.single-product.woocommerce .woocommerce-page #content .product .summary .call-detail #buy-condition:before,
.single-product.woocommerce .woocommerce-page .product .summary .call-detail #buy-condition:before {
	background-color: var(--dark-grey);
	content: " ";
	display: inline-block;
	height: .875rem;
	margin-left: .625rem;
	vertical-align: middle;
	width: .875rem
}

.single-product.woocommerce #content .product .summary .call-detail a,
.single-product.woocommerce .product .summary .call-detail a,
.single-product.woocommerce .woocommerce-page #content .product .summary .call-detail a,
.single-product.woocommerce .woocommerce-page .product .summary .call-detail a {
	margin-top: 2.5rem
}

.single-product.woocommerce .product .product_title {
	color: var(--heading-color);
	font-variation-settings: "wght" 500;
	margin-bottom: 0
}

.single-product.woocommerce .woocommerce-section-info {
	display: flex;
	flex-direction: column;
	width: 100%
}

.single-product.woocommerce .woocommerce-section-info .h3,
.single-product.woocommerce .woocommerce-section-info h3 {
	color: var(--heading-color);
	font-variation-settings: "wght" 300;
	margin-bottom: 1.875rem
}

.single-product.woocommerce .woocommerce-section-info .woocommerce-row--additional_information {
	border-bottom: .625rem solid var(--grey);
	border-top: calc(var(--bs-border-width)*2) var(--bs-border-style) var(--shape-color);
	display: flex;
	margin-top: 2.75rem;
	padding-top: 2.75rem;
	position: relative
}

.single-product.woocommerce .woocommerce-section-info .woocommerce-row--additional_information .shop_attributes {
	border-top: 1px solid var(--shape-color);
	margin-bottom: 2.5rem
}

.single-product.woocommerce .woocommerce-section-info .woocommerce-row--additional_information .shop_attributes p {
	font-style: normal;
	line-height: 1.5
}

.single-product.woocommerce .woocommerce-section-info .woocommerce-row--additional_information .shop_attributes td,
.single-product.woocommerce .woocommerce-section-info .woocommerce-row--additional_information .shop_attributes th {
	border-bottom: 1px solid var(--shape-color);
	line-height: 1;
	padding: 1rem .5rem
}

.single-product.woocommerce .woocommerce-section-info .woocommerce-row--additional_information .shop_attributes tr:nth-child(2n) td,
.single-product.woocommerce .woocommerce-section-info .woocommerce-row--additional_information .shop_attributes tr:nth-child(2n) th {
	background: transparent
}

.single-product.woocommerce .woocommerce-section-info .woocommerce-row--additional_information tr.woocommerce-product-attributes-item:last-child td,
.single-product.woocommerce .woocommerce-section-info .woocommerce-row--additional_information tr.woocommerce-product-attributes-item:last-child th {
	border-bottom: 1px solid transparent
}

.single-product.woocommerce .woocommerce-section-info .call-to {
	border-bottom: calc(var(--bs-border-width)*2) var(--bs-border-style) var(--shape-color);
	padding: 2.5rem 0;
	position: relative
}

@media (max-width:989.99px) {
	.single-product.woocommerce .woocommerce-section-info .call-to {
		padding: 2.5rem 0 3.125rem
	}
}

.single-product.woocommerce .woocommerce-section-info .call-to .col-text .h4,
.single-product.woocommerce .woocommerce-section-info .call-to .col-text h4 {
	color: var(--heading-color);
	font-variation-settings: "wght" 300;
	margin-bottom: 0
}

@media (max-width:989.99px) {

	.single-product.woocommerce .woocommerce-section-info .call-to .col-text .h4,
	.single-product.woocommerce .woocommerce-section-info .call-to .col-text h4 {
		text-align: center
	}
}

.single-product.woocommerce .woocommerce-section-info .call-to .col-text .h4:before,
.single-product.woocommerce .woocommerce-section-info .call-to .col-text h4:before {
	background: var(--second);
	-webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
	content: " ";
	display: inline-block;
	height: 3.75rem;
	margin-left: 1.875rem;
	vertical-align: middle;
	width: 3.5625rem
}

@media (max-width:989.99px) {

	.single-product.woocommerce .woocommerce-section-info .call-to .col-text .h4:before,
	.single-product.woocommerce .woocommerce-section-info .call-to .col-text h4:before {
		bottom: 18%;
		position: absolute;
		right: 0
	}
}

.single-product.woocommerce .woocommerce-section-info .call-to .col-btn {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-left: 7.125rem;
	position: relative
}

@media (max-width:989.99px) {
	.single-product.woocommerce .woocommerce-section-info .call-to .col-btn {
		margin-top: 1.875rem;
		padding-right: 7.125rem
	}
}

.single-product.woocommerce .woocommerce-section-info .call-to .col-btn:after,
.single-product.woocommerce .woocommerce-section-info .call-to .col-btn:before {
	background: var(--main);
	-webkit-clip-path: polygon(0 100%, 100% 50%, 0 0);
	clip-path: polygon(0 100%, 100% 50%, 0 0);
	content: "";
	display: inline-block;
	height: 3.75rem;
	left: 0;
	position: absolute;
	vertical-align: middle;
	width: 3.5625rem
}

.single-product.woocommerce .woocommerce-section-info .call-to .col-btn:after {
	left: 3.625rem
}

.single-product.woocommerce .woocommerce-section-info .woocommerce-row--description {
	margin: 3.125rem 0
}

@media (max-width:989.99px) {
	.single-product.woocommerce .woocommerce-section-info .woocommerce-row--description p {
		text-align: justify
	}
}
*/

/* .footer-section {
	height: 100%;
	margin-top: auto;
	overflow: hidden;
	padding-bottom: 1.25rem;
	position: relative
}

@media (max-width:989.99px) {
	.footer-section {
		padding-bottom: 2.5rem
	}
}

.footer-section .map-frame iframe {
	height: 33.125rem
}

@media (max-width:989.99px) {
	.footer-section .map-frame iframe {
		height: 18.75rem
	}
}

.footer-section .container-fluid .row-image,
.footer-section .container-lg .row-image,
.footer-section .container-md .row-image,
.footer-section .container-sm .row-image,
.footer-section .container-xl .row-image,
.footer-section .container-xxl .row-image {
	max-height: 52.0625rem;
	overflow: visible;
	padding-right: 6.4%
}

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

	.footer-section .container-fluid .row-image,
	.footer-section .container-lg .row-image,
	.footer-section .container-md .row-image,
	.footer-section .container-sm .row-image,
	.footer-section .container-xl .row-image,
	.footer-section .container-xxl .row-image {
		padding-right: 3%
	}
}

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

	.footer-section .container-fluid .row-image,
	.footer-section .container-lg .row-image,
	.footer-section .container-md .row-image,
	.footer-section .container-sm .row-image,
	.footer-section .container-xl .row-image,
	.footer-section .container-xxl .row-image {
		padding-right: 2%
	}
}

@media (max-width:989.99px) {

	.footer-section .container-fluid .row-image,
	.footer-section .container-lg .row-image,
	.footer-section .container-md .row-image,
	.footer-section .container-sm .row-image,
	.footer-section .container-xl .row-image,
	.footer-section .container-xxl .row-image {
		padding-right: 0
	}
}

.footer-section .container-fluid .row-image .col-right,
.footer-section .container-lg .row-image .col-right,
.footer-section .container-md .row-image .col-right,
.footer-section .container-sm .row-image .col-right,
.footer-section .container-xl .row-image .col-right,
.footer-section .container-xxl .row-image .col-right {
	max-height: 52.0625rem
}

.footer-section .container-fluid #logo,
.footer-section .container-lg #logo,
.footer-section .container-md #logo,
.footer-section .container-sm #logo,
.footer-section .container-xl #logo,
.footer-section .container-xxl #logo {
	height: auto;
	margin-right: -.3125rem;
	width: 5rem
}

.footer-section .container-fluid .social-icons,
.footer-section .container-lg .social-icons,
.footer-section .container-md .social-icons,
.footer-section .container-sm .social-icons,
.footer-section .container-xl .social-icons,
.footer-section .container-xxl .social-icons {
	display: flex;
	flex-direction: column;
	margin-bottom: 19.875rem
}

.footer-section .container-fluid .social-icons a,
.footer-section .container-lg .social-icons a,
.footer-section .container-md .social-icons a,
.footer-section .container-sm .social-icons a,
.footer-section .container-xl .social-icons a,
.footer-section .container-xxl .social-icons a {
	margin-top: 2.375rem
}

.footer-section .container-fluid .social-icons a i,
.footer-section .container-lg .social-icons a i,
.footer-section .container-md .social-icons a i,
.footer-section .container-sm .social-icons a i,
.footer-section .container-xl .social-icons a i,
.footer-section .container-xxl .social-icons a i {
	margin-right: .8125rem
}

.footer-section .container-fluid .social-icons a i.icon-email,
.footer-section .container-lg .social-icons a i.icon-email,
.footer-section .container-md .social-icons a i.icon-email,
.footer-section .container-sm .social-icons a i.icon-email,
.footer-section .container-xl .social-icons a i.icon-email,
.footer-section .container-xxl .social-icons a i.icon-email {
	font-size: 1.125rem
}

.footer-section .container-fluid .col-img.has-map img,
.footer-section .container-lg .col-img.has-map img,
.footer-section .container-md .col-img.has-map img,
.footer-section .container-sm .col-img.has-map img,
.footer-section .container-xl .col-img.has-map img,
.footer-section .container-xxl .col-img.has-map img {
	height: auto !important
}

.footer-section .container-fluid .col-img,
.footer-section .container-lg .col-img,
.footer-section .container-md .col-img,
.footer-section .container-sm .col-img,
.footer-section .container-xl .col-img,
.footer-section .container-xxl .col-img {
	padding-right: .8%
}

@media (max-width:989.99px) {

	.footer-section .container-fluid .col-img,
	.footer-section .container-lg .col-img,
	.footer-section .container-md .col-img,
	.footer-section .container-sm .col-img,
	.footer-section .container-xl .col-img,
	.footer-section .container-xxl .col-img {
		padding-right: 0
	}
}

.footer-section .container-fluid .col-img img,
.footer-section .container-lg .col-img img,
.footer-section .container-md .col-img img,
.footer-section .container-sm .col-img img,
.footer-section .container-xl .col-img img,
.footer-section .container-xxl .col-img img {
	height: 76vh;
	max-height: 52.0625rem;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

@media (max-width:989.99px) {

	.footer-section .container-fluid .col-img img,
	.footer-section .container-lg .col-img img,
	.footer-section .container-md .col-img img,
	.footer-section .container-sm .col-img img,
	.footer-section .container-xl .col-img img,
	.footer-section .container-xxl .col-img img {
		height: auto
	}
}

.footer-section .container-fluid .divider-full,
.footer-section .container-lg .divider-full,
.footer-section .container-md .divider-full,
.footer-section .container-sm .divider-full,
.footer-section .container-xl .divider-full,
.footer-section .container-xxl .divider-full {
	background: #e5e6e6;
	height: .9375rem;
	width: 100%
}

.footer-section .footer-content {
	padding-top: 3.75rem
}

.footer-section .footer-content p {
	line-height: 2.375rem;
	margin-bottom: 0
}

@media (max-width:989.99px) {
	.footer-section .footer-content .col-12 {
		border-bottom: 2px solid var(--shape-color);
		margin-bottom: 1.625rem;
		padding-bottom: 1.625rem
	}
}

.footer-section .footer-content .col-links a {
	margin-left: 1.5rem
}

.footer-section .footer-content .col-links a:before {
	background: var(--main);
	-webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
	content: " ";
	display: inline-block;
	height: 1rem;
	margin-left: .875rem;
	vertical-align: middle;
	width: 1rem
}

.footer-section .footer-content .phone-info-detail a:first-child:after {
	background-color: var(--main);
	content: " ";
	display: inline-block;
	height: .25rem;
	margin: 0 .5rem;
	vertical-align: middle;
	width: 1.25rem
}

.footer-section #scroll-top {
	bottom: 1.25rem;
	right: -11.2%;
	width: 2.9375rem
}

.footer-section #scroll-top i {
	font-size: 1.25rem
}

@media (max-width:989.99px) {
	.footer-section #scroll-top {
		bottom: -3.75rem;
		right: 0
	}
}

.footer-section .social-mobile {
	bottom: -3.75rem;
	left: 0;
	width: -moz-fit-content;
	width: fit-content
}

.footer-section .social-mobile .social-icons a {
	margin-right: .9375rem
}

.footer-section .top-line {
	border-top: 1px solid var(--shape-color);
	margin-top: 1.875rem;
	padding-top: 1.875rem
}

.footer-section .copy-right {
	color: #adadad;
	font-size: 1rem
}

@media (max-width:989.99px) {
	.footer-section .copy-right {
		margin-top: 6rem;
		text-align: center
	}
}

.footer-section .copy-right a,
.footer-section .copy-right p {
	color: #adadad
}

.footer-section .copy-right a:hover {
	color: var(--text-color)
}

.footer-section .copy-right .persons {
	display: flex;
	justify-content: flex-end
}

@media (max-width:989.99px) {
	.footer-section .copy-right .persons {
		justify-content: center
	}
}

.footer-section .copy-right .persons .person {
	margin-right: 1.875rem
}
 */
body {
	background: var(--light-grey-1);
	scroll-behavior: smooth
}

::-webkit-scrollbar {
	width: .625rem
}

::-webkit-scrollbar-track {
	background: var(--grey)
}

::-webkit-scrollbar-thumb {
	background: var(--dark-grey);
	border-radius: 0;
	height: .625rem
}

::-webkit-scrollbar-thumb:hover {
	background: #555
}

.more-box {
	position: relative
}

.more-box .hidden-text {
	display: none
}

.more-box .text-effect {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsla(0, 0%, 100%, .4)), color-stop(1, #fff));
	bottom: 2.5rem;
	height: 5.5rem;
	left: 0;
	margin: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.more_text__content {
	border-radius: .625rem;
	box-shadow: 0 .9375rem 4.375rem 0 rgba(8, 0, 42, .1);
	padding: 2.5rem 5rem
}

@media (max-width:767.98px) {
	.more_text__content {
		padding: 1.25rem
	}
}

@media (max-width:989.99px) {
	.slider-home {
		overflow: visible
	}
}

.slider-home .container-fluid,
.slider-home .container-lg,
.slider-home .container-md,
.slider-home .container-sm,
.slider-home .container-xl,
.slider-home .container-xxl {
	overflow: visible
}

/* .slider-home .row-slider-home {
	padding-right: 6.4%
}

@media only screen and (max-width:1600px) {
	.slider-home .row-slider-home {
		padding-right: 3%
	}
}

@media only screen and (max-width:1400px) {
	.slider-home .row-slider-home {
		padding-right: 2%
	}
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home {
		padding-right: 0
	}
} */

/* .slider-home .row-slider-home .col-navbar #header-site {
	border: unset;
	height: 100%;
	position: relative
}

.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile {
	height: 100%;
	position: absolute;
	width: 26.0625rem
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile {
		position: relative;
		width: 100%
	}
}

.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-around;
	overflow: visible;
	padding-top: 3.125rem;
	width: 100%
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container {
		align-items: center;
		flex-direction: row;
		height: 75Px;
		justify-content: space-between;
		padding: 0
	}
}

.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .col-4 {
	width: unset
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .col-4 {
		flex: 1
	}
}

.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .menu-part {
	height: 3.0625rem;
	margin-right: .4375rem;
	order: 2
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .menu-part {
		height: auto;
		margin: 0;
		order: 1
	}
}

.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .logo {
	margin-right: -.25rem;
	order: 1
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .logo {
		margin-right: 0;
		order: 2
	}
} */

/* .slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .logo #logo {
	width: 5rem
}

.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .lang {
	align-items: center;
	flex-direction: column;
	margin-right: .4375rem;
	order: 3;
	width: 3.25rem !important
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .lang {
		flex-direction: row;
		margin-right: 0;
		width: auto !important
	}
}

.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .lang .__links {
	align-items: center;
	display: flex;
	flex-direction: column
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .lang .__links {
		flex-direction: row-reverse
	}
}

.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .lang .__links a {
	padding: 0
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .lang .__links a {
		margin-right: 10Px !important;
		padding-bottom: 6Px !important
	}
}

.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .lang .__links .current {
	border-bottom: 2px solid var(--text-color)
}

.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .lang .__links a {
	margin-bottom: 1.125rem;
	margin-right: 0;
	padding-bottom: 1.125rem
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .lang .__links a {
		margin: 0;
		padding: 0
	}
}

.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .call {
	margin-right: 0;
	margin-top: 9.8125rem;
	order: 4
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .container .call {
		display: none;
		margin-top: 0
	}
}

.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .nav-menu-items {
	background-color: var(--white);
	border-bottom: unset;
	height: 100vh;
	padding: 0;
	right: 35%;
	top: 0
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .nav-menu-items {
		border-bottom: .9375rem solid var(--main);
		height: auto;
		padding: 1.25rem 0 4.375rem;
		right: 0;
		top: 74Px
	}
}

.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .nav-menu-items .col-menu {
	flex-direction: column !important;
	padding-left: 3.125rem;
	padding-right: 4.7%
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .nav-menu-items .col-menu {
		padding: 0 20Px
	}
}

.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .nav-menu-items .col-menu .menu {
	margin: auto 0 0;
	width: 100%
}

.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .nav-menu-items .col-menu .logo-type {
	margin: 9.2rem 0 4.65rem
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .nav-menu-items .col-menu .logo-type {
		display: none
	}
}

.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .nav-menu-items .col-menu .logo-type img {
	max-width: 100%;
	width: auto
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col-navbar #header-site .navbar-mobile .nav-menu-items .col-menu .logo-type img {
		height: 3.75rem
	}
}

.slider-home .row-slider-home .col.swiper {
	margin-right: .8%
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col.swiper {
		margin-right: .1px
	}
}

.slider-home .row-slider-home .col.swiper .over-img {
	bottom: 8vh;
	right: 4.5625rem;
	z-index: 9
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col.swiper .over-img {
		bottom: 1.875rem;
		right: 1.875rem
	}
}

.slider-home .row-slider-home .col.swiper .over-img img {
	width: 20.3125rem
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col.swiper .over-img img {
		height: auto;
		width: 15.625rem
	}
}

.slider-home .row-slider-home .col.swiper .swiper-slide img {
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

@media (max-width:989.99px) {
	.slider-home .row-slider-home .col.swiper .swiper-slide img {
		height: auto
	}
}

.slider-home .row-slider-home .col.swiper .swiper-slide .overall-link {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}
*/
/* .vertical_title {
	position: absolute;
	right: -7.1875rem;
	transform: rotate(180deg);
	width: -moz-fit-content;
	width: fit-content;
	writing-mode: vertical-lr
}

@media only screen and (max-width:1600px) {
	.vertical_title {
		right: 0
	}
}

@media (max-width:989.99px) {
	.vertical_title.product-title {
		color: #fff;
		left: 1.25rem;
		right: unset
	}
} */

/* .section-product-banner {
	margin-top: 3.125rem
}

.section-product-banner .row-product-banner .banner-product {
	align-items: center;
	display: flex;
	flex-direction: row;
	margin-bottom: 3.125rem
} */

/* @media only screen and (max-width:1600px) {
	.section-product-banner .row-product-banner .banner-product .banner_img {
		display: flex;
		justify-content: flex-end
	}
} */

.section-product-banner .row-product-banner .banner-product .banner_img img {
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

/* @media only screen and (max-width:1600px) {
	.section-product-banner .row-product-banner .banner-product .banner_img img {
		width: calc(100% - 4.4rem)
	}
} */

/* .section-editor {
	margin-bottom: 3.125rem
}

.section-bordered-image {
	margin-top: -3.125rem
}

@media (max-width:989.99px) {
	.section-bordered-image {
		margin-top: 0
	}
}

.section-bordered-image .row-bordered-image .__img {
	display: flex;
	justify-content: center
}

.section-bordered-image .row-bordered-image .__img img {
	height: auto;
	width: 20.625rem
}

.section-bordered-image .row-bordered-image .borderd-bottom {
	border-bottom:calc(var(--bs-border-width)*2) var(--bs-border-style) var(--shape-color);
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem
} */

/* .section-contact-us {
	margin-bottom: 3.125rem
}

.section-contact-us .row-contact-us .light-f {
	border-bottom: 2px solid var(--shape-color);
	color: var(--heading-color);
	margin-bottom: 2.5rem;
	max-width: 20.625rem;
	padding-bottom: 1.5625rem
}

@media (max-width:989.99px) {
	.section-contact-us .row-contact-us .light-f {
		max-width: 100%
	}
}

.section-contact-us .row-contact-us .col-contact-info {
	padding-left: 12.5rem
}

@media (max-width:989.99px) {
	.section-contact-us .row-contact-us .col-contact-info {
		padding: 0
	}
}

.section-contact-us .row-contact-us .col-contact-info .__info {
	display: flex;
	justify-content: space-between;
	padding: 0 .625rem 1.25rem 7%
}

@media (max-width:989.99px) {
	.section-contact-us .row-contact-us .col-contact-info .__info {
		padding: 0 .625rem 1.25rem
	}
}

.section-contact-us .row-contact-us .col-contact-info .__address {
	border-top: calc(var(--bs-border-width)*2) var(--bs-border-style) var(--shape-color);
	margin-top: .4375rem;
	max-width: 20.625rem;
	padding: 1.25rem .625rem 0
}

@media (max-width:989.99px) {
	.section-contact-us .row-contact-us .col-contact-info .__address {
		margin-bottom: 3.125rem;
		max-width: 100%
	}
} */

.row-form label {
	font-variation-settings: "wght" 300;
	margin-bottom:0
}
.row-form .col-filed{
	margin-bottom:1.25rem
}
.row-form .col-filed input {
	height: 3rem;
	width: 100%
}

.row-form .col-filed input,
.row-form .col-text-area textarea {
	background-color: #E9EAEA;
    border:1px solid transparent;
    color: var(--heading-color);
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    width: 100%;
}

.row-form .col-filed input:focus,
.row-form .col-filed input:focus-visible,
.row-form .col-text-area textarea:focus,
.row-form .col-text-area textarea:focus-visible {
	border:1px solid grey;
	border-radius: unset;
	outline: unset
}
.row-form .col-filed input::placeholder,
.row-form .col-text-area textarea::placeholder,
.row-form .col-filed input::-moz-placeholder,
.row-form .col-text-area textarea::-moz-placeholder {
	color: grey;
	font-size:0.875rem;
	font-variation-settings: "wght" 300
}
.row-form .col-filed p {
	margin-bottom: 0
}

.row-form .col-text-area textarea {
	max-height: 8rem
}

.row-form .col-12.col-submit {
	display: flex;
	justify-content: flex-end
}

.home .blog-archive-section .container {
	position: relative
}

.home .blog-archive-section .container .show-more {
	margin-bottom: 3.125rem
}

.home .blog-archive-section .container .blog-title-main {
	margin-top: 5.1875rem
}
.col-contact-form form{
	margin:0 -1.5rem
}
.col-contact-form .row-form > div {
	padding:0 1.5rem
}
body.ltr .col-contact-form > div{
	direction:ltr
}
body.ltr .row-form .col-filed input,
body.ltr .row-form .col-text-area textarea,
body.ltr .row-form .col-filed{
	text-align:left
}
@media (max-width:989.99px) {
	.home .blog-archive-section .container .blog-title-main {
		margin-top: 2.8rem
	}
}

.home .blog-archive-section .container .row-blog-archive .blog-card {
	margin-bottom: 0
}

@media (max-width:989.99px) {
	.home .blog-archive-section .container .row-blog-archive .blog-card {
		margin: 2.5rem 0;
		padding: 0 4.375rem !important
	}
}

.home .blog-archive-section .container .row-blog-archive .blog-card p {
	margin-bottom: 0
}

.home .blog-archive-section .container .arrow-style {
	display: flex;
	justify-content: space-between;
	top: 30%;
	width: 100%
}
/***********************************************
//New style 
General
***********************************************/
section,.banner-product,footer .row-image,footer{
	margin-bottom:3rem;
} 
.copyright-section{
	margin-top:3rem
}
ul,ol{
	padding:0;
	margin:0
}
#header-site{
	padding:2rem 0;
	border-bottom:calc(var(--bs-border-width)*2) var(--bs-border-style) #929497
}
@media (min-width: 990px){
	#header-site .navbar-mobile{
		max-width:66.66666667%;
		margin:0 auto;
	}
}

.home #header-site{
	padding:0;
	border-bottom:none
}
.home .col-main .page-header{
	display:none
}
.page-header h1{
	margin:0 auto 1rem
}
.title_border{
	padding-bottom: 0.5rem;
    margin: 0 0 1.5rem;
    border-bottom: calc(var(--bs-border-width) * 2) var(--bs-border-style) #6D6E70;
    max-width: 300px;
}
@media (max-width: 989.99px){
	section,.banner-product,footer .row-image,footer{
		margin-bottom:1.5rem;
	} 
	.copyright-section{
		margin-top:1.5rem
	}
	/* .col-aside,.col-sidebar{
		width: 8.33333333%;
	}
	.home .col-aside,.home .col-sidebar{
		width: 16.66666667%;
	}
	.home .col-main{
		width: 66.66666667%;
	}
	.col-main,.home .col-main.homeSlider,.footer-section .col-main{
		width: 83.33333333%;
	} */
}
/***********************************************
Home navbr
***********************************************/
.row-slider-home .navbar-mobile{
	row-gap: 5rem;
	flex-direction:column !important;
}
.row-slider-home .navbar-mobile .logo{
	order:1;
}
.row-slider-home .navbar-mobile .menu-part{
	order:2;
	
}
.navbar-mobile .menu-part{
	justify-content: right;
}
.row-slider-home .navbar-mobile .lang{
	order:3;
}
.navbar-mobile .lang,.navbar-mobile .social{
	justify-content: left;
}
.row-slider-home .navbar-mobile .social{
	order:4;
}
.row-slider-home .navbar-mobile > div{
	justify-content: center
}
.row-slider-home .navbar-mobile .lang .__links{
	flex-direction: column;
	display: flex;
    gap: 0.5rem;
	font-size: 1.5rem;
}
.navbar-mobile .lang a{
	display:inline-block;
	width:3rem;
	height:3rem;
	line-height:3rem;
	text-align:center;
	color:var(----bs-gray);
}
.navbar-mobile .lang a:hover,.navbar-mobile .lang a.current{
	color:var(--bs-black)
}
.navbar-mobile .lang a.current{
	border-bottom:calc(var(--bs-border-width)*2) var(--bs-border-style) var(--bs-black);
}
body.ltr .navbar-mobile .menu-part{
	justify-content: left;
}
body.ltr .navbar-mobile .lang,
body.ltr .navbar-mobile .social{
	justify-content: right;
}
body.ltr.home .navbar-mobile .lang,
body.ltr.home .navbar-mobile .social{
	justify-content: center;
}
@media (max-width: 989.99px){
	#header-site{
		padding:1rem;
	}
	/* .row-slider-home .navbar-mobile{
		flex-direction: row !important;
	} */
	#header-site .navbar-mobile{
		max-width:100%;
		justify-content: space-between;
	}
	.navbar-mobile .logo{
		order:2;
		width:40%;
	}
	.row-slider-home .navbar-mobile .logo{
		order:2;
	}
	.navbar-mobile .menu-part{
		order:1;
		justify-content: flex-start !important;
	}
	.navbar-mobile .lang{
		order:3;
		justify-content: flex-end !important;
	}
	.navbar-mobile .social{
		order:4;
		justify-content: flex-end !important;
	}
	.home .navbar-mobile .social,.home .navbar-mobile .lang,.home .navbar-mobile .logo,.home .navbar-mobile .menu-part{
		justify-content: center !important;
	}
	#logo{
		max-width:3rem;
	}
	/* .row-slider-home .navbar-mobile .lang .__links{
		flex-direction: row;
		font-size: 1rem;
	} */
	.navbar-mobile .lang a,#scroll-top i, .social-icons i{
		width:1.5rem;
		height:1.5rem;
		line-height:1.5rem;
		font-size: 1rem;
	}
	#scroll-top i{
		font-size:0.65rem
	}
	#scroll-top i, .social-icons i{
		width:2rem;
		height:2rem;
		line-height:2rem;
	}
	.social-icons a{
		margin-bottom:1rem
	}
	.navbar-mobile .social-icons a{
		margin:0
	}
	
}
/***********************************************
** Hamburger Menu
***********************************************/
.hamburger-menu {
	position: relative
}
.hamburger-menu input {
    display: block;
    width: 50px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
	position:absolute;
	right:0;
	left:0;
	top:0;
	bottom:0
}
.hamburger-menu  span{
	display: block;
    width:50px;
    height:calc(var(--bs-border-width)*1.5);
    margin-bottom:18px;
    position: relative;
    background:var(--bs-black);
    z-index: 1;
    transform-origin: 2px 0;
    transition: transform 0.5s 
	cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s 
	cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s 
	ease;
}
.hamburger-menu #last-m {
    transform-origin: 0% 100%;
	margin-bottom:0;
}
.hamburger-menu input:checked ~ span {
	opacity: 1;
    transform: rotate(45deg) translate(4px, 0px);
    background:var(--bs-gray);
    width: 52px;
}
.hamburger-menu input:checked ~ #middle-m{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
.hamburger-menu  input:checked ~ #last-m {
       transform: rotate(-45deg) translate(4px, 1px);
}
@media (max-width: 989.99px){
	.hamburger-menu input {
		width:40px;
		height:32px;
	}
	.hamburger-menu  span{
		width:40px;
		margin-bottom: 12px;
	}
	.hamburger-menu input:checked ~ span{
		    width: 36px;
	}
}
/***********************************************
** Menu Navbar
***********************************************/
.navbar-mobile .nav-menu-items {
	background-color: var(--white);
	border-bottom: .9375rem solid var(--main);
	opacity: 0;
	padding:2rem 6rem 2rem 4rem;
	position: absolute;
	top:170px;
	transition: all .3s;
	visibility: hidden;
	width:100%;
	height:auto;
    z-index: -1;
    right:0;
    align-content: center;
    justify-content: center;
}
.rtl .navbar-mobile .nav-menu-items{
	padding-right:4rem;
	padding-left:6rem
}
.home .navbar-mobile .nav-menu-items{
	width: 33.33%;
	height:100vh;
	right: 16.66%;
	top:0;
}
.navbar-mobile .nav-menu-items.show{
	z-index:999
}
/* .navbar-mobile .nav-menu-items #menuBG {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 64%
}

@media (max-width:989.99px) {
	.navbar-mobile .nav-menu-items #menuBG {
		display: none
	}
}
 */
.navbar-mobile .nav-menu-items .nav-items {
	margin-bottom: 8.125rem
}

.navbar-mobile .nav-menu-items .nav-items>li {
	align-items: flex-start;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 0
}

/* @media (max-width:767.98px) {
	.navbar-mobile .nav-menu-items .nav-items>li {
		margin-bottom: .9375rem
	}
}
 */
.navbar-mobile .nav-menu-items .nav-items>li>a {
	font-size: 1.5rem;
	font-weight: 100;
	padding: .4375rem 0
}

.navbar-mobile .nav-menu-items .nav-items>li>a:hover {
	color: var(--second)
}

/* .navbar-mobile .nav-menu-items .row-menu {
	height: 100%;
	margin: 0 auto;
	max-width: 83.75rem
}

.navbar-mobile .nav-menu-items .row-menu .col-menu {
	align-items: flex-start;
	flex-direction: row !important;
	justify-content: space-between;
	position: relative
}

@media (max-width:989.99px) {
	.navbar-mobile .nav-menu-items .row-menu .col-menu {
		padding: 0 20Px
	}
}

.navbar-mobile .nav-menu-items .row-menu .col-menu .menu {
	width: 24%
}

@media (max-width:989.99px) {
	.navbar-mobile .nav-menu-items .row-menu .col-menu .menu {
		width: 100%
	}
}
 */
.navbar-mobile .row-menu{
	 gap:2rem;
	max-width: 30%;
}
.home .navbar-mobile .row-menu{
	max-width:100%
}
.navbar-mobile .nav-menu-items .logo-type{
	text-align:start
}
.navbar-mobile .nav-menu-items .logo-type img{
	height:auto;
	width:70%
}
.navbar-mobile .nav-menu-items .menu li {
	border-bottom: 2px solid var(--shape-color);
	font-size: 1.625rem;
	transition:var(--bs-transition);
}
.navbar-mobile .nav-menu-items  .menu li a {
	color: var(--bs-gray);
	display:block;
	font-variation-settings: "wght" 300;
	/* padding: .75rem 1.5rem */
}

.navbar-mobile .nav-menu-items .menu li:hover a,
.navbar-mobile .nav-menu-items .menu li.current-menu-item a{
	color: var(--main)
}

.navbar-mobile .nav-menu-items .menu-item-has-children:before {
	background: #fff;
	background-color: #fff;
	border-bottom: 1.125rem solid transparent;
	border-right: 2.25rem solid #fff;
	border-top: 1.125rem solid transparent;
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	clip-path: polygon(0 50%, 50% 0, 50% 100%);
	content: " ";
	height: 1px;
	left: -1.125rem;
	opacity: 0;
	position: absolute;
	transition: opacity .5s ease;
	visibility: hidden;
	width: 1.125rem
}

.navbar-mobile .nav-menu-items .menu-item-has-children .sub-menu {
	left: -15.625rem;
	margin-top: -.1875rem;
	opacity: 0;
	position: absolute;
	transition: opacity .5s ease;
	visibility: hidden;
	width: 50%
}

.navbar-mobile .nav-menu-items .menu-item-has-children .sub-menu li {
	color: #fff
}

.navbar-mobile .nav-menu-items .menu-item-has-children .sub-menu li a {
	font-size: 1.5rem;
	font-weight: 100;
	padding: 0 0 .875rem
}

.navbar-mobile .nav-menu-items .menu-item-has-children .sub-menu li a:hover {
	color: var(--second)
}

.navbar-mobile .nav-menu-items .menu-item-has-children.active:before,
.navbar-mobile .nav-menu-items .menu-item-has-children:hover .sub-menu,
.navbar-mobile .nav-menu-items .menu-item-has-children:hover:before {
	opacity: 1;
	visibility: visible
}

.navbar-mobile .nav-menu-items .minimize-icon:after {
	content: "\f068"
}

.navbar-mobile .nav-menu-items .current-menu-item {
	color: var(--dark-blue-1)
}

.navbar-mobile .active {
	opacity: 1;
	visibility: visible
}
body.ltr.home .navbar-mobile .nav-menu-items{
	right:auto;
	left:16.66%;
}
@media (max-width:989.99px) {
	.navbar-mobile .nav-menu-items{
		top:106px
	}
	.navbar-mobile .nav-menu-items .menu-item-has-children:hover .sub-menu {
		opacity: 0;
		visibility: hidden
	}

	.navbar-mobile .nav-menu-items .menu-item-has-children .sub-menu {
		border-bottom: 1px solid hsla(0, 0%, 100%, .5);
		left: 0 !important;
		margin-top: 0 !important;
		max-height: 0;
		opacity: 0 !important;
		overflow: hidden;
		position: relative !important;
		transition: all .5s ease;
		visibility: hidden !important;
		width: 100% !important
	}

	.navbar-mobile .nav-menu-items .menu-item-has-children.open .sub-menu.open {
		max-height: 50rem !important;
		opacity: 1 !important;
		visibility: visible !important
	}

	.navbar-mobile .nav-menu-items .menu-item-has-children .sub-menu li {
		margin: .625rem
	}

	.navbar-mobile .nav-menu-items .row-menu .col-menu {
		border-left: unset
	}

	.navbar-mobile .container-fluid .search span i.icon-search,
	.navbar-mobile .container-lg .search span i.icon-search,
	.navbar-mobile .container-md .search span i.icon-search,
	.navbar-mobile .container-sm .search span i.icon-search,
	.navbar-mobile .container-xl .search span i.icon-search,
	.navbar-mobile .container-xxl .search span i.icon-search {
		-webkit-text-stroke: .06rem var(--main);
		color: var(--main)
	}

	.navbar-mobile .container-fluid .search span,
	.navbar-mobile .container-lg .search span,
	.navbar-mobile .container-md .search span,
	.navbar-mobile .container-sm .search span,
	.navbar-mobile .container-xl .search span,
	.navbar-mobile .container-xxl .search span {
		border-left: 1px solid var(--main);
		border-right: 1px solid var(--main)
	}

	.menu-part {
		align-items: center !important;
		height: 40Px
	}

	.menu-part>.lang,
	.menu-part>.search {
		display: none
	}

	.navbar-mobile .container-fluid,
	.navbar-mobile .container-lg,
	.navbar-mobile .container-md,
	.navbar-mobile .container-sm,
	.navbar-mobile .container-xl,
	.navbar-mobile .container-xxl {
		height: 50Px !important
	}

	.navbar-mobile .nav-menu-items .nav-items {
		margin-bottom: 3.75rem;
		padding: 0 1.25rem;
		width: 100%
	}

	.navbar-mobile .nav-menu-items .row-menu .col-social .social-icons {
		margin-bottom: 3.75rem
	}

	.navbar-mobile .nav-menu-items .menu-item-has-children {
		position: relative
	}

	.navbar-mobile .nav-menu-items .menu-item-has-children:after {
		transform: rotate(90deg)
	}

	.navbar-mobile .nav-menu-items .menu-item-has-children:after,
	.navbar-mobile .nav-menu-items .menu-item-has-children:before {
		background: #fff !important;
		border: unset !important;
		-webkit-clip-path: none !important;
		clip-path: none !important;
		content: " " !important;
		height: 2px !important;
		left: 1.25rem !important;
		opacity: 1 !important;
		position: absolute !important;
		top: 1.5625rem !important;
		transition: transform .5s ease !important;
		visibility: visible !important;
		width: .9375rem !important
	}

	.navbar-mobile .nav-menu-items .menu-item-has-children.open:after {
		transform: rotate(0deg)
	}
}
@media (max-width: 989.99px){
	.home .navbar-mobile .nav-menu-items{
		top:104px;
		right:0;
		width:100%;
		padding:2rem;
	}
	.home .navbar-mobile .nav-menu-items{
		top:0;
		right:16.66%;
		width:83.33333333%
	}
	body.ltr .navbar-mobile .nav-menu-items{
		left:0;
		right:auto
	}
	body.ltr .home .navbar-mobile .nav-menu-items{
		left:16.66%
	}
	.navbar-mobile .nav-menu-items .menu li{
		font-size:1rem
	}
	.navbar-mobile .row-menu{
		gap: 1rem;
		max-width: 100%;
	}
	.navbar-mobile .nav-menu-items .col-img{
		width:100%;
	}
	/* .home .row-slider-home .col-navbar{
		width: 16.66666667%;
	}
	.home .swiper.homeSlider{
		width: 83.33333333%;
	} */
}

/***********************************************
** Home Slider
***********************************************/
/* .slider-home .swiper-slide {
   width: 100%;
  height: 100vh; 
  overflow: hidden;
  position: relative;
}

.slider-home .swiper-slide img.slide-img {
   width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
} */
.slider-home .swiper-slide {
  height: 100vh !important;
  height: 100dvh !important; /* برای موبایل بهتر است */
}

.slider-home .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* موبایل */
@media (max-width: 767px) {
  .slider-home .swiper-slide img {
    object-position: center top;
  }
}

/* تبلت */
@media (min-width: 768px) and (max-width: 1199px) {
  .slider-home .swiper-slide img {
    object-position: center center;
  }
}

/* دسکتاپ */
@media (min-width: 1200px) {
  .slider-home .swiper-slide img {
    object-position: center bottom;
  }
}
.slider-home .homeSlider .over-img{
	right: 3rem;
    bottom: 3rem;
    z-index: 2;
}
.slider-home .homeSlider .over-img img{
	max-width:70%
}
.slider-home .homeSlider .swiper-pagination{
	bottom:3rem;
	line-height:0
}
.swiper-pagination .swiper-pagination-bullet{
	width:84px;
	height:10px;
	background:var(--bs-white);
	border-radius:0;
	box-shadow:none;
	margin:0 1rem !important;
	opacity:1;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background:var(--main)
}
body.ltr .slider-home .homeSlider .over-img{
	right:auto;
	left:3rem
}
@media (max-width: 989.99px){
	.swiper-pagination .swiper-pagination-bullet{
		width: 3rem;
		height: 6px;
	}
	.slider-home .homeSlider .swiper-pagination {
		bottom: 1rem;
	}
	.slider-home .homeSlider .over-img{
		right:1.5rem;
		max-width:60%;
	}
	body.ltr .slider-home .homeSlider .over-img{
		right:auto;
		left:1rem
	}
}
/***********************************************
** Vertical title
***********************************************/
.row-product-banner{
	position:relative
}
.row-product-banner .module-title{
	position:absolute;
	right:0;
	top:0;
}
.vertical_title{
	writing-mode: vertical-lr;
	margin: 0 auto;
}
body.ltr .row-product-banner .module-title{
	right:auto;
	left:0
}
@media (max-width: 989.99px){
	.row-product-banner .module-title{
		position:unset;
		margin-right:16.66666667%;
		justify-content: right !important;
		text-align:right;
		width:auto;
		margin-bottom:0.5rem
	}
	.row-product-banner .module-title .vertical_title,
	.blog-archive-section .module-title .vertical_title{
		writing-mode: horizontal-tb;
		font-size: 1.2rem;
		line-height: 2rem;
		margin:0;
	}
	.blog-archive-section{
		position:relative;
		margin-top: 3rem;
	}
	.blog-archive-section .module-title{
		right: 16.66666667%;
		position: absolute;
		justify-content: right !important;
	}
	body.ltr .blog-archive-section .module-title{
		right:unset;
		left:16.66666667%;
		justify-content: left !important;
	}
	body.ltr .row-product-banner .module-title{
		margin-right:0;
		margin-left:16.66%;
		justify-content: left !important;
	}
}
/***********************************************
** Product Section
***********************************************/
.alisha_product_name{
	align-items: center;
}
.row-product-banner .alisha_product_image{
	overflow:hidden
}
.row-product-banner .alisha_product_image img{
	transition:var(--bs-transition)
}
.row-product-banner .alisha_product_image.active img{
	transform:scale(1.1)
}
@media (max-width: 989.99px){
	.banner-product .vertical_title{
		font-size:0.9rem;
		margin:0
	}
	.alisha_listing_product .alisha_product_name{
		margin:0;
		padding: 0 0.5rem;
	}
}
/***********************************************
** Blog Section
***********************************************/
.row-blog-archive {
	margin:0 -1.5rem;
	min-width: 100%;
	    width: auto;
}
.blog-archive-section .row-blog-archive .blog-card a {
	background: #fff;
	height: 100%;
	width: 100%
}
.blog_item .introtext{
    clear: both;
    text-align: justify;
}
/* .blog_item_img{
	margin-bottom:2rem
} */
img.wp-post-image{
    max-width: 100%;
    height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.blog-card .blog_item_title {
	color: var(--heading-color);
    font-size: 1.5rem;
    font-variation-settings: "wght" 400;
    line-height: 2.5rem;
	margin: 1rem auto 0.5rem;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
}
.blog-card .item_content {
	font-variation-settings: "wght" 300;
    line-height: 1.8;
    text-align: justify;
}
div.readmore{
	text-align:left;
	 margin-bottom: 1rem;
}
picture {
    display: block;
}
.row-blog-section .col-aside{
	align-items: flex-start;
	justify-content: center;
	margin-top:2.5rem
}
.arrow-style .slick-arrow{
	margin:0 0.25rem
}
.arrow-style .prev{
	float:right
}
.arrow-style .next{
	float:left
}
body.ltr .arrow-style .prev{
	float:left
}
body.ltr .arrow-style .next{
	float:right
}
body.ltr div.readmore{
	text-align:right;
}
@media (max-width: 989.99px){
	div.readmore{
		margin:0 0 0.5rem;
		font-size:0.85rem;
		line-height: 2rem;
	}
	.row-blog-section .col-aside{
		margin-top:0
	}
	.slick-slider{
		z-index:2
	}
	.arrow-style{
		top: 50%;
        right: 0;
        display: inline-block;
        margin-top: -36px;
        left: 0;
        z-index: 0;
        padding: 0 1rem;
	}
	.blog_item_img {
		margin-bottom: 1rem;
	}
	.blog-card .blog_item_title{
		font-size: 1.1rem;
		line-height:1.5
	}
	.blog_item .introtext {
		font-size: 0.95rem;
		line-height: 1.5;
	}
}
@media (max-width: 449.99px){
	.arrow-style{
		z-index:2
	}
}
/***********************************************
** Footer
***********************************************/
.bg_parallax{
	height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
footer{
	color:#6D6F70;
	margin-bottom: 2rem;
}
.single-post footer,.layout-blog footer,.single-product footer{
	padding-top:3rem;
	border-top: 10px solid #E3E4E4;
}
footer a{
	color:inherit
}
footer a:hover{
	color:var(--bs-gray)
}
.col-links .light-f{
	position:relative;
	padding-right:1rem;
	margin-left:1rem;
}
.col-links .light-f:before,.breadcrumb-style .separator{
	content: "";
    width: 12px;
    height:12px;
    display: inline-block;
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
    background: var(--main);
	margin:0 0.5rem;
}
.col-links .light-f:before{
	position: absolute;
    right: 0;
    top: 50%;
	margin:0;
    margin-top: -6px;
}
.col-contact .phone-info-detail{
	align-items: center;
}
.col-contact .phone-info-detail .divider{
	border-top:calc(var(--bs-border-width)*4) var(--bs-border-style) var(--main);
	display: inline-block;
    width: 1rem;
	margin:0 0.5rem
}
.row-links p,.copyright-section p{
	margin:0
}
body.ltr .col-links .light-f{
	padding-right:0;
	margin-left:0;
	padding-left:1rem;
	margin-right:1rem;
}
body.ltr .col-links .light-f:before,body.ltr .breadcrumb-style .separator{
	transform: rotateY(180deg);
	right:auto;
	left:0;
}
@media (max-width: 989.99px){
	footer .col-aside{
		padding:0 1rem
	}
	.bg_parallax{
		height:400px
	}
	.row-links .col-aside{
		align-items: flex-end !important;
	}
	.row-links .row>div{
		margin-bottom:1rem
	}
	.row-links .row>div:last-child{
		margin-bottom:0
	}
}
/***********************************************
** Copyright
***********************************************/
footer .copyright-section{
	border-top:var(--bs-border-width) var(--bs-border-style) var(--shape-color);
	padding:1.5rem 0;
	color:#b2b2b2;
	font-size:0.85rem
}
.persons {
	text-align:left
}
.persons .person{
	display:inline-block;
	margin-right:1rem
}
body.ltr .persons {
	text-align:right
}
@media (max-width: 989.99px){
	footer .copyright-section{
		padding:1rem;
		text-align: center;
	}
	.persons {
		text-align:center
	}
}
/***********************************************
** Breadcrumb
***********************************************/
.breadcrumb-style {
	margin:2.25rem auto
}

.breadcrumb-style .rank-math-breadcrumb p {
	align-items: center;
	display: flex;
	margin:0
}
.breadcrumb-style .last,
.breadcrumb-style a {
	font-size: 0.875rem;
    /* font-variation-settings: "wght" 100; */
    font-weight:100;
    line-height: 1.5;
}
@media (max-width: 989.99px){
	.breadcrumb-style.col-main {
		margin: 1rem auto;
		width: 100%;
		padding: 0 1rem;
	}
}
/***********************************************
** Product Listing
***********************************************/

.woocommerce-page .pCategory_title {
	border-bottom: calc(var(--bs-border-width)*2) var(--bs-border-style) var(--shape-color);
	color: var(--heading-color);
	font-size: 2.125rem;
	font-variation-settings: "wght" 400;
	margin-bottom:2rem;
	padding-bottom: 1rem
}

.woocommerce-page .category-products {
	margin-bottom: 4rem
}

.woocommerce-page .category-products .product {
	display: flex;
	flex-direction: column
}

.woocommerce-page .category-products .product.first {
	align-items: start
}

.woocommerce-page .category-products .product:nth-child(2) {
	align-items: center
}

.woocommerce-page .category-products .product.last {
	align-items: end
}

.woocommerce-page .category-products .product a {
	width: -moz-fit-content;
	width: fit-content
}

.woocommerce-page .category-products .product a img {
	border: 1px solid var(--shape-color);
	margin-bottom: 1.25rem;
	max-width: 100%
}

.category-products .product  .woocommerce-loop-product__title {
	color: var(--heading-color);
	font-size: 1.875rem;
	font-variation-settings: "wght" 400;
	margin:0 0 0.5rem
}

.category-products .product  .product-subtitle {
	font-size: 1.25rem;
	margin-bottom: 0;
	color:var(--text-color)
}
@media (max-width: 989.99px){
	.woocommerce-page .pCategory_title{
		font-size: 1.75rem;
		margin-bottom: 2rem;
		padding-bottom: 0.75rem;
	}
	.category-products .product .woocommerce-loop-product__title{
		font-size:1.25rem;
	}
	.category-products .product .product-subtitle{
		font-size:0.9rem
	}
	.woocommerce-page .category-products {
		margin-bottom: 4rem;
	}
}
/***********************************************
** Single product page
***********************************************/
.single-product.woocommerce .product .product-first-row{
	padding-bottom:4rem;
	border-bottom:calc(var(--bs-border-width)*2) var(--bs-border-style) var(--shape-color);
	margin-bottom:3rem;
}
.single-product.woocommerce .product .product-first-row,
.single-product.woocommerce .product .images{
	display: flex;
	row-gap:3rem;
}
.single-product.woocommerce .product .images{
	width: 66.66666667%;
	order:2;
	margin:0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
	display: flex;
    flex-direction: row;
    gap: 3rem;
    align-items: flex-end;
	justify-content: space-between;
}
.single-product.woocommerce .product .summary{
	order:1;
	width:33.33%;
	margin:0;
}
.single-product.woocommerce .product .product_title {
	color: var(--heading-color);
	font-variation-settings: "wght" 500;
	margin-bottom:1rem
}
.single-product.woocommerce .product .summary .package-detail{
	margin:2rem 0;
	max-width: 11.25rem;
}
.single-product.woocommerce .product .summary .package-detail li{
	display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.single-product.woocommerce .product .summary .package-detail li .__value{
	color: var(--hover-color);
}
.single-product.woocommerce .product .summary .call-detail{
	display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
	margin:2rem 0 0
}
.product .summary .call-detail #buy-condition{
	display:block;
}
.product .summary .call-detail #buy-condition:before{
	background-color: var(--dark-grey);
    content: " ";
    display: inline-block;
    height: .875rem;
    margin-left: .625rem;
    vertical-align: middle;
    width: .875rem;
}
.single-product.woocommerce .product .woocommerce-product-gallery__image{
	border: 1px solid var(--shape-color);
    cursor: zoom-in;
}
.single-product.woocommerce .product .woocommerce-row--additional_information{
	padding-bottom:2rem;
	border-bottom:10px solid #E3E4E4
}
.woocommerce-section-info .call-to{
    border-bottom: calc(var(--bs-border-width) * 2) var(--bs-border-style) var(--shape-color);
    padding: 2.5rem 0;
    position: relative;
	margin:0 0 3rem
}
.woocommerce-section-info .call-to .col-text {
    font-size: 1.5rem;
	display: flex;
    align-items: center;
	color:var(--heading-color)
}
.woocommerce-section-info .call-to .col-text  *{
	font-size:inherit;
	line-height:inherit;
	color:inherit;
	margin:0
}
.woocommerce-section-info .call-to .col-text:before{
    background: var(--second);
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    content: " ";
    display: inline-block;
    height: 3.75rem;
    margin-left: 1.875rem;
    vertical-align: middle;
    width: 3.5625rem;
}
.woocommerce-section-info .call-to .col-btn {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}
.woocommerce-section-info .call-to .col-btn:after, 
.woocommerce-section-info .call-to .col-btn:before {
    background: var(--main);
    -webkit-clip-path: polygon(0 100%, 100% 50%, 0 0);
    clip-path: polygon(0 100%, 100% 50%, 0 0);
    content: "";
    display: inline-block;
    height: 3.75rem;
    left: 0;
    position: absolute;
    vertical-align: middle;
    width: 3.5625rem;
}
.woocommerce-section-info .call-to .col-btn:after {
    left: 3.625rem;
}
body.ltr .product .summary .call-detail #buy-condition:before{
	margin-left:0;
	margin-right: .625rem;
}
body.ltr .woocommerce-section-info .call-to .col-text:before{
	transform: rotateY(180deg);
	margin-left:0;
	margin-right: 1.875rem;
}
body.ltr .woocommerce-section-info .call-to .col-btn:after, 
body.ltr .woocommerce-section-info .call-to .col-btn:before {
	transform: rotateY(180deg);
	left:auto;
	right:0
}
body.ltr .woocommerce-section-info .call-to .col-btn:after{
	right: 3.625rem;
}
@media (max-width: 989.99px){
	.single-product.woocommerce .product .product-first-row, .single-product.woocommerce .product .images{
		row-gap: 2rem;
	}
	/* .single-product.woocommerce .product .images{
		order:1;
	} */
	.single-product.woocommerce .product .summary,
	.single-product.woocommerce .product .images{
		width:100%
	}
	.single-product.woocommerce .product .product-first-row{
		padding-bottom:2rem;
		margin-bottom:2rem;
		    flex-direction: column;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
	}
	.single-product.woocommerce .product .woocommerce-product-gallery__image{
		flex: 1 1 100%;
		flex-shrink: 0;
	}
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
		flex: 0 0 calc(50% - 0.5rem);
		flex-shrink: 1;
		width:auto;
		display:flex
	}
	.woocommerce div.product div.images .note-image{
		position: unset !important;
		font-size: 0.75rem;
		text-align: center;
	}
	.woocommerce-section-info .call-to{
		padding: 1.5rem 0;
		margin: 0 0 2rem;
		gap: 1rem;
	}
	.woocommerce-section-info .call-to .col-text{
		font-size:1rem;
	}
	
	.woocommerce-section-info .call-to .col-text:before,
	.woocommerce-section-info .call-to .col-btn:after, .woocommerce-section-info .call-to .col-btn:before{
		height: 2rem;
		margin-left: 1rem;
		width: 2rem;
	}
	.woocommerce-section-info .call-to .col-btn:after, .woocommerce-section-info .call-to .col-btn:before{
		margin:0
	}
	.woocommerce-section-info .call-to .col-btn:after {
		left: 2rem;
	}
	.woocommerce-section-info .call-to .col-btn{
		    justify-content: flex-start;
	}
	body.ltr .woocommerce-section-info .call-to .col-btn:after{
		right:2rem;
	}
	body.ltr .woocommerce-section-info .call-to .col-text:before{
		margin-left: 0;
		margin-right: 1rem;
	}
}
/***********************************************
** Table
***********************************************/
.woocommerce table.shop_attributes{
	border:none;
	margin:0
}
.woocommerce table.shop_attributes th,.woocommerce table.shop_attributes td,th,td {
    padding: 0.85rem 0.25rem;
    border-bottom:var(--bs-border-width) var(--bs-border-style) #909295;
	background:none
}
.woocommerce table.shop_attributes th , th{
	color:var(--bs-dark)
}
.woocommerce table.shop_attributes tr:last-child th,.woocommerce table.shop_attributes tr:last-child td,tr:last-child th, tr:last-child td{
	border-bottom:none
}
.woocommerce table.shop_attributes th *,.woocommerce table.shop_attributes td *,.woocommerce table.shop_attributes td p{
	padding:0;
	margin:0;
	line-height:inherit;
	font-size:inherit;
	color:inherit
}
@media (max-width: 576.99px){
	.woocommerce table.shop_attributes th , th{
		width:auto
	}
}
/***********************************************
** Page nav section
***********************************************/
.page-nav-section{
	margin-bottom:1rem
}
.page-nav-section ul{
	margin:0 !important;
	padding:0;
	list-style: none;
    display: flex;
}
.page-nav-section ul li{
	font-size: .85rem;
    color: var(--bs-gray);
    line-height: 1.5rem;
    z-index: 5;
}
.page-nav-section ul li a{
	margin:0 0.5rem !important;
	display:inline-block;
	padding:0 1rem;
	border:1px solid var(--shape-color)
}
.page-nav-section ul li:hover a{
	border-color:var(--main)
}
@media (max-width: 989.99px){
	.page-nav-section{
		padding:0 1rem
	}
	.page-nav-section ul li a{
		margin: 0 0.25rem !important;
		    padding: 0 0.5rem;
	}
}
/***********************************************
** Aboute page
***********************************************/
.section-bordered-image .row-bordered-image .borderd-bottom {
	border-bottom:calc(var(--bs-border-width)*2) var(--bs-border-style) var(--shape-color);
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	    text-align: center;
} 
/***********************************************
** Contact Us page
***********************************************/
.section-contact-us .col-contact-form{
	padding-right:6rem
}
.section-contact-us .__address{
	padding-top:1rem;
	border-top:calc(var(--bs-border-width)*2) var(--bs-border-style) #6D6E70;
	margin-top:1rem;
	max-width: 300px;
}
.section-contact-us ~ .footer-section .bg_parallax{
	height:320px
}
.section-contact-us ~ .footer-section,.section-contact-us ~ .footer-section .row-image{
	margin:0
}
body.ltr .section-contact-us .col-contact-form{
	padding-right:0;
	padding-left:6rem;
}
@media (max-width: 989.99px){
	.section-contact-us .col-contact-info{
		margin-bottom:3rem
	}
	.section-contact-us .col-contact-form{
		padding-right:0
	}
	body.ltr .section-contact-us .col-contact-form{
		padding-left:0;
	}
}
/***********************************************
** Ltr Language
***********************************************/
body.ltr {
	font-feature-settings: "ss01";
	direction:ltr;
}