﻿.price-ranges-info input {
  background-color: transparent;
  border: none;
}

.ProductList svg {
  max-height: 0.9rem;
  max-width: 0.9rem;
}

.sortorder option {
  min-height: 1rem;
}

/**********************OnlyActiveAndDiscounted************************/
.only-active-check-label::after,
.only-dis-check-label::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  transition: all .2s;
  border-radius: var(--b-radius);
  top: 6px;
  left: 3px;

}

.only-active-check-label::before,
.only-dis-check-label::before {
  background-color: white;
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: var(--b-radius);
  transition: background-color .2s;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  transition: all 0.4s;
  border: 1px solid var(--grey);
}

.only-active-check:checked+label::after,
.only-dis-check:checked+label::after {
  background-color: var(--perpul);
}



.bcustom-1 {
  border: 1px solid var(--grey);
  border-radius: calc(var(--b-radius) * 2);
}

.bcustom-0 {
  border: 1px solid var(--grey);
  border-radius: var(--b-radius);
}

/* .bootstrap-tagsinput .tag {
  margin-bottom: 5px;
} */



#categories ul li {
  padding: 5px 0;
}


#priceranges {
  padding: 5px;
}

span.fancytree-title {
  font-size: 0.8rem;
}

.font-medium {
  font-size: 0.9rem;
}

#categories ul::-webkit-scrollbar-thumb {

  border: 3px solid var(--grey);
}

.filterbrands::-webkit-scrollbar-thumb {

  border: 3px solid var(--grey);
}

#filterprice {
  background-color: var(--perpul);
}

.rounded {
  overflow: hidden;
  border-radius: var(--b-radius);
}



.box_name_cardproduct {
  display: block;
  height: 50px;
}

.pagination li {
  list-style-type: none;
  padding: 0 0.5rem;
  border-left: none;
  list-style: none;
}

.pagination li {
  list-style-type: none;
  border-left: none;
  list-style: none;
  height: 30px;
  line-height: 30px;
  background-color: var(--coolperpul);
}

.pagination>li:first-child .pagination>li:last-child {
  background-color: var(--coolperpul);
}



.pagination li a {
  color: var(--white) !important;

}

.pagination li.active {
  border: none;


}

.pagination li.active a {
  border-bottom: 1px solid #F8B500;

}

.pagination li:last-child {
  border-left: 1px solid #aaa;
  border-radius: 3px 0 0 3px;
}

.pagination li:first-child {
  border-radius: 0 3px 3px 0;
}

.sort_items {


  list-style-type: none;
}

.btn_sortable {
  cursor: pointer;
  background-color: transparent;
  border: none !important;
}

.sort_items>button:disabled {
  font-weight: 700;
  font-size: 1.2rem;
  padding: 0.1rem 0.3rem;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;



}

.mb-4_card {
  margin-bottom: 2rem;
}

.border-bottom {
  border-bottom: 1px solid var(--grey);
}

.check_brands {
  opacity: 0;
}

.check_in_brand {
  cursor: pointer;
}

.check_in_brand::after {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  content: '';
  top: 10px;
  left: 0;
  border: 1px solid var(--grey);
  border-radius: var(--b-radius);
}

.check_in_brand::before {
  position: absolute;
  width: 1rem;
  height: 1rem;
  content: '';
  top: 13px;
  left: 3px;
  border-radius: var(--b-radius);
}

.check_brands:checked+label::before {
  background-color: var(--perpul);
}

.wraper_cat_ico .fancytree-icon {
  display: none;
}

.wraper_cat_ico>ul>li>span.fancytree-node {
  position: relative;
}

.wraper_cat_ico>ul>li>span::before {
  position: absolute;
  width: 1rem;
  height: 1rem;
  content: '';
  top: 13px;
  left: 3px;
  border-radius: var(--b-radius);
}

.wraper_cat_ico>ul>li>span.fancytree-selected::before {

  background-color: var(--perpul);

}

.wraper_cat_ico>ul>li>span::after {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  content: '';
  top: 10px;
  left: 0;
  border: 1px solid var(--grey);
  border-radius: var(--b-radius);
}
.btn_read_product{

  transition: all 0.4s 0.2s;
  width: 70%;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.box_card_offer_nabi_products:hover .btn_read_product{
  bottom: 20px;
  opacity: 1;
  visibility: visible;

}
.box_drop_tec>select{
  width: 100%;
  height: 40px;
  border-radius:var(--b-radius) ;
  border: 1px solid var(--grey);
}
.p_custom_prolist{
  padding: 0 0.4rem !important;
}
@media(max-width:991.98px){
  .border_bottom{
    border-bottom: 1px solid var(--grey);
    }
}