/*=Font size */
.ocfilter-option .ocf-option-name,
.ocfilter-option .ocf-option-values,
.ocfilter-option .ocf-option-description,
.ocfilter-option .fields-price {
	font-size: 12px;
}

.ocfilter-option .ocf-option-name {
	margin-bottom: 16px;
	border: 0px;
	text-transform: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #2e2f32;
}

.ocfilter-option .ocf-option-values {
	overflow: visible;
}

.list-group-item {
	overflow: visible !important;
}

.ocfilter-option .ocf-option-values .dropdown-menu {
	min-width: 100%;
	max-height: 250px;
	overflow: auto;
	padding: 10px;
}

.ocfilter-option .ocf-color {
	border-radius: 3px 3px 3px 3px;
	float: left;
	height: 19px;
	margin: 1px -16px 0 -3px;
	width: 19px;
}

.ocfilter-option .ocf-image {
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	height: 19px;
	margin: 1px -16px 0 -3px;
	position: relative;
	width: 19px;
	z-index: 10;
}

.ocfilter-option label {
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	white-space: normal;
	padding: 4px 0;
	width: 100%;
}

.ocfilter-option .dropdown-menu label {
	white-space: nowrap;
}

.ocfilter-option label input {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: top;
}

.ocfilter-option label small {
	background-color: #dbeaf9;
	color: #0e6a93;
	font-weight: 200;
	font-size: 10px;
	margin-left: 5px;
}

.ocfilter-option label.disabled {
	color: #999999;
}

.ocfilter-option label.disabled small {
	background-color: #efefef;
	color: #999999;
}

.ocfilter-option label {
	color: #444;
	text-decoration: none;
}

.ocfilter-option label.ocf-selected {
	color: #e56101;
}

.ocfilter-option label.ocf-selected small {
	opacity: 0;
}

/*=Collapse Options */
button[data-target="#ocfilter-hidden-options"] {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

button[data-target="#ocfilter-hidden-options"] .fa:before {
	content: "\f078";
}

button[data-target="#ocfilter-hidden-options"][aria-expanded="true"] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

button[data-target="#ocfilter-hidden-options"][aria-expanded="true"] .fa:before {
	content: "\f077";
}

/*=Collapse Values */
.collapse-value {
	margin-bottom: 10px;
}

.collapse-value > button,
.collapse-value > button:focus,
.collapse-value > button:active,
.collapse-value > button:active:focus {
	text-align: left;
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	color: #4c81eb;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	outline: none;
}

.collapse-value > button .fa:before {
	content: "\f107";
}

.collapse-value > button[aria-expanded="true"] {
}

.collapse-value > button[aria-expanded="true"] .fa:before {
	content: "\f106";
}

/*=Selected Options */
.selected-options {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #e1e4eb;
	border-bottom: 1px solid #e1e4eb;
	padding: 16px 0;
	margin: 16px 0;
}

.selected-options .ocfilter-option {
	padding: 0;
	border: 0;
	display: flex;
	align-items: center;
}

.ocfilter-option .btn-danger {
	background: #f2f4f7;
	border-radius: 6px;
	border: 0px;
	font-weight: 400;
	font-size: 11px;
	line-height: 16px;
	color: #2e2f32;
	padding: 4px !important;
	box-shadow: none;
	margin-left: 4px;
}

.selected-options .btn-danger:hover,
.selected-options .btn-block.btn-danger:hover {
	background-color: #eb4c6180;
}

.selected-options span {
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
}

.selected-options .btn-block.btn-danger {
	background: #f2f4f7;
	border-radius: 6px !important;
	border: 0px;
	font-weight: 400;
	font-size: 11px;
	line-height: 16px;
	color: #2e2f32;
	padding: 8px !important;
	box-shadow: none;
	margin-top: 10px;
}

/*=Price filtering */
#ocfilter-price .ocf-option-values {
	padding: 10px 10px 5px;
}

.trackbar,
.trackbar .left-block,
.trackbar .right-block {
	height: 4px;
}

.popover-content .form-inline {
	white-space: nowrap;
}

.popover-content .form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.scale {
	margin-bottom: 35px;
	margin-left: 15px;
	margin-right: 15px;
}

.ocfilter .popover .form-inline .form-control {
	width: 100px;
}

/* Position center style */
.ocfilter-content-top,
.ocfilter-content-bottom {
}

.ocfilter-content-top .box-content,
.ocfilter-content-bottom .box-content {
	font-size: 0;
}

.ocfilter-content-top .ocfilter-option,
.ocfilter-content-bottom .ocfilter-option {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}

.ocfilter-content-top .ocfilter-option + .ocfilter-option,
.ocfilter-content-bottom .ocfilter-option + .ocfilter-option {
	border-top: none;
}

/*=Mobile */
.ocf-offcanvas {
	position: fixed;
	top: 0;
	background-color: #fff;
	bottom: 0;
	left: -250px;
	z-index: 1000;
	height: 100%;
	width: 250px;
	padding: 0;

	-webkit-transition: left 250ms ease;
	-moz-transition: left 250ms ease;
	-ms-transition: left 250ms ease;
	-o-transition: left 250ms ease;
	transition: left 250ms ease;
}
.ocf-offcanvas.active {
	left: 0;
}
.ocf-offcanvas .ocfilter-mobile-handle {
	position: absolute;
	left: 100%;
	top: 88px;
}
.ocf-offcanvas .ocfilter-mobile-handle .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.ocf-offcanvas .ocf-offcanvas-body {
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

@media (max-width: 990px) {
	.ocf-offcanvas.hidden-sm {
		display: block !important;
		z-index: 2;
	}
	.ocf-offcanvas.zi-active {
		z-index: 1000;
	}

	.ocf-offcanvas .ocfilter-mobile-handle {
		position: fixed;
		right: 10px;
		left: auto;
		top: 60px;
		transition: top 0.3s;
	}
	.ocf-offcanvas .ocfilter-mobile-handle.active {
		top: 13px;
	}

	aside[id="column-left"] {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		max-width: 100%;
		z-index: 100;
		padding: 15px 20px;
		margin: 0;
		border-radius: 0px;
		overflow: hidden;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		transition: 0.3s;
	}

	aside[id="column-left"].mobile-filter-open {
		opacity: 1;
		visibility: visible;
	}

	.ocf-offcanvas .ocfilter-mobile-handle.active .btn i {
		display: none;
	}

	.ocf-offcanvas .ocfilter-mobile-handle .btn {
		border-radius: 6px;
		width: 30px;
		height: 30px;
		background: #f9bf2d;
	}
	.ocf-offcanvas .ocfilter-mobile-handle.active .btn {
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(/catalog/view/theme/default/image/icons/close_white.svg);
		background-size: 80%;
		background-color: #eb4c6140;
		border: 1px solid #eb4c6160;
	}
}
