.sidebarfilter {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  border: 1px solid rgb(215, 209, 209);
  border-radius: 8px;
  margin-right: 10px;
}

.sidebarfilter h3 {
  padding: 0 12px;
  border-bottom: 1px solid rgb(214, 207, 207);
  padding-bottom: 17px;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
}
.subcathead {
  border-top: 1px solid rgb(214, 207, 207);
  padding-top: 21px;
  margin-top: 20px !important;
}
.sidebarfilter li {
  list-style-type: none;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.sidebarfilter li:hover {
  cursor: pointer;
  font-weight: 600;
}

.sidebarfilter li label {
  cursor: pointer;
  width: calc(100% - 28px);
  word-wrap: break-word;
  padding: 2px 10px;
}

.sidebarfilter li label div {
  font-weight: 600;
  margin-bottom: 10px;
}

.sidebarfilter li input {
  margin-right: 10px;
  width: 22px;
  height: 22px;
}
.sidebarfilter li input:checked {
  background-color: #000;
  box-shadow: 0 0 0;
}
.sidebarfilter li input:focus {
  box-shadow: 0 0 0;
}

.categryfiltr_wrp .listdetail_card {
  background-color: #fff;
}

.categryfiltr_wrp .listdetail_card:hover {
  box-shadow: 0 0 0;
}

.categryfiltr_wrp .listdetail_card .listdetal_WRP {
  padding: 12px 0;
}

.categryfiltr_wrp .listdetail_card .listdetal_txtcon h4 {
  color: #000;
}

.categryfiltr_wrp .listdetail_card .listdetal_txtcon p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 40px;
  color: #000;
}

.categryfiltr_wrp .listdetail_card .additembtn span {
  color: #000;
}

.prizecatebox {
  width: 100%;
}

.applybtncon {
  width: 100%;
  margin-bottom: 8px;
}
.prizecatebox input {
  width: 100%;
  border: 1px solid #d8d0d0;
  border-radius: 8px;
  padding: 10px 12px;
  width: 100% !important;
  font-size: 14px;
  height: auto !important;
}
.applybtncon button {
  border-radius: 8px;
  padding: 10px 12px;
  border: 0;
  background-color: #201f1f;
  color: #fff;
  font-size: 14px;
  width: 100%;
  font-weight: 600;
}
.tabprodetail .tab-content  .card-header a{
  width: 100%;
   height: 210px;
   overflow: hidden;
}
.tabprodetail .tab-content  .card-header  a img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.tabprodetail .tab-content  .card-header{
  border-bottom: 0 !important;
}
.shortdrop_Wrp {
  display: flex;
  justify-content: end;
  margin-bottom: 26px;
}
.shortdrop_Wrp .dropdown button {
  border: 1px solid #000;
  background: transparent;
  color: #000;
  padding: 6px 17px;
  font-size: 15px;
  border-radius: 8px;
  font-weight: 500;
}
.shortdrop_Wrp .dropdown button:focus {
  box-shadow: 0 0 0;
}

/* category slider css start */
/* 
.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
  }
  
  .owl-carousel .item {
    position: relative;
    z-index: 100; 
    -webkit-backface-visibility: hidden; 
  }
  
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  
  .owl-nav i {
    font-size: 52px;
  }
  
  .owl-nav .owl-prev {
    left: -30px;
  }
  
  .owl-nav .owl-next {
    right: -30px;
  } */
/* category slider css end */

.procategory_head h1{
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    color: #201f1f;
    font-weight: 600;
    margin-bottom: 30px;
}
.inputserch_con input{
    padding: 10px 16px;
    padding-left: 40px;
    border: 1px solid rgb(230, 224, 224);
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
}
.inputserch_con{
    position: relative;
}
.inputserch_con svg{
    position: absolute;
    top: 14px;
    left: 15px;
    color: darkgray;
}

.catebox_con{
  border: 1px solid rgb(226, 218, 218);
  height: 185px;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: 100%;
}
.catebox_con img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catboxwrp_main a{
  text-align: center;
  display: inline-block;
  width: 100%;
}
.catboxwrp_main span{
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-black);
}
.tabprodetail .card-header a{
width: 100%;
height: 215px;
overflow: hidden;
display: flex;
}
.tabprodetail .card-header a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}