

/* Start:/local/templates/shaaz/template_styles.css?175508234810433*/
.sert .swiper-slide .item_sert img {
	height: auto;
}
.map-100vw {
	position: relative;
	width: 100vw;
	transform: translateX(-50%);
	left: 50%;
}


/* search modal */
.btn_search_open {
	margin-right: 12px;
	padding: 0;
	width: 44px;
}

.btn_search_open svg {
	pointer-events: none;
}

.search_modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
	transform: translateZ(0);
}

.search_modal__bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* backdrop-filter: blur(32px); */
	/* -webkit-backdrop-filter: blur(32px); */
	background: rgba(44, 44, 44, 0.44);
	transform: translateZ(0);
	display: block;
	/* z-index: -1; */
}

.search_modal__wrapper {
	position: fixed;
	top: 38px;
	left: 50%;
	transform: translateX(-50%);
	width: 804px;
	z-index: 201;
}

.search_modal__input {
	position: relative;
	width: 100%;
	margin-bottom: 3px;
	display: flex;
}

.search_modal__input::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 17px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI0VGN0YxQiIgZD0ibTE3LjEzIDE2LjI0LTQuNzItNC43MmE2Ljg5IDYuODkgMCAxIDAtLjg5Ljg4bDQuNzIgNC43MnpNMS41IDcuMTJhNS42MiA1LjYyIDAgMSAxIDExLjI1IDAgNS42MiA1LjYyIDAgMCAxLTExLjI1IDAiLz48L3N2Zz4=");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	pointer-events: none;
}

.search_modal__input .d_input {
	flex: 1;
	min-width: 0;
	height: 44px;
	background-color: #fff;
	padding: 0 20px 0 48px;
	color: #2C2C2C;
	font-size: 16px;
}

.search_modal__input .d_btn {
	height: 44px;
	background-color: #EF7F1B;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	padding: 0 42px;
	max-width: 132px;
	transition: 250ms ease;
}

.search_modal__results {
	background-color: #fff;
	padding: 16px;
	overflow-y: auto;
	max-height: 85vh;
	display: none;
}
.search_modal__results::-webkit-scrollbar {
	width: 5px;
}
.search_modal__results::-webkit-scrollbar-track {
	background: #959595;
}
.search_modal__results::-webkit-scrollbar-thumb {
	background: #EF7F1B;
	border-radius: 3px;
}
.search_modal__results__sect:not(:last-child) {
	margin-bottom: 24px;
}
.search_modal__results__sect table {
	width: 100%;
}
.search_modal__tiles {
	margin-bottom: 16px;
	color: #2C2C2C;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}
.search_modal__tiles span {
	color: #959595;
}
.search_modal__grid {
	display: flex;
	flex-direction: column;
}
.search_modal__grid .search_result_product:not(:last-child) {
	margin-bottom: 4px;
	border-bottom: 1px solid #F8F7F7;
}
.search_modal__grid .search_result_category:not(:last-child) {
	margin-bottom: 4px;
	border-bottom: 1px solid #F8F7F7;
}
.search_result_product {
	display: flex;
	gap: 0 20px;
	padding: 12px 0;
}
.search_result_product__image {
	width: 56px;
	flex: 0 0 56px;
	max-width: 56px;
}
.search_result_product__col {
	color: #2C2C2C;
	font-size: 16px;
	line-height: 20px;
}
.search_result_product__col.col3 {
	flex: 0 0 134px;
	max-width: 134px;
}
.search_result_product__col span {
	margin-bottom: 4px;
	color: #959595;
	font-size: 14px;
	line-height: 16px;
	display: block;
}
.search_result_product__control {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.search_result_calc {
	display: flex;
	align-items: center;
	margin-right: 8px;
}
.search_result_calc__btn {
	flex: 0 0 44px;
	max-width: 44px;
	width: 44px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F8F7F7;
}
.search_result_calc__input {
	height: 38px;
	width: 44px;
	flex: 0 0 44px;
	max-width: 44px;
	border-top: 1px solid #F8F7F7;
	border-bottom: 1px solid #F8F7F7;
	text-align: center;
	color: #2C2C2C;
	font-size: 16px;
}
.btn_add_card {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F8F7F7;
	width: 40px;
	flex: 0 0 40px;
	max-width: 40px;
	height: 40px;
}
.search_modal__footer {
	margin-top: 20px;
	align-self: flex-start;
}
.search_modal__footer .btn_orange {
	width: 170px;
}

.search_result_category {
	display: flex;
	padding: 12px 0;
}
.search_result_category__left {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	max-width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F8F7F7;
	color: #000;
	font-size: 16px;
	margin-right: 20px;
}
.search_result_category__right .d_top {
	margin-bottom: 4px;
}
.search_result_category__right .d_top a {
	color: #2C2C2C;
	font-size: 16px;
	line-height: 20px;
}
.search_result_category__right .d_top a:hover {
	color: #EF7F1B;
}
.search_result_category__right .d_bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}
.search_result_category__right .d_bottom a {
	color: #959595;
	font-size: 13px;
	line-height: 16px;
	position: relative;
}
.search_result_category__right .d_bottom a:hover {
	color: #EF7F1B;
}
.search_result_category__right .d_bottom a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -7px;
	width: 2px;
	height: 2px;
	background-color: #EF7F1B;
	pointer-events: none;
}
.js--search-text .highlight {
	color: #fff;
	position: relative;
	background-color: #EF7F1B;
}
/* search modal */

/* search result */
.search_result_input {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	margin-top: 32px;
}
.search_result_input .field-set {
	position: relative;
	
}
.search_result_input .field-set input {
	height: 52px;
	padding: 0 12px 0 48px;
	background-color: #fff;
	font-size: 16px;
	line-height: 20px;
	color: #2C2C2C;
	width: 648px;
	border: 1px solid #EAEAEA;
}
.search_result_input .field-set input::placeholder {
	color: #2C2C2C;
}
.search_result_input .field-set svg {
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	pointer-events: none;
}
.search_result_input .btn_orange {
	width: 156px;
	height: 52px;
}
.search_result_count {
	margin-top: 8px;
	margin-bottom: 28px;
	color: #959595;
	font-size: 16px;
	line-height: 20px;
	display: block;
}
.search_result_card {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}
.search_result_card .item {
	background-color: #F8F7F7;
	flex: 0 0 155px;
	height: 156px;
	padding: 16px;
	position: relative;
	color: #2C2C2C;
	font-size: 15px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: 250ms ease;
}
.search_result_card .item svg {
	margin-left: auto;
	margin-top: auto;
	width: 20px;
}
.search_result_card .item:hover {
	background-color: #EF7F1B;
	color: #fff;
}
.search_result_card .item:hover svg path {
	fill: #fff;
}
.page_search_result {
	margin-bottom: 128px;
}
.search_result_input .btn_orange svg {
	display: none;
}
.search_modal__close {
	position: fixed;
	top: 38px;
	right: 38px;
	width: 52px;
	height: 52px;
	background-color: #EF7F1B;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
}
@media (max-width:1024px) {
	.search_modal__wrapper {
		width: 100%;
		padding: 0 16px;
	}
	.search_modal__input .d_btn {
		padding: 0 16px;
	}
	.search_result_product {
		flex-direction: column;
	}
	.search_result_product__col,
	.search_result_product__col.col3 {
		flex: 0 0 auto;
		max-width: 100%;
		margin-bottom: 6px;
	}
	.search_result_input .field-set input {
		width: 100%;
	}
	.search_result_input .field-set {
		flex: 1;
		min-width: 0;
	}
	
}
@media (max-width:768px) {
	.search_result_card {
		margin-left: -16px;
		margin-right: -16px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.search_result_card .item {
		flex: 0 0 155px;
		max-width: 155px;
	}
	.search_result_input .btn_orange svg {
		display: block;
	}

	.search_result_input .btn_orange span {
		display: none;
	}
	.search_result_input .btn_orange {
		width: 48px;
		height: 48px;
		flex: 0 0 48px;
		max-width: 48px;
		padding: 0;
	}
	.search_result_input .field-set input {
		height: 48px;
	}
	.search_result_input {
		margin-top: 16px;
		margin-bottom: 9px;
	}
	.search_result_count {
		font-size: 14px;
		line-height: 20px;
	}

	.search_result_card {
		flex-wrap: nowrap;
		gap: 8px;
		overflow-x: auto;
	}
	.search_result_card .item {
		font-size: 14px;
	}
	.search_result_card .item svg {
		position: absolute;
		bottom: 16px;
		right: 12px;
		pointer-events: none;
		z-index: 2;
	}
}
@media (max-width:365px) {
	
	
}

/* serach result */

/* modal card */
.modal_order_card {
	position: fixed;
	z-index: 300;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.modal_order_card.active {
	display: block;
}
.modal_order_card__bg {
	backdrop-filter: blur(32px);
	background: rgba(44, 44, 44, 0.44);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.modal_order_card__wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	width: 380px;
	padding: 28px 36px;
}
.modal_order_card__wrap .h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	color: #2C2C2C;
}
.modal_order_card__header {
	display: flex;
	flex-direction: column;
	
	margin-bottom: 32px;
}
.modal_order_card__header span {
	margin-bottom: 4px;
	color: #959595;
	font-size: 14px;
}
.modal_order_card__header .text_block {
	display: flex;
	flex-direction: column;
	margin-top: 12px;
}
.modal_order_card__header b {
	font-size: 18px;
	color: #2C2C2C;
}
.modal_order_card__header img {
	max-width: 187px;
	margin-left: auto;
	margin-right: auto;
}
.modal_order_card__footer .btn_orange{
	margin-bottom: 8px;
}

@media (max-width:540px) {
	.modal_order_card__wrap {
		width: calc(100% - 32px);
		left: 16px;
		transform: translate(0, -50%);
	}
}
/* modal card */
/* End */
/* /local/templates/shaaz/template_styles.css?175508234810433 */
