@charset "UTF-8";

.animated-background {
	-webkit-animation: kt-lz 1.5s infinite;
	animation: kt-lz 1.5s infinite;
	background-color: var(--bglazy);
	position: relative
}

.animated-background.aspectRatio {
	padding-bottom: var(--img_ar)
}

@-webkit-keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

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

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

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

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

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

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08)
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	42% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08)
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	42% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.animated.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(359deg)
	}
}

.animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	animation-fill-mode: both
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		-webkit-transition: none !important;
		animation: unset !important;
		transition: none !important
	}
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

html {
	font-size: var(--f-size-rem);
	line-height: 1.5
}

body {
	--bs-body-font-family: var(--f_family), var(--f_fallback);
	--bs-body-font-size: 0.875rem;
	--bs-body-font-weight: var(--f_weight);
	--bs-body-line-height: 1.5;
	--bs-body-color: var(--text);
	--bs-body-bg: var(--bg);
	background-image: var(--bg-body);
	background-repeat: no-repeat;
	background-position: center top;
	overflow-x: hidden !important
}

main {
	display: block;
	position: relative
}

table {
	width: 100%;
	border-collapse: collapse
}

table td,
table th {
	padding: 0
}

.grey-section {
	background: #f6f7f9
}

ul {
	padding-left: 1.5em
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s
}

a:focus,
a:hover {
	color: var(--bs-primary);
	text-decoration: none
}

figure {
	margin: 0
}

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

hr {
	margin-bottom: 2rem;
	border: 0;
	border-top: 1px solid #eee
}

input {
	outline: 0
}

input::-webkit-search-cancel-button {
	display: none
}

input:focus {
	outline: 0
}

i {
	font-style: normal
}

p {
	line-height: 1.86;
	margin-bottom: 1.25rem
}

sub,
sup {
	position: relative;
	font-size: 70%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

.scrollable,
.sidebar-content {
	-webkit-overflow-scrolling: touch
}

.scrollable::-webkit-scrollbar,
.sidebar-content::-webkit-scrollbar {
	height: 7px;
	width: 4px
}

.scrollable::-webkit-scrollbar-thumb,
.sidebar-content::-webkit-scrollbar-thumb {
	margin-right: 2px;
	background: rgba(0, 0, 0, .25);
	border-radius: 5px;
	cursor: pointer
}

.scrollable-light::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, .2)
}

.scroll_top {
	position: fixed;
	text-align: center;
	bottom: 1.875rem;
	left: auto;
	right: 1.875rem;
	width: 3.75rem;
	height: 3.75rem;
	font-size: 1.6875rem;
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, visibility .3s, opacity .3s;
	color: #222;
	transform: translateY(2.5rem);
	border-radius: 3px;
	z-index: 1049;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	line-height: 3.75rem;
	background-color: #fff
}

.scroll_top:hover {
	color: #222
}

.scroll_top i {
	font-weight: 900;
	line-height: inherit
}

@media (min-width:768px) {
	.scroll_top.show {
		visibility: visible;
		opacity: 1;
		transform: translateY(0)
	}
}

.border-no {
	border: none !important
}

.bg-image {
	background-position: center center
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotating {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.line-through {
	text-decoration: line-through
}

.lead {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.875;
	margin-bottom: .75rem
}

blockquote {
	position: relative;
	margin: 0 0 2.625rem;
	padding: 0;
	color: #999;
	font-style: italic;
	font-size: 1rem;
	line-height: 1.625
}

blockquote p {
	max-width: 1120px;
	word-break: break-all
}

blockquote.text-center p {
	margin-left: auto;
	margin-right: auto
}

blockquote cite {
	font-style: normal;
	font-weight: 500;
	color: #333;
	letter-spacing: -.01em;
	line-height: 1
}

blockquote cite span {
	display: block;
	font-weight: 300;
	font-size: .875rem
}

blockquote.text-white cite {
	color: #ccc
}

blockquote.text-white cite span {
	color: #999
}

.list {
	font-size: .875rem;
	line-height: 1.86;
	color: #666;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.list-style-none {
	list-style: none;
	padding-left: 0
}

.list-type-number {
	list-style-type: decimal
}

.list-type-check li {
	position: relative;
	padding-left: 1.5rem
}

.list-type-check li::before {
	display: block;
	position: absolute;
	left: 3px;
	top: 2px;
	font-family: riode;
	content: '\e960';
	font-weight: 700;
	font-size: .75rem;
	color: #222
}

.list-circle li {
	padding-left: .625rem;
	margin-bottom: .625rem
}

.list-circle i {
	margin-right: .625rem;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	text-align: center;
	line-height: 2.375rem;
	font-size: 1.25rem
}

.list-arrow li {
	position: relative;
	transition: color .3s, padding .3s
}

.list-arrow li::before {
	content: '\e97f';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	font-family: riode;
	font-size: 1.4rem;
	transition: opacity .3s, visibility .3s
}

.list-arrow li.show,
.list-arrow li:hover {
	padding-left: 1.375rem;
	color: var(--bs-primary)
}

.list-arrow li.show::before,
.list-arrow li:hover::before {
	visibility: visible;
	opacity: 1
}

.text-bd-left {
	position: relative;
	padding-left: 1.25rem
}

.text-bd-left::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 2px;
	top: 5px;
	bottom: 5px;
	background-color: #dae1e5
}

@media (max-width:767px) {
	.list-type-number {
		margin-left: 1.4375rem
	}
}

.content_for_page {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column
}

.main-content {
	flex-grow: 1
}

.shopify-policy__container {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.shopify-policy__container {
		max-width: 540px !important
	}
}

@media (min-width:768px) {
	.shopify-policy__container {
		max-width: 720px !important
	}
}

@media (min-width:992px) {
	.shopify-policy__container {
		max-width: 960px !important
	}
}

@media (min-width:1200px) {
	.shopify-policy__container {
		max-width: 1140px !important
	}
}

@media (min-width:1400px) {
	.shopify-policy__container {
		max-width: 1220px !important
	}
}

.divider {
	display: inline-block;
	vertical-align: middle;
	margin-right: .9375rem;
	height: 1.5625rem;
	width: 1px;
	background-color: #e1e1e1
}

.accordion {
	overflow: hidden
}

.title-accordion {
	margin-bottom: .9375rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1
}

.accordion-header {
	border: none;
	background-color: transparent
}

.accordion-button {
	padding: 1.125rem .3125rem;
	text-transform: capitalize;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1;
	background-color: transparent;
	box-shadow: none;
	color: #222
}

.accordion-button:not(.collapsed) {
	color: var(--bs-primary);
	background-color: transparent;
	box-shadow: none
}

.accordion-button:focus {
	border-color: transparent;
	box-shadow: none
}

.accordion-button::after {
	width: 1.125rem;
	height: 1.125rem;
	background-size: 1.125rem
}

.accordion-body {
	padding: .8125rem .3125rem
}

.accordion-item {
	border: none
}

.accordion-simple .accordion-item {
	border: 1px solid;
	border-color: transparent transparent #e1e1e1 transparent;
	border-radius: 0
}

.accordion-simple .accordion-item:last-of-type {
	border-bottom: 0
}

.accordion-gutter-md .accordion-item:not(:last-child) {
	margin-bottom: .625rem
}

.accordion-gutter-sm .accordion-item:not(:last-child) {
	margin-bottom: .125rem
}

.accordion-plus .accordion-button::after {
	content: '\f28f';
	background-image: none;
	transform: none;
	right: .3125rem;
	font-family: riode;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: -.01em
}

.accordion-plus .accordion-button.collapsed::after {
	content: '\f2c3'
}

.accordion-boxed .accordion-body,
.accordion-boxed .accordion-header .accordion-button {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

.accordion-boxed .accordion-button::after {
	right: 1.4375rem
}

.accordion-border .accordion-item {
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #e1e1e1
}

.accordion-border .accordion-item:last-child {
	border-bottom: 1px solid #e1e1e1
}

.accordion-background .accordion-item {
	background-color: #fff;
	border-color: #fff
}

.accordion-dropshadow {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .12)
}

.accordion-dropshadow .accordion-item {
	background-color: #fff;
	border-color: #fff
}

.accordion-icon .accordion-header i {
	margin-right: .9375rem;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: -.01em;
	line-height: 0
}

.accordion-card-bg .accordion {
	border: 1px solid #f2f3f5
}

.accordion-card-bg .accordion-header button {
	padding-top: 1.0625rem;
	padding-bottom: 1.0625rem;
	background-color: #f2f3f5
}

.accordion-card-bg.accordion-primary .accordion {
	border: 0;
	background-color: #f2f3f5
}

.accordion-card-bg.accordion-primary .accordion-header button {
	background-color: var(--bs-primary);
	color: #fff
}

.accordion-card-bg.accordion-primary .accordion-header button::after {
	color: #fff
}

.accordion-color .collapse {
	color: var(--bs-primary)
}

.accordion-card-border .accordion {
	border: 1px solid #dae1e5
}

.alert-round {
	border-radius: 3px
}

.alert {
	position: relative;
	padding: 1rem 2.375rem 1rem 1.125rem;
	border: 1px solid #222;
	font-size: .875rem;
	line-height: 1.75
}

.alert .btn-close {
	opacity: 1;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1.3125rem;
	transform: translateY(-50%);
	margin-top: 0 .0625rem;
	font-size: .9375rem;
	line-height: 0;
	background-image: none
}

.alert .btn-close i {
	margin: 0 !important
}

.alert-title {
	text-transform: uppercase;
	font-size: .875rem;
	line-height: inherit;
	color: inherit
}

.btn-close {
	transition: color .3s
}

.btn-close:hover {
	color: #000
}

.alert-primary {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
	color: var(--bs-primary)
}

.alert-success {
	background-color: var(--bs-success);
	border-color: var(--bs-success);
	color: var(--bs-success)
}

.alert-warning {
	background-color: var(--bs-warning);
	border-color: var(--bs-warning);
	color: var(--bs-warning)
}

.alert-danger {
	background-color: var(--bs-danger);
	border-color: var(--bs-danger);
	color: var(--bs-danger)
}

.alert-black {
	background-color: #222;
	border-color: #222
}

.alert-black .btn-close:hover {
	color: #666
}

.alert-simple {
	background-color: transparent;
	border-style: dashed;
	border-color: #cacbcc
}

.alert-dark {
	color: #fff
}

.alert-dark .btn-close {
	color: #fff
}

.alert-icon {
	padding: .9375rem 2.4375rem .9375rem 1.1875rem
}

.alert-icon>i {
	vertical-align: middle;
	margin-right: .75rem;
	line-height: 1;
	font-size: 1.5rem;
	font-weight: 600
}

.alert-light.alert-primary {
	background-color: #edf4f9;
	border-color: #edf4f9
}

.alert-light.alert-danger {
	background-color: #f6d6d5;
	border-color: #f6d6d5;
	color: #6d1a17
}

.alert-light.alert-danger .btn-close {
	color: #6d1a17
}

.alert-light.alert-warning {
	background-color: #fff5eb;
	border-color: #fff5eb
}

.alert-message {
	display: block;
	padding: .8125rem 2.4375rem 1.1875rem 1.1875rem
}

.alert-message .btn-close {
	top: 1.6875rem;
	right: 1.3125rem;
	font-size: .875rem
}

.alert-message .alert-title {
	margin-bottom: .3125rem;
	font-weight: 700;
	line-height: 1.7
}

.alert-message p {
	margin: 0;
	padding-right: .78125rem;
	line-height: 1.7
}

.alert-message.alert-link p {
	color: #666
}

.alert-message.alert-link a {
	color: var(--bs-primary)
}

.alert-message.alert-link a:hover {
	text-decoration: underline
}

.alert.alert-inline {
	padding-right: 2.5rem
}

.alert.alert-inline .alert-title {
	display: inline-block;
	margin: 0 .5rem 0 0
}

.alert.alert-inline p {
	display: inline
}

.alert-btn:not(.alert-message) {
	padding: .5625rem 2.4375rem .5625rem .5625rem
}

.alert-btn .btn:not(.btn-close) {
	margin-right: .625rem;
	padding: .73em 1.61em
}

.alert-btn.alert-message p {
	margin-bottom: .625rem
}

.alert-btn.alert-dark.alert-warning .btn:not(.btn-close) {
	background-color: transparent;
	padding: .7em 1.43em;
	border-width: 3px;
	color: #fff
}

.alert-btn.alert-dark.alert-warning .btn:not(.btn-close):hover {
	border-color: #df7f50;
	background: #df7f50
}

.alert-btn.alert-light.alert-warning .btn:not(.btn-close) {
	color: #d26e4b;
	background-color: #fff;
	border-color: #fff
}

.alert-btn.alert-light.alert-warning .btn:not(.btn-close):hover {
	color: #fff;
	background-color: #d26e4b;
	border-color: #d26e4b
}

.alert-summary>i {
	margin-right: .5625rem;
	font-size: 1rem;
	line-height: 1.25
}

.alert-summary ul {
	margin: 1.0625rem 0 0 1.6875rem;
	list-style-type: disc
}

.tab-content {
	background-color: #fff
}

.nav-tabs {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ebebeb
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item:hover .nav-link {
	color: #222
}

.nav-link {
	color: var(--text);
	display: block;
	margin-bottom: -1px;
	padding: 1rem .125rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	border-radius: 0;
	border: 0;
	transition: border .35s, color .35s, background-color .35s
}

.nav-item:not(:last-child) {
	margin-right: 1.5625rem
}

.nav-fill .nav-item {
	flex: 1
}

.tab-pane {
	padding: 1.4375rem 0;
	line-height: 1.72;
	color: #666
}

.tab-pane p {
	line-height: 1.72
}

.tab-nav-simple .nav-link {
	border: none;
	border-bottom: 2px solid transparent;
	background-color: transparent;
	color: #666
}

.tab-nav-simple .nav-item .nav-link.active,
.tab-nav-simple .nav-item.show .nav-link,
.tab-nav-simple .nav-item:hover .nav-link {
	border-color: transparent transparent var(--bs-primary) transparent
}

.tab-nav-center .nav {
	justify-content: center
}

.tab-nav-boxed .nav-item {
	margin-right: 0
}

.tab-nav-boxed .nav-link {
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.tab-nav-round .nav-item:not(:last-child) {
	margin-right: 2px
}

.tab-nav-round .nav-link {
	margin-bottom: 0;
	border-radius: 1.4375rem;
	background-color: #f2f3f5
}

.tab-nav-round .nav-tabs {
	border-bottom: 0
}

.tab-boxed .tab-pane {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

.tab-outline .tab-content {
	border: 1px solid #ebebeb
}

.tab-outline .nav-tabs {
	border-bottom: 0
}

.tab-outline .nav-link {
	padding-top: .875rem;
	padding-bottom: .9375rem;
	border: 1px solid transparent;
	border-top-width: 2px
}

.tab-outline .nav-item .nav-link.active,
.tab-outline .nav-item.show .nav-link,
.tab-outline .nav-item:hover .nav-link {
	border-color: #ebebeb;
	border-top-color: var(--bs-primary)
}

.tab-outline2 .nav {
	position: relative;
	z-index: 1
}

.tab-outline2 .tab-content {
	border: 1px solid #ebebeb
}

.tab-outline2 .nav-tabs {
	border-bottom: 0
}

.tab-outline2 .nav-link {
	padding: .9375rem 1.5rem;
	border: 1px solid transparent
}

.tab-outline2 .nav-item .nav-link.active,
.tab-outline2 .nav-item.show .nav-link,
.tab-outline2 .nav-item:hover .nav-link {
	border-color: #ebebeb;
	border-bottom-color: #fff
}

.tab-vertical {
	display: flex
}

.tab-vertical .nav-tabs {
	flex-flow: column nowrap;
	width: 27.8%;
	border: 0;
	border-right: 2px solid #ebebeb
}

.tab-vertical .tab-content {
	flex: 1
}

.tab-vertical .nav-item {
	margin-right: 0
}

.tab-vertical .nav-link {
	color: #666;
	position: relative;
	margin-right: -2px;
	padding-left: 1.25rem;
	width: calc(100% + 2px);
	border: 0;
	text-align: left
}

.tab-vertical .nav-link::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	width: 2px;
	height: calc(100% - 6px);
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	z-index: 1
}

.tab-vertical .tab-pane {
	padding: 1.0625rem 1.25rem
}

.tab-vertical.tab-simple .nav-link {
	margin-right: -2px
}

.tab-vertical.tab-simple .nav-link::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	width: 2px;
	height: calc(100% - 6px);
	top: 50%;
	transform: translateY(-50%) scale(0);
	background-color: transparent;
	transition: transform .3s;
	z-index: 1
}

.tab-vertical.tab-simple .nav-item .nav-link.active,
.tab-vertical.tab-simple .nav-item.show .nav-link,
.tab-vertical.tab-simple .nav-item:hover .nav-link {
	color: var(--bs-primary)
}

.tab-vertical.tab-simple .nav-item .nav-link.active::after,
.tab-vertical.tab-simple .nav-item.show .nav-link::after,
.tab-vertical.tab-simple .nav-item:hover .nav-link::after {
	background-color: var(--bs-primary);
	transform: translateY(-50%) scale(1)
}

@media (max-width:768px) {
	.tab-vertical {
		flex-flow: column nowrap
	}

	.tab-vertical .nav-tabs,
	.tab-vertical .tab-content {
		width: 100%
	}

	.tab-vertical .nav-tabs {
		border: 0
	}

	.tab-vertical .tab-content {
		padding-left: 0
	}

	.tab-vertical.tab-simple .nav-link::after {
		height: 2px;
		width: 100%;
		background-color: transparent;
		top: calc(100% - 2px);
		transform: scale(0)
	}

	.tab-vertical.tab-simple .nav-item .nav-link.active::after,
	.tab-vertical.tab-simple .nav-item.show .nav-link::after,
	.tab-vertical.tab-simple .nav-item:hover .nav-link::after {
		transform: scale(1)
	}
}

.tab-inverse .tab-content {
	border-color: #fff
}

.tab-inverse .nav-tabs {
	border: 0
}

.tab-inverse .nav-link {
	margin: 0;
	width: 100%
}

.tab-inverse .nav-item .nav-link.active,
.tab-inverse .nav-item.show .nav-link,
.tab-inverse .nav-item:hover .nav-link {
	background-color: #fff;
	border-color: #fff
}

.tab-inverse.tab-simple .nav-link {
	padding-top: .875rem;
	border-top: 2px solid transparent
}

.tab-inverse.tab-simple .nav-item .nav-link.active,
.tab-inverse.tab-simple .nav-item.show .nav-link,
.tab-inverse.tab-simple .nav-item:hover .nav-link {
	border-top-color: var(--bs-primary)
}

.tab-nav-solid .nav-link {
	color: #666;
	padding-bottom: 1rem;
	border: 0
}

.tab-nav-solid .nav-item .nav-link.active,
.tab-nav-solid .nav-item.show .nav-link,
.tab-nav-solid .nav-item:hover .nav-link {
	color: #fff;
	background-color: var(--bs-primary);
	border-color: var(--bs-primary)
}

@media (max-width:768px) {
	.nav-link {
		font-size: .875rem
	}

	.tab-nav-boxed .nav-link {
		padding-left: .625rem;
		padding-right: .625rem
	}
}

@media (max-width:320px) {
	.tab-nav-round .nav-link {
		margin-bottom: .3125rem
	}
}

.nav-filters {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #666
}

.nav-filters li:not(:last-child) {
	margin-right: 1.125rem
}

.nav-filter {
	display: inline-block;
	position: relative;
	padding: .3125rem 0;
	font-size: .875rem;
	letter-spacing: -.01em;
	line-height: 1;
	transition: color .3s
}

.nav-filter.active {
	color: var(--bs-primary)
}

.filter-underline .nav-filter {
	border-bottom: 1px solid transparent;
	transition: color .3s, border-color .3s
}

.filter-underline .nav-filter.active {
	border-color: var(--bs-primary)
}

.link-underline {
	-webkit-box-shadow: 0 1px 0 0 var(--bs-primary);
	box-shadow: 0 1px 0 0 var(--bs-primary)
}

button {
	outline: 0 !important
}

.btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap
}

.btn-wrapper .btn {
	margin-left: .625rem;
	margin-right: .625rem
}

.btn-wrapper .btn-block {
	max-width: 11.25rem
}

@media (min-width:992px) {
	.btn-wrapper .btn {
		margin: .875rem 0
	}

	.btn-wrapper .btn:not(:last-child) {
		margin-right: 1.25rem
	}
}

.btn {
	color: var(--color, --btn_color);
	background-color: var(--color_bg, --btn_color_bg);
	border: 2px solid var(--border, --btn_border);
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: .786em 1.071em;
	font-weight: 700;
	font-size: .875rem;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.2;
	border-radius: 0;
	white-space: nowrap;
	-webkit-box-shadow: none;
	box-shadow: none;
	transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out, box-shadow .35s ease-in-out;
	outline: 0 !important
}

.btn {
	--color: #333;
	--color_bg: #e4eaec;
	--border: #e4eaec
}

.btn.active,
.btn.focus,
.btn:active,
.btn:focus,
.btn:hover {
	color: var(--color);
	background-color: #cfdadd;
	border-color: #cfdadd
}

.btn i {
	--color: currentColor;
	display: inline-block;
	vertical-align: middle;
	margin-left: .25rem;
	line-height: 0;
	font-size: 1.1875rem
}

.btn i::before {
	margin: 0
}

.btn i:first-child:not(:last-child) {
	margin-right: .5625rem;
	margin-left: 0
}

.btn i:last-child:not(:first-child) {
	margin-left: .5625rem;
	margin-right: 0
}

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

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

.btn.disabled,
.btn:disabled {
	opacity: .65;
	pointer-events: none
}

.btn-a {
	padding: 0;
	border: none;
	outline: 0;
	box-shadow: none;
	background-color: transparent
}

.btn-a:hover {
	color: var(--bs-primary)
}

.btn-solid {
	--color: #222;
	--color_bg: #fff;
	--border: #fff
}

.btn-solid:active,
.btn-solid:focus,
.btn-solid:hover {
	--color: #fff;
	--color_bg: #222;
	--border: #222
}

.btn-outline {
	--color: #666;
	--color_bg: transparent;
	--border: #e4eaec
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
	--color: #fff;
	--color_bg: #666;
	--border: #666
}

.btn-outline.btn-outline-light {
	padding: 1.07em 2.21em;
	border-width: 1px
}

.btn-outline.btn-bg {
	--color: #fff
}

.btn-icon-left i,
.btn-icon-right i,
.btn-reveal-left i,
.btn-reveal-right i {
	line-height: 0
}

.btn-icon-right {
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.btn-icon-right i {
	margin-left: .4375rem
}

.btn-icon-left {
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.btn-icon-left i {
	margin-right: .4375rem;
	margin-left: 0
}

.btn-reveal-left i {
	opacity: 0;
	margin-left: -1em;
	transform: translateX(.5em);
	margin-right: 0;
	transition: transform .3s, opacity .3s, margin .3s
}

.btn-reveal-left:active i,
.btn-reveal-left:focus i,
.btn-reveal-left:hover i {
	opacity: 1;
	margin-left: 0;
	transform: translateX(0);
	margin-right: .4375rem
}

.btn-reveal-right i {
	opacity: 0;
	margin-right: -1em;
	transform: translateX(-.5em);
	margin-left: 0;
	transition: transform .3s, opacity .3s, margin .3s
}

.btn-reveal-right:active i,
.btn-reveal-right:focus i,
.btn-reveal-right:hover i {
	opacity: 1;
	margin-left: .4375rem;
	transform: translateX(0);
	margin-right: 0
}

.btn-slide-left:active i,
.btn-slide-left:focus i,
.btn-slide-left:hover i {
	animation: .5s ease slideLeft
}

.btn-slide-right:active i,
.btn-slide-right:focus i,
.btn-slide-right:hover i {
	animation: .5s ease slideRight
}

.btn-slide-up:active i,
.btn-slide-up:focus i,
.btn-slide-up:hover i {
	animation: .5s ease slideUp
}

.btn-slide-down:active i,
.btn-slide-down:focus i,
.btn-slide-down:hover i {
	animation: .5s ease slideDown
}

.btn-infinite:hover i {
	animation-iteration-count: infinite
}

@keyframes slideLeft {
	0% {
		transform: translateX(0)
	}

	50% {
		transform: translateX(-.5em)
	}

	100% {
		transform: translateX(0)
	}
}

@keyframes slideRight {
	0% {
		transform: translateX(0)
	}

	50% {
		transform: translateX(.5em)
	}

	100% {
		transform: translateX(0)
	}
}

@keyframes slideUp {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-.5em)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(.5em)
	}

	100% {
		transform: translateY(0)
	}
}

.btn-shadow-lg {
	box-shadow: 0 13px 20px -10px rgba(0, 0, 0, .15)
}

.btn-shadow-lg:active,
.btn-shadow-lg:focus,
.btn-shadow-lg:hover {
	box-shadow: 0 13px 20px -10px rgba(0, 0, 0, .2)
}

.btn-shadow {
	box-shadow: 0 15px 20px -15px rgba(0, 0, 0, .15)
}

.btn-shadow:active,
.btn-shadow:focus,
.btn-shadow:hover {
	box-shadow: 0 15px 20px -15px rgba(0, 0, 0, .2)
}

.btn-shadow-sm {
	box-shadow: 0 17px 20px -20px rgba(0, 0, 0, .15)
}

.btn-shadow-sm:active,
.btn-shadow-sm:focus,
.btn-shadow-sm:hover {
	box-shadow: 0 17px 20px -20px rgba(0, 0, 0, .2)
}

.btn-underline {
	padding: 0
}

.btn-underline:active::after,
.btn-underline:focus::after,
.btn-underline:hover::after {
	transform: scaleX(1)
}

.btn-underline::after {
	display: block;
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-bottom: 2px solid;
	transform: scaleX(0);
	transition: transform .3s;
	content: ''
}

.btn-underline i {
	margin-bottom: 2px
}

.btn-underline.btn-underline-visible::after {
	transform: scaleX(1)
}

.btn-underline.btn-underline-width-sm::after {
	border-bottom: 0
}

.btn-underline.sm::after {
	width: 46%
}

.btn-underline.lg::after {
	margin-left: -16.5%;
	margin-right: -16.5%;
	width: 133%
}

.btn-link {
	padding: 0;
	color: #222;
	border: 0;
	background-color: transparent
}

.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	background-color: transparent
}

.btn-disabled,
.btn:disabled {
	--color_bg: #e4eaec;
	--border: #e4eaec;
	--color: #999;
	color: var(--color, --btn_color);
	background-color: var(--color_bg, --btn_color_bg);
	border: 2px solid var(--border, --btn_border);
	cursor: no-drop;
	box-shadow: none !important
}

.btn-disabled::after,
.btn:disabled::after {
	content: none !important
}

.btn.btn-rounded {
	border-radius: 3px
}

.btn.btn-rounded::after,
.btn.btn-rounded::before {
	border-radius: 3px
}

.btn.btn-round {
	border-radius: 24px
}

.btn.btn-round::after,
.btn.btn-round::before {
	border-radius: 24px
}

.btn.btn-block {
	display: block;
	padding-left: 0;
	padding-right: 0;
	width: 100%
}

.btn.btn-lg {
	padding: 1.5em 3.42em
}

.btn.btn-md {
	padding: 1.07em 2.15em;
	font-size: .8125rem
}

.btn.btn-sm {
	padding: .92em 1.61em;
	font-size: .8125rem
}

.btn.btn-link {
	padding: 0;
	text-decoration: none
}

.btn-primary {
	--color: var(--bs-primary);
	--border: var(--bs-primary);
	--color_bg: var(--bs-primary);
	--lighten: var(--bs-primary-lighten)
}

.btn-secondary {
	--color: var(--bs-secondary);
	--border: var(--bs-secondary);
	--color_bg: var(--bs-secondary);
	--lighten: var(--bs-secondary-lighten)
}

.btn-alert {
	--color: var(--alert);
	--border: var(--alert);
	--color_bg: var(--alert);
	--lighten: var(--alert-lighten)
}

.btn-success {
	--color: var(--bs-success);
	--border: var(--bs-success);
	--color_bg: var(--bs-success);
	--lighten: var(--bs-success-lighten)
}

.btn-dark {
	--color: var(--bs-dark);
	--border: var(--bs-dark);
	--color_bg: var(--bs-dark);
	--lighten: var(--bs-dark-lighten)
}

.btn-alert,
.btn-dark,
.btn-primary,
.btn-secondary,
.btn-success {
	color: var(--bs-white);
	border-color: var(--border);
	background-color: var(--color_bg)
}

.btn-alert:active,
.btn-alert:focus,
.btn-alert:hover,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
	color: var(--bs-white);
	border-color: var(--lighten);
	background-color: var(--lighten)
}

.btn-alert.btn-solid,
.btn-dark.btn-solid,
.btn-primary.btn-solid,
.btn-secondary.btn-solid,
.btn-success.btn-solid {
	color: var(--color)
}

.btn-alert.btn-solid:not(:hover),
.btn-dark.btn-solid:not(:hover),
.btn-primary.btn-solid:not(:hover),
.btn-secondary.btn-solid:not(:hover),
.btn-success.btn-solid:not(:hover) {
	--border: var(--bs-white);
	--color_bg: var(--bs-white)
}

.btn-alert.btn-outline,
.btn-dark.btn-outline,
.btn-primary.btn-outline,
.btn-secondary.btn-outline,
.btn-success.btn-outline {
	color: var(--color)
}

.btn-alert.btn-outline:not(:hover),
.btn-dark.btn-outline:not(:hover),
.btn-primary.btn-outline:not(:hover),
.btn-secondary.btn-outline:not(:hover),
.btn-success.btn-outline:not(:hover) {
	--color_bg: transparent
}

.btn-alert.btn-link,
.btn-dark.btn-link,
.btn-primary.btn-link,
.btn-secondary.btn-link,
.btn-success.btn-link {
	color: var(--color);
	background-color: transparent
}

.btn-alert.btn-link:active,
.btn-alert.btn-link:focus,
.btn-alert.btn-link:hover,
.btn-dark.btn-link:active,
.btn-dark.btn-link:focus,
.btn-dark.btn-link:hover,
.btn-primary.btn-link:active,
.btn-primary.btn-link:focus,
.btn-primary.btn-link:hover,
.btn-secondary.btn-link:active,
.btn-secondary.btn-link:focus,
.btn-secondary.btn-link:hover,
.btn-success.btn-link:active,
.btn-success.btn-link:focus,
.btn-success.btn-link:hover {
	--color: var(--lighten)
}

.btn-alert.btn-underline,
.btn-dark.btn-underline,
.btn-primary.btn-underline,
.btn-secondary.btn-underline,
.btn-success.btn-underline {
	color: var(--color);
	--border: transparent;
	--color_bg: transparent
}

.btn-white {
	color: var(--bs-dark);
	background-color: #fff;
	border-color: #fff
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
	color: #fff;
	border-color: var(--bs-primary);
	background-color: var(--bs-primary)
}

.btn-white.btn-outline {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}

.btn-white.btn-outline:active,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:hover {
	color: var(--bs-primary);
	background-color: #fff
}

.btn-white.btn-link {
	color: #fff;
	background-color: transparent
}

.btn-white.btn-link:active,
.btn-white.btn-link:focus,
.btn-white.btn-link:hover {
	color: #fff;
	background-color: transparent
}

.section-title h3 {
	margin-bottom: 0
}

.section-title.tt-center {
	text-align: center
}

.section-title.tt-cross {
	display: flex;
	align-items: center
}

.section-title.tt-cross:after {
	flex: 1;
	content: '';
	margin-left: 1.875rem;
	height: .125rem;
	background-color: #e1e1e1
}

.section-title.tt-cross.with-link .title-link {
	order: 1
}

.section-title.tt-cross.with-link:after {
	margin-right: 1.875rem
}

.section-title.tt-center-cross {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center
}

.section-title.tt-center-cross:after,
.section-title.tt-center-cross:before {
	flex: 1;
	content: '';
	height: .125rem;
	background-color: #e1e1e1
}

.section-title.tt-center-cross:after {
	margin-left: 1.875rem
}

.section-title.tt-center-cross:before {
	margin-right: 1.875rem
}

.section-title.tt-custom-cross {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center
}

.section-title.tt-custom-cross:after,
.section-title.tt-custom-cross:before {
	flex: 1;
	max-width: 3.75rem;
	content: '';
	height: .125rem;
	background-color: #e1e1e1
}

.section-title.tt-custom-cross:after {
	margin-left: 1.875rem
}

.section-title.tt-custom-cross:before {
	margin-right: 1.875rem
}

.section-title.tt-underline {
	position: relative;
	padding-bottom: 1.125rem
}

.section-title.tt-underline:after {
	content: '';
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 2px;
	background-color: #e1e1e1
}

.section-title.tt-active-underline {
	position: relative
}

.section-title.tt-active-underline:after {
	content: '';
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: 2px;
	background-color: #e1e1e1
}

.section-title.tt-active-underline .sc-title {
	z-index: 2;
	padding-bottom: 1.125rem
}

.section-title.tt-active-underline .sc-title:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	bottom: 0;
	background-color: var(--bs-primary)
}

.section-title.tt-custom-underline {
	position: relative;
	text-align: center
}

.section-title.tt-custom-underline:after {
	content: '';
	margin: auto;
	display: block;
	height: .25rem;
	width: 5.125rem;
	padding-top: .75rem;
	border-bottom: .25rem solid var(--bs-primary)
}

.section-title.with-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1
}

.section-title.with-link::after {
	background-color: #e1e1e1
}

.section-title.with-link .title-link {
	display: inline-flex;
	align-items: center;
	margin-left: auto;
	font-weight: 700;
	font-size: .857em;
	line-height: 2.05em
}

.section-title.with-link .title-link:hover {
	color: var(--bs-primary)
}

.section-title.with-link i {
	margin-left: .5625rem;
	font-size: 1.1875rem;
	line-height: 0
}

.sc-title {
	display: inline-block;
	position: relative;
	align-items: center;
	margin-bottom: 0;
	font-weight: 700;
	--text: #222
}

.sc-title.title-center {
	text-align: center;
	justify-content: center
}

.title-line::after {
	flex: 1;
	margin-left: 1.875rem;
	content: '';
	height: 1px;
	background-color: #e1e1e1
}

.title-line.title-underline::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

@media (max-width:479px) {
	.title-line::before {
		margin-right: .9375rem
	}

	.title-line::after {
		margin-left: .9375rem
	}
}

.title-underline {
	display: block;
	text-align: left
}

.title-underline:after {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.title-underline span {
	display: inline-block;
	position: relative;
	z-index: 2;
	line-height: 2.28
}

.title-underline span::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0;
	background-color: var(--bs-primary)
}

.title-wrapper .sc-title {
	margin-bottom: .3125rem
}

.title-wrapper p {
	margin-bottom: 1.4375rem;
	font-size: .875rem;
	line-height: 1.71;
	color: #999
}

.title-simple {
	display: block
}

.title-simple::after,
.title-simple::before {
	content: none
}

.title-line:before {
	content: none
}

.title-sm {
	font-size: 1.25rem
}

.title-icon {
	display: flex;
	flex-direction: column
}

.title-icon>i {
	margin-top: .625rem;
	font-size: 1.125rem;
	color: var(--bs-primary)
}

.title-icon::after,
.title-icon::before {
	content: none
}

.title-white {
	color: #fff
}

.title-white::after,
.title-white::before {
	background-color: #fff;
	opacity: .1
}

.title-white>.sc-title {
	color: #fff
}

.title-white>.sc-title::after,
.title-white>.sc-title::before {
	background-color: #fff;
	opacity: .1
}

.title-white>p {
	color: #fff;
	opacity: .5
}

.title-link {
	justify-content: space-between;
	padding: .625rem 0
}

.title-link::after,
.title-link::before {
	content: none
}

.title-link a {
	color: #444;
	font-size: .75rem
}

.title-link a:hover {
	color: var(--bs-primary)
}

.title-link i {
	font-size: .625rem
}

.element-section {
	padding: 6.5625rem 0 8.4375rem;
	background-color: #f3f6f9
}

.element-section p {
	font-size: 1rem;
	line-height: 1.4
}

.element-section .sc-title {
	font-size: 2.5rem
}

.elements>div {
	margin-bottom: 1.875rem;
	transition: transform .3s
}

.elements>div>a {
	display: block
}

.elements>div:hover {
	transform: scale(1.3);
	z-index: 1
}

.element {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2.125rem 0 1.625rem;
	background-color: #fff;
	border-radius: .625rem;
	box-shadow: 0 1.25rem 1.875rem rgba(0, 0, 0, .05), 0 0 5px rgba(0, 0, 0, .05);
	transition: transform .3s
}

.element svg {
	fill: #666;
	transition: fill .3s
}

.element.element-icon svg {
	margin-top: -.6875rem
}

.elements>div:hover svg {
	fill: var(--bs-primary)
}

.element p {
	margin: .875rem 0 0;
	text-align: center;
	color: #222;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase
}

@media (max-width:575px) {
	.element-section .element-type {
		max-width: 18.75rem;
		margin: 0 auto
	}

	.elements>div:hover {
		transform: scale(1.05)
	}
}

.form-group {
	margin-bottom: 1.25rem
}

.form-group .form-control,
.form-group .select-custom {
	margin-bottom: 0
}

.form-control {
	min-height: 2.625rem;
	padding: .53125rem 1.25rem;
	font-size: .875rem;
	line-height: 1.5;
	font-weight: 400;
	color: #666;
	margin-bottom: 1.25rem
}

.form-control:focus {
	border-color: var(--bs-primary)
}

select.form-control:not([size]):not([multiple]) {
	height: 2.5rem
}

.form-control-white {
	border-color: #fff
}

.form-control:focus {
	box-shadow: none;
	outline: 0 !important
}

.form-control::placeholder {
	color: inherit;
	transition: color .3s
}

.form-control::-webkit-input-placeholder {
	color: inherit;
	transition: color .3s
}

.form-control::-moz-placeholder {
	color: inherit;
	transition: color .3s
}

.form-control:focus::placeholder {
	color: transparent
}

.form-control:focus::-webkit-input-placeholder {
	color: transparent
}

.form-control:focus::-moz-placeholder {
	color: transparent
}

textarea.form-control {
	min-height: 8.125rem;
	padding-top: .6875rem;
	padding-bottom: .6875rem
}

.input-group-round .form-control {
	border-top-left-radius: 1.875rem;
	border-bottom-left-radius: 1.875rem
}

.input-group-round>.input-group-append>.btn {
	border-top-right-radius: 1.875rem;
	border-bottom-right-radius: 1.875rem
}

label {
	color: #666
}

.form-text {
	color: #999;
	line-height: 1.5;
	margin-top: 0
}

.form-control+.form-text {
	margin-top: -.3125rem;
	margin-bottom: .375rem
}

small.form-text {
	font-size: 85%
}

.required-field>label::after {
	content: '*';
	color: #e02b27;
	font-size: .75rem;
	margin: 0 0 0 .284375rem
}

.required {
	color: #e02b27;
	font-size: .75rem
}

.required+.form-footer {
	margin-top: .5rem
}

.form-footer {
	display: flex;
	align-items: center;
	padding-top: .375rem
}

.select-custom {
	position: relative;
	margin-bottom: .625rem
}

.select-custom select {
	-webkit-appearance: none;
	appearance: none
}

.select-custom::after {
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	position: absolute;
	display: inline-block;
	right: 1.1875rem;
	top: 50%;
	font-size: .9375rem;
	transform: translateY(-51%);
	color: #333
}

.select-custom .form-control,
.select-custom .form-control-sm {
	padding-right: 2.5rem
}

.form-group-custom-control {
	margin-top: 1.25rem
}

.form-group-custom-control .custom-control {
	margin-top: 0;
	margin-bottom: 1.25rem
}

.form-group-custom-control+.form-group-custom-control {
	margin-top: -.3125rem
}

.form-group-custom-control .custom-control-label {
	text-transform: initial;
	letter-spacing: 0;
	font-weight: 400
}

.custom-control {
	position: relative;
	padding-left: 1.625rem;
	margin-top: .625rem;
	margin-bottom: .625rem
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	margin-top: -.0625rem;
	font-size: .875rem;
	padding-left: 1.625rem;
	margin-left: -1.625rem;
	z-index: 0
}

.custom-control-label::before {
	left: 0;
	top: .375rem;
	width: 1.125rem;
	height: 1.125rem;
	background-color: #fff;
	border: 1px solid #999;
	box-shadow: none !important
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #dadada
}

.custom-control-label::after {
	position: absolute;
	left: 0;
	top: .375rem;
	width: 1.125rem;
	height: 1.125rem
}

.custom-checkbox .custom-control-label::before {
	border-radius: .125rem
}

.custom-checkbox .custom-control-label::after {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-image: none;
	font-size: .7em;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	content: "\f00c";
	line-height: 1;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity .01s
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #333;
	background-color: #333
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #333
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	border-color: rgba(51, 51, 51, .5);
	background-color: rgba(51, 51, 51, .5)
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: none;
	opacity: 1;
	visibility: visible
}

.custom-control.custom-radio .custom-control-label::before {
	top: .3rem;
	background-color: #fff;
	border-color: #dadada
}

.custom-control.custom-radio .custom-control-label::after {
	border-radius: 50%;
	width: .375rem;
	height: .375rem;
	top: .5rem;
	left: .3125rem
}

.custom-control.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: none !important;
	background-color: var(--bs-primary);
	z-index: 2
}

.custom-control.custom-radio .custom-control-input:checked~.custom-control-label::before {
	border-color: var(--bs-primary);
	background-color: transparent
}

.form-control-tooltip {
	position: relative;
	padding-right: 2.5rem
}

.form-control-tooltip .input-tooltip {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 1.5rem;
	color: #777;
	transform: translateY(-50%);
	transition: all .3s
}

.form-control-tooltip .input-tooltip:focus,
.form-control-tooltip .input-tooltip:hover {
	color: #000
}

.form-wrapper.form-wrapper-inline {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.form-wrapper.form-wrapper-inline .input-wrapper {
	flex: 1 1 0
}

@media (max-width:991px) {
	.form-wrapper.form-wrapper-inline {
		display: block;
		text-align: center
	}

	.form-wrapper.form-wrapper-inline .input-wrapper {
		margin-left: auto;
		margin-right: auto
	}
}

.btn.loading,
.btn.loading:before,
.btn.loading>*,
.kt-button.loading,
.kt-button.loading:before,
.kt-button.loading>* {
	color: transparent !important;
	pointer-events: none
}

.btn.loading::after,
.kt-button.loading::after {
	content: '\e800';
	position: absolute;
	display: inline-block;
	color: transparent;
	border: .125rem solid;
	margin-top: -8px;
	margin-left: -8px;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	border-color: #616161 #e0e0e0 #e0e0e0 #e0e0e0;
	line-height: 1;
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear
}

@media (hover:hover) {
	.kt_scroll {
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.kt_scroll::-webkit-scrollbar {
		width: 5px;
		background-color: #f5f5f5;
		visibility: hidden
	}

	.kt_scroll::-webkit-scrollbar-thumb {
		background-color: #9e9e9e;
		visibility: hidden
	}

	.kt_scroll::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
		background-color: #f5f5f5;
		visibility: hidden
	}

	.kt_scroll:hover::-webkit-scrollbar,
	.kt_scroll:hover::-webkit-scrollbar-thumb,
	.kt_scroll:hover::-webkit-scrollbar-track {
		visibility: visible
	}
}

.quantity .control {
	display: inline-block;
	position: relative
}

.quantity .input-qty {
	text-align: center;
	min-width: 4.375rem;
	padding: .69375rem .9375rem;
	line-height: 1.5;
	color: #999;
	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.quantity .input-qty.round {
	border-radius: 1.875rem
}

.quantity .btn-number:not(:hover) {
	color: #888
}

.quantity .btn-number {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1.25rem;
	height: 1.25rem;
	font-size: 0;
	line-height: 0;
	z-index: 1;
	margin: auto
}

.quantity .btn-number::before,
.quantity .qtyplus::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: .5625rem;
	height: 0;
	border-top: .0625rem solid
}

.quantity .qtyminus {
	left: .25rem
}

.quantity .qtyplus {
	right: .25rem
}

.quantity .qtyplus::after {
	width: 0;
	height: .5625rem;
	border-top: none;
	border-right: .0625rem solid
}

.fake-select-qty {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: transparent;
	color: transparent;
	border: none;
	opacity: 0
}

.fake-select-qty option {
	color: #999
}

.ajax__list-cart.loading {
	position: relative;
	height: calc(var(--count) * 99px)
}

.ajax__list-cart.loading:before {
	content: '';
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-image: var(--bglazy_gradient);
	padding-top: calc(var(--count) * 99px);
	max-width: 768px;
	background-size: 90px 100px, 70% 20px, 44% 20px, 90px 100px, 70% 20px, 44% 20px, 90px 100px, 70% 20px, 44% 20px;
	background-position: left 0, 110px 10px, 110px 40px, left 120px, 110px 130px, 110px 160px, left 240px, 110px 250px, 110px 280px
}

.card {
	background: #fff;
	position: relative;
	border: none
}

.bar-loading {
	position: relative;
	width: 100%;
	display: inline-block;
	height: .3125rem;
	background: #eee
}

.bar-loading:after {
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	background: #e91e63;
	width: 0;
	-webkit-animation: 6s fullw infinite;
	animation: 6s fullw infinite
}

.bar-loading.bounce:after {
	background: #4527a0;
	width: 6.25rem;
	-webkit-animation: 1.5s cubic-bezier(.08, -.18, .91, 1.14) barbounce alternate infinite;
	animation: 1.5s cubic-bezier(.08, -.18, .91, 1.14) barbounce alternate infinite
}

.bar-loading.ifinite {
	overflow: hidden
}

.bar-loading.ifinite:after {
	background: #00044c;
	width: 50%;
	-webkit-animation: barinfinite .5s linear infinite;
	animation: barinfinite .5s linear infinite
}

@keyframes fullw {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@keyframes barbounce {
	0% {
		left: 0
	}

	100% {
		left: calc(100% - 100px)
	}
}

@keyframes barinfinite {
	0% {
		left: -50%
	}

	100% {
		left: 100%
	}
}

@keyframes load-spin {
	100% {
		transform: rotate(360deg)
	}
}

.loading-bar {
	width: 100%;
	height: .25rem;
	background-color: #eee;
	position: relative;
	overflow: hidden
}

.loading-bar .light {
	width: 50%;
	height: .25rem;
	background-color: #3492ff;
	background: linear-gradient(90deg, rgba(52, 146, 255, 0), #3492ff 40%, #3492ff 50%, rgba(52, 146, 255, 0) 80%);
	position: absolute;
	left: 0;
	animation: light-kf 2.5s linear infinite
}

@keyframes light-kf {
	0% {
		left: -100%
	}

	100% {
		left: 101%
	}
}

@keyframes pulse {
	from {
		opacity: 1;
		transform: scale(1)
	}

	to {
		opacity: .25;
		transform: scale(.75)
	}
}

.pulse-container {
	width: 3.125rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto
}

.pulse-bubble {
	width: .625rem;
	height: .625rem;
	border-radius: 50%;
	background-color: #000
}

.pulse-bubble-1 {
	animation: pulse .4s ease 0s infinite alternate
}

.pulse-bubble-2 {
	animation: pulse .4s ease .2s infinite alternate
}

.pulse-bubble-3 {
	animation: pulse .4s ease .4s infinite alternate
}

@keyframes move-down {
	100% {
		transform: translateY(0)
	}
}

@keyframes ring {
	0% {
		transform: rotate(-15deg)
	}

	4% {
		transform: rotate(15deg)
	}

	8% {
		transform: rotate(-18deg)
	}

	12% {
		transform: rotate(18deg)
	}

	16% {
		transform: rotate(-22deg)
	}

	20% {
		transform: rotate(22deg)
	}

	24% {
		transform: rotate(-18deg)
	}

	28% {
		transform: rotate(18deg)
	}

	32% {
		transform: rotate(-12deg)
	}

	36% {
		transform: rotate(12deg)
	}

	100%,
	40% {
		transform: rotate(0)
	}
}

.content_header-announcement {
	position: relative;
	z-index: 0
}

.announcement {
	position: relative;
	color: var(--text);
	--swiper-navigation-size: 1rem
}

.announcement:hover {
	color: var(--text_hv)
}

@media (max-width:768px) {
	.announcement .announcement-item {
		font-size: .75rem
	}
}

.announcement p {
	margin-bottom: 0
}

.announcement .btn-close {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 15px;
	width: 24px;
	height: 100%;
	padding: 0;
	transition: background-size .3s ease
}

.announcement .btn-close:not(:hover) {
	background-size: .7em
}

.template-index #header {
	position: var(--header_position);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1
}

header {
	position: relative
}

header .category-dropdown {
	z-index: 10
}

#header-ontop {
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: -13;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

#header-ontop .header-components {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100vw;
	z-index: 1040;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: transform .4s ease;
	transition: transform .4s ease
}

#header-ontop .header-components::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	transition: opacity .3s ease
}

.onsticky #header-ontop {
	z-index: 13;
	overflow: visible;
	opacity: 1;
	visibility: visible
}

.onsticky #header-ontop .header-components {
	transform: translateY(0)
}

.onsticky #header-ontop .header-components::after {
	opacity: 1
}

body.onhide #header-ontop .header-components::after {
	opacity: 0 !important;
	transition: opacity .1s ease
}

.content_header-announcement>img,
.content_header-top>img,
.header>img {
	z-index: -1
}

.content_header-top {
	position: relative;
	z-index: 1
}

@media (min-width:480px) {
	.header-ontop .min-height {
		min-height: auto;
		padding-top: .3125rem;
		padding-bottom: .3125rem
	}
}

.call-label,
.cart-label {
	font-size: .6875rem
}

.call-label strong,
.cart-label strong {
	font-size: .875rem;
	letter-spacing: -.6px
}

@keyframes show_msg_first {
	from {
		transform: translateX(0)
	}

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

@keyframes show_msg {
	from {
		transform: translateX(100%)
	}

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

.header-top {
	position: relative
}

.header-top .block-info {
	font-size: .8125rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%
}

.header-top .block-info._first>div:not(:only-child) {
	padding-right: 1.25rem
}

.header-top .block-info._first>div:not(:only-child):last-child {
	padding-right: 0
}

.header-top .block-info._first>div:not(:only-child).divider {
	margin-right: 1.25rem;
	margin-left: 0;
	padding: 0
}

.header-top .block-info._last>div:not(:only-child) {
	padding-left: 1.25rem
}

.header-top .block-info._last>div:first-child {
	padding-left: 0
}

.header-top .block-info._last>div.divider {
	margin-left: 1.25rem;
	margin-right: 0;
	padding: 0
}

.header-top .block-info._last .drop-mobile .list-act {
	left: auto;
	right: .625rem
}

.header-top .block-info .socials_ {
	padding-right: .3125rem;
	padding-left: .3125rem
}

.header-top .block-info .col>i {
	font-size: .9375rem;
	line-height: 1;
	padding: 0 .3125rem
}

.header-top .block-info .infor,
.header-top .block-info [class|=d-icon] {
	display: flex;
	align-items: center;
	justify-content: center
}

.header-top .block-info [class|=d-icon]::before {
	padding-right: .625rem;
	font-size: .9375rem;
	min-width: .9375rem
}

.header-top .block-info i[class|=d-icon]::before {
	padding-right: .4375rem;
	font-size: 1.0625rem;
	min-width: 1.0625rem
}

.header-top .block-info .btn-a {
	color: var(--text)
}

.header-top .block-info .btn-a:hover {
	color: var(--text_hv)
}

.header-top .block-info .list-custom {
	overflow: hidden
}

.header-top .block-info .welcome-msg {
	color: var(--text);
	margin: 0;
	padding: .21875rem 0;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	letter-spacing: -.0125em;
	line-height: 1.5;
	white-space: nowrap
}

@media (max-width:576px) {
	.header-top .block-info .welcome-msg {
		transform: translateX(0);
		animation: 6s linear 2s 1 show_msg_first, 12s linear 8s infinite show_msg
	}
}

.header-top .block-info .list-link a {
	display: flex
}

.header-top .block-welcome {
	overflow: hidden;
	flex: 1
}

.header-top .drop-mobile {
	position: relative;
	padding: 0
}

.header-top .drop-mobile .list-act>div {
	padding-right: .625rem;
	padding-left: .625rem;
	flex: 1 0 0%
}

.header-top .drop-mobile .list-act>div a {
	white-space: nowrap
}

@media (max-width:991px) {
	.header-top .drop-mobile .list-act {
		position: absolute;
		left: .625rem;
		top: 100%;
		width: auto;
		min-width: 9.375rem;
		padding: .9375rem;
		display: inline-block;
		z-index: 100;
		visibility: hidden;
		opacity: 0;
		background: #fff;
		transition: translateY .3s ease, opacity .3s ease;
		-webkit-transition: translateY .3s ease, opacity .3s ease;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		box-shadow: rgba(116, 116, 116, .05) 0 3px 4px 4px, rgba(32, 32, 32, .05) 0 8px 8px;
		-webkit-box-shadow: rgba(116, 116, 116, .05) 0 3px 4px 4px, rgba(32, 32, 32, .05) 0 8px 8px
	}

	.header-top .drop-mobile .list-act>div {
		display: block;
		padding-right: 0;
		padding-left: 0
	}

	.header-top .drop-mobile .list-act>div:not(:first-child) {
		margin-top: .5rem
	}

	.header-top .drop-mobile .list-act>div a[class|=d-icon],
	.header-top .drop-mobile .list-act>div>.infor {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		text-align: initial
	}

	.header-top .drop-mobile .list-act .block-currency .kt--drop-in {
		width: 12.5rem !important;
		padding-bottom: 1rem !important;
		text-align: initial
	}

	.header-top .drop-mobile .list-act .block-currency li {
		width: auto;
		display: inline-block
	}

	.header-top .drop-mobile .list-act a:not(:hover),
	.header-top .drop-mobile .list-act i,
	.header-top .drop-mobile .list-act p,
	.header-top .drop-mobile .list-act span {
		color: #333
	}

	.header-top .drop-mobile.show .list-act {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		opacity: 1;
		visibility: inherit;
		pointer-events: auto
	}
}

.header-top .control-inner>div:not(.mobile-block) {
	font-size: .8125rem
}

.header-top .block-account {
	position: relative
}

.header-top .block-account li {
	padding-left: .625rem;
	padding-right: .625rem
}

.header-top .background-image {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1
}

.header-top .background-image:last-child {
	z-index: -2
}

.header-top .kt--drop-in {
	min-width: 9.5rem;
	padding: .625rem .625rem;
	text-transform: none
}

.header-top .kt--drop-in li {
	padding-top: .3125rem;
	padding-bottom: .3125rem
}

.header-top .list-custom {
	color: var(--text);
	transition: color .3s
}

.header-top .list-custom:hover {
	color: var(--text_hv)
}

.header-bottom .mn-lv1.active>a:before,
.header-bottom .mn-lv1:hover>a:before {
	transform-origin: left center;
	transform: scale(1, 1)
}

.header-bottom .mn-lv1>a {
	-webkit-transition: color .3s;
	transition: color .3s
}

.header-bottom .mn-lv1>a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 1rem;
	transform-origin: right center;
	transform: scale(0, 1);
	transition: transform .3s ease
}

header .vertical-menu {
	top: 0;
	bottom: 0;
	left: -21.25rem;
	width: 90%;
	background-color: #fff;
	color: #666;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 13
}

header .vertical-menu .kt_scroll {
	overflow: hidden auto;
	height: 100%;
	padding: 4.375rem 1.25rem 0 1.25rem
}

header .vertical-menu .main-navigation {
	width: 100%
}

header .vertical-menu .main-mn {
	width: 100%
}

header .vertical-menu .main-mn>.mn-i {
	width: 100%;
	min-width: 8.125rem;
	position: static
}

header .vertical-menu .main-mn>.mn-i>a {
	width: 100%;
	line-height: 1.46;
	letter-spacing: -.01em;
	text-transform: none
}

header .vertical-menu .main-mn>.mn-i>.sub-mn {
	max-height: 100%
}

header .vertical-menu .main-mn .sub-mn {
	top: 0;
	left: 100% !important;
	border: 2px solid #fff;
	padding: 1.25rem 1.25rem 1.25rem 1.875rem
}

header .vertical-menu .percen {
	display: none
}

.sub-mn-v {
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(100% - 1.25rem);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.sub-mn-v:not(.show-submn) {
	pointer-events: none
}

.sub-mn-v.show-submn {
	opacity: 1;
	visibility: visible
}

.sub-mn-v::after {
	position: absolute;
	content: '';
	width: 1.25rem;
	top: 0;
	bottom: 0;
	left: -1.25rem
}

.icon-link>span {
	display: none
}

.icon-link i {
	transition: none
}

.kt--drop-title {
	cursor: pointer
}

.d-icon-angle-down_:after {
	padding-left: .3125rem;
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-style: normal;
	font-size: .625rem;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@media (max-width:575px) {
	.searchDrop {
		display: none
	}
}

#offcanvasMenuMb {
	background-color: var(--bs-dark);
	max-width: 296px
}

#offcanvasMenuMb .btn-close {
	position: fixed;
	left: 320px;
	top: 1.5625rem;
	opacity: 1
}

@media (max-width:575px) {
	#offcanvasMenuMb .btn-close {
		left: calc(100vw - 3.125rem)
	}
}

.mobile-menu-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: .75rem;
	line-height: 1.5;
	padding: 0 .3125rem
}

.headermb-header {
	width: 100%
}

.headermb-content-wrapper {
	width: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	z-index: 0
}

.headermb-footer {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: .625rem .625rem 1.25rem;
	justify-content: center
}

.mmenu-active .mobile-menu-container {
	visibility: visible;
	left: 0
}

.mobile-menu-container .social-icons {
	justify-content: center;
	margin-bottom: 0
}

.mobile-menu-container .social-icon {
	width: 1.875rem;
	height: 1.875rem;
	font-size: .75rem;
	background-color: transparent;
	margin-bottom: 0;
	color: #fafafa;
	border-color: #7a8088
}

.mobile-menu-container .social-icon+.social-icon {
	margin-left: .5rem
}

.mobile-menu-container .social-icon:focus,
.mobile-menu-container .social-icon:hover {
	background-color: transparent
}

.mobile-nav {
	padding: 0;
	margin: 0 0 1.5625rem
}

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

.mobile-menu>li>a {
	text-transform: uppercase
}

.mobile-menu li {
	display: block;
	position: relative
}

.mobile-menu li a {
	display: block;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	padding: .625rem 0 .625rem .625rem;
	color: #fff;
	border-bottom: .0625rem solid rgba(255, 255, 255, .08);
	z-index: 1
}

.mobile-menu li a:focus,
.mobile-menu li a:hover {
	text-decoration: none;
	outline: 0 !important
}

.mobile-menu li ul {
	margin: 0;
	padding: .4375rem 0 .5625rem;
	display: none;
	margin-bottom: 0;
	border-bottom: .0625rem solid rgba(255, 255, 255, .08)
}

.mobile-menu li ul li a {
	padding-top: .375rem;
	padding-bottom: .375rem;
	padding-left: calc(var(--lv) * .625rem);
	border-bottom: none
}

.mobile-menu li ul li a:not(:hover):not(:focus) {
	color: rgba(255, 255, 255, .8)
}

.mobile-menu li ul li:last-child ul {
	border-bottom: none;
	padding-bottom: 0
}

.mobile-menu li ul ul {
	border-top: .0625rem solid rgba(255, 255, 255, .08)
}

.mobile-menu>li>button {
	text-transform: uppercase;
	background-color: transparent;
	color: #fff;
	border-width: 0 0 1px 0;
	border-color: rgba(255, 255, 255, .08);
	box-shadow: none;
	font-weight: 700;
	line-height: 1.5;
	padding: .625rem 0 .625rem .625rem;
	width: 100%;
	text-align: initial
}

.mobile-menu .label-menu {
	border-radius: 3px;
	margin-right: 10px
}

.mobile-menu span:not(.mmenu-btn):not(.tip) {
	position: relative
}

.mmenu-btn {
	position: absolute !important;
	top: 0;
	right: 0;
	display: flex !important;
	align-items: center;
	justify-content: center;
	z-index: 10;
	width: 1.875rem;
	height: 100%;
	font-size: .625rem;
	color: #fff;
	border-radius: 0;
	background-color: transparent;
	cursor: pointer;
	outline: 0;
	transition: color .35s
}

.mmenu-btn::after {
	font-family: riode;
	content: "\e953";
	display: inline-block
}

.open>a>.mmenu-btn::after {
	content: "\e952"
}

.mobile-menu-container .tab-content {
	padding: 0;
	margin: 0 0 1.5625rem;
	border: none;
	background-color: transparent
}

.mobile-menu-container .tab-content .mobile-cats-nav,
.mobile-menu-container .tab-content .mobile-nav {
	margin-bottom: 0
}

.mobile-menu-container .tab-pane {
	padding: 0
}

.nav.nav-pills-mobile {
	display: flex;
	align-items: center;
	margin: 0 0 .3125rem;
	border: none
}

.nav.nav-pills-mobile .nav-item {
	flex-grow: 1;
	flex-basis: 0;
	margin: 0 0 -.0625rem
}

.nav.nav-pills-mobile .nav-link {
	width: 100%;
	color: var(--bs-white);
	font-weight: 600;
	font-size: .8125rem;
	line-height: 1.5;
	text-transform: uppercase;
	background: 0 0;
	padding: .5rem 1.25rem;
	transition: all .35s ease;
	background-color: transparent
}

.nav.nav-pills-mobile .nav-link.active {
	color: var(--bs-primary)
}

.mobile-cats-nav .mobile-menu>li>a {
	text-transform: capitalize
}

.mobile-cats-menu li a {
	position: relative;
	display: block;
	font-weight: 700;
	padding: .625rem 0 .625rem .625rem;
	color: rgba(255, 255, 255, .8);
	border-bottom: .0625rem solid rgba(255, 255, 255, .08)
}

.mobile-cats-menu li a.mobile-cats-lead {
	font-weight: 500;
	color: #fff
}

.mobile-cats-menu li a:focus,
.mobile-cats-menu li a:hover {
	text-decoration: none;
	outline: 0 !important
}

.mobile-menu .list-currency label,
.mobile-menu .list-locale label {
	font-weight: 700;
	font-size: .75rem;
	padding: .625rem 0 0 .625rem;
	margin-bottom: 0;
	color: var(--bs-white)
}

.mobile-menu .curcy_item,
.mobile-menu .locale_item {
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.mobile-menu .curcy_item .curc_label,
.mobile-menu .curcy_item .locale_label,
.mobile-menu .locale_item .curc_label,
.mobile-menu .locale_item .locale_label {
	color: var(--bs-white);
	padding: 0 .4375rem;
	background-color: #303030;
	min-width: 3.125rem;
	text-align: center;
	margin-bottom: .3125rem;
	margin-top: .3125rem;
	border-radius: .1875rem
}

.mn-mobile-infor .d-icon-envelope:before,
.mn-mobile-infor .d-icon-heart-o:before,
.mn-mobile-infor .d-icon-phone-square:before,
.mn-mobile-infor .d-icon-random:before,
.mn-mobile-infor .d-icon-user:before {
	padding-right: .5rem
}

.mn-mobile-infor .d-icon-heart-o:before {
	margin-top: -.1875rem
}

.mn-mobile-infor .d-icon-phone-square:before {
	margin-top: -.0625rem
}

.box-search h4 {
	font-size: 1rem
}

.box-search .input-group {
	z-index: 0
}

.box-search .show-icon .kt--drop-in {
	left: auto;
	right: -18px;
	width: 20rem;
	border-radius: 3.125rem
}

.box-search .show-icon .control.input-group {
	border: 1px solid #ddd;
	border-radius: 50px
}

.box-search .show-icon .search {
	padding: .5rem .9375rem
}

.box-search .show-icon .button-search {
	padding: .375rem .9375rem
}

.box-search .input-show {
	border-radius: .3125rem;
	border: thin solid #cacaca
}

.box-search .input-show .spinerSearch {
	position: absolute;
	right: .375rem;
	top: 50%;
	margin-top: -.5rem
}

.box-search .input-show input {
	padding: .4375rem .9375rem;
	font-size: .8125rem;
	min-height: 2.5625rem
}

.box-search .input-show.loading .title::before {
	opacity: 0
}

.box-search .input-show .button-search {
	color: var(--text);
	background-color: transparent;
	border-color: transparent;
	line-height: 1;
	border: none
}

.box-search .input-show .iconSearchDrop {
	width: auto;
	min-width: auto
}

.box-search .input-show .iconSearchDrop .title {
	font-weight: 300;
	padding: .625rem 4.375rem .0625rem 1.25rem;
	white-space: nowrap;
	letter-spacing: 0
}

.box-search .input-show .iconSearchDrop .title::before {
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 1.25rem;
	color: #999;
	font-size: .75rem;
	-webkit-transform: translateY(-51%);
	transform: translateY(-51%)
}

.box-search .show-input .control {
	border-radius: .3125rem;
	border: .125rem solid #e1e1e1
}

.box-search .show-input .search {
	padding: .5rem 3.4375rem .5rem .9375rem
}

.box-search .show-input .button-search {
	font-size: 1.25rem;
	border: none;
	background-color: transparent;
	padding: .375rem .9375rem .375rem .5rem
}

.box-search .show-input-line .search {
	padding: .625rem 3.125rem .625rem .625rem
}

.box-search .show-input-line .button-search {
	border: none;
	background-color: transparent;
	padding: .375rem .9375rem .375rem .5rem
}

.box-search .mobile-search {
	position: relative;
	padding: .3125rem;
	display: flex;
	align-items: center;
	font-size: .875rem;
	line-height: 1.85
}

.box-search .mobile-search .searchDrop>ul>li {
	padding: .125rem 0
}

.box-search .mobile-search .searchDrop>ul>li.isGroup .titleGroup {
	padding: .125rem 0
}

.box-search .mobile-search .search {
	font-size: .75rem;
	line-height: 1.5;
	min-height: 2.5rem;
	padding: .59375rem .9375rem;
	color: #7a8088;
	background-color: transparent;
	border: thin solid #2e3237;
	margin-bottom: 0;
	-webkit-appearance: none
}

.box-search .mobile-search .btn {
	font-size: .875rem;
	line-height: 1.5;
	min-width: 2.875rem;
	padding: .46875rem .9375rem;
	min-height: 2.5rem
}

.box-search .mobile-search .btn i {
	font-size: .875rem
}

.box-search .mobile-search .li--s-drop {
	top: 100%
}

.box-search .mobile-search .li--s {
	font-size: .8125rem
}

.box-search .mobile-search .iconSearchDrop {
	color: #fff
}

.box-search .mobile-search h4 {
	font-size: .875rem
}

#offcanvasSearch {
	height: 100vh
}

@media (min-width:992px) {
	#offcanvasSearch {
		height: 80vh
	}
}

.box-search .item-search {
	display: inline-block;
	width: 100%;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 350px;
	margin-bottom: 2rem;
	--bglazy: transparent
}

.box-search .item-search.it-coll {
	width: 20%;
	min-width: 128px
}

.box-search .item-search.it-coll .aspectRatio {
	border-radius: 5px;
	--img_ar: 40%;
	--bglazy: #f6f6f6
}

.box-search .item-search.it-coll .collection-name {
	font-size: 14px;
	padding: 5px 10px;
	text-align: center;
	font-weight: 400
}

.box-search .item-search.pages_obj {
	max-width: none
}

.box-search .item-search.pages_obj a:not(:hover) {
	color: #333
}

.box-search .rating {
	margin-bottom: 0
}

.box-search .name_type {
	font-size: .9375rem;
	font-weight: 500;
	border-bottom: 1px solid #ededed;
	padding-bottom: .625rem;
	margin-bottom: .3125rem
}

.box-search .item-search {
	margin-bottom: .9375rem
}

.box-search .item-search .thumb {
	max-width: 5.625rem;
	padding-right: .9375rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	text-align: center
}

.box-search .item-search .product-info {
	display: inline-block;
	width: calc(100% - 7.1875rem)
}

.box-search .item-search .product-info h4.product-name {
	font-size: .875rem;
	margin-bottom: .1875rem;
	font-weight: 400
}

.box-search .item-search .product-info h4.product-name:hover {
	color: var(--bs-primary)
}

.box-search .item-search .product-info .rating .spr-badge-caption {
	display: none
}

.box-search .item-search .product-info .rating .spr-icon {
	font-size: .75rem
}

.box-search .item-search .product-info span.price {
	display: inline-block;
	padding: .1875rem 0;
	color: #333
}

.box-search .item-search .product-info span.price ins {
	text-align: right;
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	float: none
}

.box-search .item-search .product-info span.price del {
	padding-left: .4375rem;
	vertical-align: middle;
	text-decoration: none;
	color: #757575
}

.category-dropdown {
	display: flex;
	align-self: stretch;
	align-items: center;
	height: 100%;
	z-index: 1
}

.category-dropdown .dropdown-toggle {
	display: flex;
	align-items: center;
	align-self: stretch;
	color: #333;
	font-weight: 400;
	font-size: .875rem;
	line-height: 1.5;
	letter-spacing: -.01em;
	text-transform: uppercase;
	padding: .9375rem 1.1875rem 1rem 1.25rem;
	min-width: 12.5rem;
	-webkit-transition: background .4s, color .1s;
	transition: background .4s, color .1s
}

.category-dropdown .dropdown-toggle i {
	font-size: 1.5625rem
}

.category-dropdown .dropdown-toggle i+span {
	margin-left: .625rem
}

.category-dropdown .dropdown-toggle::after {
	display: none
}

.category-dropdown .dropdown-menu {
	left: 0;
	width: 100%;
	margin: 0;
	border-radius: 0;
	border: none;
	padding: 0;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
}

.category-dropdown .dropdown-item {
	color: #666;
	font-weight: 300;
	font-size: .875rem;
	line-height: 1.5;
	letter-spacing: -.01em;
	border: thin solid #ebebeb;
	border-top: none;
	padding: .5625rem 1.1875rem;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: transparent
}

.category-dropdown .dropdown-item.dropdown-item-lead {
	color: #333;
	font-weight: 500;
	background-color: #f9f9f9
}

.curcy_list {
	max-height: 16.25rem;
	overflow: auto
}

.curcy_item {
	cursor: pointer;
	display: flex
}

.curcy_item .curc_label {
	color: var(--color_body_text);
	padding: 0 0 0 .75rem;
	font-size: .875rem;
	line-height: 1.25rem;
	display: block
}

.curcy_item .curc_label.active,
.curcy_item .curc_label:hover {
	color: var(--bs-primary)
}

.kt--drop-in.currency-list {
	width: auto;
	min-width: 7.5rem;
	text-align: center
}

.kt--drop-in.currency-list .curcy_item {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	padding-left: .9375rem
}

.kt--drop-in.currency-list .curcy_item .curc_label {
	padding: 0 .75rem
}

.locale_list {
	max-height: 16.25rem;
	overflow: auto
}

.locale_item {
	cursor: pointer;
	display: flex
}

.locale_item .locale_label {
	color: var(--color_body_text);
	padding: 0 0 0 .75rem;
	font-size: .875rem;
	line-height: 1.25rem;
	display: block
}

.locale_item .locale_label.active,
.locale_item .locale_label:hover {
	color: var(--bs-primary)
}

.kt--drop-in.locale-list {
	width: auto;
	min-width: 4.5rem;
	text-align: center
}

.kt--drop-in.locale-list .locale_item {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	justify-content: center
}

.kt--drop-in.locale-list .locale_item .locale_label {
	padding: 0 .75rem
}

.breadcrumbs {
	list-style: none;
	padding: .6875rem 0;
	background-color: transparent;
	font-size: .875rem;
	border-radius: 0;
	border-bottom: none
}

@media (max-width:992px) {
	.breadcrumbs {
		padding: .625rem 0
	}
}

.breadcrumbs a:not(:hover) {
	color: #999
}

.breadcrumbs>.col-auto {
	max-width: 100%
}

.breadcrumbs ul {
	margin: 0
}

.breadcrumbs li {
	padding-right: .625rem;
	display: flex;
	align-items: center
}

.breadcrumbs li:last-child {
	padding-right: 0;
	color: var(--text)
}

.breadcrumbs li:last-child span {
	max-width: 11.875rem
}

.breadcrumbs li span {
	max-width: 10rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle
}

.breadcrumbs li+li:before {
	padding: 0 .625rem 0 0;
	margin-top: .125rem;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 85%;
	color: #999
}

.breadcrumbs>.active {
	color: #111
}

.breadcrumbs .home a:before {
	font-family: riode !important;
	content: "\e95a"
}

.breadcrumbs .home a span {
	display: none
}

.breadcrumbs_content {
	display: flex;
	align-items: center
}

.breadcrumbs_nav_products {
	position: relative
}

.breadcrumbs_nav_products li a span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.1
}

.breadcrumbs_nav_products li a:after,
.breadcrumbs_nav_products li a:before {
	vertical-align: middle;
	font-size: 1.1875rem;
	font-family: riode !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.breadcrumbs_nav_products li .nav_products_prev:before {
	content: "\e97e";
	margin-left: .3125rem
}

.breadcrumbs_nav_products li .nav_products_next:after {
	content: "\e97f";
	margin-right: .3125rem
}

.breadcrumbs_nav_products li:before {
	display: none !important
}

.breadcrumbs_nav_products li:first-child:not(:last-child) {
	padding-right: 1.5625rem
}

.breadcrumbs_nav_products:hover i {
	color: var(--bs-primary) !important
}

.product-nav-popup {
	overflow: visible !important;
	position: absolute;
	top: 100%;
	right: 1rem;
	z-index: 30;
	width: 7.5rem;
	padding: 0 .3125rem .3125rem;
	line-height: 1.5;
	text-align: center;
	background-color: #fff;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, .1);
	visibility: hidden;
	opacity: 0;
	transform: scale(.9);
	transform-origin: top;
	transition: opacity .3s, transform .3s
}

.product-nav-popup::before {
	content: '';
	position: absolute;
	top: -.5rem;
	right: 1.125rem;
	width: 1rem;
	height: 1rem;
	transform: rotate(45deg);
	background-color: #fff;
	box-shadow: inherit
}

.product-nav-popup img {
	position: relative;
	padding-top: .3125rem;
	background-color: #fff
}

.product-nav-popup .product-name {
	padding-right: 0;
	color: #666;
	font-size: .75rem;
	font-weight: 400;
	white-space: normal
}

.nav_products_prev .product-nav-popup::before {
	right: 5.375rem
}

.breadcrumbs_nav_products li:hover .product-nav-popup {
	opacity: 1;
	visibility: visible;
	transform: none
}

.slide_i {
	z-index: 0
}

.kt_home_slide .swiper {
	margin: 0 !important;
	padding: 0 !important
}

.kt_home_slide .page-width {
	max-width: 100%;
	transform: translate(var(--x), var(--y))
}

.slide_t-content {
	top: var(--y);
	left: var(--x);
	position: absolute;
	display: inline-block;
	width: 100%;
	z-index: 3
}

.slide_t-content .page-width {
	display: inline-block;
	padding: 0 15px
}

@media (min-width:769px) {
	.slide_t-content .page-width {
		padding: 0 10px
	}
}

.slide_t-wrap {
	position: relative;
	height: 100%;
	overflow: hidden
}

.sl-anime p {
	margin-bottom: 0
}

.swiper:not(.swiper-initialized) .swiper-slide:first-child .sl-anime {
	opacity: 1;
	transform: translateY(0)
}

.sl-anime {
	opacity: 0;
	transform: translateY(-100%);
	transition: opacity var(--seconds) ease, transform var(--seconds) ease;
	will-change: transform, opacity;
	-webkit-backface-visibility: hidden
}

.swiper-slide-active .sl-anime,
.swiper-slide-visible .sl-anime {
	opacity: 1;
	transform: translateY(0)
}

.kt_home_slide {
	position: relative;
	z-index: 0
}

.kt_home_slide .imgRatio-wrap,
.kt_home_slide .imgRatio__text-wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.kt_home_slide .imgRatio__text-wrap {
	font-size: .5rem
}

@media (min-width:576px) {
	.kt_home_slide .imgRatio__text-wrap {
		font-size: .6875rem
	}
}

@media (min-width:768px) {
	.kt_home_slide .imgRatio__text-wrap {
		font-size: .75rem
	}
}

@media (min-width:992px) {
	.kt_home_slide .imgRatio__text-wrap {
		font-size: .8125rem
	}
}

@media (min-width:1200px) {
	.kt_home_slide .imgRatio__text-wrap {
		font-size: .875rem
	}
}

@media (min-width:1200px) {
	.kt_home_slide .imgRatio__text-wrap {
		font-size: 1rem
	}
}

.kt_home_slide .slide-wrap {
	position: relative;
	height: 100%;
	overflow: hidden
}

.kt_home_slide .swiper-horizontal>.swiper-pagination-bullets,
.kt_home_slide .swiper-pagination-custom,
.kt_home_slide .swiper-pagination-fraction {
	bottom: 25px
}

@media (max-width:576px) {

	.kt_home_slide .swiper-horizontal>.swiper-pagination-bullets,
	.kt_home_slide .swiper-pagination-custom,
	.kt_home_slide .swiper-pagination-fraction {
		bottom: 0
	}
}

.kt_home_slide .imgRatio video {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	overflow: hidden;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.kt_home_slide .imgRatio video::-webkit-media-controls {
	display: none !important;
	-webkit-appearance: none
}

.kt_home_slide .imgRatio video::-webkit-media-controls-overlay-play-button {
	display: none !important
}

.kt_home_slide .swiper-slide-active .mbYTP_wrapper {
	z-index: 1 !important
}

.kt_home_slide .swiper-no-overflow .imgRatio::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.kt_home_slide .slide_i .embed-responsive.rounded {
	border-radius: .3125rem !important
}

.kt_home_slide .embed-responsive-item.video_btn {
	background-color: var(--bglazy)
}

.kt_home_slide .embed-responsive-item.video_btn .btn-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2.8125rem;
	height: 2.8125rem;
	box-shadow: 0 0 0 1rem rgba(255, 255, 255, .2)
}

.kt_slideshow .side-nav {
	position: relative;
	background: var(--bg-box);
	border-radius: 3px;
	height: 100%
}

.kt_slideshow .menu-vertical .--title {
	border-width: 0 0 thin 0;
	border-color: var(--border-color)
}

.kt_slideshow .menu-vertical .mn-lv1>a {
	border-width: thin 0;
	border-color: var(--border-color)
}

#rd_qvModal {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

#rd_qvModal .content-item {
	overflow: hidden;
	border-radius: var(--bs-modal-border-radius)
}

@media only screen and (max-width:767px) {
	#rd_qvModal .btn-close.close-outside {
		right: 10px;
		top: 10px;
		filter: none;
		border-radius: 50px;
		background-color: #fff;
		padding: 10px;
		box-shadow: 0 0 5px #eee;
		z-index: 1
	}
}

#rd_qvModal .entry-summary {
	overflow: hidden;
	padding-bottom: 0
}

#rd_qvModal .content-summary {
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	opacity: 0;
	transition: all .5s ease .2s;
	-webkit-transition: all .5s ease .2s
}

#rd_qvModal.show .content-summary {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1
}

.content-summary>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.entry-summary {
	padding-bottom: 1.25rem;
	will-change: transform, top;
	z-index: initial
}

@media (min-width:992px) {

	.entry-summary .content-summary,
	.entry-summary .tab-details-product {
		padding-left: 10px
	}
}

@media (min-width:1921px) {

	.container .section-width.w-100>.product-page .product-images,
	.section-width.container>.product-page .product-images {
		flex: 1 0 0%
	}

	.container .section-width.w-100>.product-page .product-info,
	.section-width.container>.product-page .product-info {
		max-width: 600px
	}
}

.entry-title {
	padding-bottom: .3125rem;
	margin-top: .9375rem;
	margin-bottom: .3125rem;
	max-height: none !important
}

@media (min-width:768px) {
	.entry-title {
		margin-top: 0
	}
}

.product-page .entry-title {
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: var(--bs-dark)
}

.product-page .entry-titlea:hover {
	--text: var(--bs-primary)
}

.product-page a.entry-title:hover {
	--text: var(--bs-primary)
}

.product-price {
	color: var(--priceColor);
	display: flex;
	align-items: center;
	flex-flow: wrap;
	margin-bottom: .1875rem;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.86
}

@media (min-width:576px) {
	.product-price {
		font-size: 1rem
	}
}

.product-price del {
	margin-left: .625rem;
	color: #aaa
}

.product-price ins {
	text-decoration: none;
	white-space: nowrap
}

.product-price span[class^=UnitPrice-] {
	font-size: .8125rem
}

.priceVaries:before {
	font-size: 12px;
	color: #999;
	padding-right: 4px
}

span[class^=UnitPrice-] {
	color: #999;
	display: block;
	width: 100%
}

.out-text {
	color: var(--priceColor);
	display: block;
	width: 100%;
	font-size: .8125rem;
	margin-top: .125rem
}

.entry-price {
	line-height: 1;
	margin-bottom: .3125rem
}

.entry-price ins {
	color: var(--priceColor);
	text-decoration: none
}

.entry-price del {
	font-size: 1.5rem;
	color: #aaa;
	font-weight: 600
}

.entry-price [class|=UnitPrice] {
	display: block;
	margin-top: .5rem;
	font-size: .875rem;
	color: #999
}

.entry-price .product__policies {
	font-size: .8125rem;
	margin-top: .625rem;
	color: #666
}

.product-page .entry-price {
	font-weight: 700;
	margin-bottom: 0
}

.product-page .ratings-container {
	margin-bottom: 0
}

.entry-short-description {
	margin-bottom: 1.25rem
}

.subtt_gr {
	font-size: 1rem
}

.subtt_gr .entry-price.price {
	display: inline-block;
	margin: 0 .3125rem
}

.entry-buttons {
	--width: 11.5625rem;
	--gap: 1.25rem;
	--m-height: 2.8125rem;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--gap) * -1);
	margin-left: calc(var(--gap) * -1);
	max-width: 28.75rem
}

.entry-buttons.atc_btn_big {
	max-width: 580px
}

.entry-buttons>* {
	margin-top: var(--gap);
	margin-left: var(--gap);
	flex: 1 1 var(--width);
	max-width: var(--width);
	order: 2
}

.entry-buttons .shopifyPaymentButton,
.entry-buttons .single_add_to_cart_button {
	--width: 100%
}

.entry-buttons .single_add_to_cart_button {
	padding: .5625rem .625rem;
	min-height: var(--m-height);
	font-weight: 600;
	--width: calc(100% - 7.5rem - var(--gap) * 2)
}

.entry-buttons .single_add_to_cart_button i {
	font-size: 1.125rem
}

.entry-buttons .single_add_to_cart_button[disabled] {
	--color_bg: #e4eaec;
	--border: #e4eaec;
	--color: #999;
	opacity: 1;
	cursor: no-drop;
	pointer-events: auto
}

.btn.compare,
.btn.quick-view,
.btn.wishlist {
	padding: 0;
	--color_bg: transparent;
	--border: transparent
}

.btn.compare span,
.btn.quick-view span,
.btn.wishlist span {
	border-bottom: 1px solid transparent;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease
}

.btn.compare:not(:hover) span,
.btn.quick-view:not(:hover) span,
.btn.wishlist:not(:hover) span {
	color: #666
}

.atc_btn_big .quantity input.input-qty {
	padding: 1.22em 2.78em;
	line-height: 1.5;
	height: auto
}

.atc_btn_big .shopify-payment-button button,
.atc_btn_big .single_add_to_cart_button {
	padding: 1.22em 2.78em;
	font-weight: 600
}

.ask-product-button .btn {
	line-height: 1.75rem;
	border: thin solid #e0e0e0;
	border-radius: 50px;
	height: 1.875rem;
	width: 1.875rem;
	--color: #666
}

.ask-product-button .btn:hover {
	--color: var(--bs-primary)
}

.ask-product-button .btn i {
	font-size: .8125rem;
	margin: 0
}

.quantity.js-item-quantity {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex: 1 1 7.5rem;
	max-width: none
}

.quantity.js-item-quantity .control {
	width: 100%;
	height: 100%
}

.quantity.js-item-quantity .input-qty {
	height: 100%;
	min-height: var(--m-height)
}

.quantity .input-qty {
	border: 1px solid #ccc;
	width: 100%;
	color: #333;
	font-weight: 600
}

.quantity .btn-number {
	width: 25%;
	height: 100%;
	border: none;
	background-color: transparent
}

.quantity .btn-number.qtyminus {
	left: 0
}

.quantity .btn-number.qtyplus {
	right: 0
}

.wishlist_compare_btns .divider {
	vertical-align: middle;
	margin-right: 1.25rem;
	margin-bottom: .3125rem;
	height: 1.5625rem;
	width: 1px;
	background-color: #e1e1e1
}

@media (min-width:992px) {
	.wishlist_compare_btns .divider {
		margin-right: 2.1875rem
	}
}

.wishlist_compare_btns .btn.compare,
.wishlist_compare_btns .btn.wishlist {
	--color: #666666;
	background-color: transparent !important;
	border: none !important;
	min-width: auto;
	margin-right: 1.5625rem;
	margin-bottom: .3125rem;
	font-weight: 400
}

.wishlist_compare_btns .btn.compare:last-child,
.wishlist_compare_btns .btn.wishlist:last-child {
	margin-right: 0
}

.wishlist_compare_btns .btn.compare:before,
.wishlist_compare_btns .btn.wishlist:before {
	display: inline-block;
	margin: 0 .3125rem .1875rem 0;
	vertical-align: middle;
	font-size: 1.125rem;
	line-height: 0
}

.wishlist_compare_btns .btn.compare:hover,
.wishlist_compare_btns .btn.wishlist:hover {
	--color: var(--bs-primary)
}

.wishlist_compare_btns .btn.compare:before {
	margin: 0 .5rem .1875rem 0;
	vertical-align: middle;
	font-size: 1.3125rem;
	line-height: 0
}

.shopify-payment-button__button--hidden {
	display: none !important
}

.shopify-payment-button button {
	color: #fff;
	background-color: var(--bs-primary);
	border: thin solid var(--bs-primary);
	text-align: center;
	padding: .9em 1em;
	min-height: var(--m-height);
	font-weight: 400;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -.01em;
	width: 100%;
	min-width: 8.75rem;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0;
	white-space: normal;
	-webkit-transition: all .3s;
	transition: all .3s
}

.shopify-payment-button button:hover {
	background-color: var(--bs-primary-lighten) !important;
	border: thin solid var(--bs-primary-lighten) !important
}

.single_add_to_cart_button.btn-rounded+.shopifyPaymentButton .shopify-payment-button button {
	border-radius: .1875rem
}

.single_add_to_cart_button.btn-round+.shopifyPaymentButton .shopify-payment-button button {
	border-radius: 3rem
}

.shopify-cleanslate ul {
	padding: 0;
	list-style: none
}

.product-detail-image {
	position: relative;
	z-index: 0
}

.btns-prd-act {
	right: .9375rem;
	bottom: .9375rem
}

.btns-prd-act button {
	background-color: transparent;
	border: none;
	padding: 0;
	outline: 0 !important;
	color: #999;
	cursor: pointer;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.25rem;
	position: relative
}

.btns-prd-act button:not(:first-child) {
	margin-left: .9375rem
}

.btns-prd-act .kt-video-player {
	position: relative;
	font-size: .875rem;
	letter-spacing: .01rem
}

.btns-prd-act .kt-video-player:after {
	content: 'o';
	position: absolute;
	top: -.375rem;
	right: -.25rem;
	line-height: 1;
	font-size: .75rem
}

.btns-prd-act .kt-wide-popup {
	display: block;
	width: 1.5rem;
	margin: 0 auto;
	max-height: 100%
}

.btns-prd-act .kt-wide-popup svg {
	fill: currentColor
}

.p-sgl__photo.aspectRatio {
	max-width: none !important;
	padding-bottom: var(--img_ar)
}

.layout-sidebar .product-sidebar {
	order: 0
}

.product-sidebar .special-products {
	border-top: .1875rem solid #eee
}

.product-sidebar .title-sidebar h3 {
	padding: 1.75rem .1875rem 1rem;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: -.03em;
	margin-bottom: .9375rem
}

.product-sidebar .mini-list .product-price {
	margin-bottom: .1875rem;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.86;
	color: var(--text)
}

.product-sidebar .mini-list .product-inner {
	padding-bottom: 0;
	border: none
}

.product-sidebar .block_shipping {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}

.product-sidebar .block_shipping .icon-box-icon {
	font-size: 2rem;
	text-align: initial;
	min-width: 3.125rem
}

.product-sidebar .block_shipping .icon-box-content {
	font-size: .875rem;
	letter-spacing: -.35px;
	line-height: 1.2em
}

.product-sidebar .block_shipping .icon-box-title {
	font-size: .875rem;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 3px
}

.product-sidebar .block_shipping p {
	letter-spacing: -.35px;
	line-height: 1.2em
}

.product-sidebar .block_shipping .icon-box-side {
	align-items: center
}

.product-sidebar .block_shipping .icon-box-side:not(:last-child) {
	border-bottom: thin solid #e1e1e1
}

.product-sidebar .block_banner img {
	width: 100%
}

.preOrder {
	width: 100%
}

.preOrder>i {
	padding-right: .625rem;
	color: #f44336
}

.preOrder>span {
	font-style: italic;
	border-bottom: 1px solid
}

.product-mix-a-match .product-form:not(.may-add) .single_add_to_cart_button {
	opacity: .6;
	pointer-events: none;
	max-width: none
}

.product-form__item.selector-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: .625rem;
	position: relative
}

.product-form__item.selector-wrapper.opt__last {
	padding-bottom: .625rem
}

.product-form__item .selector-attrs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex: 1
}

.product-form__item label {
	display: block;
	font-size: .875rem;
	margin: 0
}

.product-form__item>label {
	color: #222;
	min-width: 4.375rem;
	text-transform: capitalize;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -.025em;
	margin-right: .3125rem;
	padding: .625rem 0;
	line-height: 1.2
}

.product-form__item>label strong {
	font-size: .8125rem
}

.product-form__item .sizeGuide_attach {
	margin-top: .3125rem;
	margin-left: .9375rem;
	text-align: center
}

.product-form__item .sizeGuide_attach .btn {
	width: auto;
	min-width: auto;
	background-color: transparent;
	border: none;
	margin: .46875rem 0;
	padding: 0;
	font-weight: 400
}

.product-form__item .sizeGuide_attach .btn:not(:hover) {
	color: #666
}

.fake_select.not_select>label {
	display: none
}

.fake_select {
	min-width: 8.125rem;
	position: relative
}

.fake_select>ul {
	padding-left: 0;
	position: relative;
	line-height: 0
}

.fake_select>ul>li {
	line-height: normal
}

.fake_select>ul li._unavailable {
	visibility: hidden;
	opacity: 0;
	position: absolute !important;
	left: 0;
	z-index: -1
}

.fake_select>ul span.kt_flash_lable {
	padding-left: 5px;
	text-transform: lowercase;
	color: #616161;
	display: none
}

.fake_select>ul li._soulout span.kt_flash_lable {
	display: inline-block
}

.fake_select>ul li._soulout {
	opacity: .5
}

.fake_select.combobox {
	position: relative
}

.fake_select.combobox label {
	position: relative;
	color: var(--text);
	margin: 0;
	font-size: .875rem;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: .0625rem solid #d7d7d7;
	border-radius: .125rem;
	padding: .625rem 1.75rem .625rem 1.125rem;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right .625rem center
}

@media (min-width:992px) {
	.fake_select.combobox label {
		width: 12.5rem
	}
}

.fake_select.combobox label .js-change-label {
	padding-right: .3125rem
}

.fake_select.combobox label span.ico:before {
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	right: .875rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: .75rem;
	position: absolute;
	line-height: .875rem;
	position: absolute
}

.fake_select.combobox>ul {
	position: absolute;
	left: 0;
	min-width: 100%;
	width: auto;
	top: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: #d7d7d7;
	padding: 0;
	z-index: 99;
	max-height: 15rem;
	overflow-y: auto
}

.fake_select.combobox>ul li {
	padding: .3125rem 1.25rem;
	text-transform: capitalize;
	cursor: pointer;
	margin: .0625rem 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	float: left;
	font-size: .8125rem;
	position: relative
}

.fake_select.combobox>ul li:first-child {
	border-top: 0
}

.fake_select.combobox>ul li.selected,
.fake_select.combobox>ul li:hover {
	background-color: #f4f4f6;
	color: #656565;
	margin: .0625rem 0;
	border-top: .3125rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.fake_select.combobox>ul li .swatch {
	width: .875rem;
	height: .875rem;
	background-position: center;
	margin-right: .4375rem;
	display: inline-block;
	position: absolute;
	width: .5rem !important;
	left: .3125rem;
	top: .4375rem
}

.fake_select.combobox>ul li span.kt_price_lable {
	float: right;
	padding-left: .9375rem
}

.fake_select.combobox>ul li .option_title {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between
}

.fake_select.combobox.show label {
	border-bottom-color: transparent
}

.fake_select.combobox.show ul {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s;
	transition: all .3s
}

select.--js-select {
	width: 12.5rem;
	margin-bottom: 0;
	border-radius: 3px;
	padding: .625rem 2.25rem .625rem 1.125rem;
	min-height: auto;
	line-height: 1.2;
	text-overflow: ellipsis
}

.fake_select.variant_image li {
	margin-top: .625rem
}

.fake_select.variant_image li.selected {
	border-color: var(--bs-primary)
}

.fake_select.variant_image li div {
	cursor: pointer
}

.fake_select.variant_image li>div:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	left: 0;
	top: 0;
	z-index: 1;
	pointer-events: none;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease
}

.--js-selector.op_pre_select .fake_select.variant_image li.selected>div:before {
	border-color: transparent
}

.fake_select.not_select>ul {
	margin-left: -.3125rem;
	margin-right: -.3125rem;
	display: flex;
	flex-wrap: wrap
}

.fake_select.not_select .--js-opt {
	margin-right: .3125rem;
	margin-left: .3125rem
}

.fake_select.not_select .--js-opt.color_sw {
	cursor: pointer;
	border-color: transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.fake_select.not_select .--js-opt.color_sw span.option_title {
	display: none;
	min-width: var(--width);
	min-height: var(--height);
	line-height: var(--height)
}

.fake_select.not_select .--js-opt.color_sw.selected .swatch,
.fake_select.not_select .--js-opt.color_sw:hover .swatch {
	border: 1px solid;
	box-shadow: inset 0 0 0 2px #fff
}

.fake_select.not_select .--js-opt.selected.color_sw .swatch {
	cursor: auto
}

.fake_select.not_select .--js-opt.sw .option_title {
	display: block;
	position: relative;
	text-align: center;
	min-width: var(--width);
	min-height: var(--height);
	line-height: calc(var(--height) - .125rem);
	cursor: pointer;
	padding: 0 .3125rem;
	color: #333;
	border-radius: .125rem;
	border: .0625rem solid #e1e1e1;
	-webkit-transition: all .3s;
	transition: all .3s
}

.fake_select.not_select .--js-opt.sw.selected .option_title,
.fake_select.not_select .--js-opt.sw:hover .option_title {
	border: .0625rem solid
}

.fake_select.not_select .--js-opt.sw.selected .option_title {
	cursor: auto
}

.fake_select.not_select .swatch {
	display: block;
	position: relative;
	border-radius: .125rem;
	width: var(--width);
	height: var(--height);
	-webkit-transition: all .3s;
	transition: all .3s
}

.fake_select.not_select+.sizeGuide_attach {
	margin-top: 0
}

.fake_select.circle .swatch {
	border-radius: 100%
}

.fake_select.circle .sw .option_title {
	border-radius: 100%
}

.fake_select.square .sw span.option_title {
	border-radius: .125rem;
	text-transform: uppercase
}

.fake_select.square .sw span.option_title .kt_flash_lable,
.fake_select.square .sw span.option_title .kt_price_lable {
	display: none
}

.--js-opt .check_btn {
	background-color: #fff;
	border: .125rem solid #e0e0e0;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 1.25rem;
	margin-right: .4375rem;
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.--js-opt .check_btn:after {
	content: '';
	position: absolute;
	background-color: transparent;
	width: .625rem;
	height: .625rem;
	top: .125rem;
	left: .125rem;
	border-radius: 1.25rem;
	transition: background-color .3s ease
}

.--js-opt.selected span.check_btn:after {
	background-color: var(--bs-primary)
}

@media (hover:hover) {
	.--js-opt:hover span.check_btn:after {
		background-color: var(--bs-primary)
	}
}

.fake_select.radio_button>ul {
	margin-left: -.625rem;
	margin-right: -.625rem
}

.fake_select.radio_button li {
	margin-right: .625rem;
	margin-left: .625rem;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.fake_select.radio_button li.sw .option_title {
	min-width: auto;
	min-height: auto;
	line-height: normal;
	border: none !important;
	box-shadow: none !important
}

.fake_select.radio_button:not(.inline) li {
	width: 100%;
	margin-bottom: .5rem
}

.fake_select.radio_button:not(.inline) li:last-child {
	margin-bottom: 0
}

.swatch {
	background-color: var(--bglazy)
}

.swatch.full_background {
	background-size: contain;
	background-position: center
}

.op_pre_select.error .fake_select label {
	border-width: thin;
	border-color: #f44336;
	border-style: dashed;
	color: #f44336;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.--js-selector.error .fake_select.not_select li.sw .option_title,
.--js-selector.error .fake_select.not_select li.sw span.check_btn {
	border-color: red !important
}

.product-variation-clean {
	display: block;
	position: absolute;
	margin-top: .3125rem;
	padding: .3em 1em;
	left: 0;
	top: 100%;
	font-size: .625rem;
	line-height: 1.6;
	background: #f4f4f4;
	color: #000
}

.main-image-wapper {
	position: relative
}

.product-detail-image .swiper {
	z-index: 0
}

.product-detail-image .swiper-wrapper {
	z-index: 0
}

.p-sgl__photo {
	z-index: 0
}

.p-sgl__photos-item {
	overflow: hidden
}

.p-sgl__thumb {
	cursor: pointer
}

.p-sgl__thumb img {
	background-size: 2.5rem
}

.p-sgl__thumb.aspectRatio {
	padding-bottom: var(--img_ar)
}

.main-image .p-sgl__photo,
.thumbnails .p-sgl__thumb {
	position: relative;
	display: block;
	margin: auto
}

.main-image .gallery-video .zoomImg {
	display: none !important
}

.main-image .video_content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.main-image .video_content .video-element {
	width: 100%
}

.main-image .video_content .playerBox {
	bottom: auto;
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	border: 0;
	margin: 0 !important
}

.main-image .video_content>.bgndVideo iframe,
.main-image .video_content>model-viewer,
.main-image .video_content>video {
	opacity: 0
}

.main-image .video_content .plyr {
	min-width: auto;
	width: 100%;
	max-width: auto
}

.main-image .model_content {
	height: 100%
}

.main-image .model_content .shopify-model-viewer-ui,
.main-image .model_content model-viewer {
	height: 100%;
	width: 100%
}

.main-image .swiper-button-next,
.main-image .swiper-button-prev {
	width: 1.875rem;
	--swiper-navigation-size: 1.5rem
}

.main-image .view-in-space[data-shopify-xr-hidden] {
	display: none !important
}

[data-use-thumb=false] .main-image {
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important
}

.thumbnails.oneImageThumb {
	overflow: hidden !important;
	height: 0 !important;
	min-height: 0
}

.thumbnails .p-sgl__thumb {
	overflow: hidden;
	z-index: 0
}

.thumbnails .p-sgl__thumb:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	border: 2px solid transparent
}

.thumbnails .swiper-slide-thumb-active .p-sgl__thumb:before {
	background-color: transparent;
	border-color: var(--bs-primary)
}

.thumbnails .btn.play {
	width: 1.875rem;
	height: 1.875rem;
	min-width: auto;
	z-index: 1;
	right: 0;
	top: 0;
	position: absolute;
	padding: 0;
	color: #3a3a3a;
	background-color: #fff;
	border: 1px solid #efefef
}

.thumbnails .icon {
	vertical-align: baseline
}

.thumbnails .icon-3d-badge-full-color-outline,
.thumbnails .icon-video-badge-full-color-outline {
	stroke: rgba(58, 58, 58, .05)
}

.thumbnails .icon-3d-badge-full-color-element,
.thumbnails .icon-video-badge-full-color-element {
	fill: #3a3a3a
}

@media (max-width:575px) {
	.thumbnails .p-sgl__thumbs {
		--grid-gutter: 5px
	}

	.thumbnails [data-slides-per-view="3"]:not(.has-its) .swiper-slide:not([style]),
	.thumbnails [data-slides-per-view="4"]:not(.has-its) .swiper-slide:not([style]),
	.thumbnails [data-slides-per-view="5"]:not(.has-its) .swiper-slide:not([style]) {
		max-width: 25%
	}

	.thumbnails [data-slides-per-view]:not(.has-its) .swiper-slide:not([style]):nth-child(3),
	.thumbnails [data-slides-per-view]:not(.has-its) .swiper-slide:not([style]):nth-child(4) {
		position: initial;
		opacity: initial;
		z-index: initial
	}
}

[data-vertical=true] .p-sgl__thumbs-item {
	margin-top: .625rem
}

@media (min-width:576px) {
	[data-vertical=true] .thumbs-wrapper {
		position: absolute;
		height: 100%;
		width: 100%
	}

	[data-vertical=true] .thumbs-wrapper .p-sgl__thumbs-item {
		height: auto;
		margin-top: 0;
		max-width: 100% !important;
		margin-right: 0
	}

	[data-vertical=true] .thumbs-wrapper:not(.has-its) .p-sgl__thumbs-item {
		margin-bottom: .625rem
	}

	[data-vertical=true] .thumbs-wrapper:not(.has-its) .p-sgl__thumbs-item:last-child {
		margin-bottom: 0
	}

	[data-vertical=true] .thumbs-wrapper:not(.has-its)>.swiper-wrapper {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

[data-vertical=false] .p-sgl__thumbs-item {
	margin-top: .625rem
}

[data-vertical=false] [data-space-between="10"] .p-sgl__thumbs-item {
	margin-top: .625rem
}

@media (max-width:767px) {
	.p-sgl__photos {
		margin-bottom: 0
	}
}

#resize-image-product,
#resize-image-product-qv,
#resize-info-product {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	z-index: -1
}

@media only screen and (min-width:768px) {
	.content-summary.max-height-true {
		overflow: hidden auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.content-summary.max-height-true::-webkit-scrollbar {
		width: 5px;
		background-color: #f5f5f5;
		visibility: hidden
	}

	.content-summary.max-height-true::-webkit-scrollbar-thumb {
		background-color: #9e9e9e;
		visibility: hidden
	}

	.content-summary.max-height-true::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
		background-color: #f5f5f5;
		visibility: hidden
	}

	.content-summary.max-height-true:hover::-webkit-scrollbar,
	.content-summary.max-height-true:hover::-webkit-scrollbar-thumb,
	.content-summary.max-height-true:hover::-webkit-scrollbar-track {
		visibility: visible
	}
}

.group-product {
	text-align: left;
	width: 100%;
	margin-bottom: 0;
	border-left: 1px solid #eee
}

.group-product>tbody>tr>td,
.group-product>tbody>tr>th {
	padding: .9375rem;
	line-height: 1.5rem;
	border: 1px solid #eee;
	vertical-align: middle;
	max-width: 18.75rem
}

.group-product>tbody>tr>th {
	background-color: #eee;
	border: none;
	font-weight: 400
}

.group-product>tbody>tr>td.quantity-inner {
	width: 9.375rem;
	border-left: none
}

.group-product .itemGroupProducts>td:first-child {
	border-right: none
}

.group-product .sticky {
	position: sticky;
	left: .625rem
}

.group-product .item-wrap {
	margin-left: -.625rem;
	margin-right: -.625rem;
	display: -ms-flexbox;
	display: flex;
	z-index: 0
}

.group-product .item-thumb {
	padding-left: .625rem;
	padding-right: .625rem;
	display: inline-block;
	min-width: 5.9375rem;
	position: sticky;
	z-index: 1;
	left: -1px;
	background-color: #fff
}

.group-product .item-name {
	padding-left: .625rem;
	padding-right: .625rem;
	display: inline-block;
	min-width: 11.875rem;
	text-align: initial;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.group-product .item-name a {
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 3.5rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: .875rem;
	line-height: 1.125rem;
	margin-bottom: .375rem
}

.group-product .item-name a:not(:hover) {
	color: #333
}

.group-product a.thumb-img {
	max-width: 4.6875rem;
	border-radius: .375rem;
	display: block;
	overflow: hidden;
	border: 1px solid #f5f5f5
}

.group-product .quantity .control {
	width: 100%
}

.group-product .quantity .input-qty {
	height: 2.1875rem
}

.group-product .price {
	margin: 0;
	font-size: .875rem;
	margin: 0 -.125rem;
	min-width: 5.0625rem
}

.group-product .price del,
.group-product .price ins {
	padding: 0 .125rem;
	display: inline-block
}

.group-product .price ins {
	text-decoration: none
}

.group-product .price del {
	color: #999
}

.group-product .th-price {
	text-align: center
}

.group-product .th-qty {
	text-align: center;
	width: 6.25rem;
	border-right: 1px solid #eee
}

.group-product .product-form__variants {
	padding: .1875rem .625rem .1875rem 1.25rem;
	max-width: 100%;
	font-size: .75rem;
	background-color: transparent
}

.table-products.mini .item-name {
	opacity: 0
}

.social-share {
	margin-top: 0
}

.social-share ul {
	padding: 0;
	text-align: center
}

.social-share ul li {
	margin: 0
}

.social-share ul li a {
	font-size: .875rem;
	line-height: 2.14;
	width: 1.875rem;
	height: 1.875rem;
	display: inline-block;
	--text: #999;
	border-radius: 3.125rem
}

.product-desc-content .description-title {
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 600;
	letter-spacing: -.025em
}

.product-desc-content .divider {
	margin: .8125rem 2.5rem .8125rem 0;
	height: 2.75rem;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	background-color: #e1e1e1
}

.product-desc-content .icon-box-side {
	width: auto
}

.product-desc-content .icon-box-side .icon-box-icon {
	font-weight: 600;
	line-height: 0;
	color: #222;
	margin-bottom: 0;
	border-radius: 50%;
	border: 1px solid #222;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.875rem;
	border-color: #cdcdcd;
	width: 3.1875rem;
	min-width: auto;
	height: 3.1875rem;
	margin-right: 1.25rem
}

.product-desc-content .icon-box-side .icon-box-title {
	padding-top: .3125rem;
	font-size: .9375rem;
	font-weight: 600;
	line-height: 1;
	color: #222;
	margin-bottom: .125rem
}

.product-desc-content .icon-box-side p {
	font-size: .8125rem;
	line-height: 1.72;
	letter-spacing: 0;
	color: #999
}

.product-desc-content h2 {
	font-weight: 400;
	font-size: 1.5rem;
	letter-spacing: -.01em;
	margin-bottom: 1.125rem
}

.product-desc-content h3 {
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: -.01em;
	margin-bottom: 1.125rem
}

.product-desc-content ul {
	color: #333;
	list-style: none;
	padding: 0
}

.product-desc-content ul li {
	position: relative;
	padding-left: 1.5rem
}

.product-desc-content ul li::before {
	position: absolute;
	display: block;
	left: .1875rem;
	top: .125rem;
	content: '\e960';
	font-family: riode;
	font-weight: 700;
	font-size: .75rem;
	color: #222
}

.product-desc-content a {
	color: #333;
	border-bottom: thin solid #b8b8b8;
	transition: all .35s ease
}

.product-desc-content p {
	color: #666
}

.product-desc-content blockquote {
	color: #333;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.25;
	letter-spacing: -.01em;
	margin-bottom: 1rem
}

.product-desc-content blockquote p {
	margin-bottom: 0;
	color: inherit;
	font-weight: inherit
}

.product-desc-content blockquote cite {
	font-weight: 300;
	font-size: .875rem;
	letter-spacing: 0
}

.product-desc-content .btn-play {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 2.1875rem;
	width: 4.875rem;
	height: 4.875rem;
	border-radius: 50%;
	background-color: #222;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	color: #fff !important;
	border: none
}

.product-desc-content .table tbody {
	line-height: 1.8
}

.product-desc-content .table tbody td,
.product-desc-content .table tbody th {
	padding: .625rem;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e9e9e9
}

.product-desc-content .table tbody td.pl-0,
.product-desc-content .table tbody th.pl-0 {
	padding-left: 0
}

.tabs_style_0.tab-details-product .card-title a {
	color: var(--text);
	font-weight: 600;
	font-size: 1.125rem
}

.tabs_style_0.tab-details-product .card-title a:before {
	color: var(--text)
}

.tabs_style_0 .accordion .card.bg-light {
	margin-bottom: 1.875rem;
	border-bottom: thin solid #ebebeb
}

.tabs_style_1 .nav .nav-link {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: capitalize;
	border-width: 0 0 .125rem;
	color: #222
}

@media (min-width:1200px) {
	.tabs_style_1 .nav .nav-link {
		min-width: 10.5rem;
		padding-left: 1.875rem;
		padding-right: 1.875rem
	}
}

.tabs_style_1 .tab-content .tab-pane {
	padding: 1.25rem .9375rem
}

@media (min-width:768px) {
	.tabs_style_1 .tab-content .tab-pane {
		padding: 1.875rem
	}
}

.tabs_style_1 .tab-content>.tab-pane {
	padding: 0
}

.tabs_style_1 .tab-content>.tab-pane .border-top {
	padding-top: 1.875rem
}

.tabs_style_2 .nav-tabs {
	border-bottom: none
}

.tabs_style_2 .nav .nav-link {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: capitalize;
	border-top: .125rem solid transparent;
	border-width: .125rem 0 0 0;
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: var(--text);
	border-radius: 0;
	margin-bottom: 0
}

@media (min-width:1200px) {
	.tabs_style_2 .nav .nav-link {
		min-width: 10.5rem;
		padding-left: 1.875rem;
		padding-right: 1.875rem
	}
}

.tabs_style_2 .nav .nav-link.active {
	border-top-color: var(--bs-primary)
}

.tabs_style_2 .tab-pane {
	padding: 0
}

.tabs_style_2 .tab-content .tab-pane {
	padding: 1.875rem
}

.tabs_style_3 .card-title {
	text-transform: capitalize;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1
}

.tabs_style_3 .card-title a {
	padding-left: 0
}

.tabs_style_3 .card:first-child {
	border-top: none
}

.tabs_style_3 .card:last-child {
	border-bottom: none
}

.tabs_style_3 .card-body {
	padding-left: 0
}

.shipByLocation p {
	margin-bottom: 0
}

.shipByLocation span.flag {
	display: inline-block;
	height: 1.25rem;
	width: 1.625rem;
	line-height: 1;
	vertical-align: middle;
	margin: 0 .4375rem;
	border-radius: .125rem;
	overflow: hidden;
	background-color: #fff;
	margin-top: -.125rem
}

.shipByLocation span.flag img {
	opacity: .85;
	max-height: 100%
}

.product-single-countdown {
	padding: .625rem 1rem;
	border: 1px solid #444;
	background-color: #444;
	text-transform: none;
	line-height: 1;
	color: #fff;
	border-radius: .1875rem;
	font-weight: 600
}

.product-single-countdown>p {
	margin-right: .625rem;
	display: inline-block;
	line-height: 1
}

.product-single-countdown .kt_countdown.style02 {
	min-width: auto
}

.product-single-countdown .kt_countdown.style02 .block {
	color: #fff;
	min-width: 1.5rem
}

.product-single-countdown .kt_countdown.style02 span.flip-top {
	font-size: .875rem
}

.entry-summary.text-center .kt_progress_bar {
	margin: 0 auto
}

.summary.text-center .product-single-countdown {
	-ms-flex-pack: center;
	justify-content: center
}

.summary.text-center .kt_countdown.style02 {
	text-align: left;
	min-width: auto
}

.kt_progress_bar {
	max-width: 23.125rem
}

.kt_progress_bar .progress {
	border-radius: .125rem
}

.categories_wrapper {
	max-width: 100%
}

.categories_wrapper>span {
	color: #999
}

.categories_wrapper a:not(:hover) {
	color: #666
}

.social_sharing_wrapper {
	max-width: 100%;
	margin-bottom: .3125rem
}

.social_sharing_wrapper span.social-label {
	color: #666;
	padding: 0 !important
}

.social_sharing_wrapper span.social-label i {
	margin-right: 14px
}

.shop_attributes th {
	font-weight: 500;
	padding: .1875rem .625rem .1875rem 0
}

.shop_attributes td p:last-child {
	margin-bottom: 0
}

.product_meta {
	padding-top: .625rem;
	display: inline-block;
	width: 100%;
	border: none
}

.product_meta td {
	border: none;
	padding: .4375rem .625rem
}

.product_meta td.title_wrapper {
	font-weight: 500;
	color: #424242;
	padding-left: 0;
	min-width: 5.625rem;
	font-size: .875rem
}

.product_meta td:not(.title_wrapper) {
	font-weight: 300
}

.product_meta span.availalbe {
	font-weight: 500;
	color: #4caf50;
	font-size: 1rem
}

.product_meta td a {
	color: #616161;
	font-size: .875rem
}

.product_meta td a:hover {
	color: #222
}

.product_meta .social-share ul {
	margin: 0 -.625rem !important
}

.product_meta .social-share ul a {
	width: 1.875rem !important;
	text-align: center
}

@media (max-width:767px) {

	.product_meta td a,
	.product_meta td.title_wrapper {
		font-size: .875rem
	}

	.product_meta span.availalbe {
		font-size: .875rem
	}
}

.shipping_rates {
	color: #666;
	padding: .9375rem
}

.shipping_rates .product_delivery .mb-2 {
	margin-bottom: 0
}

.psgl-vendor-sku {
	font-size: .75rem;
	color: #999;
	margin-bottom: .625rem
}

.psgl-vendor-sku label {
	color: #999;
	font-size: .75rem;
	text-transform: uppercase
}

.psgl-vendor-sku a:not(:hover) {
	color: #999
}

.product-review-section .box-list-reviews {
	padding: 1.5625rem .9375rem .1875rem;
	background-color: #fafafa;
	border: .1875rem solid #f5f5f5
}

.product-review-section .box-list-reviews>.row>.col-md-6.col-lg-6.col-sm-12:nth-of-type(2) h4.title-border {
	text-align: right
}

.product-review-section h4.title-border {
	font-size: 1.125rem
}

.lz-place.fbt-prd:before {
	margin-bottom: 1.25rem
}

.fbt-place-info:before {
	padding-top: 5.875rem;
	max-width: 48rem;
	background-size: 90% 24px, 75% 24px, 85% 24px;
	background-position: left 0, left 34px, left 68px
}

.fbt-prd:before {
	padding-top: 5.875rem;
	background-size: 10rem 100%, 10rem 100%, 10rem 100%;
	background-position: 0 0, 12rem 0, 24rem 0
}

.kt-stickyAddCart .btn-close {
	top: 10px;
	right: 10px
}

.kt-stickyAddCart [data-n-opt] {
	display: block
}

.kt-stickyAddCart .entry-price ins {
	font-size: 1rem;
	font-weight: 600
}

.kt-stickyAddCart .entry-price del {
	font-size: .875rem
}

.kt-stickyAddCart:not(.fixed) .position-fixed.bottom {
	-webkit-transform: translateY(105%);
	transform: translateY(105%)
}

.kt-stickyAddCart:not(.fixed) .position-fixed.top {
	-webkit-transform: translateY(-105%);
	transform: translateY(-105%)
}

.kt-stickyAddCart .position-fixed {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	left: 0;
	z-index: 12;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 -5px 1rem rgba(0, 0, 0, .05);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s cease-in-out
}

.kt-stickyAddCart .position-fixed.bottom {
	bottom: 0
}

.kt-stickyAddCart .position-fixed.top {
	top: 0;
	box-shadow: 0 2px 1rem rgba(0, 0, 0, .05)
}

.kt-stickyAddCart .img_sticky {
	width: 70px;
	margin-bottom: .625rem;
	margin-top: .625rem
}

.kt-stickyAddCart .title_sticky>p {
	font-size: 1rem;
	font-weight: 700
}

.kt-stickyAddCart form .prd-variants {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: auto;
	margin-top: .9375rem;
	margin-left: -.625rem;
	margin-right: -.625rem
}

.kt-stickyAddCart form .prd-variants>div {
	padding-right: .625rem;
	padding-left: .625rem;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	margin-bottom: .1875rem;
	display: block !important
}

.kt-stickyAddCart form .name_option {
	margin-bottom: .3125rem
}

.kt-stickyAddCart form .product-loop-variants.circle._small .swatch,
.kt-stickyAddCart form .product-loop-variants.square._small .swatch {
	min-width: 1.625rem;
	min-height: 1.625rem
}

.kt-stickyAddCart form .product-loop-variants.circle._small .swatch .swatch-title,
.kt-stickyAddCart form .product-loop-variants.square._small .swatch .swatch-title {
	font-size: .75rem
}

.kt-stickyAddCart form .product-loop-variants .variants_list [data-maybe-hide=true]:not(.active) {
	display: inline-block !important
}

.kt-stickyAddCart form .product-loop-variants .variants_list .more.kt__quick-shop {
	display: none !important
}

.kt-stickyAddCart .btn-close {
	display: none
}

.kt-stickyAddCart .toggle {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent !important;
	color: transparent !important;
	padding: .625rem;
	border: none
}

.kt-stickyAddCart .aspectRatio {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s cease-in-out
}

.kt-stickyAddCart .quantity .control {
	margin-right: 1.25rem
}

.kt-stickyAddCart .quantity .input-qty {
	padding: .85em 1em;
	border: 1px solid #d7d7d7;
	background-color: rgba(255, 255, 255, .05)
}

.kt-stickyAddCart .add_to_cart_button {
	padding: .9em 1.5em
}

.kt-stickyAddCart .add_to_cart_button::before {
	margin-right: .5625rem;
	margin-top: -.125rem;
	font-size: 1.125rem;
	line-height: 0
}

.kt-stickyAddCart .infor {
	display: none
}

@media (min-width:992px) {
	.kt-stickyAddCart .quantity .input-qty {
		width: 6.875rem
	}
}

@media only screen and (max-width:767px) {
	.kt-stickyAddCart .quantity .input-qty {
		width: 5.625rem
	}

	.kt-stickyAddCart .quantity .btn-number {
		width: 28%
	}

	.kt-stickyAddCart .add_to_cart_button,
	.kt-stickyAddCart button.toggle {
		width: 100%;
		height: 100%
	}

	.kt-stickyAddCart .add_to_cart_button:before {
		margin-right: .9rem;
		font-size: 1.8rem
	}

	.kt-stickyAddCart .hasqty .btns-wrapper {
		-ms-flex: 0 0 -webkit-calc(100% - 6.875rem);
		flex: 0 0 -webkit-calc(100% - 6.875rem);
		max-width: -webkit-calc(100% - 6.875rem)
	}

	.kt-stickyAddCart .position-fixed {
		padding-bottom: .9375rem
	}
}

@media (min-width:768px) {
	.kt-stickyAddCart .infor {
		display: block
	}
}

body.show-stickyAddCart .kt-stickyAddCart .toggle {
	display: none
}

body.show-stickyAddCart .kt-stickyAddCart .btn-close {
	display: block
}

.kt-stickyAddCart.darken .position-fixed,
.styleDarken .kt-stickyAddCart .position-fixed {
	background-color: #333;
	box-shadow: 0 -5px 1rem rgba(255, 255, 255, .05)
}

.kt-stickyAddCart.darken .position-fixed.top,
.styleDarken .kt-stickyAddCart .position-fixed.top {
	box-shadow: 0 5px 1rem rgba(255, 255, 255, .05)
}

.kt-stickyAddCart.darken .title_sticky,
.styleDarken .kt-stickyAddCart .title_sticky {
	color: #fff
}

.kt-stickyAddCart.darken .price ins,
.styleDarken .kt-stickyAddCart .price ins {
	color: #eee
}

.kt-stickyAddCart.darken .quantity .input-qty,
.styleDarken .kt-stickyAddCart .quantity .input-qty {
	border-color: rgba(215, 215, 215, .5)
}

.kt-stickyAddCart.darken form .name_option,
.styleDarken .kt-stickyAddCart form .name_option {
	color: #fff
}

.styleDarken .kt-stickyAddCart .product-loop-variants.circle[data-usecolor=false] li.swatch-on-grid .swatch,
.styleDarken .kt-stickyAddCart .product-loop-variants.square[data-usecolor=false] li.swatch-on-grid .swatch {
	background-color: #424242
}

.kt-stickyAddCart.darken .product-loop-variants.circle[data-usecolor=false] li.swatch-on-grid .swatch,
.kt-stickyAddCart.darken .product-loop-variants.square[data-usecolor=false] li.swatch-on-grid .swatch {
	background-color: #424242
}

.styleDarken .kt-stickyAddCart .product-loop-variants.circle[data-usecolor=false] li.swatch-on-grid.active .swatch,
.styleDarken .kt-stickyAddCart .product-loop-variants.square[data-usecolor=false] li.swatch-on-grid.active .swatch {
	color: #666;
	background-color: #f7f8fa
}

.kt-stickyAddCart.darken .product-loop-variants.circle[data-usecolor=false] li.swatch-on-grid.active .swatch,
.kt-stickyAddCart.darken .product-loop-variants.square[data-usecolor=false] li.swatch-on-grid.active .swatch {
	color: #666;
	background-color: #f7f8fa
}

.collection_title h1 {
	margin-bottom: 0;
	font-size: 1.75rem;
	text-transform: capitalize
}

.result-count {
	color: #999
}

.result-count>span {
	color: #333
}

.show-grid-list {
	margin: 0;
	padding: 0
}

.show-grid-list .show-grid,
.show-grid-list .show-list {
	color: #dadada;
	font-size: 1.375rem;
	padding: 0 .125rem;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out
}

.show-grid-list .show-grid.active,
.show-grid-list .show-grid:hover,
.show-grid-list .show-list.active,
.show-grid-list .show-list:hover {
	color: var(--text)
}

.show-grid-list>li {
	min-width: 1.25rem;
	text-align: center
}

.show-grid-list>li>span:hover i {
	background-color: #333
}

.show-grid-list>li>.active i {
	background-color: #333
}

.show-grid-list .show-grid,
.show-grid-list .show-list,
.show-grid-list .show-pds {
	cursor: pointer
}

.show-grid-list .kt--drop-in {
	width: 13.75rem;
	right: 0;
	left: auto
}

.show-grid-list .kt--drop-in .table-view {
	padding: .5rem 0
}

.show-grid-list .kt--drop-in .table-view li {
	line-height: 0;
	margin-bottom: .625rem;
	padding-left: .4375rem;
	padding-right: 0;
	width: auto;
	margin-right: 0
}

.show-grid-list .kt--drop-in .table-view li:first-child {
	padding-left: 0
}

.show-grid-list .kt--drop-in .table-view li:last-child,
.show-grid-list .kt--drop-in .table-view li:nth-child(4n) {
	margin-right: 0;
	margin-left: 0
}

.show-grid-list .kt--drop-in .table-view li .show-grid {
	margin-bottom: 0;
	cursor: pointer
}

.show-grid-list .kt--drop-in .table-view li .show-grid.active i,
.show-grid-list .kt--drop-in .table-view li .show-grid:hover i {
	border-color: #111;
	background-color: #111
}

.show-grid-list .products-view {
	line-height: normal;
	width: 100%;
	padding: 0
}

.show-grid-list .products-view li .show-pds {
	color: #333;
	padding: .5rem .9375rem;
	margin: 0;
	display: block;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out
}

.show-grid-list .products-view li .show-pds.active {
	pointer-events: none
}

.show-grid-list .products-view li .show-pds.active,
.show-grid-list .products-view li:hover .show-pds {
	background-color: #f5f5f5
}

.show-grid-list:hover .kt--drop-in.products-view {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	pointer-events: auto
}

.left-sidebar .sidebar {
	order: -1
}

.left-sidebar .kt--filter-gr-i.orderby-wapper .kt--filter-gr-i_ul {
	left: auto;
	right: 1px
}

.leftlis .kt--filter.kt_sidebar .kt--filter-gr-i,
.rightlis .kt--filter.kt_sidebar .kt--filter-gr-i {
	border: none;
	border-bottom: .125rem solid #e5e5e5;
	padding: .875rem 0 1.875rem;
	margin-bottom: .9375rem
}

.shop-top {
	margin-bottom: .9375rem
}

@media (max-width:991px) {
	.shop-top {
		position: sticky;
		position: -webkit-sticky;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9;
		background-color: #fff
	}
}

.shop-top span.label {
	font-size: .8125rem
}

.filterCanvas.hasFilter:before {
	content: '';
	position: absolute;
	width: .5rem;
	height: .5rem;
	border-radius: .625rem;
	top: .3125rem;
	right: -.25rem
}

.isotoped .ly__ms:not([style]) {
	opacity: 0;
	z-index: -1
}

.collection-products .product-listing {
	--grid-gutter: 0.5rem
}

.collection-products .product-listing .grid-item {
	margin-bottom: 1.25rem
}

.collection-products .product {
	height: 100%
}

.section-title.title-sidebar h3 {
	font-size: 1.125rem
}

.content-more {
	border-radius: 4px;
	border: thin dashed #e0e0e0;
	background-color: #fafafa;
	padding: 0 7px 7px;
	margin-bottom: 1rem
}

.widget_recent_product .widget-title {
	margin: 1.25rem 0 .9375rem
}

.widget_recent_product .product-categories li {
	line-height: normal;
	padding: .9375rem 0;
	overflow: hidden
}

.widget_recent_product .product-thumb {
	width: 5rem;
	float: left
}

.widget_recent_product .product-info {
	overflow: hidden;
	padding-left: 1.875rem
}

.widget_recent_product .product-name {
	line-height: 1.25rem;
	margin-bottom: .3125rem;
	font-weight: 400
}

.widget_recent_product .product-name a {
	font-size: .75rem;
	text-transform: uppercase;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 3.5rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.widget_recent_product .price {
	color: #222
}

.widget_recent_product .price ins {
	text-decoration: none
}

.widget_recent_product .price del {
	color: #999
}

.get__shipping .form-group {
	margin-bottom: .625rem
}

.get__shipping .icon__shipping {
	padding-right: 1.5625rem;
	padding-left: 0
}

.get__shipping .icon__shipping i {
	font-size: .9375rem;
	line-height: 1;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.46875rem;
	opacity: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	-webkit-transform: translateX(-6px);
	transform: translateX(-6px)
}

.get__shipping .icon__shipping:focus i,
.get__shipping .icon__shipping:hover i {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.get__shipping .icon__shipping.error {
	color: red
}

.get__shipping svg.svg-icon__shipping circle,
.get__shipping svg.svg-icon__shipping ellipse,
.get__shipping svg.svg-icon__shipping g,
.get__shipping svg.svg-icon__shipping line,
.get__shipping svg.svg-icon__shipping path,
.get__shipping svg.svg-icon__shipping polygon,
.get__shipping svg.svg-icon__shipping polyline,
.get__shipping svg.svg-icon__shipping rect {
	fill: inherit;
	stroke: inherit
}

.get__shipping symbol.svg-icon__shipping circle,
.get__shipping symbol.svg-icon__shipping ellipse,
.get__shipping symbol.svg-icon__shipping g,
.get__shipping symbol.svg-icon__shipping line,
.get__shipping symbol.svg-icon__shipping path,
.get__shipping symbol.svg-icon__shipping polygon,
.get__shipping symbol.svg-icon__shipping polyline,
.get__shipping symbol.svg-icon__shipping rect {
	fill: inherit;
	stroke: inherit
}

.get__shipping .price-item__shipping span.money {
	color: red;
	font-weight: 600
}

.get__shipping .show__shipping {
	line-height: normal
}

.pagination {
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}

.pagination .page-numbers,
.pagination a.btn--narrow {
	letter-spacing: initial;
	min-height: 1.875rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.875rem;
	height: 2.5rem;
	font-weight: 400;
	font-size: .875rem;
	padding: 0 .1875rem;
	line-height: 1;
	color: #222;
	border-radius: .1875rem;
	background-color: transparent;
	border: thin solid transparent
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination a.btn--narrow.current,
.pagination a.btn--narrow:hover {
	background-color: transparent;
	border-color: #ebebeb
}

.pagination>li {
	margin: 0 .3125rem
}

.pagination>li>a,
.pagination>li>span {
	color: #111;
	box-shadow: none;
	background-color: transparent
}

.pagination>li>a:focus,
.pagination>li>a:hover {
	color: #111;
	box-shadow: none;
	background-color: transparent
}

.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #111;
	box-shadow: none;
	background-color: transparent
}

.btn--narrow.btn--disabled {
	cursor: auto;
	color: #aaa;
	padding: .375rem .75rem
}

.pagination a.btn--narrow.btn-next,
.pagination a.btn--narrow.btn-prev {
	padding: .375rem 0;
	line-height: .875rem;
	margin: 0 .3125rem;
	padding-left: .625rem;
	padding-right: .625rem;
	min-width: 5rem
}

.pagination a.btn--narrow.btn-next i,
.pagination a.btn--narrow.btn-prev i {
	font-size: 1.1875rem
}

.pagination a.btn--narrow.btn-next i:first-child,
.pagination a.btn--narrow.btn-prev i:first-child {
	margin-right: .3125rem;
	margin-left: 0
}

.pagination a.btn--narrow.btn-next i:last-child,
.pagination a.btn--narrow.btn-prev i:last-child {
	margin-left: .3125rem;
	margin-right: 0
}

.pagination a.btn--narrow.btn-next.disabled,
.pagination a.btn--narrow.btn-prev.disabled {
	border-color: transparent;
	color: #aaa;
	pointer-events: none
}

.threesixty .nav_bar a {
	margin: .1875rem .3125rem 0
}

.threesixty .nav_bar a:before {
	font-family: molla;
	font-size: 1.5rem
}

.threesixty .nav_bar a.nav_bar_previous:before {
	content: '\f111' !important
}

.threesixty .nav_bar a.nav_bar_play:before {
	content: '\f2be' !important
}

.threesixty .nav_bar a.nav_bar_stop:before {
	content: '' !important;
	width: 1.125rem;
	height: 1.25rem;
	border-width: 0 .125rem;
	border-style: solid;
	margin-top: .25rem
}

.threesixty .nav_bar a.nav_bar_next:before {
	content: '\f112' !important
}

.kt-wishlist.added:before {
	content: '\e957'
}

.table-compare {
	--img_ar: 50%
}

.table-compare .aspectRatio {
	--ar_i: 50%
}

.table-compare [data-n-opt] {
	display: block !important
}

.table-compare .product {
	box-shadow: none !important;
	text-align: initial
}

.table-compare .product .content__variants_list,
.table-compare .product .product-price,
.table-compare .product .product-price-rate,
.table-compare .product .ratings-container {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.table-compare .product-inner h3.product-name {
	font-size: .875rem;
	margin-top: .9375rem;
	margin-bottom: 1.5625rem;
	line-height: 1.5;
	min-height: 2.5rem
}

.table-compare .product-inner h3.product-name a:not(:hover) {
	color: #333
}

.table-compare thead {
	height: 0;
	opacity: 0
}

.table-compare thead th {
	padding: 0;
	border: none
}

.table-compare tr:nth-child(2n+2) {
	background-color: #fbfbfb
}

.table-compare tr:nth-child(2n+2):after {
	content: ''
}

.table-compare td,
.table-compare th {
	min-width: 13.625rem;
	padding: 1.25rem .625rem;
	border-color: transparent
}

.table-compare th {
	text-align: right;
	padding-right: 2.5rem;
	font-weight: 500;
	color: #999
}

.table-compare .cp_prd-thumb td {
	min-width: 218px;
	width: calc((100vw - 218px)/ 5);
	max-width: 25%;
	padding-top: 2.5rem;
	position: relative
}

.table-compare .cp_prd-thumb .compare-remove {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -.5rem
}

.table-compare .product-price {
	margin-bottom: 0;
	line-height: normal;
	font-size: .875rem
}

.table-compare .name_option {
	display: block !important;
	margin-bottom: .5rem
}

.table-compare .add_new.aspectRatio {
	background-color: transparent !important;
	border: 1px solid #ededed;
	cursor: pointer
}

.table-compare .add_new.aspectRatio i {
	font-size: 1.875rem;
	line-height: 1
}

.table-compare .add_new.aspectRatio>div {
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -1.625rem;
	color: #999
}

.table-compare .product-excerpt {
	max-height: 16.875rem;
	overflow-y: auto
}

.table-compare .cp_prd-availability span {
	color: #ef837b
}

.table-compare .cp_prd-availability .in_stock {
	color: #a6c76c
}

.table-compare .cp_prd-rating .rating {
	margin-bottom: 0
}

.compareOffcanvas .compare-remove {
	margin-top: 10px;
	line-height: 2.1875rem
}

.compareOffcanvas tr.no-products.odd td {
	min-height: 12.5rem;
	text-transform: uppercase;
	padding: 1.875rem 0
}

.compareOffcanvas .no-compare {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 1.875rem;
	text-align: center;
	font-size: 1.5rem
}

.compareOffcanvas [data-rating="0.0"] {
	display: block !important
}

.compareOffcanvas .product-loop-variants .variants_list [data-maybe-hide=true]:not(.active) {
	display: block !important
}

.compareOffcanvas .product-loop-variants .variants_list .more.kt__quick-shop {
	display: none !important
}

.compareOffcanvas .prd--option2,
.compareOffcanvas .prd--option3 {
	display: block
}

.table-responsive {
	overflow-y: hidden
}

.mini-compare-content {
	padding: 1.375rem 1.875rem 1.5625rem;
	width: 18.75rem !important
}

.mini-compare-content .no-compare p {
	font-size: .8125rem;
	margin-bottom: 0
}

.mini-compare-content .compare-products {
	list-style: none;
	padding: 0;
	margin: 0
}

.mini-compare-content .compare-product {
	position: relative;
	padding: .3125rem 0;
	margin: 0;
	box-shadow: none !important
}

.mini-compare-content .compare-product:hover {
	box-shadow: none
}

.mini-compare-content .btn-remove {
	position: absolute;
	top: 50%;
	right: -.34375rem;
	width: 1.5rem;
	height: 1.5rem;
	color: #ccc;
	margin-top: -.75rem;
	background-size: .75rem
}

.mini-compare-content .btn-remove:focus,
.mini-compare-content .btn-remove:hover {
	color: #333
}

.mini-compare-content .compare-product-title {
	color: #333;
	font-weight: 300;
	font-size: .8125rem;
	line-height: 1.35;
	margin: 0;
	letter-spacing: -.01em;
	padding-right: .9375rem
}

.mini-compare-content .compare-product-title a {
	color: inherit
}

.mini-compare-content .compare-actions {
	display: flex;
	align-items: center;
	margin-top: 1.25rem
}

.mini-compare-content .compare-actions .btn {
	font-size: .8125rem;
	margin-left: auto;
	padding-top: .40625rem;
	padding-bottom: .40625rem
}

.product-grid-countdown:not(.showOn),
.product-single-countdown:not(.showOn) {
	display: none !important
}

.kt_countdown {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-ms-flex-align: center
}

.kt_countdown span.sign {
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1;
	left: 100%
}

.kt_countdown.style01 .block {
	position: relative;
	display: inline-block;
	width: 5rem;
	text-align: center;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0
}

.kt_countdown.style01 .block:not(:last-child):after {
	color: var(--bs-primary)
}

.kt_countdown.style01 span.flip-top {
	font-weight: 400;
	font-size: 1.875rem;
	letter-spacing: -.025em;
	color: var(--bs-primary)
}

.kt_countdown.style01 span.label {
	display: block
}

.kt_countdown.style02 {
	display: inline-block;
	min-width: 10rem
}

.kt_countdown.style02 .block {
	display: inline-block;
	position: relative
}

.kt_countdown.style02 .block.cdday span.label {
	display: inline-block;
	text-transform: lowercase
}

.kt_countdown.style02 .block.cdday span.flip-top {
	padding-right: .1875rem
}

.kt_countdown.style02 .block.cdday:after {
	content: ','
}

.kt_countdown.style02 .block:after {
	content: ':'
}

.kt_countdown.style02 .block:last-child span.flip-top {
	padding-right: 0
}

.kt_countdown.style02 .block:last-child:after {
	display: none
}

.kt_countdown.style02 .block:first-child span.flip-top {
	padding-left: 0
}

.kt_countdown.style02 span.sign {
	display: none
}

.kt_countdown.style02 span.label {
	display: none
}

.kt_countdown.style02 span.flip-top {
	font-size: 1.125rem;
	padding-right: .3125rem;
	padding-left: .3125rem
}

.kt_countdown.style03 .block {
	position: relative;
	display: inline-block;
	min-width: 3.125rem;
	padding: .9375rem .3125rem;
	text-align: center;
	font-weight: 300;
	font-size: .75rem;
	line-height: 1;
	background-color: transparent;
	border-radius: .1875rem;
	border: thin solid #e1e1e1;
	font-weight: 400;
	color: #333
}

.kt_countdown.style03 span.sign {
	font-size: 1.875rem;
	margin: 0 .375rem
}

.kt_countdown.style03 span.flip-top {
	display: inline-block;
	font-size: 1.125rem;
	letter-spacing: -.03em;
	margin-bottom: .25rem
}

.kt_countdown.style03 span.label {
	display: block;
	text-transform: lowercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

@media (min-width:375px) {
	.kt_countdown.style03 .block {
		min-width: 4.375rem;
		padding: 1.3125rem .3125rem
	}

	.kt_countdown.style03 span.flip-top {
		font-size: 1.5rem
	}
}

@media (min-width:576px) {
	.kt_countdown.style03 span.flip-top {
		font-size: 1.875rem
	}
}

.kt_countdown.style04 .block {
	position: relative;
	display: inline-block;
	min-width: 3.125rem;
	padding: .3125rem 0;
	text-align: center;
	font-weight: 300;
	font-size: .75rem;
	line-height: 1;
	font-weight: 400;
	color: #333
}

.kt_countdown.style04 span.sign {
	margin: -.9375rem .375rem 0
}

.kt_countdown.style04 span.flip-top {
	display: inline-block;
	letter-spacing: -.03em;
	margin-bottom: .25rem;
	width: 100%;
	font-size: 1.5rem;
	color: #fff;
	border-radius: .3125rem;
	padding: .625rem
}

.kt_countdown.style04 span.label {
	display: block;
	text-transform: lowercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

@media (min-width:375px) {
	.kt_countdown.style04 .block {
		padding: .625rem 0
	}
}

.kt_countdown.style05 {
	padding: 0 .9375rem
}

.kt_countdown.style05 .block {
	position: relative;
	display: inline-block;
	min-width: 3.125rem;
	padding: .3125rem;
	text-align: center;
	font-size: .625rem;
	line-height: 1;
	font-weight: 400;
	color: #333
}

.kt_countdown.style05 span.flip-top {
	display: inline-block;
	letter-spacing: -.03em;
	margin-bottom: 0;
	width: 100%;
	font-size: 1rem;
	color: #fff
}

.kt_countdown.style05 span.sign {
	color: #fff
}

.kt_countdown.style05 span.label {
	color: #fff;
	display: block;
	text-transform: lowercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: -.01em;
	font-size: 0
}

.kt_countdown.style05 span.label:before {
	font-size: .625rem
}

@media (min-width:375px) {
	.kt_countdown.style05 .block {
		padding: .4375rem .3125rem
	}
}

.kt_countdown.style06 .block {
	position: relative;
	display: inline-block;
	min-width: 3.4375rem;
	padding: .3125rem 0;
	text-align: center;
	font-size: .625rem;
	line-height: 1;
	font-weight: 400;
	color: #333;
	background-color: #fafafa;
	border-radius: .1875rem
}

.kt_countdown.style06 span.flip-top {
	display: inline-block;
	letter-spacing: -.03em;
	margin-bottom: 0;
	width: 100%;
	font-size: 1rem
}

.kt_countdown.style06 span.sign {
	color: transparent;
	padding: .3125rem;
	font-size: 0
}

.kt_countdown.style06 span.label {
	display: block;
	text-transform: lowercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: -.01em;
	padding-top: .4375rem
}

@media (min-width:375px) {
	.kt_countdown.style06 .block {
		padding: .625rem 0
	}
}

.socials_ .socials {
	margin: 0 -.3125rem;
	display: inline-block
}

.socials_ .socials>li {
	margin-right: 0;
	margin-left: 0
}

.socials_ .socials a.social-icon {
	display: inline-block;
	min-width: .875rem;
	margin: 0 .3125rem;
	transition: all .35s ease
}

.socials_ span.social-label {
	display: inline-block;
	padding-right: 1.25rem
}

.socials_.socials_color .social-icon {
	color: var(--text)
}

.socials_.socials_color .social-facebook:hover {
	--text: #1977F2
}

.socials_.socials_color .social-twitter:hover {
	--text: #79c8ed
}

.socials_.socials_color .social-instagram:hover {
	--text: #dd6d9a
}

.socials_.socials_color .social-youtube:hover {
	--text: #e66262
}

.socials_.socials_color .social-pinterest:hover {
	--text: #e66262
}

.socials_.socials_color .social-tumblr:hover {
	--text: #36465D
}

.socials_.socials_color .social-linkedin:hover {
	--text: #3399cc
}

.socials_.socials_color .social-google-plus:hover {
	--text: #D74937
}

.socials_.social-icons-colored .social-icon {
	text-align: center
}

.socials_.social-icons-colored .social-icon.social-facebook {
	color: #fff;
	border-color: #8f79ed;
	background-color: #8f79ed
}

.socials_.social-icons-colored .social-icon.social-twitter {
	color: #fff;
	border-color: #79c8ed;
	background-color: #79c8ed
}

.socials_.social-icons-colored .social-icon.social-instagram {
	color: #fff;
	border-color: #dd6d9a;
	background-color: #dd6d9a
}

.socials_.social-icons-colored .social-icon.social-youtube {
	color: #fff;
	border-color: #e66262;
	background-color: #e66262
}

.socials_.social-icons-colored .social-icon.social-pinterest {
	color: #fff;
	border-color: #e66262;
	background-color: #e66262
}

.socials_.social-icons-colored .social-icon.social-linkedin {
	color: #fff;
	border-color: #39c;
	background-color: #39c
}

.socials_.social-icons-colored .social-icon.social-google-plus:not(:hover) {
	color: #fff;
	border-color: #d74937;
	background-color: #d74937
}

.socials_.social-icons-colored .social-icon:focus,
.socials_.social-icons-colored .social-icon:hover {
	background-color: #fff !important;
	border-color: #d7d7d7 !important
}

.socials_.social-icons-colored .social-icon:focus.social-facebook,
.socials_.social-icons-colored .social-icon:hover.social-facebook {
	color: #8f79ed
}

.socials_.social-icons-colored .social-icon:focus.social-twitter,
.socials_.social-icons-colored .social-icon:hover.social-twitter {
	color: #79c8ed
}

.socials_.social-icons-colored .social-icon:focus.social-instagram,
.socials_.social-icons-colored .social-icon:hover.social-instagram {
	color: #dd6d9a
}

.socials_.social-icons-colored .social-icon:focus.social-youtube,
.socials_.social-icons-colored .social-icon:hover.social-youtube {
	color: #e66262
}

.socials_.social-icons-colored .social-icon:focus.social-pinterest,
.socials_.social-icons-colored .social-icon:hover.social-pinterest {
	color: #e66262
}

.socials_.social-icons-colored .social-icon:focus.social-linkedin,
.socials_.social-icons-colored .social-icon:hover.social-linkedin {
	color: #39c
}

.socials_.social-icons-colored .social-icon:focus.social-google-plus,
.socials_.social-icons-colored .social-icon:hover.social-google-plus {
	color: #d74937
}

.socials_.style-01 .socials {
	margin: 0 -.625rem
}

.socials_.style-01 a.social-icon {
	font-size: .8125rem;
	margin: 0 .625rem;
	border-radius: 50%;
	text-decoration: none;
	text-align: center
}

.socials_.style-02 .social-label {
	display: none
}

.socials_.style-02 a.social-icon {
	border-width: 1px;
	border-style: solid;
	border-radius: 3.125rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.375rem;
	font-size: 1.125rem;
	text-align: center
}

.socials_.style-02.style-02-small .social-icon {
	width: 1.875rem;
	height: 1.875rem;
	line-height: 1.75rem;
	font-size: .75rem
}

.socials_.style-03 .social-label {
	display: none
}

.socials_.style-03 a.social-icon {
	width: 2.875rem;
	height: 2.875rem;
	font-size: 1.125rem;
	line-height: 2.875rem;
	margin-bottom: .625rem;
	border-radius: 3.125rem;
	border: thin solid #e1e2e6
}

.socials_.style-04 a.social-icon {
	text-align: center;
	width: 1.8125rem;
	height: 1.8125rem;
	font-size: .875rem;
	line-height: 1.8125rem;
	margin-bottom: .625rem;
	border-radius: 3.125rem;
	background-color: #fff
}

.socials_.social-icons-vertical {
	margin-bottom: 1.25rem
}

.socials_.social-icons-vertical .socials>li {
	margin-right: 0
}

.socials_.social-icons-vertical a.social-icon {
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1rem;
	line-height: 2.5rem
}

@media (min-width:992px) {
	.socials_.social-icons-vertical {
		flex-direction: column;
		text-align: center;
		padding-bottom: 2.5rem
	}

	.socials_.social-icons-vertical .entry-fullwidth {
		margin-bottom: 0
	}

	.socials_.social-icons-vertical .social-label {
		margin-right: 0;
		margin-bottom: .6875rem
	}

	.socials_.social-icons-vertical .social-icon {
		margin-bottom: .625rem
	}

	.socials_.social-icons-vertical .social-icon+.social-icon {
		margin-left: 0
	}
}

.ratings-container {
	display: flex;
	align-items: center;
	margin-left: 1px;
	line-height: 1.1;
	margin-bottom: 12px;
	font-size: 11px;
	letter-spacing: .2em
}

.ratings,
.ratings-full {
	position: relative;
	font-family: riode
}

.ratings-full+.rating-reviews {
	margin-left: 5px
}

.ratings-full::before {
	content: """""""""";
	color: rgba(0, 0, 0, .16);
	font-family: riode
}

.ratings-full:hover .tooltiptext {
	visibility: visible;
	opacity: 1
}

.ratings {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden
}

.ratings::before {
	content: """""""""";
	color: #d26e4b;
	font-family: riode
}

.rating-reviews {
	margin: 2px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 11px;
	color: #aaa;
	letter-spacing: 0;
	text-transform: capitalize
}

.rating-reviews:hover {
	color: var(--bs-primary)
}

.rating {
	white-space: nowrap;
	color: #d26e4b;
	font-size: .8125rem;
	letter-spacing: .1875rem;
	margin-bottom: .625rem
}

.rating i.fa:before {
	content: "\f005"
}

.rating.--star-0-0 {
	color: #aaa
}

.--star-1-5 i:nth-child(1).fa:before {
	color: #aaa
}

.--star-2-5 i:nth-child(2).fa:before {
	color: #aaa
}

.--star-3-5 i:nth-child(3).fa:before {
	color: #aaa
}

.--star-4-5 i:nth-child(4).fa:before {
	color: #aaa
}

.spr-form-actions:after,
.spr-form-actions:before,
.spr-form-contact:after,
.spr-form-contact:before,
.spr-form-content:after,
.spr-form-content:before,
.spr-form-review:after,
.spr-form-review:before {
	content: none !important
}

.spr-form input:focus,
.spr-form textarea:focus {
	box-shadow: none !important;
	outline: 0 !important
}

.spr-form-input.spr-starrating {
	margin-left: -1px !important
}

.spr-starrating .spr-icon,
.spr-starratings .spr-icon {
	min-width: 18px;
	min-height: auto
}

.spr-starrating,
.spr-starratings {
	line-height: 1
}

.spr-starrating [class*=" spr-icon-"]:before,
.spr-starrating [class^=spr-icon-]:before,
.spr-starratings [class*=" spr-icon-"]:before,
.spr-starratings [class^=spr-icon-]:before {
	width: 1.2em;
	line-height: 1;
	font-size: .875rem;
	vertical-align: middle
}

.spr-starrating .spr-icon,
.spr-starratings .spr-icon {
	width: auto;
	height: auto;
	line-height: 1;
	top: -.125rem;
	font-size: .8125rem !important
}

.spr-starrating .spr-icon {
	top: 0
}

.spr-starrating [class*=" spr-icon-"]:before,
.spr-starrating [class^=spr-icon-]:before {
	font-size: .8125rem
}

.spr-badge-caption {
	font-size: .8125rem;
	color: #999
}

.spr-icon.spr-icon-star-empty {
	opacity: 1 !important;
	color: #999
}

.spr-form-contact {
	display: flex;
	justify-content: space-between
}

.spr-form-contact:after,
.spr-form-contact:before {
	display: none
}

.spr-form-contact-email,
.spr-form-contact-name {
	width: calc(50% - 10px)
}

.spr-form-label {
	font-size: .875rem !important;
	margin-bottom: .625rem
}

.spr-form-input {
	min-height: 2.8125rem;
	padding: .53125rem 1.25rem;
	font-size: .875rem;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 1.25rem;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.spr-form-input>.spr-form-input-textarea {
	padding: 0;
	min-width: 100%;
	border: none !important;
	box-shadow: none !important;
	outline: 0 !important
}

.spr-form-input.spr-starrating {
	border: none;
	padding: 0;
	min-height: auto
}

.spr-form-input a {
	border: none
}

.spr-button {
	border-radius: .25rem
}

.tab-details-product .box-list-reviews .spr-header-title {
	display: none
}

.tab-details-product .box-list-reviews .spr-container {
	padding: 0;
	border: none
}

.spr-badge-starrating {
	margin: 0 !important
}

.spr-badge-caption {
	margin-left: .1875rem !important
}

.bg-pattern {
	position: relative;
	overflow: hidden
}

.bg-pattern .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	transition: all .1s ease
}

.bg-pattern .bg img {
	max-width: none
}

.kt_banner_all_page p {
	font-size: 1.125rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:768px) {
	.kt_banner_all_page p {
		font-size: .875rem
	}
}

#suggestToast {
	display: block !important;
	opacity: 1 !important;
	background-color: transparent;
	--bs-toast-color: var(--text);
	background-clip: initial;
	border: none;
	box-shadow: none;
	border-radius: initial
}

#suggestToast .toast-content {
	transform: translateY(0);
	opacity: 1;
	transition: all .4s cubic-bezier(.4, 0, 1, 1);
	background-color: var(--bs-toast-bg);
	background-clip: padding-box;
	border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
	box-shadow: var(--bs-toast-box-shadow);
	border-radius: var(--bs-toast-border-radius)
}

#suggestToast:not(.show) {
	pointer-events: none
}

#suggestToast:not(.show) .toast-content {
	opacity: 0;
	transform: translateY(150px)
}

#suggestToast .toast-header strong {
	font-weight: 500;
	color: var(--text)
}

#suggestToast .img-suggest {
	width: 65px
}

.from-ago,
.minutes-ago {
	font-size: .75rem
}

.kt_progress_bar .count {
	padding: .125rem .3125rem;
	font-weight: 700;
	border-radius: .1875rem;
	transition: all .3s ease
}

.kt_progress_bar .items-count p {
	padding-bottom: .3125rem;
	margin: 0
}

.product_delivery #fromDate,
.product_delivery #toDate {
	border-bottom: 1px solid
}

.content-more count {
	text-align: center;
	min-width: 2.8125rem;
	display: inline-block;
	padding: 0 .25rem;
	border-radius: .1875rem;
	color: #fff
}

.realTime count {
	background-color: var(--bg)
}

.kt_slideshow,
.kt_slideshowSimple {
	overflow: hidden
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	pointer-events: auto
}

.swiper-button-next.swiper-button-disabled.swiper-button-lock,
.swiper-button-prev.swiper-button-disabled.swiper-button-lock {
	display: none
}

.swiper-button-next,
.swiper-button-prev {
	background-image: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.swiper-button-next:after,
.swiper-button-prev:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: riode !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.swiper-button-next:after {
	content: "\e950"
}

.swiper-button-prev:after {
	content: "\e951"
}

.swiper:not(.swiper-initialized) .swiper-button-next,
.swiper:not(.swiper-initialized) .swiper-button-prev,
.swiper:not(.swiper-initialized)+.swiper-buttons .swiper-button-next,
.swiper:not(.swiper-initialized)+.swiper-buttons .swiper-button-prev {
	opacity: 0
}

@media (max-width:768px) {

	.swiper-button-next,
	.swiper-button-prev {
		min-width: 40px
	}

	.swiper-button-next {
		right: 0
	}

	.swiper-button-prev {
		left: 0
	}
}

.swiper-has-nav .swiper-button-next,
.swiper-has-nav .swiper-button-prev {
	display: inline-block
}

.swiper-has-nav+.swiper-buttons .swiper-button-next,
.swiper-has-nav+.swiper-buttons .swiper-button-prev {
	display: inline-block
}

.swiper-horizontal>.swiper-scrollbar {
	left: 0;
	bottom: 0;
	width: 100%
}

.swiper-buttons {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.swiper-buttons>.content-buttons {
	height: 100%
}

.swiper-pagination-bullet {
	background: 0 0;
	border: 1px solid #333;
	height: 8px;
	width: 8px;
	border-radius: 5px;
	opacity: 1;
	-webkit-transition: width .3s ease;
	transition: width .3s ease
}

.swiper-pagination-bullet-active {
	width: 18px;
	border-radius: 5px;
	background-color: #333
}

.swiper-pagination-white .swiper-pagination-bullet {
	border-color: #fff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background-color: #fff;
	border-color: #fff
}

.swiper-pagination-primary .swiper-pagination-bullet {
	border-color: #d7d7d7
}

.swiper-pagination-primary .swiper-pagination-bullet-active {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary)
}

.swiper-pagination.swiper-pagination-outside {
	position: static;
	margin-top: 10px
}

.swiper-no-overflow {
	overflow: visible
}

.swiper-no-overflow .swiper-slide-next .lazyload,
.swiper-no-overflow .swiper-slide-prev .lazyload {
	visibility: visible !important
}

.nav-top-left+.swiper-buttons,
.nav-top-right+.swiper-buttons {
	position: absolute;
	top: -38px;
	right: 0;
	width: 80px
}

.nav-top-left+.swiper-buttons {
	left: 0;
	right: auto
}

.nav-center-center:not(:hover) .swiper-button-next,
.nav-center-center:not(:hover) .swiper-button-prev {
	opacity: 0;
	visibility: hidden
}

.nav-center-center:not(:hover) .swiper-button-next {
	right: -10px
}

.nav-center-center:not(:hover) .swiper-button-prev {
	left: -10px
}

@media (min-width:768px) {
	.nav-center-center:not(:hover) .swiper-button-next {
		right: -35px
	}

	.nav-center-center:not(:hover) .swiper-button-prev {
		left: -35px
	}
}

.nav-center-outside .swiper-button-next {
	right: -10px
}

.nav-center-outside .swiper-button-prev {
	left: -10px
}

@media (min-width:1200px) {

	.nav-center-outside .swiper-button-next,
	.nav-center-outside .swiper-button-prev {
		width: 44px
	}

	.nav-center-outside:not(:hover) .swiper-button-next,
	.nav-center-outside:not(:hover) .swiper-button-prev {
		opacity: 0;
		visibility: hidden
	}

	.nav-center-outside:not(:hover) .swiper-button-next {
		right: 15px
	}

	.nav-center-outside:not(:hover) .swiper-button-prev {
		left: 15px
	}

	.nav-center-outside .swiper-button-next {
		right: -45px
	}

	.nav-center-outside .swiper-button-prev {
		left: -45px
	}
}

.nav-top-left .swiper-buttons,
.nav-top-right .swiper-buttons {
	width: auto;
	height: auto
}

.nav-top-left .swiper-button-next,
.nav-top-left .swiper-button-prev,
.nav-top-right .swiper-button-next,
.nav-top-right .swiper-button-prev {
	margin-top: 0;
	min-width: auto;
	position: relative;
	top: auto;
	bottom: auto;
	right: auto !important;
	left: auto !important
}

.nav-top-right .swiper-buttons {
	right: 0;
	left: auto
}

.nav-mode-primary .swiper-button-next,
.nav-mode-primary .swiper-button-prev {
	color: var(--bs-primary)
}

.nav-mode-white .swiper-button-next,
.nav-mode-white .swiper-button-prev {
	color: #fff
}

.nav-style1 .swiper-button-next,
.nav-style1 .swiper-button-prev,
.nav-style2 .swiper-button-next,
.nav-style2 .swiper-button-prev {
	border-radius: 50px;
	background-color: transparent;
	width: 40px;
	height: 40px;
	--swiper-navigation-size: 1.5em
}

@media (min-width:768px) {

	.nav-style1.nav-center-outside .swiper-button-next,
	.nav-style2.nav-center-outside .swiper-button-next {
		right: -45px
	}

	.nav-style1.nav-center-outside .swiper-button-prev,
	.nav-style2.nav-center-outside .swiper-button-prev {
		left: -45px
	}

	.nav-style1.nav-center-outside:not(:hover) .swiper-button-next,
	.nav-style1.nav-center-outside:not(:hover) .swiper-button-prev,
	.nav-style2.nav-center-outside:not(:hover) .swiper-button-next,
	.nav-style2.nav-center-outside:not(:hover) .swiper-button-prev {
		opacity: 0;
		visibility: hidden
	}

	.nav-style1.nav-center-outside:not(:hover) .swiper-button-next,
	.nav-style2.nav-center-outside:not(:hover) .swiper-button-next {
		right: 15px
	}

	.nav-style1.nav-center-outside:not(:hover) .swiper-button-prev,
	.nav-style2.nav-center-outside:not(:hover) .swiper-button-prev {
		left: 15px
	}
}

@media (min-width:1200px) {

	.nav-style1.nav-center-outside .swiper-button-next,
	.nav-style2.nav-center-outside .swiper-button-next {
		right: -55px
	}

	.nav-style1.nav-center-outside .swiper-button-prev,
	.nav-style2.nav-center-outside .swiper-button-prev {
		left: -55px
	}
}

.nav-style1 .swiper-button-next,
.nav-style1 .swiper-button-prev {
	background-color: #fff
}

.nav-style1.nav-mode-white .swiper-button-next,
.nav-style1.nav-mode-white .swiper-button-prev {
	color: #333
}

.nav-style2 .swiper-button-next,
.nav-style2 .swiper-button-prev {
	border-width: 1px;
	border-style: solid;
	border-color: #fff
}

.nav-style2.nav-mode-default .swiper-button-next,
.nav-style2.nav-mode-default .swiper-button-prev {
	border-color: var(--bs-primary)
}

.nav-style2.nav-mode-primary .swiper-button-next,
.nav-style2.nav-mode-primary .swiper-button-prev {
	border-color: var(--bs-primary)
}

.nav-style3.swiper-has-nav .swiper-button-prev {
	box-shadow: 4px 0 7px -5px rgba(0, 0, 0, .2)
}

.nav-style3.swiper-has-nav .swiper-button-next {
	box-shadow: -4px 0 7px -5px rgba(0, 0, 0, .2)
}

.nav-style3.swiper-has-nav .swiper-button-next,
.nav-style3.swiper-has-nav .swiper-button-prev {
	font-size: 1.25rem;
	display: inline-block;
	height: 100%;
	top: 0;
	left: 0;
	margin-top: 0;
	background: rgba(255, 255, 255, .75);
	box-shadow: none
}

.nav-style3.swiper-has-nav .swiper-button-next:before,
.nav-style3.swiper-has-nav .swiper-button-prev:before {
	content: '';
	display: block;
	width: 10px;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	border-radius: 20px 0 0 20px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(nav-prev-shadow.png)
}

.nav-style3.swiper-has-nav .swiper-button-next:hover,
.nav-style3.swiper-has-nav .swiper-button-prev:hover {
	color: var(--bs-primary);
	background: #fff
}

@media (max-width:768px) {

	.nav-style3.swiper-has-nav .swiper-button-next,
	.nav-style3.swiper-has-nav .swiper-button-prev {
		min-width: auto
	}
}

.nav-style3.swiper-has-nav .swiper-button-next:after,
.nav-style3.swiper-has-nav .swiper-button-prev:after {
	font-size: 1.25rem
}

.nav-style3.swiper-has-nav .swiper-button-next {
	right: 0;
	left: auto
}

.nav-style3.swiper-has-nav .swiper-button-next:before {
	left: auto;
	right: 26px;
	background-image: url(nav-next-shadow.png)
}

.nav-style3.swiper-has-nav .swiper-button-disabled {
	opacity: 0
}

.nav-style3.swiper-has-dot.swiper-has-nav .swiper-button-next,
.nav-style3.swiper-has-dot.swiper-has-nav .swiper-button-prev {
	height: 92%
}

footer {
	color: var(--text);
	font-weight: 500;
	font-size: .8125rem
}

footer .widget {
	margin-bottom: 1.875rem
}

footer .widget-title {
	color: var(--color_title);
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: -.01em;
	margin-top: 0;
	margin-bottom: 1.1875rem;
	position: relative
}

@media (max-width:575px) {
	footer .widget-title:not(.not_drop) {
		padding-bottom: .9375rem;
		border-bottom: 1px solid var(--border_color);
		cursor: pointer;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	footer .widget-title:not(.not_drop):after {
		content: "\e952";
		display: inline-block;
		font-family: riode;
		line-height: 1;
		transition: all .3s
	}

	footer .widget-title:not(.not_drop).onHide:after {
		content: "\e953"
	}

	footer .widget-title:not(.not_drop)+.widget-list,
	footer .widget-title:not(.not_drop)+div {
		display: none
	}
}

footer .widget-about-title {
	display: block;
	font-weight: 300;
	font-size: .8125rem;
	letter-spacing: 0;
	margin-bottom: .25rem
}

footer a:not(:hover) {
	color: var(--text)
}

.footer-top {
	padding: 2.5rem 0;
	border-bottom: 1px solid var(--border_color)
}

.footer-top .newsletter-info {
	font-size: .875rem
}

.footer-top .widget-title {
	font-size: 1.25rem
}

.footer-top .widget-newsletter .form-control {
	font-size: .75rem
}

.footer-top[data-type=top_logo_newsletter_02] .cta-title {
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -.6px;
	margin-right: 30px;
	margin-bottom: 10px;
	color: var(--text)
}

.footer-top[data-type=top_logo_newsletter_02] .cta-desc {
	font-size: 14px;
	letter-spacing: -.3px;
	line-height: 18px;
	margin-bottom: 0;
	color: var(--text)
}

.footer-top[data-type=top_logo_newsletter_02] input[type=email] {
	border-radius: 2.4rem 0 0 2.4rem;
	min-width: 40px;
	font-size: 12px;
	background-color: var(--bs-white) !important;
	border-color: var(--bs-white) !important;
	color: #8d8d8d;
	padding: .85rem 2rem;
	line-height: 1.5;
	font-weight: 400;
	font-style: italic
}

.footer-top[data-type=top_logo_newsletter_02] .input-group .btn {
	border-radius: 0 24px 24px 0;
	font-size: 13px;
	line-height: 1
}

.footer-top[data-type=top_logo_newsletter_02] .socials_.style-02 .socials a {
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 19px;
	color: var(--bs-white);
	border-width: 2px;
	border-color: #6381b3
}

@media (max-width:1400px) {
	.footer-top[data-type=top_logo_newsletter_02] {
		display: inline-grid;
		grid-gap: 20px;
		justify-content: center
	}

	.footer-top[data-type=top_logo_newsletter_02] .cta-title {
		text-align: center;
		margin-bottom: 10px
	}

	.footer-top[data-type=top_logo_newsletter_02] .cta-desc {
		text-align: center
	}

	.footer-top[data-type=top_logo_newsletter_02] .socials {
		display: flex;
		justify-content: center
	}
}

.footer-middle {
	padding: 2.625rem 0 1.125rem
}

.footer-middle .footer-logo {
	margin-bottom: 1.25rem
}

.footer-middle .widget-newsletter .form-control {
	font-size: .75rem
}

.widget-about .widget-body label {
	color: #ccc
}

.widget-about p {
	max-width: 255px
}

.widget-about p:last-of-type {
	margin-bottom: 2rem
}

.widget-body li:not(:last-child) {
	margin-bottom: .9375rem
}

.widget-body label {
	color: var(--color_title);
	padding-right: .1875rem
}

@media (min-width:576px) {
	.widget-body {
		display: block !important
	}
}

.widget-about-info {
	font-weight: 400;
	font-size: 1.25rem;
	letter-spacing: -.01em;
	line-height: 1.3;
	padding-top: .4375rem
}

.widget-newsletter .form-control {
	color: var(--text);
	background-color: rgba(175, 175, 175, .1);
	border-color: rgba(175, 175, 175, .1) !important
}

.widget-newsletter .btn {
	padding: 1.2em 1.33em 1.07em
}

.widget-newsletter .socials_.style-02 a.social-icon {
	width: 1.875rem;
	height: 1.875rem;
	line-height: 1.75rem;
	font-size: .9375rem
}

.styleDarken .widget-newsletter .form-control {
	background-color: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .1) !important
}

.widget-list {
	margin-bottom: 0
}

.widget-list li:not(:last-child) {
	margin-bottom: .9375rem
}

@media (min-width:576px) {
	.widget-list {
		display: block !important
	}
}

.widget-call {
	position: relative;
	font-size: .8125rem;
	padding: 1.3125rem 1.25rem 1rem 4.375rem;
	border: thin solid #ebebeb;
	border-radius: .1875rem;
	line-height: 1.25;
	max-width: 16.875rem
}

.widget-call i {
	color: var(--bs-primary);
	display: inline-block;
	font-size: 1.875rem;
	line-height: 1;
	position: absolute;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%)
}

.widget-call a {
	color: var(--color_title) !important;
	font-weight: 400;
	font-size: 1.25rem
}

.widget-call a:focus,
.widget-call a:hover {
	box-shadow: none
}

.footer-bottom {
	border-top: 1px solid var(--border_color);
	padding-top: .6875rem;
	padding-bottom: 1.1875rem
}

.footer-payments {
	margin-bottom: 0
}

.payment_image {
	padding-top: .3125rem;
	display: block
}

.footer-menu {
	display: inline-block;
	align-items: center;
	margin-bottom: .5rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0
}

.footer-menu li {
	position: relative;
	display: inline-block
}

.footer-menu li:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: .75rem;
	position: absolute;
	left: -.6875rem;
	top: 50%;
	margin-top: -.375rem;
	background-color: #b5b5b5
}

.footer-menu li:first-child:before {
	display: none
}

.footer-menu li+li {
	margin-left: 1.3125rem
}

.footer-menu a {
	box-shadow: 0 1px 0 #b5b5b5
}

@media screen and (min-width:992px) {
	.footer-copyright {
		margin-bottom: 0;
		text-align: left;
		display: inline-block
	}

	.footer-menu {
		margin-bottom: 0;
		margin-left: .375rem;
		margin-right: 0
	}
}

.section-width.w-100 {
	overflow: hidden
}

.icon-boxes-container .swiper-scrollbar {
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.icon-boxes-container:not(:hover) .swiper-scrollbar {
	opacity: .2
}

.icon-boxes-container .icon-box.icon-box-sm {
	font-size: .875rem;
	line-height: 1.86
}

@media screen and (max-width:1199px) {
	.icon-boxes-container .icon-box-sm br {
		display: none
	}
}

.icon-box {
	color: #999;
	font-size: .875rem;
	line-height: 1.5;
	letter-spacing: -.01em;
	margin-bottom: 2.5rem
}

.icon-box .icon-box-content {
	display: block
}

.icon-box a {
	color: #999
}

.icon-box-title {
	color: var(--cl_title);
	font-weight: var(--title_f_w);
	font-size: .9375rem;
	line-height: 1;
	letter-spacing: -.025em;
	margin-bottom: .5625rem
}

.icon-box-icon {
	color: var(--cl_icon);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	line-height: 1;
	margin-bottom: 1.25rem
}

.icon-box-icon a {
	color: inherit
}

.icon-box-icon .d-icon-truck {
	font-size: 37px
}

.icon-box-content p {
	color: var(--cl_desc)
}

.icon-box-content p:last-child {
	margin-bottom: 0
}

.item_simple_icons .icon-box {
	padding: 2rem 0
}

.icon-box-circle .icon-box-icon {
	background-color: var(--bs-primary)
}

.icon-box-side {
	display: flex;
	width: 100%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	margin-bottom: 0
}

.icon-box-side p {
	margin-bottom: 0
}

.icon-box-side .icon-box-icon {
	line-height: 0;
	min-width: 4.375rem;
	text-align: center
}

@media (min-width:768px) {
	.icon-box-side .icon-box-icon {
		display: inline-block;
		margin-bottom: 0
	}
}

.icon-box-side .icon-box-title {
	letter-spacing: -.01em;
	margin-top: .125rem;
	margin-bottom: 0
}

.icon-box-side-2 {
	width: 100%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	margin-bottom: 0
}

.icon-box-side-2 .icon-box-content {
	display: block;
	position: relative
}

.icon-box-side-2 .icon-box-content:after {
	content: '';
	position: absolute;
	right: -7px;
	top: 0;
	border-right: 1px solid #ddd;
	height: 100%
}

.icon-box-side-2 p {
	margin-bottom: 0
}

.icon-box-side-2 .icon-box-icon {
	color: var(--bs-primary);
	display: inline-block;
	line-height: 0;
	min-width: 2.375rem;
	text-align: center;
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 1.5625rem
}

.icon-box-side-2 .icon-box-title {
	letter-spacing: -.01em;
	margin-top: .125rem;
	margin-bottom: 0
}

.row>.col:last-child .icon-box-side-2 .icon-box-content:after {
	display: none
}

.testimonial blockquote {
	position: relative;
	margin-bottom: 1.25rem;
	padding: .9375rem 1.25rem;
	font-size: .875rem;
	line-height: 1.75;
	color: #666;
	background-color: #f6f7f9;
	overflow: visible
}

.testimonial blockquote::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 1.875rem;
	display: block;
	width: .75rem;
	height: .75rem;
	background-color: #f6f7f9;
	transform: rotate(-45deg) translateY(60%)
}

.testimonial-info {
	display: flex;
	align-items: center;
	padding: 0 1.25rem
}

.testimonial-info .testimonial-author-thumbnail {
	margin-right: .9375rem;
	width: 3.125rem;
	height: 3.125rem;
	overflow: hidden;
	border-radius: 50%
}

.testimonial-info img {
	width: 100%;
	height: auto
}

.testimonial-info cite {
	font-size: .875rem;
	font-weight: 400;
	font-style: normal;
	color: #222;
	line-height: 1
}

.testimonial-info cite span {
	display: block;
	margin-top: .4375rem;
	font-size: .75rem;
	font-weight: 400;
	text-transform: none;
	color: #999;
	line-height: 1
}

.testimonial-inversed blockquote::after {
	right: 2.8125rem;
	left: auto
}

.testimonial-inversed .testimonial-author-thumbnail {
	order: 2;
	margin-left: .9375rem;
	margin-right: 0
}

.testimonial-inversed .testimonial-info {
	justify-content: flex-end
}

.testimonial-inversed cite {
	text-align: right
}

.testimonial-centered {
	padding: 2.375rem 1.875rem 2.5rem;
	background-color: #f6f7f9;
	text-align: center
}

.testimonial-centered .testimonial-info {
	display: block;
	margin: 0;
	padding: 0
}

.testimonial-centered .testimonial-author-thumbnail {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25rem;
	width: 4.375rem;
	height: 4.375rem
}

.testimonial-centered blockquote {
	margin-left: auto;
	margin-right: auto;
	background-color: transparent
}

.testimonial-centered blockquote::after {
	content: none
}

.testimonial-centered .testimonial-title {
	margin-bottom: 1.625rem;
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 1.2
}

.testimonial-centered blockquote {
	padding: 0
}

.testimonial-centered cite span {
	margin-top: .5rem
}

.testimonial-centered.testimonial-border {
	background-color: transparent;
	box-shadow: 0 0 0 2px #edeef0 inset
}

.testimonial-bg {
	padding: 1.25rem 1.25rem .5rem;
	background-color: transparent
}

.testimonial-bg .testimonial-author-thumbnail {
	margin-bottom: 1.4375rem
}

.testimonial-bg blockquote {
	max-width: 53.75rem;
	color: rgba(255, 255, 255, .8)
}

.testimonial-bg cite {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff
}

.testimonial-bg cite span {
	color: rgba(255, 255, 255, .8)
}

@media (hover:none) {
	.overflow-scroll-wrapper .box-tabs {
		white-space: nowrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start !important;
		justify-content: start !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}
}

.rd_prds_sc_list .swiper-buttons>.content-buttons {
	background-color: var(--bg);
	z-index: 1
}

.product-list-grid>.grid-item {
	margin-bottom: var(--bs-gutter-y)
}

.tab-product .tab-content {
	background-color: transparent
}

.tab-product .nav-tabs {
	border-bottom: none;
	flex-wrap: nowrap
}

.tab-product .nav-link {
	border: none;
	position: relative;
	background-color: transparent !important
}

.tab-product .nav-link:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: var(--bs-primary);
	width: 100%;
	transform: scaleX(0);
	transition: transform .3s ease
}

.tab-product .nav-tabs .nav-item .nav-link.active,
.tab-product .nav-tabs .nav-item.show .nav-link,
.tab-product .nav-tabs .nav-item:hover .nav-link {
	color: var(--bs-primary)
}

.tab-product .nav-tabs .nav-item .nav-link.active:after,
.tab-product .nav-tabs .nav-item.show .nav-link:after,
.tab-product .nav-tabs .nav-item:hover .nav-link:after {
	transform: scaleX(1)
}

.tab-product .tab-content>.tab-pane {
	padding-top: 0
}

.img__banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: relative
}

.img__banner[title~=px]:after {
	content: attr(title);
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1rem;
	transform: translate(-50%, -50%)
}

.img-fit-cover {
	position: absolute;
	object-fit: cover;
	object-position: center center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.kt_media {
	display: block;
	position: relative;
	overflow: hidden
}

.kt_media img,
.kt_media svg {
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	transition: opacity .4s cubic-bezier(.25, .46, .45, .94)
}

.banner-wrap {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius)
}

.item__banner {
	z-index: 0
}

.video-banner-title {
	letter-spacing: -.025em;
	margin-bottom: 2.25rem;
	font-weight: 700
}

.video-banner-title>span {
	display: block;
	font-weight: 400;
	font-size: 1.5rem;
	letter-spacing: -.03em;
	margin-bottom: 1rem
}

.kt_instagram .info {
	bottom: 0;
	left: 0;
	background-color: #fff;
	padding: .3125rem .75rem
}

.instagram-feed {
	display: block;
	position: relative;
	padding-bottom: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 3px;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.instagram-feed:hover {
	background-size: 120%
}

.instagram-feed:hover:before {
	font-size: 30px;
	transform: translate(-50%, -50%) rotate(0)
}

.instagram-feed:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
	z-index: 1
}

.instagram-feed:before {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 50px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	transform: translate(-50%, -50%) rotate(90deg)
}

.instagram-feed:hover:before {
	opacity: 1;
	visibility: visible
}

.instagram-feed:hover:after {
	opacity: .5;
	visibility: visible
}

.instagramWrapper>.col {
	padding-bottom: var(--bs-gutter-x)
}

.ins-testimonials {
	height: calc(100% - var(--bs-gutter-x));
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap
}

.ins-testimonials .sc-title {
	font-weight: 600;
	font-size: 1.125rem;
	letter-spacing: .0055em;
	margin-bottom: 1.6875rem
}

.ins-testimonials blockquote {
	color: #666;
	font-size: .875rem;
	font-style: normal;
	padding: 0 2rem
}

.ins-testimonials img {
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px
}

.ins-testimonials cite {
	font-weight: 600;
	text-transform: uppercase
}

.ins-testimonials cite span {
	font-weight: 500;
	text-transform: none;
	font-size: 12px
}

.lastest-blog.__type01 {
	padding: 1.875rem 10px;
	margin: -1.875rem -10px;
	overflow: hidden
}

.lastest-blog.__type01 .swiper {
	overflow: visible
}

@media (min-width:768px) {
	.lastest-blog.__type01 {
		padding: 1.875rem 19px;
		margin: -1.875rem -19px
	}
}

.item-blog.post-display {
	background-color: #fff;
	font-size: .875rem;
	line-height: 1.73;
	margin-bottom: 0
}

.item-blog .post-media {
	padding: 1.25rem 1.25rem 0;
	margin-bottom: 1.0625rem
}

.item-blog .comment,
.item-blog .post-meta a {
	color: inherit
}

.item-blog .post-title {
	font-weight: 700;
	font-size: 1.125rem;
	margin-bottom: .875rem;
	padding-bottom: 0
}

.item-blog .post-title a:not(:hover) {
	color: inherit
}

.item-blog .read-more {
	padding: 0;
	font-weight: 400;
	text-transform: uppercase
}

.item-blog.post-display {
	height: 100%;
	transition: box-shadow .35s ease;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .05)
}

.item-blog.post-display .post-body {
	padding: 0 1.25rem 1.5625rem
}

.item-blog.type01 .post-calendar {
	display: flex;
	align-items: center;
	flex-flow: wrap;
	position: absolute;
	z-index: 1;
	left: 2.5rem;
	top: 2.5rem;
	justify-content: center;
	flex-direction: column;
	width: 2.8125rem;
	height: 2.9375rem;
	background: rgba(255, 255, 255, .8);
	color: #222;
	font-weight: 600;
	line-height: 1;
	border-radius: 3px
}

.item-blog.type01 .post-calendar .post-day {
	margin-bottom: 1px;
	font-size: 1rem
}

.item-blog.type01 .post-calendar .post-month {
	display: block;
	font-size: .625rem
}

.item-blog.type02 .post-media {
	padding: 0
}

.item-blog.type02 .post-meta {
	font-size: .8125rem;
	color: #999
}

.item-blog.type02 .post-meta span>span {
	color: var(--text);
	font-weight: 600
}

.item-blog.type02 .post-title {
	padding-top: 5px;
	font-size: 1.125rem
}

.item-blog.type02 .btn {
	color: #666
}

.item-blog.type03 {
	--text: #222
}

.item-blog.type03 .post-media {
	padding: 0
}

.item-blog.type03 .post-meta {
	font-size: .8125rem;
	color: #999
}

.item-blog.type03 .post-meta span>span {
	color: var(--text);
	font-weight: 600
}

.item-blog.type03 .post-title {
	padding-top: 5px;
	font-size: 1rem;
	margin-bottom: .625rem
}

.item-blog.type03 .post-content p {
	margin-bottom: .625rem;
	line-height: 1.72
}

.item-blog.type04 {
	--text: #222
}

.item-blog.type04 .post-media {
	padding: 0
}

.item-blog.type04 .post-media .post-calendar {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	color: #333;
	background-color: rgba(255, 255, 255, .8);
	padding: 5px 10px;
	border-radius: 3px;
	text-align: center
}

.item-blog.type04 .post-media .post-calendar .post-day {
	display: block;
	margin-bottom: 1px;
	font-size: 1rem;
	line-height: 1
}

.item-blog.type04 .post-media .post-calendar .post-month {
	display: block;
	margin-left: 2px;
	font-size: .625rem
}

.item-blog.type04 .post-body {
	margin-bottom: 1.4rem
}

.item-blog.type04 .post-meta {
	font-size: .8125rem;
	color: #999
}

.item-blog.type04 .post-meta span>span {
	color: var(--text);
	font-weight: 600
}

.item-blog.type04 .post-title {
	padding-top: 5px;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: .625rem
}

.item-blog.type04 .post-content p {
	margin-bottom: .625rem;
	line-height: 1.72
}

.item-blog.post-mask {
	position: relative
}

.item-blog.post-mask::before {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .75;
	background: rgba(51, 51, 51, .5);
	transition: all .3s;
	pointer-events: none;
	z-index: 1
}

.item-blog.post-mask.gradient::before {
	height: 50%;
	background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0, #000 100%)
}

.item-blog.post-mask .post-media {
	padding: 0;
	margin-bottom: 0
}

.item-blog.post-mask .post-body {
	position: absolute;
	bottom: 1.0625rem;
	left: 1.25rem;
	right: 1.25rem;
	z-index: 1;
	transform: translateY(2.1875rem);
	transition: all .4s ease
}

.item-blog.post-mask .post-content,
.item-blog.post-mask .post-meta,
.item-blog.post-mask .post-meta span>span,
.item-blog.post-mask .post-title {
	color: var(--bs-white)
}

.item-blog.post-mask .post-meta {
	font-size: .8125rem
}

.item-blog.post-mask .post-title {
	font-size: .875rem;
	letter-spacing: .013em;
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.item-blog.post-mask:hover .post-body {
	transform: translateY(0)
}

.icon__brand {
	height: 100%;
	display: -ms-flexbox;
	display: flex
}

.icon__brand .lazyload,
.icon__brand .lazyloading {
	opacity: 1;
	width: auto
}

.icon__brand .img__banner {
	border-left: 0;
	min-height: 100%
}

.icon__brand img {
	mix-blend-mode: multiply;
	object-fit: scale-down;
	margin: auto
}

.brands-slide .img__banner {
	background-size: auto
}

.brands-slide .img__banner.lazyloaded {
	background-color: transparent
}

.brands-content {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto
}

@media (min-width:1200px) {
	.brands-content {
		flex: 0 0 60%;
		max-width: 60%
	}
}

.brands-content .img__banner {
	background-size: auto
}

.brands-content .img__banner.lazyloaded {
	background-color: transparent
}

.newsletter {
	padding: 3.75rem 1.25rem;
	position: relative;
	text-align: center;
	display: table;
	width: 100%;
	z-index: 1
}

.newsletter .form-newsletter {
	border-bottom: 1px solid #e5e5e5;
	display: table;
	width: 100%;
	text-align: center;
	position: relative
}

.newsletter .form-newsletter .errors ul {
	list-style: none
}

.newsletter .form-newsletter .errors ul li {
	color: red
}

.newsletter .form-newsletter>input {
	border: medium none;
	float: left;
	width: 60%;
	font-size: .8125rem;
	color: #aaa;
	padding: 0;
	padding-left: .625rem;
	width: 100%
}

.newsletter .newsletter-submit {
	background: 0 0;
	border: medium none;
	color: #222;
	font-size: .75rem;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 .625rem;
	height: 100%
}

.newsletter:after {
	border-style: solid;
	border-width: .375rem;
	content: "";
	float: left;
	position: absolute;
	z-index: -3;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

@media (min-width:992px) {
	.newsletter {
		padding: 5rem 3.75rem 5.625rem 2.8125rem
	}

	.newsletter:after {
		left: -10.3125rem;
		width: auto
	}
}

.video {
	position: relative
}

.video img {
	width: 100%
}

.btn-video {
	color: var(--bs-primary);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 4.375rem;
	height: 4.375rem;
	font-size: 1.125rem;
	line-height: 1;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 .9375rem rgba(255, 255, 255, .2);
	transition: all .35s ease
}

.btn-video i {
	margin-right: -.125rem
}

.btn-video:focus,
.btn-video:hover {
	color: #fff;
	background-color: var(--bs-primary);
	box-shadow: 0 0 0 .625rem rgba(255, 255, 255, .2)
}

.btn-video.play_thin {
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #fff;
	width: 3.75rem;
	height: 3.75rem;
	font-size: 2.1875rem;
	color: #fff
}

.btn-video.play_thin:hover {
	background-color: var(--bs-primary);
	border-color: var(--bs-primary)
}

.pin-mini2-place:before {
	padding-top: 94px;
	max-width: 768px;
	background-size: 90px 100%, 70% 24px, 44% 20px;
	background-position: left 0, 110px 10px, 110px 50px
}

.kt_pin_item {
	overflow: hidden
}

.kt_pin_item:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .1);
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.kt_pin_item .kt_pin {
	position: absolute;
	top: var(--top);
	left: var(--left);
	text-align: center;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	padding: 0;
	z-index: 1;
	height: var(--size);
	width: var(--size);
	margin-top: calc(var(--size)/ -2);
	margin-left: calc(var(--size)/ -2);
	line-height: var(--size)
}

.kt_pin_item .kt_pin:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 150%
}

.kt_pin_item .kt_pin:before {
	content: '';
	position: absolute;
	top: 1%;
	left: 1%;
	width: 150%;
	height: 150%
}

.kt_pin_item .kt_pin .kt_pin_name {
	position: relative;
	display: block;
	height: var(--size);
	width: var(--size)
}

.kt_pin_item .kt_pin .kt_pin_name .kt_pin_animate {
	position: absolute;
	height: calc(var(--size) + 5px);
	width: calc(var(--size) + 5px);
	border-radius: 100px;
	top: 50%;
	left: 50%;
	border: 5px solid;
	transform: translate(-50%, -50%) scale(1);
	animation: borderinfinite 1s linear infinite
}

.kt_pin_item .kt_pin_icon {
	font-size: 18px
}

.kt_pin_item .kt_pin_pritem {
	width: 100%;
	max-width: 320px;
	display: block;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: var(--bg)
}

@media (min-width:360px) {
	.kt_pin_item .kt_pin_pritem {
		width: 320px
	}
}

.kt_pin_item .kt_pin_pritem:last-child {
	margin-bottom: 0
}

.kt_pin_item .kt_pin_pritem .flashs {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto
}

.kt_pin_item .kt_pin_pritem .flashs>span {
	line-height: 1.4;
	border-radius: 0;
	width: auto;
	height: auto;
	transform: none
}

.kt_pin_item .kt_pin_pritem .product-inner {
	display: -ms-flexbox !important;
	display: flex !important
}

.kt_pin_item .kt_pin_pritem .product-thumb {
	width: 5.625rem;
	padding: 0
}

.kt_pin_item .kt_pin_pritem .product-price {
	margin-bottom: .375rem
}

.kt_pin_item .kt_pin_pritem .product-info {
	padding: 0 10px;
	color: #212121;
	font-size: .8125rem
}

.kt_pin_item .kt_pin_pritem .add-to-cart {
	margin-bottom: 5px
}

.kt_pin_item .kt_pin_pritem .add-to-cart form {
	display: none
}

.kt_pin_item .kt_pin_pritem .add-to-cart .btn {
	padding: 0;
	text-transform: capitalize;
	font-weight: 400
}

.kt_pin_item .kt_pin_pritem .product-name {
	font-size: .875rem;
	line-height: 1.4;
	font-weight: 400
}

.kt_pin_item .kt_pin_pritem .product-name a:not(:hover) {
	color: var(--text)
}

.kt_pin_item .kt_pin_pritem .product-variants-wrapper {
	display: none
}

.kt_pin_item .tippy-tooltip {
	border-radius: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}

.kt_pin_item .tippy-content {
	padding: 0
}

.kt_pin_item .tippy-arrow {
	color: var(--bg)
}

.kt_pin_item .product-loop-variants {
	display: none
}

@keyframes borderinfinite {
	0% {
		border-width: 5px
	}

	50% {
		border-width: 10px;
		transform: translate(-50%, -50%) scale(1.2)
	}

	100% {
		border-width: 5px
	}
}

.item-card_list.type_3 .cat-block-title {
	text-transform: uppercase;
	color: #999
}

.item-card_list.type_3 .cat-block:hover {
	background-color: #fff
}

.item-card_list.type_3 .cat-block:hover .molla-svg-icon {
	color: var(--primary)
}

.item-card_list.type_3 figure span {
	padding: 1rem
}

.item-card_list.type_3 .molla-svg-icon {
	width: 4.8rem;
	color: #222;
	transition: color .3s ease-in-out
}

@media (min-width:768px) {
	.item-card_list.type_3 figure {
		min-height: 11.5rem
	}
}

.cartCost,
.cartCostTotal {
	font-size: 1rem;
	font-weight: 700
}

.agree_checkbox a {
	color: #6b76e6
}

.alert-terms-conditions p {
	margin-bottom: 0
}

.spendFreeShip .progress {
	height: .5rem;
	position: relative;
	background-color: var(--bg, #e9e9e9);
	overflow: initial;
	margin: .625rem 0 .5rem
}

.spendFreeShip .progress-bar {
	background-color: var(--bar, #a6c76c);
	font-size: 0;
	border-radius: .1875rem
}

.spendFreeShip .text_progress {
	line-height: 1.125rem;
	margin-bottom: .3125rem
}

.spendFreeShip .text_progress .money {
	color: #e53939
}

.spendFreeShip .text_progress>span:last-child {
	display: none
}

.spendFreeShip.congratulations .progress-bar {
	background-color: var(--bar-success, #a6c76c)
}

.spendFreeShip.congratulations .text_progress {
	right: 0;
	width: 100%
}

.spendFreeShip.congratulations .text_progress>span:first-child {
	display: none
}

.spendFreeShip.congratulations .text_progress>span:last-child {
	display: block
}

#cart-form {
	position: relative
}

#cart-form+.progress {
	opacity: 0;
	position: absolute;
	left: .625rem;
	right: .625rem;
	top: -.3125rem;
	height: .375rem
}

#cart-form.loading {
	pointer-events: none
}

#cart-form.loading+.progress {
	opacity: 1
}

.cart-discount.input-group {
	max-width: 21.875rem
}

.question_mark {
	cursor: pointer
}

.info-discount {
	top: 100%;
	margin-top: 1.25rem;
	right: 0;
	width: 15.625rem;
	padding: .125rem .625rem;
	border-radius: .125rem;
	border: 1px solid #bee5eb;
	color: #0c5460;
	background-color: #d1ecf1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	cursor: auto;
	z-index: 1
}

.question_mark {
	cursor: pointer
}

.question_mark:hover .info-discount {
	margin-top: .625rem;
	opacity: 1;
	visibility: visible
}

.item__cart .variation {
	line-height: normal;
	font-size: .75rem
}

.item__cart .variation a {
	font-size: .875rem;
	--grid-gutter: 5px
}

.item__cart a.remove-item.remove {
	font-style: italic;
	font-size: .75rem
}

.item__cart a.remove-item.remove:not(:hover) {
	color: #999
}

.info__cart .product-name {
	font-size: .8125rem;
	margin-bottom: 0
}

.info__cart .product-name a:not(:hover) {
	color: #333
}

.item__gift_item {
	pointer-events: none
}

.item__gift_item .remove-item {
	display: none !important
}

.item__gift_item .action__cart {
	display: none
}

.item__wrap_item .product-name {
	pointer-events: none
}

.head__cart-offcanvas {
	padding: .9375rem
}

.cart-offcanvas .close-canvas {
	border: none;
	background-color: transparent;
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #999
}

.cart-offcanvas .close-canvas i {
	margin-right: 0;
	font-size: 1.1875rem
}

.cart-offcanvas .offcanvas-header {
	padding: 1.25rem 1.25rem .625rem
}

.cart-offcanvas .offcanvas-spend {
	padding: .3125rem 1.25rem 0
}

.cart-offcanvas .spendFreeShip {
	width: 100%;
	padding-bottom: .3125rem;
	margin-bottom: .3125rem
}

@media (min-width:768px) {
	.cart-offcanvas .offcanvas-header {
		padding: 1.875rem 1.875rem .625rem
	}

	.cart-offcanvas .offcanvas-spend {
		padding: .3125rem 1.875rem 0
	}
}

.cart-offcanvas__content {
	position: relative;
	padding: 0
}

.cart-offcanvas__content .empty.h4 {
	font-size: 1rem
}

.cart-offcanvas__content .spendFreeShip .progress {
	margin: 0
}

.content__cart-offcanvas {
	position: relative;
	padding: 0 1.25rem
}

@media (min-width:768px) {
	.content__cart-offcanvas {
		padding: .625rem 1.875rem 0
	}
}

.content__cart-offcanvas.loading {
	opacity: .6;
	pointer-events: none
}

.content__cart-offcanvas:not(.loading) .spinner-box {
	opacity: 0
}

.cart-offcanvas .items__cart-offcanvas {
	min-height: 135px;
	list-style: none
}

.cart-offcanvas .item__cart {
	--bs-gutter-x: 1.5rem
}

.cart-offcanvas .item__cart:last-child {
	padding-bottom: 1.25rem
}

.cart-offcanvas .image__cart {
	max-width: 7.5rem;
	--bglazy: transparent
}

.cart-offcanvas .info__cart {
	padding-right: 2.5rem
}

.cart-offcanvas .info__cart .product-name {
	margin-bottom: .5625rem;
	margin-right: .625rem;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.34;
	letter-spacing: -.35px
}

.cart-offcanvas .variation {
	cursor: pointer
}

.cart-offcanvas .price {
	font-size: 1rem;
	color: #222;
	letter-spacing: -.35px;
	font-weight: 600;
	line-height: 1.86
}

.cart-offcanvas span[class^=UnitPrice-] {
	font-size: .75rem
}

.cart-offcanvas .quantity .control {
	margin-top: .1875rem;
	background-color: #f5f5f5;
	border-radius: .1875rem
}

.cart-offcanvas .quantity .btn-number {
	position: relative;
	width: 1.75rem;
	border: none;
	height: 2.25rem;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	transition: color .3s, border-color .3s
}

.cart-offcanvas .quantity .btn-number:hover {
	color: var(--bs-primary);
	border-color: var(--bs-primary)
}

.cart-offcanvas .quantity input.input-qty {
	border: none;
	background-color: transparent;
	padding: 0 .625rem !important;
	height: 2.25rem;
	width: 2.8125rem;
	min-width: auto;
	font-weight: 500
}

.act-remove {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 1.375rem;
	height: 1.375rem;
	top: .5625rem;
	right: .5rem;
	border-radius: 50%;
	background-color: #fff;
	color: #222;
	font-size: .75rem;
	border: 1px solid #ccc;
	transition: color .3s, border-color .3s
}

.act-remove:hover {
	color: var(--bs-primary);
	border-color: var(--bs-primary)
}

.act-remove i {
	font-size: .75rem;
	margin: 0 !important
}

.cart-offcanvas .item__upsell .add_to_cart_button {
	padding: .4375rem 1.5625rem;
	width: auto;
	min-width: auto
}

.cart-offcanvas .item__upsell .info__cart {
	padding-right: 0
}

.cart-offcanvas .tab-nav-boxed .nav-link {
	padding: .125rem .3125rem;
	border: none;
	color: #a7a7a7
}

.cart-offcanvas .tab-floating {
	display: block;
	position: absolute;
	top: 107%;
	background: #fff;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 5;
	box-shadow: 0 -2px 10px #ddd;
	transition: all .3s ease;
	padding: 1.4375rem 1.875rem 1.5625rem !important
}

.cart-offcanvas .tab-floating .label {
	color: #666;
	font-weight: 400;
	margin-bottom: .6875rem;
	display: block
}

.cart-offcanvas .btn-x-tab-floating {
	color: #666;
	font-size: .875rem;
	border-bottom: thin solid #999;
	letter-spacing: .02rem;
	padding: 0 .625rem .3125rem;
	text-decoration: none
}

.cart-offcanvas .tab-floating.active {
	top: 100%;
	transform: translateY(-100%)
}

.cart-offcanvas .info-discount {
	right: -1.5625rem
}

.footer__cart-offcanvas {
	background-color: #fff;
	position: sticky;
	bottom: 0;
	z-index: 1;
	box-shadow: 0 10px 30px 2px rgba(0, 0, 0, .2);
	overflow: hidden;
	transition: all .3s ease
}

.show-tab-floating .footer__cart-offcanvas {
	opacity: 0;
	pointer-events: none
}

.footer__cart-offcanvas>div {
	padding: .625rem 1.25rem 0
}

@media (min-width:768px) {
	.footer__cart-offcanvas>div {
		padding: .625rem 1.875rem 0
	}
}

.footer__cart-offcanvas .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.footer__cart-offcanvas .nav-item i {
	position: relative
}

.footer__cart-offcanvas .nav-item .has-data i:after {
	content: "";
	position: absolute;
	height: .625rem;
	width: .625rem;
	display: inline-block;
	background-color: var(--bs-primary);
	border-radius: .625rem;
	top: 0;
	right: -.3125rem
}

.footer__cart-offcanvas .tab-pane {
	padding: .3125rem 0 1.5625rem
}

.footer__cart-offcanvas .table {
	margin-bottom: 0
}

.footer__cart-offcanvas .table td {
	border: none;
	font-weight: 400;
	color: #333
}

.footer__cart-offcanvas .table th {
	border: none;
	font-weight: 400;
	color: #333
}

.footer__cart-offcanvas .table th {
	width: 45%;
	padding: .125rem .3125rem .125rem 0;
	text-align: initial;
	border: none
}

.footer__cart-offcanvas .table td {
	padding: .125rem 0;
	text-align: right;
	border: none
}

.footer__cart-offcanvas .group-button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.footer__cart-offcanvas .group-button a {
	border-bottom: 2px solid var(--bs-primary);
	padding: .9375rem .3125rem .3125rem;
	margin-bottom: .9375rem
}

.footer__cart-offcanvas .group-button button {
	margin-bottom: .9375rem;
	padding: .9375rem .3125rem
}

.tab-floating-gift i {
	font-size: 3.125rem;
	line-height: 1.2;
	color: #f44336
}

.calculate__shipping {
	padding: .893em 2.78em
}

.cart-offcanvas .custom-control {
	margin-top: 0;
	margin-bottom: 0
}

.cart-offcanvas .custom-control.custom-radio .custom-control-label::after,
.cart-offcanvas .custom-control.custom-radio .custom-control-label::before {
	top: 50%;
	transform: translateY(-50%)
}

.cart-offcanvas .content__shipping {
	line-height: 1.43
}

.cart-offcanvas .content__shipping td {
	min-width: auto;
	display: inline-block;
	border: none
}

.cart-offcanvas .item_shipp+.item_shipp {
	border-top: none !important
}

.cart-offcanvas .item__shipping {
	padding: 0;
	width: 100%
}

.cart-offcanvas .item_shipp {
	padding: .3125rem .4375rem;
	border: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.cart-offcanvas .item_shipp:first-child {
	border-top-left-radius: .3125rem;
	border-top-right-radius: .3125rem
}

.cart-offcanvas .item_shipp:last-child {
	border-bottom-left-radius: .3125rem;
	border-bottom-right-radius: .3125rem
}

.cart-offcanvas .item_shipp_name {
	display: inline-block;
	margin-bottom: 0
}

.cart-offcanvas .item_shipp_price {
	display: inline-block;
	margin-bottom: 0;
	padding-left: .625rem
}

.editOpts-offcanvas .offcanvas-header {
	padding-bottom: .9375rem
}

.editOpts-offcanvas .offcanvas-body {
	padding: .9375rem 1.25rem 0
}

@media (min-width:576px) {
	.editOpts-offcanvas .offcanvas-body {
		padding: .9375rem 1.875rem 0
	}
}

.editOpts-offcanvas .product-body {
	padding: 1.25rem 0 .625rem
}

.editOpts-offcanvas .product-name {
	font-size: .875rem;
	color: var(--text)
}

.editOpts-offcanvas .prd--option1,
.editOpts-offcanvas .prd--option2,
.editOpts-offcanvas .prd--option3 {
	display: block !important;
	min-width: 45%;
	margin-right: .625rem
}

.editOpts-offcanvas [data-n-opt] {
	display: block !important
}

.editOpts-offcanvas .product .name_option {
	display: block !important;
	margin-bottom: .625rem
}

.editOpts-offcanvas .prd-variants {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.editOpts-offcanvas .variants_list [data-maybe-hide=true]:not(.active) {
	display: inline-block !important
}

.editOpts-offcanvas .variants_list .more.kt__quick-shop {
	display: none !important
}

.editOpts-offcanvas .product-loop-variants.sw_list .swatch-title {
	font-size: 1.125rem;
	line-height: 1.125rem;
	font-weight: 400
}

.editOpts-offcanvas .quantity .control {
	margin-left: .625rem
}

.editOpts-offcanvas .quantity .control>* {
	height: 2.625rem
}

.kt_top_banner .page-subtitle,
.kt_top_banner .page-title,
.kt_top_page .page-subtitle,
.kt_top_page .page-title {
	color: var(--text)
}

.kt_top_banner .color_white,
.kt_top_page .color_white {
	--text: #fff
}

.kt_top_banner .color_white .page-subtitle,
.kt_top_banner .color_white .page-title,
.kt_top_page .color_white .page-subtitle,
.kt_top_page .color_white .page-title {
	--text: #fff
}

.kt_top_banner .breadcrumbs_content,
.kt_top_page .breadcrumbs_content {
	-ms-flex-pack: center;
	justify-content: center
}

.kt_top_banner .breadcrumbs_content a,
.kt_top_page .breadcrumbs_content a {
	color: var(--text);
	opacity: .5;
	transition: opacity .3s
}

.kt_top_banner .breadcrumbs_content a:hover,
.kt_top_page .breadcrumbs_content a:hover {
	opacity: 1
}

.kt_top_banner .breadcrumbs_content li+li:before,
.kt_top_page .breadcrumbs_content li+li:before {
	content: '/';
	font: var(--f_style) var(--f_weight) .875rem/1.86 var(--f_family), var(--f_fallback);
	color: var(--text);
	opacity: .5
}

.page-title {
	margin-bottom: 0;
	font-size: 2rem;
	line-height: 1.125;
	font-weight: 600
}

@media (min-width:768px) {
	.page-title {
		font-size: 3.125rem;
		letter-spacing: -2.1px
	}
}

.page-subtitle {
	margin-bottom: .3125rem;
	font-size: 1rem;
	line-height: 1.2
}

@media (min-width:768px) {
	.page-subtitle {
		font-size: 1.25rem
	}
}

.content_kt_page_head .image_bg_section {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.banner-effect1 {
	display: block;
	position: relative
}

.banner-effect1:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(51, 51, 51, .25);
	transition: all .35s ease;
	pointer-events: none
}

.banner-effect1:hover:before {
	visibility: visible;
	opacity: 1
}

.banner-effect2 {
	display: block;
	position: relative
}

.banner-effect2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4);
	transition: all .8s ease 0s;
	opacity: 0;
	z-index: 1;
	pointer-events: none
}

.banner-effect2:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4);
	transition: all .8s ease 0s;
	opacity: 0;
	z-index: 1;
	left: inherit;
	right: 0;
	width: 0%;
	background-color: rgba(0, 0, 0, .3);
	transition: all .1s ease 0s;
	pointer-events: none
}

.banner-effect2:hover:before {
	width: 0%;
	opacity: 1
}

.banner-effect2:hover:after {
	width: 100%
}

.banner-effect3 {
	display: block;
	position: relative
}

.banner-effect3:after {
	content: "";
	position: absolute;
	top: .9375rem;
	left: .9375rem;
	bottom: .9375rem;
	right: .9375rem;
	z-index: 1;
	pointer-events: none;
	transition: all .3s ease-out 0s;
	pointer-events: none
}

@media (min-width:768px) {
	.banner-effect3:after {
		top: 1.875rem;
		left: 1.875rem;
		bottom: 1.875rem;
		right: 1.875rem
	}
}

.banner-effect3:after {
	border: .3125rem solid transparent
}

.banner-effect3:hover:after {
	background-color: rgba(255, 255, 255, .4);
	border-color: rgba(255, 255, 255, .4)
}

.banner-effect4 {
	overflow: hidden;
	display: block;
	position: relative
}

.banner-effect4 img {
	transform-origin: 0 0 0;
	transition: transform .3s ease 0s
}

.banner-effect4:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .25);
	opacity: 0;
	transition: all .3s ease 0s;
	z-index: 1;
	pointer-events: none
}

.banner-effect4:hover:before {
	opacity: 1
}

.banner-effect4:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.banner-effect5 {
	display: block;
	position: relative;
	overflow: hidden
}

.banner-effect5:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .3);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	pointer-events: none
}

.banner-effect5:hover:before {
	visibility: visible;
	opacity: 1
}

.banner-effect6,
.banner-effect7,
.banner-effect8,
.banner-effect9 {
	display: block;
	position: relative;
	overflow: hidden
}

.banner-effect6 .img__banner,
.banner-effect7 .img__banner,
.banner-effect8 .img__banner,
.banner-effect9 .img__banner {
	background-size: 100.5%;
	background-position: center;
	transition: background-size .8s ease-in-out
}

.banner-effect6:hover .img__banner,
.banner-effect7:hover .img__banner,
.banner-effect8:hover .img__banner,
.banner-effect9:hover .img__banner {
	background-size: 110%
}

.banner-effect6 img,
.banner-effect7 img,
.banner-effect8 img,
.banner-effect9 img {
	transform-origin: center center;
	transition: transform .8s ease 0s
}

.banner-effect6:hover img,
.banner-effect7:hover img,
.banner-effect8:hover img,
.banner-effect9:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.banner-effect7 .img__banner {
	background-position: left center
}

.banner-effect7:hover img {
	transform-origin: left center
}

.banner-effect8 .img__banner {
	background-position: right center
}

.banner-effect8:hover img {
	transform-origin: right center
}

.banner-effect9 .img__banner:before,
.banner-effect9 figure:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(51, 51, 51, .25);
	transition: all .35s ease;
	pointer-events: none
}

.banner-effect9 .img__banner:hover:before,
.banner-effect9 figure:hover:before {
	visibility: visible;
	opacity: 1
}

@media (hover:none) {
	.overflow-scroll-wrapper {
		overflow: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		scrollbar-width: none
	}

	.overflow-scroll-wrapper::-webkit-scrollbar {
		display: none
	}
}

.svg-icon {
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	vertical-align: middle;
	fill: currentColor
}

svg.svg-icon circle,
svg.svg-icon ellipse,
svg.svg-icon g,
svg.svg-icon line,
svg.svg-icon path,
svg.svg-icon polygon,
svg.svg-icon polyline,
svg.svg-icon rect,
symbol.svg-icon circle,
symbol.svg-icon ellipse,
symbol.svg-icon g,
symbol.svg-icon line,
symbol.svg-icon path,
symbol.svg-icon polygon,
symbol.svg-icon polyline,
symbol.svg-icon rect {
	fill: inherit;
	stroke: inherit
}

.form-control {
	position: relative
}

.form-control:before {
	content: ''
}

.input-group-append {
	z-index: 0
}

.round-pill {
	border-radius: 3.125rem
}

.over-hidden {
	overflow: hidden
}

.over-hidden .swiper {
	overflow: visible
}

.over-hidden .swiper-buttons {
	display: none
}

#kt-snow {
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0, 0, 0, .01);
	background-image: url(//cdn.shopify.com/s/files/1/0454/0937/0270/t/19/assets/snow.png?v=16553593660886074577), url(//cdn.shopify.com/s/files/1/0454/0937/0270/t/19/assets/snow1.png?v=1614684097228081620), url(//cdn.shopify.com/s/files/1/0454/0937/0270/t/19/assets/snow2.png?v=129476425637610107);
	background-repeat: repeat;
	z-index: 100000;
	pointer-events: none;
	animation: kt-snow 10s linear infinite
}

@keyframes kt-snow {
	0% {
		background-position: 0 0, 0 0, 0 0
	}

	100% {
		background-position: 500px 3000px, 0 400px, 0 300px
	}
}

.modal-content {
	border: none
}

.btn-close.close-outside {
	right: 0;
	position: absolute;
	top: -30px;
	opacity: 1
}

.mfp-container {
	padding: 4rem 2rem
}

.mfp-container .mfp-content {
	max-width: 1000px;
	text-align: center
}

.mfp-container video {
	width: 100%;
	height: 100%
}

.mfp-content .white-popup {
	display: inline-block;
	position: relative
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	right: 0 !important
}

.mfp-content .mfp-close {
	width: 36px;
	height: 36px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
	cursor: pointer;
	background-color: #333 !important;
	padding: 0 !important;
	margin: 0 !important;
	z-index: 1;
	outline: 0 !important
}

.mfp-content .mfp-close::after,
.mfp-content .mfp-close::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 22px;
	height: 2px;
	background-color: #fff;
	transition: all .3s ease
}

.mfp-content .mfp-close:not(:hover)::before {
	transform: rotate(45deg)
}

.mfp-content .mfp-close:not(:hover)::after {
	transform: rotate(-45deg)
}

.shopify-challenge__container {
	padding-top: 2.8125rem;
	padding-bottom: 4.6875rem
}

#sizeModal .table-bordered,
#sizeModal .table-bordered td,
#sizeModal .table-bordered th,
#sizeModalqv .table-bordered,
#sizeModalqv .table-bordered td,
#sizeModalqv .table-bordered th {
	border: 1px solid #dee2e6;
	vertical-align: middle;
	text-align: center;
	padding: .9375rem .46875rem
}

.shopify-section {
	position: relative
}

.widget_flt_slider .kt--filter-gr-i_ul li.ui-slider {
	line-height: normal !important;
	cursor: auto !important;
	text-transform: none !important;
	overflow: visible !important;
	z-index: 0;
	padding: .8125rem 0
}

.widget_flt_slider .kt--filter-gr-i_ul label {
	font-size: .8125rem;
	margin-bottom: .3125rem
}

.widget_flt_slider .kt--filter-gr-i_ul .amount {
	font-size: .875rem;
	display: flex;
	display: -ms-flexbox
}

.widget_flt_slider .kt--filter-gr-i_ul .btn {
	font-size: .8125rem;
	font-weight: 600;
	padding: .9615em 2.3077em;
	border-radius: 2px
}

.widget_flt_slider .ui-slider {
	position: relative
}

.widget_flt_slider .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: .875rem;
	height: .875rem;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none
}

.widget_flt_slider .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .4375rem;
	display: block;
	border: 0;
	background-position: 0 0
}

.widget_flt_slider .ui-slider-horizontal {
	height: .1875rem;
	background-color: #999;
	margin-left: .375rem;
	margin-right: .375rem
}

.widget_flt_slider .ui-slider-horizontal .ui-slider-handle {
	margin-left: -.375rem;
	top: -.4375rem;
	width: .75rem;
	height: 1.0625rem;
	background-color: #444;
	border-radius: .1875rem
}

.widget_flt_slider .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.widget_flt_slider .ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.widget_flt_slider .ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.widget_flt_slider .ui-slider-vertical {
	width: .5rem;
	height: 6.25rem
}

.widget_flt_slider .ui-slider-vertical .ui-slider-handle {
	left: -.1875rem;
	margin-left: 0;
	margin-bottom: -.4375rem
}

.widget_flt_slider .ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.widget_flt_slider .ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.widget_flt_slider .ui-slider-vertical .ui-slider-range-max {
	top: 0
}

._flt_ui .d-flex {
	flex-wrap: wrap
}

._flt_ui .d-flex>div:first-child {
	width: 100%;
	margin-bottom: .625rem
}

.errors {
	color: var(--bs-danger)
}

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

.table>:not(:first-child) {
	border-top: 2px solid #ddd
}

.bg-cover {
	background-size: cover;
	background-repeat: no-repeat
}

.bg-contain {
	background-size: contain;
	background-repeat: no-repeat
}

.text-primary {
	color: var(--bs-primary) !important
}

.text-secondary {
	color: var(--bs-secondary) !important
}

.input-rounded {
	border-radius: 3px
}

.form-select {
	font-size: .875rem;
	padding: .53125rem 2.25rem .53125rem .75rem;
	min-height: 2.8125rem;
	margin-bottom: 1.25rem
}

.form-check {
	line-height: 1.5
}

.form-check-input+.form-check-label {
	margin-bottom: 0
}

.fw-600 {
	font-weight: 600
}

.fw-700 {
	font-weight: 700
}

.ls-md {
	letter-spacing: -.03em !important
}

.ls-s {
	letter-spacing: -.01em !important
}

.ls-m {
	letter-spacing: -.025em !important
}

.ls-l {
	letter-spacing: -.05em !important
}

.ls-normal {
	letter-spacing: 0 !important
}

.lh-2 {
	line-height: 2 !important
}

.lh-0 {
	line-height: 0 !important
}

.pt-gutter {
	padding-top: var(--bs-gutter-x)
}

.pb-gutter {
	padding-bottom: var(--bs-gutter-x)
}

@media (min-width:320px) and (max-width:575px) {
	.row-cols-xs-2>* {
		flex: 0 0 auto;
		width: 50%
	}

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

@media (min-width:1400px) {
	.row-cols-xxl-7>* {
		flex: 0 0 auto;
		width: 14.2857142857%
	}

	.row-cols-xxl-8>* {
		flex: 0 0 auto;
		width: 12.5%
	}
}

@media (min-width:1921px) {

	.offcanvas-end,
	.offcanvas-start {
		--bs-offcanvas-width: 450px
	}
}

._me-auto {
	margin-right: auto
}

._ms-auto {
	margin-left: auto
}

._mx-auto {
	margin-left: auto;
	margin-right: auto
}

._m-0 {
	margin: 0
}

._p-0 {
	padding: 0
}

._my-0 {
	margin-top: 0;
	margin-bottom: 0
}

._mt-0 {
	margin-top: 0
}

._me-0 {
	margin-right: 0
}

._mb-0 {
	margin-bottom: 0
}

._ms-0 {
	margin-left: 0
}

._py-0 {
	padding-top: 0;
	padding-bottom: 0
}

._pt-0 {
	padding-top: 0
}

._pe-0 {
	padding-right: 0
}

._pb-0 {
	padding-bottom: 0
}

._ps-0 {
	padding-left: 0
}

._me-autoi {
	margin-right: auto !important
}

._ms-autoi {
	margin-left: auto !important
}

._mx-autoi {
	margin-right: auto !important;
	margin-left: auto !important
}

._m-0i {
	margin: 0 !important
}

._p-0i {
	padding: 0 !important
}

._my-0i {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

._mt-0i {
	margin-top: 0 !important
}

._mb-0i {
	margin-bottom: 0 !important
}

._py-0i {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

._pt-0i {
	padding-top: 0 !important
}

._pb-0i {
	padding-bottom: 0 !important
}

._m-1 {
	margin: .625rem
}

._p-1 {
	padding: .625rem
}

._my-1 {
	margin-top: .625rem;
	margin-bottom: .625rem
}

._mt-1 {
	margin-top: .625rem
}

._me-1 {
	margin-right: .625rem
}

._mb-1 {
	margin-bottom: .625rem
}

._ms-1 {
	margin-left: .625rem
}

._py-1 {
	padding-top: .625rem;
	padding-bottom: .625rem
}

._pt-1 {
	padding-top: .625rem
}

._pe-1 {
	padding-right: .625rem
}

._pb-1 {
	padding-bottom: .625rem
}

._ps-1 {
	padding-left: .625rem
}

._me-autoi {
	margin-right: auto !important
}

._ms-autoi {
	margin-left: auto !important
}

._mx-autoi {
	margin-right: auto !important;
	margin-left: auto !important
}

._m-1i {
	margin: .625rem !important
}

._p-1i {
	padding: .625rem !important
}

._my-1i {
	margin-top: .625rem !important;
	margin-bottom: .625rem !important
}

._mt-1i {
	margin-top: .625rem !important
}

._mb-1i {
	margin-bottom: .625rem !important
}

._py-1i {
	padding-top: .625rem !important;
	padding-bottom: .625rem !important
}

._pt-1i {
	padding-top: .625rem !important
}

._pb-1i {
	padding-bottom: .625rem !important
}

._m-2 {
	margin: 1.25rem
}

._p-2 {
	padding: 1.25rem
}

._my-2 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem
}

._mt-2 {
	margin-top: 1.25rem
}

._me-2 {
	margin-right: 1.25rem
}

._mb-2 {
	margin-bottom: 1.25rem
}

._ms-2 {
	margin-left: 1.25rem
}

._py-2 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem
}

._pt-2 {
	padding-top: 1.25rem
}

._pe-2 {
	padding-right: 1.25rem
}

._pb-2 {
	padding-bottom: 1.25rem
}

._ps-2 {
	padding-left: 1.25rem
}

._me-autoi {
	margin-right: auto !important
}

._ms-autoi {
	margin-left: auto !important
}

._mx-autoi {
	margin-right: auto !important;
	margin-left: auto !important
}

._m-2i {
	margin: 1.25rem !important
}

._p-2i {
	padding: 1.25rem !important
}

._my-2i {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important
}

._mt-2i {
	margin-top: 1.25rem !important
}

._mb-2i {
	margin-bottom: 1.25rem !important
}

._py-2i {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important
}

._pt-2i {
	padding-top: 1.25rem !important
}

._pb-2i {
	padding-bottom: 1.25rem !important
}

._m-3 {
	margin: 1.875rem
}

._p-3 {
	padding: 1.875rem
}

._my-3 {
	margin-top: 1.875rem;
	margin-bottom: 1.875rem
}

._mt-3 {
	margin-top: 1.875rem
}

._me-3 {
	margin-right: 1.875rem
}

._mb-3 {
	margin-bottom: 1.875rem
}

._ms-3 {
	margin-left: 1.875rem
}

._py-3 {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem
}

._pt-3 {
	padding-top: 1.875rem
}

._pe-3 {
	padding-right: 1.875rem
}

._pb-3 {
	padding-bottom: 1.875rem
}

._ps-3 {
	padding-left: 1.875rem
}

._me-autoi {
	margin-right: auto !important
}

._ms-autoi {
	margin-left: auto !important
}

._mx-autoi {
	margin-right: auto !important;
	margin-left: auto !important
}

._m-3i {
	margin: 1.875rem !important
}

._p-3i {
	padding: 1.875rem !important
}

._my-3i {
	margin-top: 1.875rem !important;
	margin-bottom: 1.875rem !important
}

._mt-3i {
	margin-top: 1.875rem !important
}

._mb-3i {
	margin-bottom: 1.875rem !important
}

._py-3i {
	padding-top: 1.875rem !important;
	padding-bottom: 1.875rem !important
}

._pt-3i {
	padding-top: 1.875rem !important
}

._pb-3i {
	padding-bottom: 1.875rem !important
}

._m-4 {
	margin: 2.5rem
}

._p-4 {
	padding: 2.5rem
}

._my-4 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem
}

._mt-4 {
	margin-top: 2.5rem
}

._me-4 {
	margin-right: 2.5rem
}

._mb-4 {
	margin-bottom: 2.5rem
}

._ms-4 {
	margin-left: 2.5rem
}

._py-4 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem
}

._pt-4 {
	padding-top: 2.5rem
}

._pe-4 {
	padding-right: 2.5rem
}

._pb-4 {
	padding-bottom: 2.5rem
}

._ps-4 {
	padding-left: 2.5rem
}

._me-autoi {
	margin-right: auto !important
}

._ms-autoi {
	margin-left: auto !important
}

._mx-autoi {
	margin-right: auto !important;
	margin-left: auto !important
}

._m-4i {
	margin: 2.5rem !important
}

._p-4i {
	padding: 2.5rem !important
}

._my-4i {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important
}

._mt-4i {
	margin-top: 2.5rem !important
}

._mb-4i {
	margin-bottom: 2.5rem !important
}

._py-4i {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important
}

._pt-4i {
	padding-top: 2.5rem !important
}

._pb-4i {
	padding-bottom: 2.5rem !important
}

._m-5 {
	margin: 3.125rem
}

._p-5 {
	padding: 3.125rem
}

._my-5 {
	margin-top: 3.125rem;
	margin-bottom: 3.125rem
}

._mt-5 {
	margin-top: 3.125rem
}

._me-5 {
	margin-right: 3.125rem
}

._mb-5 {
	margin-bottom: 3.125rem
}

._ms-5 {
	margin-left: 3.125rem
}

._py-5 {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem
}

._pt-5 {
	padding-top: 3.125rem
}

._pe-5 {
	padding-right: 3.125rem
}

._pb-5 {
	padding-bottom: 3.125rem
}

._ps-5 {
	padding-left: 3.125rem
}

._me-autoi {
	margin-right: auto !important
}

._ms-autoi {
	margin-left: auto !important
}

._mx-autoi {
	margin-right: auto !important;
	margin-left: auto !important
}

._m-5i {
	margin: 3.125rem !important
}

._p-5i {
	padding: 3.125rem !important
}

._my-5i {
	margin-top: 3.125rem !important;
	margin-bottom: 3.125rem !important
}

._mt-5i {
	margin-top: 3.125rem !important
}

._mb-5i {
	margin-bottom: 3.125rem !important
}

._py-5i {
	padding-top: 3.125rem !important;
	padding-bottom: 3.125rem !important
}

._pt-5i {
	padding-top: 3.125rem !important
}

._pb-5i {
	padding-bottom: 3.125rem !important
}

._mx-2 {
	margin-left: 1.25rem;
	margin-right: 1.25rem
}

._mb-6 {
	margin-bottom: 4.375rem
}

._pb-6 {
	margin-bottom: 4.375rem
}

._mb-7 {
	margin-bottom: 4.375rem
}

._pb-7 {
	margin-bottom: 4.375rem
}

@media (min-width:576px) {
	._me-sm-auto {
		margin-right: auto
	}

	._ms-sm-auto {
		margin-left: auto
	}

	._mx-sm-auto {
		margin-left: auto;
		margin-right: auto
	}

	._m-sm-0 {
		margin: 0
	}

	._p-sm-0 {
		padding: 0
	}

	._my-sm-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	._mt-sm-0 {
		margin-top: 0
	}

	._me-sm-0 {
		margin-right: 0
	}

	._mb-sm-0 {
		margin-bottom: 0
	}

	._ms-sm-0 {
		margin-left: 0
	}

	._py-sm-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	._pt-sm-0 {
		padding-top: 0
	}

	._pe-sm-0 {
		padding-right: 0
	}

	._pb-sm-0 {
		padding-bottom: 0
	}

	._ps-sm-0 {
		padding-left: 0
	}

	._me-sm-autoi {
		margin-right: auto !important
	}

	._ms-sm-autoi {
		margin-left: auto !important
	}

	._mx-sm-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-sm-0i {
		margin: 0 !important
	}

	._p-sm-0i {
		padding: 0 !important
	}

	._my-sm-0i {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	._mt-sm-0i {
		margin-top: 0 !important
	}

	._mb-sm-0i {
		margin-bottom: 0 !important
	}

	._py-sm-0i {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	._pt-sm-0i {
		padding-top: 0 !important
	}

	._pb-sm-0i {
		padding-bottom: 0 !important
	}

	._m-sm-1 {
		margin: .625rem
	}

	._p-sm-1 {
		padding: .625rem
	}

	._my-sm-1 {
		margin-top: .625rem;
		margin-bottom: .625rem
	}

	._mt-sm-1 {
		margin-top: .625rem
	}

	._me-sm-1 {
		margin-right: .625rem
	}

	._mb-sm-1 {
		margin-bottom: .625rem
	}

	._ms-sm-1 {
		margin-left: .625rem
	}

	._py-sm-1 {
		padding-top: .625rem;
		padding-bottom: .625rem
	}

	._pt-sm-1 {
		padding-top: .625rem
	}

	._pe-sm-1 {
		padding-right: .625rem
	}

	._pb-sm-1 {
		padding-bottom: .625rem
	}

	._ps-sm-1 {
		padding-left: .625rem
	}

	._me-sm-autoi {
		margin-right: auto !important
	}

	._ms-sm-autoi {
		margin-left: auto !important
	}

	._mx-sm-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-sm-1i {
		margin: .625rem !important
	}

	._p-sm-1i {
		padding: .625rem !important
	}

	._my-sm-1i {
		margin-top: .625rem !important;
		margin-bottom: .625rem !important
	}

	._mt-sm-1i {
		margin-top: .625rem !important
	}

	._mb-sm-1i {
		margin-bottom: .625rem !important
	}

	._py-sm-1i {
		padding-top: .625rem !important;
		padding-bottom: .625rem !important
	}

	._pt-sm-1i {
		padding-top: .625rem !important
	}

	._pb-sm-1i {
		padding-bottom: .625rem !important
	}

	._m-sm-2 {
		margin: 1.25rem
	}

	._p-sm-2 {
		padding: 1.25rem
	}

	._my-sm-2 {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem
	}

	._mt-sm-2 {
		margin-top: 1.25rem
	}

	._me-sm-2 {
		margin-right: 1.25rem
	}

	._mb-sm-2 {
		margin-bottom: 1.25rem
	}

	._ms-sm-2 {
		margin-left: 1.25rem
	}

	._py-sm-2 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}

	._pt-sm-2 {
		padding-top: 1.25rem
	}

	._pe-sm-2 {
		padding-right: 1.25rem
	}

	._pb-sm-2 {
		padding-bottom: 1.25rem
	}

	._ps-sm-2 {
		padding-left: 1.25rem
	}

	._me-sm-autoi {
		margin-right: auto !important
	}

	._ms-sm-autoi {
		margin-left: auto !important
	}

	._mx-sm-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-sm-2i {
		margin: 1.25rem !important
	}

	._p-sm-2i {
		padding: 1.25rem !important
	}

	._my-sm-2i {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	._mt-sm-2i {
		margin-top: 1.25rem !important
	}

	._mb-sm-2i {
		margin-bottom: 1.25rem !important
	}

	._py-sm-2i {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	._pt-sm-2i {
		padding-top: 1.25rem !important
	}

	._pb-sm-2i {
		padding-bottom: 1.25rem !important
	}

	._m-sm-3 {
		margin: 1.875rem
	}

	._p-sm-3 {
		padding: 1.875rem
	}

	._my-sm-3 {
		margin-top: 1.875rem;
		margin-bottom: 1.875rem
	}

	._mt-sm-3 {
		margin-top: 1.875rem
	}

	._me-sm-3 {
		margin-right: 1.875rem
	}

	._mb-sm-3 {
		margin-bottom: 1.875rem
	}

	._ms-sm-3 {
		margin-left: 1.875rem
	}

	._py-sm-3 {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem
	}

	._pt-sm-3 {
		padding-top: 1.875rem
	}

	._pe-sm-3 {
		padding-right: 1.875rem
	}

	._pb-sm-3 {
		padding-bottom: 1.875rem
	}

	._ps-sm-3 {
		padding-left: 1.875rem
	}

	._me-sm-autoi {
		margin-right: auto !important
	}

	._ms-sm-autoi {
		margin-left: auto !important
	}

	._mx-sm-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-sm-3i {
		margin: 1.875rem !important
	}

	._p-sm-3i {
		padding: 1.875rem !important
	}

	._my-sm-3i {
		margin-top: 1.875rem !important;
		margin-bottom: 1.875rem !important
	}

	._mt-sm-3i {
		margin-top: 1.875rem !important
	}

	._mb-sm-3i {
		margin-bottom: 1.875rem !important
	}

	._py-sm-3i {
		padding-top: 1.875rem !important;
		padding-bottom: 1.875rem !important
	}

	._pt-sm-3i {
		padding-top: 1.875rem !important
	}

	._pb-sm-3i {
		padding-bottom: 1.875rem !important
	}

	._m-sm-4 {
		margin: 2.5rem
	}

	._p-sm-4 {
		padding: 2.5rem
	}

	._my-sm-4 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}

	._mt-sm-4 {
		margin-top: 2.5rem
	}

	._me-sm-4 {
		margin-right: 2.5rem
	}

	._mb-sm-4 {
		margin-bottom: 2.5rem
	}

	._ms-sm-4 {
		margin-left: 2.5rem
	}

	._py-sm-4 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}

	._pt-sm-4 {
		padding-top: 2.5rem
	}

	._pe-sm-4 {
		padding-right: 2.5rem
	}

	._pb-sm-4 {
		padding-bottom: 2.5rem
	}

	._ps-sm-4 {
		padding-left: 2.5rem
	}

	._me-sm-autoi {
		margin-right: auto !important
	}

	._ms-sm-autoi {
		margin-left: auto !important
	}

	._mx-sm-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-sm-4i {
		margin: 2.5rem !important
	}

	._p-sm-4i {
		padding: 2.5rem !important
	}

	._my-sm-4i {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	._mt-sm-4i {
		margin-top: 2.5rem !important
	}

	._mb-sm-4i {
		margin-bottom: 2.5rem !important
	}

	._py-sm-4i {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	._pt-sm-4i {
		padding-top: 2.5rem !important
	}

	._pb-sm-4i {
		padding-bottom: 2.5rem !important
	}

	._m-sm-5 {
		margin: 3.125rem
	}

	._p-sm-5 {
		padding: 3.125rem
	}

	._my-sm-5 {
		margin-top: 3.125rem;
		margin-bottom: 3.125rem
	}

	._mt-sm-5 {
		margin-top: 3.125rem
	}

	._me-sm-5 {
		margin-right: 3.125rem
	}

	._mb-sm-5 {
		margin-bottom: 3.125rem
	}

	._ms-sm-5 {
		margin-left: 3.125rem
	}

	._py-sm-5 {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem
	}

	._pt-sm-5 {
		padding-top: 3.125rem
	}

	._pe-sm-5 {
		padding-right: 3.125rem
	}

	._pb-sm-5 {
		padding-bottom: 3.125rem
	}

	._ps-sm-5 {
		padding-left: 3.125rem
	}

	._me-sm-autoi {
		margin-right: auto !important
	}

	._ms-sm-autoi {
		margin-left: auto !important
	}

	._mx-sm-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-sm-5i {
		margin: 3.125rem !important
	}

	._p-sm-5i {
		padding: 3.125rem !important
	}

	._my-sm-5i {
		margin-top: 3.125rem !important;
		margin-bottom: 3.125rem !important
	}

	._mt-sm-5i {
		margin-top: 3.125rem !important
	}

	._mb-sm-5i {
		margin-bottom: 3.125rem !important
	}

	._py-sm-5i {
		padding-top: 3.125rem !important;
		padding-bottom: 3.125rem !important
	}

	._pt-sm-5i {
		padding-top: 3.125rem !important
	}

	._pb-sm-5i {
		padding-bottom: 3.125rem !important
	}
}

@media (min-width:768px) {
	._me-md-auto {
		margin-right: auto
	}

	._ms-md-auto {
		margin-left: auto
	}

	._mx-md-auto {
		margin-left: auto;
		margin-right: auto
	}

	._m-md-0 {
		margin: 0
	}

	._p-md-0 {
		padding: 0
	}

	._my-md-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	._mt-md-0 {
		margin-top: 0
	}

	._me-md-0 {
		margin-right: 0
	}

	._mb-md-0 {
		margin-bottom: 0
	}

	._ms-md-0 {
		margin-left: 0
	}

	._py-md-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	._pt-md-0 {
		padding-top: 0
	}

	._pe-md-0 {
		padding-right: 0
	}

	._pb-md-0 {
		padding-bottom: 0
	}

	._ps-md-0 {
		padding-left: 0
	}

	._me-md-autoi {
		margin-right: auto !important
	}

	._ms-md-autoi {
		margin-left: auto !important
	}

	._mx-md-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-md-0i {
		margin: 0 !important
	}

	._p-md-0i {
		padding: 0 !important
	}

	._my-md-0i {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	._mt-md-0i {
		margin-top: 0 !important
	}

	._mb-md-0i {
		margin-bottom: 0 !important
	}

	._py-md-0i {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	._pt-md-0i {
		padding-top: 0 !important
	}

	._pb-md-0i {
		padding-bottom: 0 !important
	}

	._m-md-1 {
		margin: .625rem
	}

	._p-md-1 {
		padding: .625rem
	}

	._my-md-1 {
		margin-top: .625rem;
		margin-bottom: .625rem
	}

	._mt-md-1 {
		margin-top: .625rem
	}

	._me-md-1 {
		margin-right: .625rem
	}

	._mb-md-1 {
		margin-bottom: .625rem
	}

	._ms-md-1 {
		margin-left: .625rem
	}

	._py-md-1 {
		padding-top: .625rem;
		padding-bottom: .625rem
	}

	._pt-md-1 {
		padding-top: .625rem
	}

	._pe-md-1 {
		padding-right: .625rem
	}

	._pb-md-1 {
		padding-bottom: .625rem
	}

	._ps-md-1 {
		padding-left: .625rem
	}

	._me-md-autoi {
		margin-right: auto !important
	}

	._ms-md-autoi {
		margin-left: auto !important
	}

	._mx-md-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-md-1i {
		margin: .625rem !important
	}

	._p-md-1i {
		padding: .625rem !important
	}

	._my-md-1i {
		margin-top: .625rem !important;
		margin-bottom: .625rem !important
	}

	._mt-md-1i {
		margin-top: .625rem !important
	}

	._mb-md-1i {
		margin-bottom: .625rem !important
	}

	._py-md-1i {
		padding-top: .625rem !important;
		padding-bottom: .625rem !important
	}

	._pt-md-1i {
		padding-top: .625rem !important
	}

	._pb-md-1i {
		padding-bottom: .625rem !important
	}

	._m-md-2 {
		margin: 1.25rem
	}

	._p-md-2 {
		padding: 1.25rem
	}

	._my-md-2 {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem
	}

	._mt-md-2 {
		margin-top: 1.25rem
	}

	._me-md-2 {
		margin-right: 1.25rem
	}

	._mb-md-2 {
		margin-bottom: 1.25rem
	}

	._ms-md-2 {
		margin-left: 1.25rem
	}

	._py-md-2 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}

	._pt-md-2 {
		padding-top: 1.25rem
	}

	._pe-md-2 {
		padding-right: 1.25rem
	}

	._pb-md-2 {
		padding-bottom: 1.25rem
	}

	._ps-md-2 {
		padding-left: 1.25rem
	}

	._me-md-autoi {
		margin-right: auto !important
	}

	._ms-md-autoi {
		margin-left: auto !important
	}

	._mx-md-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-md-2i {
		margin: 1.25rem !important
	}

	._p-md-2i {
		padding: 1.25rem !important
	}

	._my-md-2i {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	._mt-md-2i {
		margin-top: 1.25rem !important
	}

	._mb-md-2i {
		margin-bottom: 1.25rem !important
	}

	._py-md-2i {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	._pt-md-2i {
		padding-top: 1.25rem !important
	}

	._pb-md-2i {
		padding-bottom: 1.25rem !important
	}

	._m-md-3 {
		margin: 1.875rem
	}

	._p-md-3 {
		padding: 1.875rem
	}

	._my-md-3 {
		margin-top: 1.875rem;
		margin-bottom: 1.875rem
	}

	._mt-md-3 {
		margin-top: 1.875rem
	}

	._me-md-3 {
		margin-right: 1.875rem
	}

	._mb-md-3 {
		margin-bottom: 1.875rem
	}

	._ms-md-3 {
		margin-left: 1.875rem
	}

	._py-md-3 {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem
	}

	._pt-md-3 {
		padding-top: 1.875rem
	}

	._pe-md-3 {
		padding-right: 1.875rem
	}

	._pb-md-3 {
		padding-bottom: 1.875rem
	}

	._ps-md-3 {
		padding-left: 1.875rem
	}

	._me-md-autoi {
		margin-right: auto !important
	}

	._ms-md-autoi {
		margin-left: auto !important
	}

	._mx-md-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-md-3i {
		margin: 1.875rem !important
	}

	._p-md-3i {
		padding: 1.875rem !important
	}

	._my-md-3i {
		margin-top: 1.875rem !important;
		margin-bottom: 1.875rem !important
	}

	._mt-md-3i {
		margin-top: 1.875rem !important
	}

	._mb-md-3i {
		margin-bottom: 1.875rem !important
	}

	._py-md-3i {
		padding-top: 1.875rem !important;
		padding-bottom: 1.875rem !important
	}

	._pt-md-3i {
		padding-top: 1.875rem !important
	}

	._pb-md-3i {
		padding-bottom: 1.875rem !important
	}

	._m-md-4 {
		margin: 2.5rem
	}

	._p-md-4 {
		padding: 2.5rem
	}

	._my-md-4 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}

	._mt-md-4 {
		margin-top: 2.5rem
	}

	._me-md-4 {
		margin-right: 2.5rem
	}

	._mb-md-4 {
		margin-bottom: 2.5rem
	}

	._ms-md-4 {
		margin-left: 2.5rem
	}

	._py-md-4 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}

	._pt-md-4 {
		padding-top: 2.5rem
	}

	._pe-md-4 {
		padding-right: 2.5rem
	}

	._pb-md-4 {
		padding-bottom: 2.5rem
	}

	._ps-md-4 {
		padding-left: 2.5rem
	}

	._me-md-autoi {
		margin-right: auto !important
	}

	._ms-md-autoi {
		margin-left: auto !important
	}

	._mx-md-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-md-4i {
		margin: 2.5rem !important
	}

	._p-md-4i {
		padding: 2.5rem !important
	}

	._my-md-4i {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	._mt-md-4i {
		margin-top: 2.5rem !important
	}

	._mb-md-4i {
		margin-bottom: 2.5rem !important
	}

	._py-md-4i {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	._pt-md-4i {
		padding-top: 2.5rem !important
	}

	._pb-md-4i {
		padding-bottom: 2.5rem !important
	}

	._m-md-5 {
		margin: 3.125rem
	}

	._p-md-5 {
		padding: 3.125rem
	}

	._my-md-5 {
		margin-top: 3.125rem;
		margin-bottom: 3.125rem
	}

	._mt-md-5 {
		margin-top: 3.125rem
	}

	._me-md-5 {
		margin-right: 3.125rem
	}

	._mb-md-5 {
		margin-bottom: 3.125rem
	}

	._ms-md-5 {
		margin-left: 3.125rem
	}

	._py-md-5 {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem
	}

	._pt-md-5 {
		padding-top: 3.125rem
	}

	._pe-md-5 {
		padding-right: 3.125rem
	}

	._pb-md-5 {
		padding-bottom: 3.125rem
	}

	._ps-md-5 {
		padding-left: 3.125rem
	}

	._me-md-autoi {
		margin-right: auto !important
	}

	._ms-md-autoi {
		margin-left: auto !important
	}

	._mx-md-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-md-5i {
		margin: 3.125rem !important
	}

	._p-md-5i {
		padding: 3.125rem !important
	}

	._my-md-5i {
		margin-top: 3.125rem !important;
		margin-bottom: 3.125rem !important
	}

	._mt-md-5i {
		margin-top: 3.125rem !important
	}

	._mb-md-5i {
		margin-bottom: 3.125rem !important
	}

	._py-md-5i {
		padding-top: 3.125rem !important;
		padding-bottom: 3.125rem !important
	}

	._pt-md-5i {
		padding-top: 3.125rem !important
	}

	._pb-md-5i {
		padding-bottom: 3.125rem !important
	}
}

@media (min-width:992px) {
	._me-lg-auto {
		margin-right: auto
	}

	._ms-lg-auto {
		margin-left: auto
	}

	._mx-lg-auto {
		margin-left: auto;
		margin-right: auto
	}

	._m-lg-0 {
		margin: 0
	}

	._p-lg-0 {
		padding: 0
	}

	._my-lg-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	._mt-lg-0 {
		margin-top: 0
	}

	._me-lg-0 {
		margin-right: 0
	}

	._mb-lg-0 {
		margin-bottom: 0
	}

	._ms-lg-0 {
		margin-left: 0
	}

	._py-lg-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	._pt-lg-0 {
		padding-top: 0
	}

	._pe-lg-0 {
		padding-right: 0
	}

	._pb-lg-0 {
		padding-bottom: 0
	}

	._ps-lg-0 {
		padding-left: 0
	}

	._me-lg-autoi {
		margin-right: auto !important
	}

	._ms-lg-autoi {
		margin-left: auto !important
	}

	._mx-lg-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-lg-0i {
		margin: 0 !important
	}

	._p-lg-0i {
		padding: 0 !important
	}

	._my-lg-0i {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	._mt-lg-0i {
		margin-top: 0 !important
	}

	._mb-lg-0i {
		margin-bottom: 0 !important
	}

	._py-lg-0i {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	._pt-lg-0i {
		padding-top: 0 !important
	}

	._pb-lg-0i {
		padding-bottom: 0 !important
	}

	._m-lg-1 {
		margin: .625rem
	}

	._p-lg-1 {
		padding: .625rem
	}

	._my-lg-1 {
		margin-top: .625rem;
		margin-bottom: .625rem
	}

	._mt-lg-1 {
		margin-top: .625rem
	}

	._me-lg-1 {
		margin-right: .625rem
	}

	._mb-lg-1 {
		margin-bottom: .625rem
	}

	._ms-lg-1 {
		margin-left: .625rem
	}

	._py-lg-1 {
		padding-top: .625rem;
		padding-bottom: .625rem
	}

	._pt-lg-1 {
		padding-top: .625rem
	}

	._pe-lg-1 {
		padding-right: .625rem
	}

	._pb-lg-1 {
		padding-bottom: .625rem
	}

	._ps-lg-1 {
		padding-left: .625rem
	}

	._me-lg-autoi {
		margin-right: auto !important
	}

	._ms-lg-autoi {
		margin-left: auto !important
	}

	._mx-lg-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-lg-1i {
		margin: .625rem !important
	}

	._p-lg-1i {
		padding: .625rem !important
	}

	._my-lg-1i {
		margin-top: .625rem !important;
		margin-bottom: .625rem !important
	}

	._mt-lg-1i {
		margin-top: .625rem !important
	}

	._mb-lg-1i {
		margin-bottom: .625rem !important
	}

	._py-lg-1i {
		padding-top: .625rem !important;
		padding-bottom: .625rem !important
	}

	._pt-lg-1i {
		padding-top: .625rem !important
	}

	._pb-lg-1i {
		padding-bottom: .625rem !important
	}

	._m-lg-2 {
		margin: 1.25rem
	}

	._p-lg-2 {
		padding: 1.25rem
	}

	._my-lg-2 {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem
	}

	._mt-lg-2 {
		margin-top: 1.25rem
	}

	._me-lg-2 {
		margin-right: 1.25rem
	}

	._mb-lg-2 {
		margin-bottom: 1.25rem
	}

	._ms-lg-2 {
		margin-left: 1.25rem
	}

	._py-lg-2 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}

	._pt-lg-2 {
		padding-top: 1.25rem
	}

	._pe-lg-2 {
		padding-right: 1.25rem
	}

	._pb-lg-2 {
		padding-bottom: 1.25rem
	}

	._ps-lg-2 {
		padding-left: 1.25rem
	}

	._me-lg-autoi {
		margin-right: auto !important
	}

	._ms-lg-autoi {
		margin-left: auto !important
	}

	._mx-lg-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-lg-2i {
		margin: 1.25rem !important
	}

	._p-lg-2i {
		padding: 1.25rem !important
	}

	._my-lg-2i {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	._mt-lg-2i {
		margin-top: 1.25rem !important
	}

	._mb-lg-2i {
		margin-bottom: 1.25rem !important
	}

	._py-lg-2i {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	._pt-lg-2i {
		padding-top: 1.25rem !important
	}

	._pb-lg-2i {
		padding-bottom: 1.25rem !important
	}

	._m-lg-3 {
		margin: 1.875rem
	}

	._p-lg-3 {
		padding: 1.875rem
	}

	._my-lg-3 {
		margin-top: 1.875rem;
		margin-bottom: 1.875rem
	}

	._mt-lg-3 {
		margin-top: 1.875rem
	}

	._me-lg-3 {
		margin-right: 1.875rem
	}

	._mb-lg-3 {
		margin-bottom: 1.875rem
	}

	._ms-lg-3 {
		margin-left: 1.875rem
	}

	._py-lg-3 {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem
	}

	._pt-lg-3 {
		padding-top: 1.875rem
	}

	._pe-lg-3 {
		padding-right: 1.875rem
	}

	._pb-lg-3 {
		padding-bottom: 1.875rem
	}

	._ps-lg-3 {
		padding-left: 1.875rem
	}

	._me-lg-autoi {
		margin-right: auto !important
	}

	._ms-lg-autoi {
		margin-left: auto !important
	}

	._mx-lg-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-lg-3i {
		margin: 1.875rem !important
	}

	._p-lg-3i {
		padding: 1.875rem !important
	}

	._my-lg-3i {
		margin-top: 1.875rem !important;
		margin-bottom: 1.875rem !important
	}

	._mt-lg-3i {
		margin-top: 1.875rem !important
	}

	._mb-lg-3i {
		margin-bottom: 1.875rem !important
	}

	._py-lg-3i {
		padding-top: 1.875rem !important;
		padding-bottom: 1.875rem !important
	}

	._pt-lg-3i {
		padding-top: 1.875rem !important
	}

	._pb-lg-3i {
		padding-bottom: 1.875rem !important
	}

	._m-lg-4 {
		margin: 2.5rem
	}

	._p-lg-4 {
		padding: 2.5rem
	}

	._my-lg-4 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}

	._mt-lg-4 {
		margin-top: 2.5rem
	}

	._me-lg-4 {
		margin-right: 2.5rem
	}

	._mb-lg-4 {
		margin-bottom: 2.5rem
	}

	._ms-lg-4 {
		margin-left: 2.5rem
	}

	._py-lg-4 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}

	._pt-lg-4 {
		padding-top: 2.5rem
	}

	._pe-lg-4 {
		padding-right: 2.5rem
	}

	._pb-lg-4 {
		padding-bottom: 2.5rem
	}

	._ps-lg-4 {
		padding-left: 2.5rem
	}

	._me-lg-autoi {
		margin-right: auto !important
	}

	._ms-lg-autoi {
		margin-left: auto !important
	}

	._mx-lg-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-lg-4i {
		margin: 2.5rem !important
	}

	._p-lg-4i {
		padding: 2.5rem !important
	}

	._my-lg-4i {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	._mt-lg-4i {
		margin-top: 2.5rem !important
	}

	._mb-lg-4i {
		margin-bottom: 2.5rem !important
	}

	._py-lg-4i {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	._pt-lg-4i {
		padding-top: 2.5rem !important
	}

	._pb-lg-4i {
		padding-bottom: 2.5rem !important
	}

	._m-lg-5 {
		margin: 3.125rem
	}

	._p-lg-5 {
		padding: 3.125rem
	}

	._my-lg-5 {
		margin-top: 3.125rem;
		margin-bottom: 3.125rem
	}

	._mt-lg-5 {
		margin-top: 3.125rem
	}

	._me-lg-5 {
		margin-right: 3.125rem
	}

	._mb-lg-5 {
		margin-bottom: 3.125rem
	}

	._ms-lg-5 {
		margin-left: 3.125rem
	}

	._py-lg-5 {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem
	}

	._pt-lg-5 {
		padding-top: 3.125rem
	}

	._pe-lg-5 {
		padding-right: 3.125rem
	}

	._pb-lg-5 {
		padding-bottom: 3.125rem
	}

	._ps-lg-5 {
		padding-left: 3.125rem
	}

	._me-lg-autoi {
		margin-right: auto !important
	}

	._ms-lg-autoi {
		margin-left: auto !important
	}

	._mx-lg-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-lg-5i {
		margin: 3.125rem !important
	}

	._p-lg-5i {
		padding: 3.125rem !important
	}

	._my-lg-5i {
		margin-top: 3.125rem !important;
		margin-bottom: 3.125rem !important
	}

	._mt-lg-5i {
		margin-top: 3.125rem !important
	}

	._mb-lg-5i {
		margin-bottom: 3.125rem !important
	}

	._py-lg-5i {
		padding-top: 3.125rem !important;
		padding-bottom: 3.125rem !important
	}

	._pt-lg-5i {
		padding-top: 3.125rem !important
	}

	._pb-lg-5i {
		padding-bottom: 3.125rem !important
	}

	._mt-lg-7 {
		margin-top: 4.375rem
	}

	._mt-lg-10 {
		margin-top: 6.25rem
	}
}

@media (min-width:1200px) {
	._me-xl-auto {
		margin-right: auto
	}

	._ms-xl-auto {
		margin-left: auto
	}

	._mx-xl-auto {
		margin-left: auto;
		margin-right: auto
	}

	._m-xl-0 {
		margin: 0
	}

	._p-xl-0 {
		padding: 0
	}

	._my-xl-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	._mt-xl-0 {
		margin-top: 0
	}

	._me-xl-0 {
		margin-right: 0
	}

	._mb-xl-0 {
		margin-bottom: 0
	}

	._ms-xl-0 {
		margin-left: 0
	}

	._py-xl-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	._pt-xl-0 {
		padding-top: 0
	}

	._pe-xl-0 {
		padding-right: 0
	}

	._pb-xl-0 {
		padding-bottom: 0
	}

	._ps-xl-0 {
		padding-left: 0
	}

	._me-xl-autoi {
		margin-right: auto !important
	}

	._ms-xl-autoi {
		margin-left: auto !important
	}

	._mx-xl-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-xl-0i {
		margin: 0 !important
	}

	._p-xl-0i {
		padding: 0 !important
	}

	._my-xl-0i {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	._mt-xl-0i {
		margin-top: 0 !important
	}

	._mb-xl-0i {
		margin-bottom: 0 !important
	}

	._py-xl-0i {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	._pt-xl-0i {
		padding-top: 0 !important
	}

	._pb-xl-0i {
		padding-bottom: 0 !important
	}

	._m-xl-1 {
		margin: .625rem
	}

	._p-xl-1 {
		padding: .625rem
	}

	._my-xl-1 {
		margin-top: .625rem;
		margin-bottom: .625rem
	}

	._mt-xl-1 {
		margin-top: .625rem
	}

	._me-xl-1 {
		margin-right: .625rem
	}

	._mb-xl-1 {
		margin-bottom: .625rem
	}

	._ms-xl-1 {
		margin-left: .625rem
	}

	._py-xl-1 {
		padding-top: .625rem;
		padding-bottom: .625rem
	}

	._pt-xl-1 {
		padding-top: .625rem
	}

	._pe-xl-1 {
		padding-right: .625rem
	}

	._pb-xl-1 {
		padding-bottom: .625rem
	}

	._ps-xl-1 {
		padding-left: .625rem
	}

	._me-xl-autoi {
		margin-right: auto !important
	}

	._ms-xl-autoi {
		margin-left: auto !important
	}

	._mx-xl-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-xl-1i {
		margin: .625rem !important
	}

	._p-xl-1i {
		padding: .625rem !important
	}

	._my-xl-1i {
		margin-top: .625rem !important;
		margin-bottom: .625rem !important
	}

	._mt-xl-1i {
		margin-top: .625rem !important
	}

	._mb-xl-1i {
		margin-bottom: .625rem !important
	}

	._py-xl-1i {
		padding-top: .625rem !important;
		padding-bottom: .625rem !important
	}

	._pt-xl-1i {
		padding-top: .625rem !important
	}

	._pb-xl-1i {
		padding-bottom: .625rem !important
	}

	._m-xl-2 {
		margin: 1.25rem
	}

	._p-xl-2 {
		padding: 1.25rem
	}

	._my-xl-2 {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem
	}

	._mt-xl-2 {
		margin-top: 1.25rem
	}

	._me-xl-2 {
		margin-right: 1.25rem
	}

	._mb-xl-2 {
		margin-bottom: 1.25rem
	}

	._ms-xl-2 {
		margin-left: 1.25rem
	}

	._py-xl-2 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}

	._pt-xl-2 {
		padding-top: 1.25rem
	}

	._pe-xl-2 {
		padding-right: 1.25rem
	}

	._pb-xl-2 {
		padding-bottom: 1.25rem
	}

	._ps-xl-2 {
		padding-left: 1.25rem
	}

	._me-xl-autoi {
		margin-right: auto !important
	}

	._ms-xl-autoi {
		margin-left: auto !important
	}

	._mx-xl-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-xl-2i {
		margin: 1.25rem !important
	}

	._p-xl-2i {
		padding: 1.25rem !important
	}

	._my-xl-2i {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	._mt-xl-2i {
		margin-top: 1.25rem !important
	}

	._mb-xl-2i {
		margin-bottom: 1.25rem !important
	}

	._py-xl-2i {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	._pt-xl-2i {
		padding-top: 1.25rem !important
	}

	._pb-xl-2i {
		padding-bottom: 1.25rem !important
	}

	._m-xl-3 {
		margin: 1.875rem
	}

	._p-xl-3 {
		padding: 1.875rem
	}

	._my-xl-3 {
		margin-top: 1.875rem;
		margin-bottom: 1.875rem
	}

	._mt-xl-3 {
		margin-top: 1.875rem
	}

	._me-xl-3 {
		margin-right: 1.875rem
	}

	._mb-xl-3 {
		margin-bottom: 1.875rem
	}

	._ms-xl-3 {
		margin-left: 1.875rem
	}

	._py-xl-3 {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem
	}

	._pt-xl-3 {
		padding-top: 1.875rem
	}

	._pe-xl-3 {
		padding-right: 1.875rem
	}

	._pb-xl-3 {
		padding-bottom: 1.875rem
	}

	._ps-xl-3 {
		padding-left: 1.875rem
	}

	._me-xl-autoi {
		margin-right: auto !important
	}

	._ms-xl-autoi {
		margin-left: auto !important
	}

	._mx-xl-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-xl-3i {
		margin: 1.875rem !important
	}

	._p-xl-3i {
		padding: 1.875rem !important
	}

	._my-xl-3i {
		margin-top: 1.875rem !important;
		margin-bottom: 1.875rem !important
	}

	._mt-xl-3i {
		margin-top: 1.875rem !important
	}

	._mb-xl-3i {
		margin-bottom: 1.875rem !important
	}

	._py-xl-3i {
		padding-top: 1.875rem !important;
		padding-bottom: 1.875rem !important
	}

	._pt-xl-3i {
		padding-top: 1.875rem !important
	}

	._pb-xl-3i {
		padding-bottom: 1.875rem !important
	}

	._m-xl-4 {
		margin: 2.5rem
	}

	._p-xl-4 {
		padding: 2.5rem
	}

	._my-xl-4 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}

	._mt-xl-4 {
		margin-top: 2.5rem
	}

	._me-xl-4 {
		margin-right: 2.5rem
	}

	._mb-xl-4 {
		margin-bottom: 2.5rem
	}

	._ms-xl-4 {
		margin-left: 2.5rem
	}

	._py-xl-4 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}

	._pt-xl-4 {
		padding-top: 2.5rem
	}

	._pe-xl-4 {
		padding-right: 2.5rem
	}

	._pb-xl-4 {
		padding-bottom: 2.5rem
	}

	._ps-xl-4 {
		padding-left: 2.5rem
	}

	._me-xl-autoi {
		margin-right: auto !important
	}

	._ms-xl-autoi {
		margin-left: auto !important
	}

	._mx-xl-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-xl-4i {
		margin: 2.5rem !important
	}

	._p-xl-4i {
		padding: 2.5rem !important
	}

	._my-xl-4i {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	._mt-xl-4i {
		margin-top: 2.5rem !important
	}

	._mb-xl-4i {
		margin-bottom: 2.5rem !important
	}

	._py-xl-4i {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	._pt-xl-4i {
		padding-top: 2.5rem !important
	}

	._pb-xl-4i {
		padding-bottom: 2.5rem !important
	}

	._m-xl-5 {
		margin: 3.125rem
	}

	._p-xl-5 {
		padding: 3.125rem
	}

	._my-xl-5 {
		margin-top: 3.125rem;
		margin-bottom: 3.125rem
	}

	._mt-xl-5 {
		margin-top: 3.125rem
	}

	._me-xl-5 {
		margin-right: 3.125rem
	}

	._mb-xl-5 {
		margin-bottom: 3.125rem
	}

	._ms-xl-5 {
		margin-left: 3.125rem
	}

	._py-xl-5 {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem
	}

	._pt-xl-5 {
		padding-top: 3.125rem
	}

	._pe-xl-5 {
		padding-right: 3.125rem
	}

	._pb-xl-5 {
		padding-bottom: 3.125rem
	}

	._ps-xl-5 {
		padding-left: 3.125rem
	}

	._me-xl-autoi {
		margin-right: auto !important
	}

	._ms-xl-autoi {
		margin-left: auto !important
	}

	._mx-xl-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-xl-5i {
		margin: 3.125rem !important
	}

	._p-xl-5i {
		padding: 3.125rem !important
	}

	._my-xl-5i {
		margin-top: 3.125rem !important;
		margin-bottom: 3.125rem !important
	}

	._mt-xl-5i {
		margin-top: 3.125rem !important
	}

	._mb-xl-5i {
		margin-bottom: 3.125rem !important
	}

	._py-xl-5i {
		padding-top: 3.125rem !important;
		padding-bottom: 3.125rem !important
	}

	._pt-xl-5i {
		padding-top: 3.125rem !important
	}

	._pb-xl-5i {
		padding-bottom: 3.125rem !important
	}
}

@media (min-width:1600px) {
	._me-xxl-auto {
		margin-right: auto
	}

	._ms-xxl-auto {
		margin-left: auto
	}

	._mx-xxl-auto {
		margin-left: auto;
		margin-right: auto
	}

	._m-xxl-0 {
		margin: 0
	}

	._p-xxl-0 {
		padding: 0
	}

	._my-xxl-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	._mt-xxl-0 {
		margin-top: 0
	}

	._me-xxl-0 {
		margin-right: 0
	}

	._mb-xxl-0 {
		margin-bottom: 0
	}

	._ms-xxl-0 {
		margin-left: 0
	}

	._py-xxl-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	._pt-xxl-0 {
		padding-top: 0
	}

	._pe-xxl-0 {
		padding-right: 0
	}

	._pb-xxl-0 {
		padding-bottom: 0
	}

	._ps-xxl-0 {
		padding-left: 0
	}

	._me-xxl-autoi {
		margin-right: auto !important
	}

	._ms-xxl-autoi {
		margin-left: auto !important
	}

	._mx-xxl-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-xxl-0i {
		margin: 0 !important
	}

	._p-xxl-0i {
		padding: 0 !important
	}

	._my-xxl-0i {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	._mt-xxl-0i {
		margin-top: 0 !important
	}

	._mb-xxl-0i {
		margin-bottom: 0 !important
	}

	._py-xxl-0i {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	._pt-xxl-0i {
		padding-top: 0 !important
	}

	._pb-xxl-0i {
		padding-bottom: 0 !important
	}

	._m-xxl-1 {
		margin: .625rem
	}

	._p-xxl-1 {
		padding: .625rem
	}

	._my-xxl-1 {
		margin-top: .625rem;
		margin-bottom: .625rem
	}

	._mt-xxl-1 {
		margin-top: .625rem
	}

	._me-xxl-1 {
		margin-right: .625rem
	}

	._mb-xxl-1 {
		margin-bottom: .625rem
	}

	._ms-xxl-1 {
		margin-left: .625rem
	}

	._py-xxl-1 {
		padding-top: .625rem;
		padding-bottom: .625rem
	}

	._pt-xxl-1 {
		padding-top: .625rem
	}

	._pe-xxl-1 {
		padding-right: .625rem
	}

	._pb-xxl-1 {
		padding-bottom: .625rem
	}

	._ps-xxl-1 {
		padding-left: .625rem
	}

	._me-xxl-autoi {
		margin-right: auto !important
	}

	._ms-xxl-autoi {
		margin-left: auto !important
	}

	._mx-xxl-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-xxl-1i {
		margin: .625rem !important
	}

	._p-xxl-1i {
		padding: .625rem !important
	}

	._my-xxl-1i {
		margin-top: .625rem !important;
		margin-bottom: .625rem !important
	}

	._mt-xxl-1i {
		margin-top: .625rem !important
	}

	._mb-xxl-1i {
		margin-bottom: .625rem !important
	}

	._py-xxl-1i {
		padding-top: .625rem !important;
		padding-bottom: .625rem !important
	}

	._pt-xxl-1i {
		padding-top: .625rem !important
	}

	._pb-xxl-1i {
		padding-bottom: .625rem !important
	}

	._m-xxl-2 {
		margin: 1.25rem
	}

	._p-xxl-2 {
		padding: 1.25rem
	}

	._my-xxl-2 {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem
	}

	._mt-xxl-2 {
		margin-top: 1.25rem
	}

	._me-xxl-2 {
		margin-right: 1.25rem
	}

	._mb-xxl-2 {
		margin-bottom: 1.25rem
	}

	._ms-xxl-2 {
		margin-left: 1.25rem
	}

	._py-xxl-2 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem
	}

	._pt-xxl-2 {
		padding-top: 1.25rem
	}

	._pe-xxl-2 {
		padding-right: 1.25rem
	}

	._pb-xxl-2 {
		padding-bottom: 1.25rem
	}

	._ps-xxl-2 {
		padding-left: 1.25rem
	}

	._me-xxl-autoi {
		margin-right: auto !important
	}

	._ms-xxl-autoi {
		margin-left: auto !important
	}

	._mx-xxl-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-xxl-2i {
		margin: 1.25rem !important
	}

	._p-xxl-2i {
		padding: 1.25rem !important
	}

	._my-xxl-2i {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	._mt-xxl-2i {
		margin-top: 1.25rem !important
	}

	._mb-xxl-2i {
		margin-bottom: 1.25rem !important
	}

	._py-xxl-2i {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	._pt-xxl-2i {
		padding-top: 1.25rem !important
	}

	._pb-xxl-2i {
		padding-bottom: 1.25rem !important
	}

	._m-xxl-3 {
		margin: 1.875rem
	}

	._p-xxl-3 {
		padding: 1.875rem
	}

	._my-xxl-3 {
		margin-top: 1.875rem;
		margin-bottom: 1.875rem
	}

	._mt-xxl-3 {
		margin-top: 1.875rem
	}

	._me-xxl-3 {
		margin-right: 1.875rem
	}

	._mb-xxl-3 {
		margin-bottom: 1.875rem
	}

	._ms-xxl-3 {
		margin-left: 1.875rem
	}

	._py-xxl-3 {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem
	}

	._pt-xxl-3 {
		padding-top: 1.875rem
	}

	._pe-xxl-3 {
		padding-right: 1.875rem
	}

	._pb-xxl-3 {
		padding-bottom: 1.875rem
	}

	._ps-xxl-3 {
		padding-left: 1.875rem
	}

	._me-xxl-autoi {
		margin-right: auto !important
	}

	._ms-xxl-autoi {
		margin-left: auto !important
	}

	._mx-xxl-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-xxl-3i {
		margin: 1.875rem !important
	}

	._p-xxl-3i {
		padding: 1.875rem !important
	}

	._my-xxl-3i {
		margin-top: 1.875rem !important;
		margin-bottom: 1.875rem !important
	}

	._mt-xxl-3i {
		margin-top: 1.875rem !important
	}

	._mb-xxl-3i {
		margin-bottom: 1.875rem !important
	}

	._py-xxl-3i {
		padding-top: 1.875rem !important;
		padding-bottom: 1.875rem !important
	}

	._pt-xxl-3i {
		padding-top: 1.875rem !important
	}

	._pb-xxl-3i {
		padding-bottom: 1.875rem !important
	}

	._m-xxl-4 {
		margin: 2.5rem
	}

	._p-xxl-4 {
		padding: 2.5rem
	}

	._my-xxl-4 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem
	}

	._mt-xxl-4 {
		margin-top: 2.5rem
	}

	._me-xxl-4 {
		margin-right: 2.5rem
	}

	._mb-xxl-4 {
		margin-bottom: 2.5rem
	}

	._ms-xxl-4 {
		margin-left: 2.5rem
	}

	._py-xxl-4 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem
	}

	._pt-xxl-4 {
		padding-top: 2.5rem
	}

	._pe-xxl-4 {
		padding-right: 2.5rem
	}

	._pb-xxl-4 {
		padding-bottom: 2.5rem
	}

	._ps-xxl-4 {
		padding-left: 2.5rem
	}

	._me-xxl-autoi {
		margin-right: auto !important
	}

	._ms-xxl-autoi {
		margin-left: auto !important
	}

	._mx-xxl-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-xxl-4i {
		margin: 2.5rem !important
	}

	._p-xxl-4i {
		padding: 2.5rem !important
	}

	._my-xxl-4i {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	._mt-xxl-4i {
		margin-top: 2.5rem !important
	}

	._mb-xxl-4i {
		margin-bottom: 2.5rem !important
	}

	._py-xxl-4i {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	._pt-xxl-4i {
		padding-top: 2.5rem !important
	}

	._pb-xxl-4i {
		padding-bottom: 2.5rem !important
	}

	._m-xxl-5 {
		margin: 3.125rem
	}

	._p-xxl-5 {
		padding: 3.125rem
	}

	._my-xxl-5 {
		margin-top: 3.125rem;
		margin-bottom: 3.125rem
	}

	._mt-xxl-5 {
		margin-top: 3.125rem
	}

	._me-xxl-5 {
		margin-right: 3.125rem
	}

	._mb-xxl-5 {
		margin-bottom: 3.125rem
	}

	._ms-xxl-5 {
		margin-left: 3.125rem
	}

	._py-xxl-5 {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem
	}

	._pt-xxl-5 {
		padding-top: 3.125rem
	}

	._pe-xxl-5 {
		padding-right: 3.125rem
	}

	._pb-xxl-5 {
		padding-bottom: 3.125rem
	}

	._ps-xxl-5 {
		padding-left: 3.125rem
	}

	._me-xxl-autoi {
		margin-right: auto !important
	}

	._ms-xxl-autoi {
		margin-left: auto !important
	}

	._mx-xxl-autoi {
		margin-right: auto !important;
		margin-left: auto !important
	}

	._m-xxl-5i {
		margin: 3.125rem !important
	}

	._p-xxl-5i {
		padding: 3.125rem !important
	}

	._my-xxl-5i {
		margin-top: 3.125rem !important;
		margin-bottom: 3.125rem !important
	}

	._mt-xxl-5i {
		margin-top: 3.125rem !important
	}

	._mb-xxl-5i {
		margin-bottom: 3.125rem !important
	}

	._py-xxl-5i {
		padding-top: 3.125rem !important;
		padding-bottom: 3.125rem !important
	}

	._pt-xxl-5i {
		padding-top: 3.125rem !important
	}

	._pb-xxl-5i {
		padding-bottom: 3.125rem !important
	}
}

/* Ensures product card takes the full height and uses flexbox */
.sparq-product-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* Ensures the product title container takes the full height */
}

.sparq-product-title .sparq-title {
  white-space: normal; /* Allows text to wrap to multiple lines */
  overflow: hidden; /* Ensures the text stays within the container */
  text-overflow: ellipsis; /* Adds ellipsis (...) if the text is too long */
  display: -webkit-box; /* For older versions of WebKit browsers */
  -webkit-line-clamp: 2; /* Limits the text to 2 lines */
  -webkit-box-orient: vertical; /* Ensures the box orientation is vertical */
  line-height: 1.5em; /* Adjusts the line height */
  height: 3em; /* Ensures the height accommodates exactly 2 lines of text */
  flex-grow: 1; /* Allows the title to take up remaining space */
}

.sparq-product-title .sparq-title-wrapper {
  display: flex;
  align-items: flex-start; /* Aligns the text at the top of the container */
  flex-grow: 1; /* Allows the wrapper to grow and align items */
  height: auto;
}
