

/* Start:/bitrix/templates/.default/components/itc/catalog.smart.filter/smart_filter_s2_v1_empty/style.css?15615202522642*/
.filter-form__item select option
{
	background-color: #fff;
	color: #000;
}

.popup-result
{
	display: inline-block;
    white-space: normal;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    border: 2px solid #fff;
    background: #ffb66b;
    min-width: 82px;
    position: absolute;
    left: 0;
    z-index: 100;
    top: 0;
    opacity:0;
    visibility: hidden;
    line-height: 12px;
    font-size: 11px;
}
.popup-result--show{
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear, visibility 0.3s linear;
}
.popup-result__button{
    display: inline-block;
    color: #fff;
    background: #01a802;
    margin-top: 5px;
    padding: 0 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
}
.popup-result__text{
	font-size: 11px;
    margin-right: 4px;
    display: inline-block;
}
.popup-result--bottom{
    top:-48px;
    left:50%;
    margin-left: -40px;
}
.popup-result:before, .popup-result:after {
    content: '';
    border: solid transparent;
    position: absolute;
    width: 0;
    right: 50%;
    top: -10px;
}
.popup-result:before {
    content: '';
    border-bottom-color: #ffffff;
    border-width: 7px;
    display: block;
    right: 50%;
    top: -14px;
    margin-right: -2px;
}
.popup-result:after {
    border-bottom-color: #ffb66b;
    border-width: 5px;
}

.popup-result--bottom:before, .popup-result--bottom:after{
	bottom: -10px;
	right:50%;
	top: unset;
	left:unset;
	border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
.popup-result--bottom:after{
    border-top-color: #ffb66b;
}
.popup-result--bottom:before{
	bottom: -14px;
	border-top-color: #ffffff;
}


.popup-result--right:before, .popup-result--right:after{
	right: -10px;
    top: 50%;
	bottom: unset;
	left:unset;
	border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
.popup-result--right:after{
    margin-top: -5px;
    border-left-color: #ffb66b;
}
.popup-result--right:before{
	margin-top: -7px;
	right: -12px;
    top: 50%;
	border-left-color: #ffffff;
}


.popup-result--left:before, .popup-result--left:after{
	left: -10px;
    top: 50%;
    bottom: unset;
	right:unset;
 	border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
.popup-result--left:after{
    margin-top: -5px;
    border-right-color: #ffb66b;
}
.popup-result--left:before{
	margin-top: -7px;
	left: -15px;
    top: 50%;
	border-right-color: #ffffff;
}
.hidden-filter-toggle{
	display:none;
}
/* End */
/* /bitrix/templates/.default/components/itc/catalog.smart.filter/smart_filter_s2_v1_empty/style.css?15615202522642 */
