

/* Start:/local/templates/shaaz/components/bitrix/sale.basket.basket.line/shaaz/style.css?17495454114804*/
.bx-basket { }

.bx-basket-block {
	margin: auto;
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* 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/components/bitrix/sale.basket.basket.line/shaaz/style.css?17495454114804 */
/* /local/templates/shaaz/template_styles.css?175508234810433 */
