/* Custom NotyJS - FLAT */
.noty_theme__flat.noty_bar {
	font: 16px/1.3 Arial, Liberation Sans, sans-serif;
	text-align: center;
	padding: 12px 15px 13px;
	position: relative;
	border: 1px solid #eee;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noty_theme__flat.noty_bar.noty_type__error {
	background-color: #e74c3c;
	border-color: #c0392b;
	color: #fff;
}
.noty_theme__flat.noty_bar.noty_type__warning {
	background-color: #f1c513;
	border-color: #f39c12;
	color: #fff;
}
.noty_theme__flat.noty_bar.noty_type__success {
	background-color: #2ecc71;
	border-color: #27ae60;
	color: #fff;
}
.noty_theme__flat.noty_bar.noty_type__information {
	background-color: #3498db;
	border-color: #2980b9;
	color: #fff;
}

/* Custom NotyJS - MODERN */
.noty_theme__modern.noty_bar {
	text-align: center;
	background-color: #ffff;
	position: relative;
	border-radius: 8px !important;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noty_theme__modern.noty_bar.noty_type__error .noty_title {
	background-color: #e74c3c;
	border-color: #c0392b;
}
.noty_theme__modern.noty_bar.noty_type__warning .noty_title {
	background-color: #f1c513;
	border-color: #f39c12;
}
.noty_theme__modern.noty_bar.noty_type__success .noty_title {
	background-color: #2ecc71;
	border-color: #27ae60;
}
.noty_theme__modern.noty_bar.noty_type__information .noty_title {
	background-color: #3498db;
	border-color: #2980b9;
}

.noty_theme__modern.noty_bar .noty_title {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 6px 12px;
}

.noty_theme__modern.noty_bar .noty_text {
	color: #1d1d1d;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	padding: 12px 12px;
}

/* Custom Scrollbar */

*::-webkit-scrollbar {
	height: 6px;
	width: 6px;
}
*::-webkit-scrollbar-track {
	border-radius: 6px;
	background-color: #ffffff;
}

*::-webkit-scrollbar-track:hover {
	background-color: #ffffff;
}

*::-webkit-scrollbar-track:active {
	background-color: #ffffff;
}

*::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #f26241;
}

*::-webkit-scrollbar-thumb:hover {
	background-color: #bf4d33;
}

*::-webkit-scrollbar-thumb:active {
	background-color: #bf4d33;
}

/* Custom 404 Page */

.not-found {
	background: #fff;
	width: 100vw;
	min-height: 100vh;
}
.not-found__container {
	max-width: 1270px;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.not-found__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	width: 600px;
}
.not-found__info {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.not-found__image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.not-found__image span {
	color: #000000;
	font-size: 124px;
	font-weight: 700;
	line-height: 151.16px;
}
.not-found__title {
	color: #211e22;
	font-size: 56px;
	font-weight: 800;
	line-height: 65.63px;
	text-align: center;
}
.not-found__text {
	padding: 20px 0 30px;
	color: #211e22;
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
	text-align: center;
}
.not-found__button-container {
	padding-bottom: 16px;
}
.not-found__button {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	background: #f26241;
	min-height: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	min-width: 200px;
	line-height: 18.75px;
}

@media screen and (max-width: 900px) {
	.not-found__image img {
		width: 100%;
	}
	.not-found__wrapper {
		width: 100%;
		margin-top: 145px;
	}
}

/* Custom Validate JS */
.form__error {
	color: #f00;
	font-size: 12px;
}

.checkbox-wrapper_content._error::before {
	border-color: #f00;
}

.select__item._error {
	border: 1px solid #f00;
}

.radio-wrapper_content._error {
	border-color: #f00;
}

.radio-wrapper_circle._error {
	border-color: #f00;
}

.input-wrapper {
	position: relative;
}

.iti {
	width: 100%;
}

.file__input._error + .file__content {
	border-color: red;
}

.iti input,
.iti input[type='tel'],
.iti input[type='text'] {
	padding-right: 60px;
}

.iti__selected-flag {
	padding: 0 20px;
}

/* Custom Loader */

.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.loader_centered {
	display: flex;
	justify-content: center;
	width: 100%;
}

.loader_background {
	visibility: hidden;
	width: 400px;
	height: 400px;
	background: #333333;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes dyinglight {
	15% {
		transform: scale(1.6);
	}
	50% {
		transform: rotate(-89deg);
	}
	100% {
		transform: rotate(-90deg);
	}
}

@keyframes dyinglight {
	15% {
		transform: scale(1.6);
	}
	50% {
		transform: rotate(-89deg);
	}
	100% {
		transform: rotate(-90deg);
	}
}
.dl {
	transform: translate(0, -25%);
	display: inline-block;
}

.dl__square {
	display: block;
	width: 50px;
	height: 50px;
	background: #4285f4;
}

.dl__container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	transform-origin: 50% 50% 0;
	-webkit-animation: dyinglight 1s ease infinite;
	animation: dyinglight 1s ease infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl__corner--top:before,
.dl__corner--top:after,
.dl__corner--bottom:before,
.dl__corner--bottom:after {
	position: absolute;
	width: 17px;
	height: 17px;
	color: #4285f4;
	content: '';
}

.dl__corner--top:before {
	border-left: 1px solid;
	border-top: 1px solid;
	top: -6px;
	left: -6px;
}
.dl__corner--top:after {
	border-right: 1px solid;
	border-top: 1px solid;
	top: -6px;
	right: -6px;
}

.dl__corner--bottom:before {
	border-left: 1px solid;
	border-bottom: 1px solid;
	bottom: -6px;
	left: -6px;
}
.dl__corner--bottom:after {
	border-right: 1px solid;
	border-bottom: 1px solid;
	bottom: -6px;
	right: -6px;
}

.loader_replace {
	display: flex;
	justify-content: center;
}
.loader_replace button {
	width: 100%;
}

/* Custom Styles */

.banner__slider {
	min-width: 100%;
	width: 100%;
}

.product__price span._now {
	color: #d91616;
}

.product__price span._old {
	font-weight: 400;
	text-decoration: line-through;
}

.item-cart__total {
	flex-direction: row;
	gap: 3px;
}

.product__action._compared,
.info-comparisos__action._compared,
.actions-body-card__action._compared {
	background: #ffd9d1;
}

.catalog-header__content {
	justify-content: flex-start;
	column-gap: 20px;
}

.title__limit {
	word-break: break-word;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: calc(1.5em * 3);
}

.product__name {
	flex: initial;
}

.characteristic-card__row .characteristic-card__value,
.product-order-cabinet__price span {
	white-space: nowrap;
}

._disabled {
	pointer-events: none;
	background-color: #f2b1a3;
}

@media screen and (min-width: 991px) {
	.products-promo-page__body {
		column-gap: 40px;
		justify-content: center;
	}
}

.pointer {
	cursor: pointer;
}

.mods-catalog {
	flex-wrap: wrap;
	gap: 10px;
	overflow-y: hidden;
}

@media screen and (max-width: 1492px) {
	.product {
		padding: 10px;
	}
	.search-header__result {
		max-width: 100%;
	}
}

.search-header__result {
	width: 100%;
}

/* For Chrome, Safari, Edge, and Opera */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* For Firefox */
input[type='number'] {
	-moz-appearance: textfield;
}

.play_icon {
	position: absolute;
	bottom: 2%;
	right: 2%;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 4px;
	cursor: pointer;
	/* pointer-events: none; */
}

.play_icon:hover {
	border-color: #f26241;
}

.video_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.video_modal_content {
	position: relative;
	width: 80%;
	max-width: 800px;
	height: 45%;
	background: #000;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.close_modal {
	color: white;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.info-body-card__status,
.product__status {
	min-height: 20px;
}

.header-credit {
	width: 100%;
	max-width: 460px;
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100dvh;
	max-height: 100dvh;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header-credit:not(._active) {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	pointer-events: none;
	visibility: hidden;
}

.action-main-header__icon {
	position: relative;
}

.action-main-header__icon-total {
	position: absolute;
	top: -4px;
	right: -4px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding: 0px 6px;
	background: #f26241;
	border-radius: 100px;
}

.optons-payment-order {
	flex-wrap: wrap;
}

.main-gallery-card__arrow.swiper-button-disabled {
	display: none !important;
}

.select__options {
	overflow: scroll;
	height: 400px;
}
