#pagination {
	justify-content: center;
	display: flex;
}

.blue_text {
	color: #0097A7FF !important;
}

.left_panel {
	background: #F3F4F6FF;
}

.filter_text {
	font-size: 18px;
}

.clear_refinment_root {
	top: -17px;
}

.hits_list_custom { 
	display: grid; 
	grid-template-columns: 
	repeat(1, 1fr); 
	grid-gap: 1em; 
}

.display_content { 
	display: contents;
}

.hit-div {
	box-shadow: 0 0 0 0px rgba(35, 38, 59, .05), 0 2px 0px 0 rgba(35, 38, 59, .15); 
}

.title {
	color : #0097A7FF; 
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: normal;
	position: absolute;
	width: 100%;
}

.description_text {
	font-size: 12px;
}

.custom_clear_refinements_button {
	position: absolute;
	top: -7px;
	width: 65px;
	height: 32px;
	padding: 0 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #FFFFFFFF;
	background: #0097A7FF;
	opacity: 1;
	border-radius: 4px;
}

.custom_clear_refinements_button:disabled {
	box-shadow: 1px 1px 1px 1px rgba(35, 38, 59, .05), 1px 1px 1px 1px rgba(35, 38, 59, .15) !important;
}
.custom_clear_refinements_button:hover {
	background: #007C8AFF;
}

.line {
	border-width: 1px; 
	border-color: #DEE1E6FF;
	border-style: solid;
}

.refinement_header {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	text-transform: capitalize;
	color: #777777;
	box-shadow: 0 0 0 0px rgba(35, 38, 59, .05), 0 1px 0px 0 rgba(35, 38, 59, .15);
}

.refinement_div input.form-control {
	font-size: 12px;
}

.search_box_input {
	color: #777777;
	border-width: 1px; 
	outline: none;
	border-radius : 6px;
}

.search_box_input::placeholder {
	color: #777777;
}

.search_form::before {
	width: 16px;
	height: 16px;
}

.search_box_input:focus {
	border-color: #0097A7FF;
}

.form-control:focus {
	border-color: #0097A7FF;
}

/* Cannot assign custom class here, hence using original class */
.ais-RefinementList-count {
	background: #0097A7FF none repeat scroll 0% 0%;
	color: #FFF;
	border: unset;
}

/* Cannot assign custom class here, hence using original class */
.ais-RefinementList-item--selected .ais-RefinementList-checkbox, .ais-GeoSearch-input:checked::before {
	content: "";
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA3MiA3MiIKc3R5bGU9ImZpbGw6I0ZGRkZGRjsiPgo8cGF0aCBkPSJNNTcuNjU4LDEyLjY0M2MxLjg1NCwxLjIwMSwyLjM4NCwzLjY3OCwxLjE4Myw1LjUzMmwtMjUuOTE1LDQwYy0wLjY4MiwxLjA1MS0xLjgxNSwxLjcyMy0zLjA2NCwxLjgxNAlDMjkuNzY0LDU5Ljk5NywyOS42NjUsNjAsMjkuNTY4LDYwYy0xLjE0NiwwLTIuMjQxLTAuNDkxLTMuMDAzLTEuMzU4TDEzLjUxNCw0My44MDdjLTEuNDU5LTEuNjU5LTEuMjk4LTQuMTg2LDAuMzYtNS42NDYJYzEuNjYyLTEuNDYsNC4xODgtMS4yOTYsNS42NDYsMC4zNjFsOS41NjMsMTAuODdsMjMuMDQzLTM1LjU2N0M1My4zMjksMTEuOTcxLDU1LjgwNiwxMS40NDIsNTcuNjU4LDEyLjY0M3oiPjwvcGF0aD4KPC9zdmc+') 50% 50% no-repeat; background-size: 100%; 
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #0097a7b8;
}

.collapse_button_custom {
	top: 6px !important;
}

.show_more_button {
	background: #F3F4F6FF;
	color: #0097A7FF;
}

.show_more_button:hover, .show_more_button:focus {
	background-image: unset;
}

.column-gap-3 {
	column-gap: 3px;
}

@media (max-width: 1200px) {
	.filter_text {
		font-size: 16px;
	}
}

@media (max-width: 767px) {

	.ais-RefinementList-labelText {
		white-space : wrap
	}
}

@media (max-width: 575px) {
	.left_panel{
    	margin: 10px; 
  	}
}