.sidebar-sec .panel {
  border-bottom: 1px solid #f1eeee;
}
.sidebar-sec .panel h5 {
  font-size: 15px;
  color: #fff;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sidebar-sec .panel a {
  text-decoration: none;
  display: block;
  /* background-color: #fff; */
  background-color: rgba(213, 213, 213, 0.25);
  padding-left: 10px;
  border-radius: 5px;
  color: #111313;
  padding: 10px 0;
}
.sidebar-sec .panel .pointer {
  cursor: pointer;
  background-image: url("../images/up_arrow.svg");
  background-position: 230px 20px;
  background-repeat: no-repeat;
  /* background-position: right center; */
}
.sidebar-sec .panel .pointer.collapsed {
  background-image: url("../images/down_arrow.svg");
  background-position: 230px 20px;
}
.sidebar-sec .panel .panel-body ul li a {
  background-color: #fff;
  color: #000;
}

.sidebar-sec .panel {
  margin-bottom: 15px;
}

.sidebar-sec .panel .form-control {
  border: 0;
}
.sidebar-sec .panel .form-control label {
  padding-left: 10px;
  color: #717171;
  cursor: pointer;
  width: 200px;
  display: block;
  float: left;
}
.sidebar-sec .panel .stb {
  border: 1px solid #ced4da;
  margin-top: 10px;
  width: 93%;
}

.sidebar-sec .panel .pointer {
  padding-left: 10px;
  font-weight: 500;
}

.sidebar-sec .sidemenu-bx input[type="checkbox"],
input[type="radio"] {
  float: left !important;
  margin-top: 5px;
}
.sidebar {
  padding-right: 0;
  width: 260px !important;
}
.main_content {
  width: calc(100% - 260px) !important;
}

.form-control {
  color: #000 !important;
}

.pdcen {
  padding-top: 8px;
}

/* second2 */

.section-productcat .product-lists {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-productcat .product-lists .products-card {
  border-right: 0;
  /* border-right: 1px solid rgb(233, 233, 233); */
  padding: 15px;
  position: relative;
  margin-bottom: 30px;
}

.section-productcat .product-lists .products-card::after {
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 1px);
  height: 100%;
  pointer-events: none;
  content: "";
  border: solid 2px rgba(235, 235, 235, 0);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-productcat .product-lists .products-card:hover::after {
  box-shadow: 0 25px 29px rgba(63, 78, 100, 0.15);
  border: solid 2px rgba(235, 235, 235, 1);
}
.section-productcat .product-lists a {
  color: #1e1e27;
  line-height: 20px;
  text-decoration: none;
  font-weight: 500;
}

.section-productcat .product-lists .products-card .title {
  text-align: center;
  margin-top: 15px;
  min-height: 60px;
  font-weight: normal;
  font-size: 12px;
}

.section-productcat .product-lists .products-card .product_price {
  text-align: center;
  padding-bottom: 10px;
  font-size: 14px !important;
  color: #000 !important;
}

.section-productcat .product-lists .products-card .allcont {
  text-align: center;
}

.section-productcat .product-lists .products-card .allcont label {
  color: #8b8b8b;
  margin-bottom: 0 !important;
  font-size: 12px;
  margin-top: 10px;
}

.section-productcat .product-lists .products-card .btn {
  background-color: #eac435;
  color: #000;
  font-size: 12px;
}

.section-productcat .product-lists .products-card .btn:hover {
  background-color: #ce383b;
  color: #fff;
  font-size: 12px;
}

.section-productcat .product-sort .almarg {
  margin-bottom: 15px !important;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  .sidebar {
    width: 100% !important;
  }
  .main_content {
    width: 100% !important;
  }

  .sidebar-sec .panel .pointer {
    background-position: 135px 20px !important;
  }
}
@media only screen and (max-width: 820px) {
  .sidebar-sec .panel .pointer {
    background-position: 137px 20px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .sidebar-sec .panel .pointer {
    background-position: 190px 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .section-productcat .product-sort .col-sm-4 {
    margin-bottom: 20px;
  }

  .section-productcat .product-lists .products-card .btn {
    width: 100%;
  }
  .sidebar-sec .panel .pointer {
    background-position: 96% center !important;
  }
  /* .sidebar-sec .panel .pointer.collapsed {
    background-position: 135px 20px !important;
  } */
  .section-productcat .product-lists .products-card {
    border-bottom: 1px solid #dddcdc;
  }
}
