.result_container {
	display: flex;
	padding: 10px 15px 20px;
}
.serach_result_left {
	font-family: "MuseoSans-300";
    font-size: 18px;
    color: #333;
    float: left;
    order: 1;
    padding: 8px 20px 7px;
    width: 50%;
}
.search_left_filter {
    padding: 0 10px 20px 35px;
	float: left;
	background: #FFFFFF;
}
.search_accordion {
    float: left;
    width: 100%;
    margin: 55px 0 0;
}
.first_search_accordion {
	margin: 35px 0 0;
}
.serach_area_right {
    order: 2;
    width: 50%;
    padding: 0 50px 0 20px;
}
.serach_inner_inputarea {
    float: right;
	position: relative;
}
.input_field_seach {
    font-size: 16px;
    padding: 8px 40px 8px 15px;
    border-radius: 20px;
    border: 1px solid #999;
    font-family: 'MuseoSans-300';
    color: #010101;
    width: 300px;
}
.input_field_seach:focus-visible {
	outline: none;
}
.search_icon_input {
	background: url(https://d5i0fhmkm8zzl.cloudfront.net/basic_page_content/search-icon.png);
    width: 20px;
    height: 20px;
    float: left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 18px;
    cursor: pointer;
}
.result_main_container {
	float:left;
	width: 100%;
	border-top: 1px solid #A3A4C3;
	border-bottom: 1px solid #A3A4C3;
    margin-bottom: 60px;
}
.filter_header1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
	font-family: "MuseoSans-700";
	position: relative;
	cursor: pointer;
	padding-bottom: 25px;
}
.filter_header1.collapsed:after {
	font-family: "FontAwesome";
    font-size: 17px;
    content: "\f107";
    padding-left: 0px;
	color: #333;
	position: absolute;
    right: 30px;
}
.filter_header1:after {
	font-family: "FontAwesome";
    font-size: 17px;
    content: "\f106";
    padding-left: 0px;
	color: #333;
	position: absolute;
    right: 30px;
}
.catagory_container {
	float: left;
	width: 100%;
}
.checkbox_filter {
    margin: 0 0 15px 0;
	float: left;
	width: 100%;
}
.checkbox_filter:last-child {
	margin: 0;
}
.checkbox_filter input {
	width: 15px;
    height: 15px;
    border-radius: 0;
    border: 1px solid #999;
    background: #fff;
	float: left;
	margin: 2px 0 0 0;
	/*display: none;*/
}
.checkbox_filter input[type="checkbox"] + label {
    background: url(https://d5i0fhmkm8zzl.cloudfront.net/basic_page_content/checkbox-icon_0.png);
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position: left top;
}
.checkbox_filter input[type="checkbox"]:checked + label {
	background: url(https://d5i0fhmkm8zzl.cloudfront.net/basic_page_content/checkbox-tick-icon_0.png);
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position: left top;
}
.checkbox_filter label {
	font-size: 16px;
	color: #333;
	font-family: "MuseoSans-300";
	font-weight: normal;
    padding: 0 0 0 15px;
    margin: 0;
    line-height: normal;
	cursor: pointer;
	letter-spacing: 1px;
}
.search_rightinnerbox {
    float: left;
    width: 100%;
}
.search_result_right {
	background: #E4EDF9;
	padding: 0 0 60px;
	float: left;
}
/*-------------------Filter right section start here-----------------------*/
.filter_right_text {
    float: left;
    width: 100%;
    padding: 0px 5rem 0;
}
.filter_text_block {
	float: left;
    margin: 0 15px;
    cursor: pointer;
	margin-top: 40px;
}
.filter_text_block:hover {
	text-decoration: none;
}
.filter_text_block:focus {
	outline: none;
}
.close_btn {
	background: url('https://d5i0fhmkm8zzl.cloudfront.net/remove-icon.png');
	width: 15px;
    height: 15px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 1px 5px 0 0;
    color: #333;
    float: left;
}
.filter_select_text {
	font-size: 16px;
	font-family: "MuseoSans-300";
	color: #333;
	float:left;
	line-height: normal;
}
.filter_list_all {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 3rem;
}
.filter_list_item {
  display: flex; 
  padding: 16px 0.5em;
  width: 25%;
}
.filter_list_content {
	display: flex;
	flex-direction: column;
	padding: 15px 1em 10px;
	width: 80%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}
.filter_list_content img {
	max-width: 160px;
	max-height: 145px;
}
.search_img_shadow img{
	max-width: 160px;
    max-height: 145px;
	/* box-shadow: 0px 1px 9px 7px rgb(0 0 0 / 30%); */
	box-shadow:  0px 0px 18px 7px rgb(0 0 0 / 37%);
}
.filter_list_content a:hover{
	text-decoration: none;
}
.filter_list_content a:hover p {
	color: #333;
}
.filter_list_content p {
	flex: 0;
	text-align: center;
	padding: 15px 0 10px;
	margin: 0;
	font-family: "MuseoSans-700";
	font-size: 18px;
	color: #333;
	line-height: normal;
}
.click_filter_view {
	text-align: center;
	color: #E81111 !important;
	font-family: "MuseoSans-700";
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #E81111;
	letter-spacing: 1px;
}
.click_filter_view:hover, .click_filter_view:visited , .click_filter_view:active {
	text-decoration: none;
	color: #E81111 !important;
}
.black_path_filter {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
	display: none;
}
.filter_frop_arrow {
	background: url(https://d5i0fhmkm8zzl.cloudfront.net/basic_page_content/filter-down-arrow_0.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 12px;
    height: 7px;
    float: left;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;

}
.close_filter_img {
	background: url(https://d5i0fhmkm8zzl.cloudfront.net/basic_page_content/filters-close-icon-M_0.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    float: left;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
	z-index: 3;
	cursor: pointer;
	display: none;
}
.responsive_filter_area,
.filter_buttons {
	display: none;
}
.filter_listing_area {
    float: left;
    width: 100%;
    padding-top: 0px;
}
.load_more_maincontainer {
	text-align: center;
    margin: 30px auto 0;
    display: inline-block;
    width: 100%;
}
.loadmore_btn {
	display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'MuseoSans-700';
    color: #fff;
    background: #E81111;
    margin: 0;
    padding: 12px 45px;
    border-radius: 20px;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: none;
    border: none;
}

/*[value="Products"]:checked ~ .filter_list_item .post:not([data-category~="Products"]), [value="Catalogs"]:checked ~ .filter_list_item .post:not([data-category~="Catalogs"]), [value="jQuery"]:checked ~ .filter_list_item .post:not([data-category~="jQuery"]), [value="WordPress"]:checked ~ .filter_list_item .post:not([data-category~="WordPress"]), [value="Product"]:checked ~ .filter_list_item .post:not([data-category~="Product"]), [value="Catalogs"]:checked ~ .filter_list_item .post:not([data-category~="Catalogs"]) {
    display: none;
}*/

/*-------------------Filter right section End here-----------------------*/
/*-------------Responsive Design Start here-------------*/
@media screen and (max-width: 992px) {
	.search_left_filter {
		padding: 0 15px 20px;
	}
	.serach_result_left {
		padding: 5px 0;
	}
	.serach_area_right {
		padding: 0;
	}
	.filter_list_all {
		padding: 0 2rem;
	}
	.filter_list_item {
		width: 33.33%;
	}
	.filter_list_content {
		width: 90%;
	}
}

@media screen and (min-width: 768px) {
	.result_container {
		display: flex;
		padding: 20px 15px 23px;
	}
}

@media screen and (max-width: 767px) {
	.result_container {
		flex-wrap: wrap;
		text-align: center;
		padding: 20px 15px 17px;
	}
	.serach_result_left {
		width: 100%;
		float: none;
		order: 2;
		padding: 22px 0 0;
		font-size: 16px;
	}
	.serach_area_right {
		width: 100%;
		order: 1;
	}
	.serach_inner_inputarea {
		float: none;
		width: 300px;
		margin: 0 auto;
	}
	.filter_list_content img {
		max-width: 144px;
		max-height: 130px;
	}
	.filter_list_content {
		width: 80%;
		padding: 10px 1em 10px;
	}
	.load_more_maincontainer {
		margin: 20px auto 0;
	}
	.search_left_filter {
		display: none;
	}
	.responsive_filter_area {
		background: #fff;
        margin: 0px;
        padding: 0 20px;
		position: relative;
		height: 40px;
		float: left;
		width: 100%;
		display: block;
		z-index: 1;
	}
	.responsive_filter_innerarea {
		border-bottom: 1px solid #A3A4C3;
		padding: 10px 10px;
		position: relative;
		float: left;
		width: 100%;
		cursor: pointer;
		z-index: 2;
		background: #fff;
	}
	.search_result_right {
		padding: 0 0 40px 0;
		width: 100%;
	}
	.filter_right_text {
		padding: 20px 2rem 20px 2rem;
		background: #fff;
	}
	.result_main_container {
		border-top: none;
		border-bottom: none;
		margin-bottom: 40px;
	}
	.responsive_filter_innerarea img {
		float: left;
		margin-top: 2px;
	}
	.filter_header1 {
		border-bottom: 1px solid #DBDBDB;
		padding: 0 0 10px 0;
	}
	.search_accordion {
		margin: 35px 0 0;
	}
	/*.first_search_accordion .checkbox_filter {
		width: 50%;
		margin: 0;
	}*/
	.filter_responsive_text {
		font-size: 16px;
		font-family: "MuseoSans-500";
		color: #333;
		float:left;
		padding: 0 0 0 10px;
		line-height: normal;
	}
	.filter_popbox_area {
		display: block;
		z-index: 1;
		background: #fff;
		width: calc(100% - 40px);
        margin: 0px 20px;
		padding-bottom: 45px;
	}
	.filter_buttons {
		display: flex;
		width: 100%;
		float: left;
		padding: 35px 0 0;
		height: 80px;
	}
	.first_search_accordion {
		margin: 50px 0 0;
	}
	.clear_btn {
		width: 50%;
		text-align: center;
	}
	.clear_btn a {
		font-family: 'MuseoSans-700';
		font-size: 12px;
		color: #E81111;
		padding: 0 0 3px 0;
		border-bottom: 1px solid #E81111;
		line-height: normal;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.clear_btn a:hover {
		text-decoration: none;
		color: #E81111;
	}
	.apply_btn {
		width: 50%;
		text-align: center;
	}
	.apply_btn a {
		font-family: 'MuseoSans-700';
		font-size: 12px;
		color: #fff;
		line-height: normal;
		background: #E81111;
		border-radius: 20px;
		padding: 10px 25px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.apply_btn a:hover {
		text-decoration: none;
		color: #fff;
	}
	.filter_header1 {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.filter_listing_area {
		padding-top: 20px;
	}
	.filter_text_block {
		margin: 0 10px 0;
	}
	.filter_list_item {
		padding: 10px 0.5em;
	}
	.firstsix_filter_filter {
		display: flex;
	}
}
@media screen and (max-width: 575px) {
	.filter_list_all {
		padding: 0 1rem;
	}
	.filter_list_content {
		width: 80%;
	}
	.filter_list_item {
		width: 50%;
	}
	.filter_popbox_area,
	.responsive_filter_area {
        padding: 0 20px;
	}
	.search_icon_input {
		right: 13px
	}
	.input_field_seach {
		padding: 8px 35px 8px 15px;
	}
}
@media screen and (max-width: 400px) {
	.filter_list_content {
		width: 100%;
		padding: 10px 0.5em 10px;
	}
	.input_field_seach {
		width: 100%;
	}
	/*.filter_list_content img {
		max-width: 100%;
		max-height: 100%;
	}*/
}
@media screen and (max-width: 360px) {
	.serach_inner_inputarea {
		width: 100%;
	}
	.filter_list_all {
		padding: 0 0.5rem;
	}
	.filter_list_content img {
		max-width: 134px;
		max-height: 120px;
	}
}
/*-------------Responsive Design End here-------------*/


.page-loading-process {
  position: relative;
}
.page-loading-process:before {
  content: "";
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  margin: auto;
  background: url(../images/scholastic-throbber.gif) no-repeat center;
  z-index: 9999;
}

@media (max-width: 959px) {
  .page-loading-process:before {
    left: 0;
    margin: auto;
  }
}
.page-loading-process:after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 9998;

}


@media (min-width: 1050px){
	.search_left_filter {
		width: 345px;
	}
	.search_result_right {
		width: calc(100% - 345px);
	}
}

.first_search_filter{
	margin-top: 35px;
}

@media (min-width: 768px) and (max-width:1051px){
	.checkbox_filter label {
		font-size: 14px;
	}
}

@media (min-width: 768px) and (max-width:820px){
	.search_left_filter {
		padding: 0 6px 20px;
	}
}

@media (min-width: 768px) and (max-width: 850px){
.checkbox_filter label {
    padding: 0px 0 0 12px;
}
}

@media (min-width: 768px) and (max-width: 900px){
	.filter_header1:after {
		right: 20px;
	}
	}

	@media (max-width: 600px){
		#category_container.collapse.in{
			display: flex;
		}
		#category_container{
			display: flex;
		}
	
		#category_container.collapse{
			display: none;
		}
		#category_container .checkbox_filter{
			margin: 0px !important;
		}
		.break-mobile-search{
			margin-left: 11px;
		}
	}

@media (max-width: 400px){
	.filter_popbox_area
	{
		width: 98%;
		margin: 0px 1%;
		padding: 0 20px;
	}
	.responsive_filter_area {
		width: 98%;
		margin: 0px 1%;
		padding: 0px;
		background: #FFFFFF;
	}
	.responsive_filter_innerarea {
		border-bottom: 1.5px solid #A3A4C3;
		padding: 10px 20px;
	}
	.filter_button_new{
		border-top: 1px solid #A3A4C3;
	}
}


.no-results-found {
    font-family: 'MuseoSans-300';
    font-size: 18px;
    text-align: center;
    display: block;
    margin: auto;
    padding: 20px 0px;
}

@media (max-width: 768px){
.no-results-found {
    font-size: 16px;
}
}

@media (min-width: 768px){
	.search_result_right {
		min-height: 850px;
	}
}
