@font-face {
	font-family: 'Exo 2';
	src: url('../fonts/Exo_2/Exo2-Regular.woff2') format('woff2'),
	     url('../fonts/Exo_2/Exo2-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Exo 2';
	src: url('../fonts/Exo_2/Exo2-SemiBold.woff2') format('woff2'),
	     url('../fonts/Exo_2/Exo2-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

:root {
	--bs-dark: #000000;
	--bs-dark-rgb: 0, 0, 0;
	--bs-primary: #FFBC01;
	--bs-primary-hover: #FFCA37;
	--bs-primary-rgb: 255, 188, 1;
	--bs-secondary: #000000;
	--bs-secondary-rgb: 0, 0, 0;
	--bs-secondary-color: #7D7D7D;
	--bs-secondary-color-rgb: 125, 125, 125;
	--bs-border-color: #E4E4E4;
	--bs-link-color: #000000;
	--bs-link-hover-color: #303030;
	--bs-body-color: #000000;
	--bs-body-bg: #fff;
	--bs-light: #F5F6F8;
	--bs-light-rgb: 245, 246, 248;
	--bs-gray: #D0D0D0;
	--bs-danger: #C42026;
	--bs-danger-rgb: 196, 32, 38;
	--bs-success: #08931E;
	--bs-success-rgb: 8, 147, 30;
	--bs-link-decoration: none;
	--bs-border-radius: 0.25rem;

	--bs-primaryFont: 'Exo 2', sans-serif;
	--bs-secondaryFont: 'Exo 2', sans-serif;
}

.btn {
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-padding-y: 0.75rem;
	--bs-btn-line-height: 1.25rem;
	--bs-btn-border-radius: 0.25rem;
	--bs-btn-font-weight: 600;
}

.btn-lg,
.btn-group-lg>.btn {
	--bs-btn-padding-y: 1rem;
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-font-size: 1rem;
	--bs-btn-border-radius: 0.25rem;
}

.btn-group-sm>.btn,
.btn-sm {
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-padding-x: 1rem;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-border-radius: 0.25rem;
}

.btn-primary {
	--bs-btn-color: var(--bs-dark);
	--bs-btn-bg: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-dark);
	--bs-btn-hover-bg: var(--bs-primary-hover);
	--bs-btn-hover-border-color: var(--bs-primary-hover);
	--bs-btn-active-color: var(--bs-dark);
	--bs-btn-active-bg: var(--bs-primary-hover);
	--bs-btn-active-border-color: var(--bs-primary-hover);
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: var(--bs-secondary-color);
	--bs-btn-disabled-bg: var(--bs-light);
	--bs-btn-disabled-border-color: var(--bs-light);
}

.btn-outline-primary {
	--bs-btn-color: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-dark);
	--bs-btn-hover-bg: var(--bs-primary-hover);
	--bs-btn-hover-border-color: var(--bs-primary-hover);
	--bs-btn-focus-shadow-rgb: 13, 110, 253;
	--bs-btn-active-color: var(--bs-dark);
	--bs-btn-active-bg: var(--bs-primary);
	--bs-btn-active-border-color: var(--bs-primary);
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: var(--bs-secondary-color);
	--bs-btn-disabled-border-color: var(--bs-light);
	--bs-gradient: none;
}

.btn-light {
	--bs-btn-color: var(--bs-dark);
	--bs-btn-bg: var(--bs-light);
	--bs-btn-border-color: var(--bs-light);
	--bs-btn-hover-color: var(--bs-dark);
	--bs-btn-hover-bg: var(--bs-light);
	--bs-btn-hover-border-color: var(--bs-border-color);
	--bs-btn-focus-shadow-rgb: 211, 212, 213;
	--bs-btn-active-color: var(--bs-dark);
	--bs-btn-active-bg: var(--bs-light);
	--bs-btn-active-border-color: var(--bs-border-color);
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: var(--bs-gray);
	--bs-btn-disabled-bg: var(--bs-light);
	--bs-btn-disabled-border-color: var(--bs-light);
}

.dropdown-menu {
	--bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 14.375rem;
	--bs-dropdown-color: var(--bs-body-color);
	--bs-dropdown-bg: var(--bs-body-bg);
	--bs-dropdown-border-color: var(--bs-border-color);
	--bs-dropdown-border-radius: 0.25rem;
	--bs-dropdown-box-shadow: none;
	--bs-dropdown-link-color: var(--bs-secondary-color);
	--bs-dropdown-link-hover-color: var(--bs-body-color);
	--bs-dropdown-link-hover-bg: var(--bs-light);
	--bs-dropdown-link-active-color: var(--bs-body-color);
	--bs-dropdown-link-active-bg: var(--bs-light);
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: 0.5rem;
}

.nav-pills {
	--bs-nav-pills-link-active-color: var(--bs-secondary);
	--bs-nav-pills-link-active-bg: var(--bs-light);
}

.accordion-item,
.accordion-button {
	color: var(--bs-dark);
	background-color: var(--bs-light);
}

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

.accordion-button::after {
	width: 0.5rem;
	height: 0.5rem;
	margin-left: auto;
	content: "";
	background-image: none;
	background-repeat: no-repeat;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg);
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: rotate(-225deg);
}

::selection {
	background: var(--bs-secondary);
	color: #fff;
}

body {
	color: var(--bs-body-color);
	font-family: var(--bs-primaryFont);
}

svg {
	pointer-events: none;
}

img:not([src]):not([srcset]) {
	visibility: hidden;
}

a {
	color: var(--bs-link-color);
	text-decoration: none;
	transition: all .5s;
}

a:hover {
	color: var(--bs-link-hover-color);
	text-decoration: none;
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
	background: transparent !important;
}

h1,
.h1 {
	font-weight: 600;
	font-size: 2.625rem;
}

h2,
.h2 {
	font-weight: 600;
	margin-bottom: 1rem;
}

.h3,
h3 {
	font-size: 1.875rem;
}

.h5,
h5 {
	font-size: 1.25rem;
	font-weight: 600;
}

h6,
.h6 {
	font-size: 1.125rem;
}

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

.smaller {
	font-size: 0.75rem;
}

.fw-bolder {
	font-weight: 600 !important;
}

blockquote {
	padding: 1rem 1rem 0.1rem 1rem;
	background: var(--bs-light);
	border-radius: var(--bs-border-radius);
	border-left: 4px solid var(--bs-primary);
}

label {
	cursor: pointer;
}

.form-control {
	border-radius: 0.25rem;
	padding: 0.75rem 1rem;
	line-height: 1.25rem;
}

.form-control:focus {
	box-shadow: none;
	border-color: var(--bs-gray);
}

.input-group-sm>.form-control {
	padding: 0.4rem 0.5rem;
}

.form-check {
	margin: 0;
	padding-left: 0;
}

.form-check .form-check-label {
	font-size: 1rem;
	position: relative;
	padding-left: 2rem;
	line-height: 1.2;
}

.form-check .form-check-label:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.25rem;
	border: 1px solid var(--bs-border-color);
	background: var(--bs-white);
}

.form-check .form-check-label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 6px;
	width: 12px;
	height: 7px;
	border-left: 2px solid var(--bs-dark);
	border-bottom: 2px solid var(--bs-dark);
	opacity: 0;
	transition: all .3s;
	transform: rotate(-4deg);
}

.form-check.form-check-radio .form-check-label:before {
	border-radius: 50%;
}

.form-check.form-check-radio .form-check-label:after {
	border: 0;
	background: var(--bs-dark);
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	top: 6px;
	left: 8px;
}

.form-check input:checked~.form-check-label:before {
	background: var(--bs-primary);
	border-color: var(--bs-primary);
}

.form-check input:checked~.form-check-label:after {
	opacity: 1;
	transform: rotate(-45deg);
}

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

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

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

.btn-icon {
	display: inline-block;
	height: 16px;
	position: relative;
	top: -2px;
}

.btn-icon svg {
	width: 22px;
	height: 22px;
}

.btn-sm .btn-icon svg {
	width: 16px;
	height: 16px;
}

.remove-label.btn-sm .btn-icon {
	top: -1px;
}

.remove-label.btn-sm .btn-icon svg {
	color: var(--bs-secondary);
	width: .5rem;
	height: .5rem;
}

.icon-32 svg {
	width: 32px;
	height: 32px;
}

.icon-42 svg {
	width: 42px;
	height: 42px;
}

.plus-minus {
	position: relative;
}

.plus-minus:before,
.plus-minus:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 14px;
	height: 2px;
	background: currentColor;
	transition: all .4s;
}

.plus-minus.collapsed:after {
	transform: rotate(-90deg);
}

.plus-minus:not(.collapsed):after {
	opacity: 0;
}

.slider.slider-horizontal {
	width: 100%;
	height: 14px;
}

.slider.slider-horizontal .slider-track {
	height: 4px;
	margin-top: -2px;
}

.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
	background: var(--bs-border-color);
	box-shadow: none;
}

.slider.slider-horizontal .slider-selection {
	background: var(--bs-dark);
	box-shadow: none;
}

.slider-handle {
	width: 14px;
	height: 14px;
	background: var(--bs-dark);
	box-shadow: none;
}

.slider.slider-horizontal .slider-handle {
	margin-left: 0;
}

.slider.slider-horizontal .slider-handle.max-slider-handle {
	margin-left: -14px;
}

.slider .tooltip.bs-tooltip-top {
	margin-top: -56px;
	position: absolute;
}

.chevron {
	line-height: 0;
	display: inline-block;
}

.chevron.chevron-rigth {
	transform: rotate(-90deg);
}

.chevron.chevron-top {
	transform: rotate(-180deg);
}

.chevron.chevron-left {
	transform: rotate(90deg);
}

.arrow {
	line-height: 0;
	display: inline-block;
}

.arrow.arrow-left {
	transform: rotate(-180deg);
}

.z-index-1 {
	z-index: 1;
}

.z-index-m1 {
	z-index: -1;
}

.z-index-2 {
	z-index: 2;
}

.z-index-3 {
	z-index: 3;
}

.lh-0 {
	line-height: 0;
}

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

.text-content ul li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
}

.text-content ul li:before {
	content: '';
	position: absolute;
	top: 0.6rem;
	left: 0.6rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: var(--bs-primary);
}

.text-content ol {
	list-style-type: none;
	counter-reset: num;
	padding-left: 0;
}

.text-content ol li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
}

.text-content ol li:before {
	content: counter(num) '.';
	counter-increment: num;
	position: absolute;
	top: 0;
	left: 0.6rem;
	color: var(--bs-primary);
	font-weight: 600;
}

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

.text-content a {
	color: #3a8ad1;
}

.text-content a:hover {
	color: var(--bs-link-hover-color);
}

img.fr-dii.fr-fil {
	float: left;
	margin: 0 1rem 1rem 0;
}

img.fr-dii.fr-fir {
	float: right;
	margin: 0 0 1rem 1rem;
}

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

.breadcrumb {
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	font-size: 0.875rem;
}

.breadcrumb .b-icon {
	transform: translateY(-3px);
	display: inline-block;
}

.pagination li {
	margin: 0 0.25rem;
}

.pagination .page-link {
	box-shadow: none !important;
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	align-items: center;
	justify-content: center;
	color: var(--bs-secondary-color);
	font-weight: 600;
	border: 1px solid var(--bs-border-color);
	border-radius: 0.25rem;
	line-height: 1;
}

.pagination .active>.page-link,
.pagination .page-link.active {
	background: var(--bs-body-bg);
	color: var(--bs-dark);
	border-color: var(--bs-dark);
}

.pagination .disabled>.page-link,
.pagination .page-link.disabled {
	color: var(--bs-secondary-color);
}

.activeLine:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	background-color: var(--bs-primary);
	transition: all .3s;
}

.activeLine.active:after {
	height: 3px;
}

.fancybox__container {
	color: var(--bs-dark);
	--carousel-button-svg-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}

.fancybox__container .carousel__button {
	color: var(--bs-dark);
	box-shadow: none;
}

.fancybox__backdrop {
	background: var(--bs-body-bg);
}

.fancybox__toolbar {
	background: none;
	text-shadow: none;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-color: var(--bs-primary);
}

.readmore .readmore_content {
	transition: all .4s;
	overflow: hidden;
	position: relative;
	max-height: 210px;
}

.readmore .readmore_content:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(to top, var(--bs-body-bg), rgba(255, 255, 255, 0));
}

.readmore .readmore_btns button+button {
	display: none;
}

.readmore.active .readmore_content {
	max-height: 2000px;
}

.readmore.active .readmore_content:after {
	display: none;
}

.readmore.active .readmore_btns button {
	display: none;
}

.readmore.active .readmore_btns button+button {
	display: inline-block;
}

.nav-pills .nav-link {
	color: var(--bs-secondary-color);
	font-weight: 600;
	border-left: 3px solid transparent;
}

.nav-pills .nav-link:hover {
	color: var(--bs-secondary);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	border-color: var(--bs-primary);
}

.ts-wrapper.hideSearch .ts-control input {
	left: -10000px;
	opacity: 0;
	position: absolute;
}

.ts-wrapper .ts-control {
	padding: 0.75rem 3rem 0.75rem 1rem;
	font-size: 1rem;
	border: 1px solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
}

.ts-wrapper .ts-control:after {
	content: '';
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 0.5rem;
	height: 0.5rem;
	border-right: 2px solid var(--bs-secondary-color);
	border-bottom: 2px solid var(--bs-secondary-color);
	transition: all .3s;
	transform-origin: center;
	transform: rotate(45deg);
}

.ts-wrapper.dropdown-active .ts-control {
	border-color: var(--bs-secondary-color);
}

.ts-wrapper.dropdown-active .ts-control:after {
	top: 1.15rem;
	transform: rotate(-135deg);
}

.ts-wrapper .ts-dropdown {
	background: var(--bs-body-bg);
	box-shadow: 0px 2px 40px rgba(16, 24, 40, 0.06);
	border-radius: var(--bs-border-radius);
	padding: 0.5rem;
	border: 0;
	margin: 0.5rem 0 0;
}

.ts-wrapper .ts-dropdown .option {
	font-size: 1rem;
	color: var(--bs-secondary-color);
	background-color: var(--bs-body-bg);
	padding: 0.63rem 1rem;
	border-radius: var(--bs-border-radius);
	border-left: 3px solid transparent;
	transition: all .3s;
}

.ts-wrapper .ts-dropdown .active {
	padding: 0.63rem 1rem;
	background-color: var(--bs-light);
	border-color: var(--bs-primary);
	color: var(--bs-body-color);
}

.ts-wrapper.form-control {
	border: 0;
	padding: 0;
	border-radius: 0;
}

.ts-dropdown .spinner {
	margin: 0.5rem auto;
	display: block;
}

#header .scroll_show {
	display: none;
}

body.scrolled #header .scroll_show {
	display: block !important;
}

body.scrolled #header .scroll_hidden {
	display: none !important;
}

body.scrolled #header .scroll_hidden.show {
	display: block !important;
}

.categoriesMenu-item .categoriesMenu-item-dropdown {
	display: none;
}

.categoriesMenu-item:hover .categoriesMenu-item-dropdown {
	display: block;
}

.categoriesMenu-item .level_1:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	background-color: var(--bs-primary);
	transition: all .3s;
}

.categoriesMenu-item:hover .level_1:after {
	height: 3px;
}

.categoriesMenu-item-dropdown .level_2:hover,
.categoriesMenu-item-dropdown .level_2.active {
	background-color: var(--bs-light);
}

#main {
	padding-top: 176px;
}

.iframe iframe {
	width: 100% !important;
	height: auto;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.product-video-link>span,
.product-more-images-link>span {
	height: 3rem;
	width: 3rem;
}

#product-details-navbar.sticky-lg-top {
	top: 81px;
}

.product-card:not(:hover) {
	border-color: transparent;
}

.product-card:hover {
	border-color: var(--bs-border-color);
	box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.06);
	z-index: 4;
}

.product-card .card-img-first {
	transition: all .3s;
	opacity: 1;
}

.product-card .card-img-second {
	transition: all .3s;
	opacity: 0;
	object-fit: contain;
	aspect-ratio: 1/1;
}

.product-card:hover .card-img-first {
	opacity: 0;
}

.product-card:hover .card-img-second {
	opacity: 1;
}

.product-card .card-title {
	height: 2.5rem;
}

.product-card .card-bottom {
	left: -1px;
	top: calc(100% - 4px);
	width: calc(100% + 2px);
	display: none;
}

.product-card:hover .card-bottom {
	display: block;
}

.swiper-slide .product-card:hover .card-bottom {
	display: none !important;
}

.product-card-horizontal .card-img-first {
	transition: all .3s;
	opacity: 1;
}

.product-card-horizontal .card-img-second {
	transition: all .3s;
	opacity: 0;
	object-fit: contain;
	aspect-ratio: 1/1;
}

.product-card-horizontal:hover .card-img-first {
	opacity: 0;
}

.product-card-horizontal:hover .card-img-second {
	opacity: 1;
}

.product-card-horizontal .card-title {
	font-size: 1.125rem;
}

.mpage_promo.with-text:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.mpage_promo img {
	aspect-ratio: 16/8;
	object-fit: cover;
}

.mpage_promo_texts {
	max-width: 60%;
}

.mpage_promo2 img,
.mpage_promo3 img {
	object-fit: cover;
	aspect-ratio: 421/205;
}

.swiper-pagination {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	align-items: flex-end;
}

.swiper-pagination .swiper-pagination-bullet {
	flex: 1 0 0%;
	border-radius: 0;
	height: 0.125rem;
	background: var(--bs-gray);
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--bs-dark);
	height: 0.188rem;
}

.swiper-pagination.swiper-pagination-light .swiper-pagination-bullet {
	background: var(--bs-white);
	opacity: .4;
}

.swiper-pagination.swiper-pagination-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--bs-white);
	opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper-button-disabled {
	opacity: .25;
}

.logo-block {
	height: 116px;
}

.promo_img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 360px;
}

.rating-form-field .form-check-label {
	color: var(--bs-primary);
	cursor: pointer;
}

.rating-form-field .form-check-label svg {
	width: 26px;
	height: 26px;
}

.rating-form-field input:checked~.form-check-label {
	color: var(--bs-gray);
}

.rating-form-field input:checked+.form-check-label {
	color: var(--bs-primary);
}

.product-option {
	cursor: pointer;
}

.product-option.active {
	border-color: var(--bs-primary) !important;
}

.product_relatedbyfeature a img {
	width: 2rem;
	height: 2rem;
	aspect-ratio: 1/1;
	object-fit: cover;
}

#cartList .btn-group .form-control {
	max-width: 50px;
}

.productsCarousel .productsCarousel-nav {
	top: -3.3rem !important;
}

.checkout-step {
	width: 2rem;
	height: 2rem;
}

.fn_delivery_item_collapse {
	display: none;
}

.fn_delivery_item.active .fn_delivery_item_collapse {
	display: block;
}

.fn_delivery_item.active {
	border-color: var(--bs-secondary-color) !important;
	background-color: var(--bs-light);
}

.fn_payment_item .fn_payment_item_inner {
	display: none;
}

.fn_payment_item.active .fn_payment_item_inner {
	display: block;
}

.isChild {
	transition: transform .4s;
	transform: translateX(0);
}

.isChild.isVisible {
	transform: translateX(-100%);
}

.fn_kits .fn_product {
	border-right: 1px solid var(--bs-border-color);
}

.fn_kits .position-absolute {
	width: 40px;
	height: 40px;
	line-height: 1;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
}

.sideMenu .nav-link {
	color: var(--bs-secondary-color);
	border-left: 3px solid transparent;
}

.sideMenu .nav-link:hover {
	color: var(--bs-dark);
}

.sideMenu .nav-link.active {
	color: var(--bs-dark);
	background-color: var(--bs-light);
	border-color: var(--bs-primary);
}

.flipdown {
	width: 312px;
	height: 70px;
}

.flipdown .rotor {
	font-size: 1.8rem;
	margin-right: 3px;
}

.flipdown .rotor,
.flipdown .rotor-leaf,
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor:after {
	width: 30px;
}

.flipdown .rotor-group {
	padding-right: 20px;
}

.flipdown .rotor-group:last-child {
	padding-right: 0px;
}

.flipdown .rotor-group-heading:before {
	font-size: 0.8rem;
	height: 20px;
	line-height: 20px;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
	left: 70px;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
	bottom: 8px;
	height: 6px;
	width: 6px;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
	bottom: 22px;
	height: 6px;
	width: 6px;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-top {
	line-height: 40px;
}

.flipdown .rotor-leaf,
.flipdown .rotor {
	height: 40px;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor:after {
	height: 20px;
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
	.mpage_promo_texts {
		max-width: 80%;
	}

	.mpage_promo_title {
		font-size: 1.625rem;
	}
}

@media (max-width: 991.98px) {
	#main {
		padding-top: 127px;
	}

	#product-details-navbar.sticky-lg-top {
		top: 0px;
	}

	.h1,
	h1 {
		font-size: 1.75rem;
	}

	.h2,
	h2 {
		font-size: 1.5rem;
	}

	.h5,
	h5 {
		font-size: 1rem;
	}

	.promo_img {
		min-height: 200px;
	}

	.fn_kits .fn_product {
		border-right: 0;
		border-bottom: 1px solid var(--bs-border-color);
	}

	.fn_kits .position-absolute {
		width: 32px;
		height: 32px;
		top: 100%;
		right: 50%;
		transform: translate(50%, -50%);
	}
}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {

	img.fr-dii.fr-fil,
	img.fr-dii.fr-fir {
		float: none;
		margin: 0 auto 1rem auto;
		display: block;
	}

	.mpage_promo_texts {
		max-width: 100%;
		padding-right: 1.5rem;
	}

	.mpage_promo img {
		aspect-ratio: 369/253;
		height: auto;
	}

	.mpage_promo_text.fs-5 {
		font-size: 1rem !important;
	}

	.product-card-horizontal .card-title {
		font-size: 0.875rem;
	}
}