/** left hand filter sidebar start css catergory and offer and department and Industry pages**/

.search_page_outer .searched_left {
  background-color: transparent;
}

.search_page_outer .searched_left,
.search_page_outer .searched_right {
  width: 300px;
  margin-top: 15px;
}

.list_left_sidebar {
  padding-left: 0px;
  padding-right: 0px;
}

.search_page_outer .searched_left .panel-group {
  margin-bottom: 0px;
}

.search_page_outer .searched_left .panel-default {
  /* border: none;
  border-radius: 0px;
  box-shadow: none;
  border-bottom: 1px solid rgba(36, 39, 44, 0.15) !important;
  padding-bottom: 8px;
  margin-bottom: 16px;
  background: transparent; */
  margin-bottom: 16px;
    padding: 15px 30px;
    border-radius: 4px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 4%);
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.list_left_sidebar .panel-default {
  position: relative;
  margin-top: 0px !important;
}

.search_page_outer .searched_left .panel-default .panel-heading {
  padding: 0px;
  height: auto;
  border-bottom: none;
}

.list_left_sidebar .panel-default > .panel-heading {
  background-color: transparent;
  height: 65px;
  font-size: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.list_left_sidebar .panel-default > .panel-heading .panel-title {
  margin-bottom: 16px;
}

.product_detail_left_section .features_list_ul li.active svg {
  transform: rotate(-90deg);
}

.view_all_features_btn {
  background-color: transparent;
  border-color: transparent;
  font-size: 13px;
  color: #472dc2;
  padding-left: 0px;
  display: inline-block;
  margin-left: 32px;
  outline: none;
  box-shadow: none;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  float: right;
}

.search_page_outer
  .searched_left
  .panel-default
  button.Category_slide.view_all_features_btn {
  position: absolute;
  top: -2px;
  right: 0px;
}
.search_page_outer .searched_left .panel-default .panel-body {
  padding: 0px;
  border-top: none;
}
#All_Products .noborder,
.noborder {
  border: none !important;
  padding: 0px 0px 0px 0px;
}
#All_Products .svg_arrow {
  left: -7px;
  top: -8px;
}
#All_Products .svg_para {
  margin-left: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.product_detail_left_section .features_list_ul li h4 {
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
}

#All_Products .subSvgPara {
  margin-left: 30px;
  font-size: 14px;
  opacity: 0.7;
  font-weight: 400;
}

.product_detail_left_section .features_list_ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  width: 44%;
  font-size: 0px;
  padding-right: 20px;
}

.product_detail_left_section .features_list_ul li {
  list-style: none;
  float: left;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  padding-right: 20px;
  border: 1px solid rgba(36, 39, 44, 0.15);
  border-radius: 4px;
  padding: 18px 20px;
  padding-left: 20px;
  padding-right: 30px;
}

.product_detail_left_section .features_list_ul li svg {
  position: absolute;
  top: 15px;
  right: 20px;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
}

.search_page_outer
  .searched_left
  .panel-default
  .panel-heading
  button.Features_slide.view_all_features_btn {
  text-transform: capitalize;
  position: absolute;
  top: -2px;
  right: -7px;
}

.list_filters_items {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  max-height: 230px;
  overflow-y: auto;
}

.list_filters_items li {
  list-style: none;
}

.list_filters_items li input {
  display: none;
}

.list_filters_items li label {
  font-weight: normal;
  cursor: pointer;
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  line-height: 1.5;
  padding: 6px 26px;
  box-sizing: border-box;
  overflow: auto;
}

.filter_side label {
  /* padding-left: 32px; */
  padding-right: 25px;
}

.filter_side .icon-checkbox {
  width: 16px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-image: url(../images/all-icons.png);
  background-position-x: -305px;
  background-position-y: -159px;
}

.list_filters_items li label .filter-product-count {
  color: #9b9b9b;
}

.list_left_sidebar
  .panel-default
  > .panel-heading
  .panel-title
  a.filter_head_link {
  display: inline-block;
  width: 100%;
}

.search_page_outer .searched_left .panel-default .panel-heading a {
  cursor: auto;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.overflow_hide {
  overflow-y: hidden !important;
}

.filter_side .icon-radio_bt {
  width: 16px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background-image: url(../images/radio_button.png);
  background-position-x: -324px;
  background-position-y: -153px;
}

.filter_side input[type="checkbox"]:checked + label .icon-radio_bt {
  background-position-x: -2px;
  background-position-y: 0px;
}

.filter_side .icon_checkbox_related {
  top: 50%;
}

.filter_side input[type="checkbox"]:checked + label .icon-checkbox {
  background-position-x: -264px;
  background-position-y: -159px;
}

.search_page_outer
  .searched_left
  .panel-default
  button.Brand_slide.view_all_features_btn {
  position: absolute;
  top: -2px;
  right: -7px;
}

.product_brand_search {
  background: transparent;
}

.search_page_outer
  .searched_left
  .panel-default
  .panel-heading
  input.form-control {
  box-shadow: none;
  border-radius: 4px;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 12px;
}

.view_rating_outer {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
}

/** left hand filter sidebar start css */

/**** sort by filter css start ****/

.select-div {
  float: right;
  width: 160px;
  margin-right: -5px;
  margin-bottom: 8px;
}

.sort_overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  cursor: pointer;
}

.sort_new {
  position: relative;
  top: 6px;
  left: -66px;
  background: #ffffff;
  padding: 9px 11px 7px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 100px;
  border: 1px solid rgba(36, 39, 44, 0.15);
  color: rgba(36, 39, 44, 0.7);
}

.form_select_new {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 1px solid rgba(36, 39, 44, 0.15);
  box-shadow: none;
  display: block;
  float: left;
  margin-top: -22px;
}

.form_select_new:focus {
  border: 1px solid rgba(36, 39, 44, 0.15);
  box-shadow: none;
}

/**** sort by filter css end ****/

/** right hand filter sidebar start css catergory and offer and department and Industry pages */

.search_page_outer .searched_right .panel-default {
  margin-bottom: 20px;
  box-shadow: 0 2px 4px 0 rgba(36, 39, 44, 0.15);
  border: 1px solid rgba(36, 39, 44, 0.08);
  padding: 20px;
}

.search_page_outer .searched_right .panel-default .panel-heading {
  padding: 0px;
  height: auto;
  border-bottom: none;
}

.search_page_outer .searched_right .panel-default .panel-heading a {
  cursor: auto;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.search_page_outer .searched_right .panel-default .panel-body {
  padding: 0px;
  border-top: none;
}

.list_filters_items.Related_list_category {
  border-bottom: 1px solid rgba(36, 39, 44, 0.15);
}

.search_page_outer .Related_list_category a {
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #24272c;
}

.listingpage_compare_box ul {
  border-bottom: 1px solid rgba(36, 39, 44, 0.15);
}

.compare_button_list_right {
  margin-bottom: 20px;
  margin-top: 12px;
}

/* //////////////////////////////// */
/* old code for compare now button */
/* .listingpage_compare_box .compare_filter_btn {
  height: auto;
  background: transparent;
  color: #472dc2;
  text-transform: capitalize;
  margin-left: 0px;
  width: auto;
  font-size: 12px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  margin-top: 8px;
  border: 1px solid rgba(36, 39, 44, 0.15);
  padding: 5px 20px;
  border-radius: 2px;
} */

.listingpage_compare_box .compare_filter_btn {
  width: 146px;
  height: 40px;
  padding: 12px 29px;
  border-radius: 4px;
  color: #272065 !important;
  border: solid 0.5px rgba(39, 32, 101, 0.5);
  background-color: #ffffff;
}

.search_page_outer_related .banner_add_implement .side_banner {
  float: left;
  margin-bottom: 8px;
  width: 100%;
  margin-top: 30px;
}
.search_page_outer_related .banner_add_implement .side_banner_sticky {
  float: left;
  margin-bottom: 8px;
  width: 100%;
  margin-top: 30px;
}

/** moblie filter desktop and moblie css start **/

.mobile_filter_outer_overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9991;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

.mobile_filter_outer {
  display: none;
  position: fixed;
  width: 1024px;
  height: 560px;
  overflow: hidden !important;
  top: 50%;
  left: 50%;
  margin-top: -280px;
  margin-left: -512px;
  background-color: #fff;
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(36, 39, 44, 0.25);
  border: 1px solid rgba(36, 39, 44, 0.08);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.mobile_filter_outer .mobile_filter_header {
  /* position: fixed; */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  z-index: 3;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.mobile_filter_outer .mobile_filter_header p {
  margin-bottom: 0px;
  font-size: 20px;
  margin-top: 15px;
}
.mobile_filter_outer .mobile_filter_header button {
  width: 80px;
  height: 30px;
  border-radius: 4px;
  float: right;
  border: 1px solid #ccc;
  background-color: #fff;
  outline: none;
  box-shadow: none;
  margin-top: 15px;
}

.mobile_filter_outer .mobile_filter_content {
  /* position: fixed; */
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 60px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
.mobile_filter_outer .mobile_filter_content .mobile_filter_content_left {
  left: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  /* position: fixed; */
  position: absolute;
  background-color: #f5f5f5;
  overflow-y: scroll;
}
.mobile_filter_outer .mobile_filter_content .mobile_filter_content_left button {
  border: transparent;
  background-color: transparent;
  display: inline-block;
  width: 100%;
  height: 44px;
  margin-bottom: 10px;
  padding-left: 15px;
  border-left: none;
  outline: none;
  box-shadow: none;
  text-align: left;
  position: relative;
}
.mobile_filter_outer
  .mobile_filter_content
  .mobile_filter_content_left
  button.m_active_filter {
  background-color: #fff;
  color: #472dc2;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
.mobile_filter_outer
  .mobile_filter_content
  .mobile_filter_content_left
  button.m_active_filter
  span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-image: linear-gradient(283deg, #9ed5cb, #a397e1);
}
.mobile_filter_outer .mobile_filter_content .mobile_filter_content_right {
  right: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  /* position: fixed; */
  position: absolute;
  background-color: #fff;
  overflow-y: auto;
  padding: 16px 30px;
}
.mobile_filter_outer
  .mobile_filter_content
  .mobile_filter_content_right
  .list_filters_items {
  max-height: unset !important;
}
.boxed_ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
}

.icon-checkbox_ratting {
  margin-top: -12px !important;
}
.product_brand_search_filter_box {
  background: transparent;
  width: 26%;
  margin-bottom: 10px;
}
.mobile_filter_outer .mobile_filter_footer {
  /* position: fixed; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 3;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  text-align: right;
}
.mobile_filter_outer .mobile_filter_footer button {
  height: 40px;
  outline: none;
  box-shadow: none;
  width: 100px;
  margin-top: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-left: 8px;
}
.mobile_filter_outer .mobile_filter_footer button.m_filter_clear {
  border: 1px solid #ccc;
  color: #4a4a4a;
  background-color: #fff;
}

.mobile_filter_outer .mobile_filter_footer button.m_filter_apply {
  border: 1px solid #fb641b;
  color: #4a4a4a;
  background-color: #fb641b;
  color: #fff;
}

.mobile_filter_outer .mobile_filter_header p span {
  font-size: 14px;
  color: #fff;
  background-color: #472dc2;
  border: 1px solid #472dc2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  width: 20px;
  line-height: 20px;
  display: inline-block;
}


/** moblie filter desktop and moblie css end **/
