.main-content {
  width: 100%;
  height: auto;
}

.filter-box {
  padding: 10px;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.1s;
  margin-bottom: 1rem;
}

.section-title {
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
  margin-bottom: 0.25rem !important;
}
.section-title h2 {
  color: #6f7479;
  line-height: 33px;
  font-size: 18px;
  height: 33px;
  position: relative;
  z-index: 10;
  display: inline-block;
  padding-right: 40px;
  padding-left: 10px;
  font-weight: 700;
}
.section-title h2::before {
  content: "";
  background: url(../../images/title-circles.png) left no-repeat;
  display: block;
  position: absolute;
  right: -20px;
  top: 11px;
  height: 14px;
  width: 32px;
  margin-right: 13px;
  height: 14px;
  width: 32px;
}
.widget-search {
  position: relative;
}
.widget-search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 7px;
  font-size: 13px;
  background-color: #fafdfb;
  border: 1px solid #f3f3f3;
  border-radius: 7px;
  outline: none;
}
.widget-search input::placeholder {
  font-size: 12px;
}
.widget-search button.btn-search-widget {
  position: absolute;
  left: 0;
  width: 35px;
  height: 40px;
  background-color: #f7858d;
  border: 0;
  border-radius: 7px 0 0 7px;
  outline: none;
}
.widget-search button.btn-search-widget img {
  max-width: 100%;
}

/*---------------------------filter Product Start-------------------------*/
.filter-product {
  margin-bottom: 1rem;
}
.filter-product .card {
  border-radius: 10px;
  border: 1px solid #f3f3f3;
}
.filter-product .card .card-header {
  background-color: #fff;
}
.filter-product .card .card-header h2 {
  margin-bottom: 0;
}
.filter-product .card .card-header button {
  font-size: 14px;
}
.filter-product .card .card-header button i {
  position: absolute;
  left: 10px;
  top: 15px;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #edf0f5;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  color: #f7858d;
  transition: 0.2s ease-in-out;
}
.filter-product .card .card-header button[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.custom-control-label {
  padding-right: 30px;
  padding-top: 2px;
  cursor: pointer;
}
.custom-control-label::after,
.custom-control-label::before {
  right: 0;
  left: auto;
}

.filter-product .card .card-body .filter-color {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: top;
  margin-top: 7px;
  margin-left: 6px;
  border: 1px solid #f2f2f2;
  position: absolute;
  left: 0;
}

/*-----------------------filter Product End-------------------------*/

/*---------------------------noUi Start-------------------------*/
.noUi-horizontal {
  height: 3px;
}
.noUi-target {
  border: 0;
  border-radius: 0;
  background-color: #e7e7e7;
}
.noUi-connect {
  background: #f7858d !important;
}
.noUi-horizontal .noUi-handle {
  top: -6px;
  left: -0.375rem;
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle.noUi-handle-lower,
.noUi-horizontal .noUi-handle.noUi-handle-upper {
  background-color: #f7858d;
}
.noUi-handle:after,
.noUi-handle:before {
  display: none;
}
/*---------------------------noUi End-------------------------*/

/*---------------------------Switcher Start-------------------------*/
.parent-switcher {
  position: relative;
}
.parent-switcher .ui-statusswitcher {
  position: absolute;
  right: 0;
  top: 0;
}
.parent-switcher .ui-statusswitcher input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.parent-switcher .ui-statusswitcher-slider {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 21px;
  border-radius: 29px;
  border: 1px solid #8c8c8c;
  background: #e5e5e5;
  transition: 0.15s ease-in;
}
.parent-switcher .ui-statusswitcher-slider-toggle {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #959595;
  transition: all 0.4s ease;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
}
.parent-switcher input[type="checkbox"]:checked + .ui-statusswitcher-slider {
  background-color: #f7858d;
  border-color: #f7858d;
}
.parent-switcher
  input[type="checkbox"]:checked
  + .ui-statusswitcher-slider
  span {
  right: 21px;
}
.parent-switcher .label-switcher {
  margin-right: 50px;
  margin-bottom: 5px;
  cursor: pointer;
}
/*---------------------------Switcher End-------------------------*/

/*---------------------------Btn Start-------------------------*/
.btn-block {
  display: block;
  width: 100%;
}
.btn-info {
  box-shadow: 0 2px 6px #82d3f8;
  background-color: #3abaf4;
  border-color: #3abaf4;
  color: #fff;
}
/*---------------------------Btn End-------------------------*/


.accordion-button::after {
 
    margin-right: auto ;
    margin-left : 0;
}




