.bxcompprop-prop-tr select {
	overflow: auto;
}
.error_text {
	color: #fc5539;
}

/* 19.11.2019 @ Filippov Dmitry */

.bx-ui-slider-track-container {
	float: none !important;
	width: 100% !important;
	margin-left: 0 !important;
	padding: 70px 5px 15px !important;
}
.bx-filter .bx-ui-slider-part {
	background: none !important;
}
.bx-filter .bx-ui-slider-track {
	height: 4px !important;
	border-radius: 3px !important;
	background: #dddddd !important;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
	background: #dddddd !important;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v,
.bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
	/* background: #fc5539 !important; */
	border-radius: 3px !important;
}
.bx-filter .bx-ui-slider-part {
	top: initial !important;
	bottom: -40px !important;
}
.bx-filter .bx-ui-slider-range {
	z-index: 80;
}
.bx-filter .bx-ui-slider-handle.left,
.bx-filter .bx-ui-slider-handle.right { 
	border-radius: 50%;
	border: 2px solid #fff;
	top: -9px;
}
.bx-filter .bx-ui-slider-handle.left::after,
.bx-filter .bx-ui-slider-handle.right::after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
}
.bx-filter .bx-ui-slider-handle.left {
	margin-left: -10px !important;
}
.bx-filter .bx-ui-slider-handle.right {
	margin-right: -10px !important;
}

@media (min-width: 768px) {
	.inner-title_modern-light .title_light {
		color: #000000;
	}
	.inner-title_modern-light .title_light::before,
	.inner-title_modern-light .title_light::after {
		background-image: url('img/title-pattern-dark.svg');
	}
}
#bx_incl_area_6_6,
#bx_incl_area_6_7,
#bx_incl_area_6_8 {
	display: contents;
}

/* 31.12.2019 // HAPPY NEW YEAR !!! */

.bx-ui-slider-handle:before {
	position: absolute;
	content: attr(data-current-value);
	bottom: calc(100% + 5px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	color: #000000;
}
.bx-ui-slider-part {
	display: none;
}

.social__link-wrap_facebook .social__link:hover {
	background-color: #23599a;
}
.i-facebook:before {
	content: '\67';
}
.social__link-wrap_twitter .social__link:hover {
	background-color: #00a1f4;
}
.i-twitter:before {
	content: '\6a';
}
.main-nav_mobile .main-nav__sublist-wrapper_lvl-2 .main-nav__arrow {
	display: none;
}
.field-radio__name:hover {
	cursor: pointer;
}

.aside-panel {
	z-index: 1;
}
.product-item-image-wrapper {
	padding-top: 0;
}
.password_icon {
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	cursor: pointer;
}
.hide {
	display: none;
}

.password_icon img {
	width: 25px;
	height: 25px;
}

.filter_submit {
	margin-bottom: 35px;
}
.filter_submit input {
	width: 100%;
	max-width: 238px;
}

.bx-soa-pp-company-selected img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

.bx-soa-pp-company-selected img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

/* .btn 
{
    font-size: 1.4rem !important;
} */

@media (max-width: 767px) {
	.basket-item-actions-remove {
		display: none !important;
	}
}

@media (max-width: 575px) {
	.bx-soa-more .btn span:not(.btn__icon) {
		display: initial;
	}
	div[data-entity='basket-item-quantity-block'] {
		justify-content: flex-start !important;
	}
}

@media (max-width: 550px) {
	.row-buttons {
		flex-direction: column;
	}
	.row-buttons button:nth-child(2),
	.bx-soa-more-btn a:nth-child(2) {
		margin-top: 15px;
	}
	/* .btn
    {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    } */
	.bx-soa-pp-list-termin {
		width: auto;
	}
}
.payment_error {
	margin-bottom: 20px;
	color: #e8472b;
	font-size: 18px;
	font-weight: bold;
}

.field-select_img .choices__item[data-value='ic']:before {
	background-image: url(img/ic.svg);
}
.field-select_img .choices__item[data-value='tp']:before {
	background-image: url(img/tp.svg);
}
.field-select_img .choices__item[data-value='kv']:before {
	background-image: url(img/kv.svg);
}
.field-select_img .choices__item[data-value='xn']:before {
	background-image: url(img/xn.svg);
}
.field-select_img .choices__item[data-value='xm']:before {
	background-image: url(img/xm.svg);
}
.field-select_img .choices__item[data-value='xy']:before {
	background-image: url(img/xy.svg);
}
.field-select_img .choices__item[data-value='xs']:before {
	background-image: url(img/xs.svg);
}

.share__ref .icon.whatsapp {
	background: url('img/whatsapp.svg') no-repeat center;
}

.share__ref .icon.telegram {
	background: url('img/telegram.svg') no-repeat center;
}

.share__ref .icon.viber {
	background: url('img/vb.svg') no-repeat center;
}

.table .sale_order_full_table td,
.table .sale_order_full_table th {
	padding: 0;
}

@media (max-width: 768px) {
	.d-md-block.header-search-block {
		display: block !important;
		padding-bottom: 20px;
	}
	.d-md-block.header-search-block .header__search {
		margin-top: 10px;
	}
}
.form-payment-amount .btn_primary {
	width: 150px;
}

/* svg */
.shape_green {
	fill: #158062;
}

.shape_yellow {
	fill: #f3ba43;
}

.shape_red {
	fill: #fc5539;
}

.display_none {
	display: none;
}

.product-flags .label {
	color: #000000;
}
.header__title-none {
	display: none;
}
.feed-add-post div.bx-html-editor {
	border: 1px solid #ccc !important;
	padding: 5px 40px;
	line-height: 1.5;
	font-size: 1.4rem;
	font-family: inherit;
	background-color: #fff;
}
