.product__box {
  margin-bottom: 30px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  border-radius: 5px;
  padding: 10px;
  /*height: 400px;*/
  text-align: left;
}
.product__box .product__thumb {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}
.product__box .product__thumb img {
  max-width: 100%;
  display: block;
  margin: auto;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.product__box .product__name {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}
.product__box .product__name a {
  color: #0090e3;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.product__box .product__name a:hover {
  text-decoration: underline;
}
.product__box .product__des {
  font-size: 13px;
  margin-bottom: 10px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 220px;
}

.prod-refferece a{
  line-height: 16px;
    width: 100%;
    padding: 0 10px;
    display: inline-block;
}

.txt-prod-code{
  font-weight: bold;
}

.prod-teaser a {
  color: #c3c3c3;
}

.product__box .product__acction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          /* align-items: center; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 5px 10px;
  bottom: 5px;
  width: 100%;
  height: 90px;
}

.product__box .product__acction span {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  /* margin-right: 15px; */
  display: inline-block;
}

.product__box .product__acction .product__price .text-red .txt-textdecimal {
  color: #f00 !important;
}

.product__box .product__acction .stock-label{
  font-size: 10px !important;
}

.product__box .product__acction small {
  display: block;
}

.product__action_button{
  display: flex;
  margin-left: auto;

}

.product__box .product__acction a.wishlist-mobile {
  cursor: pointer;
  position: relative;
  top: 7px;
  z-index: 1;
  width: 25px;
  right: 0px;
  margin-left: auto;
}

.product__box .product__acction a.addProductToCart {
/*  background-color: #00b900;*/
/*  -webkit-box-shadow: inset 0 -2px 0 0 #090;*/
/*          box-shadow: inset 0 -2px 0 0 #090;*/
/*  border-radius: 4px;*/
/*  display: inline-block;*/
  padding: 2px 10px;
  position: relative !important;
/*  color: #fff;*/
/*  font-size: 20px;*/
/*  -webkit-transition: all 0.15s linear;*/
/*  transition: all 0.15s linear;*/
  margin-left: 10px;
  align-items: center;
  right: 0px;
  top: 5px !important;
}
.product__box .product__acction a:hover {
  text-decoration: unset !important;
}
.product__box:hover {
  -webkit-box-shadow: 0 2px 12px #0000001f;
          box-shadow: 0 2px 12px #0000001f;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.product__box:hover .product__thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.noUi-handle-lower, .noUi-handle-upper{
  background-color: #f6f6f6;
  border: 1px solid #c5c5c5;
    /* border-radius: 50%; */
    /* box-shadow: 0px 0px 0px 4px #345dbb4a; */
    /* -webkit-box-shadow: 0px 0px 0px 4px #345dbb4a; */
}

.noUi-connect{
  background-color: #ddd;
}

.noUi-handle:before, .noUi-handle:after{
  content: unset;
}

.noUi-horizontal .noUi-handle{
  cursor: pointer;
}

.pagina-titel{
    margin-top: 15px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #285dab;
}

.rangeprice{
  width: calc(100% - 11px);
  margin-left: 5px;
}

.filter__more {
    font-size: 13px;
    cursor: pointer;
    color: #0090e3;
}

.filter__more svg {
    font-size: 15px;
    margin-right: 5px;
}

/*.products-list{
  text-align: left;
}*/

.resetfilter{
  font-size: 10px;
}

.filterbox .listbox.open li:nth-child(n+6) {
    display: block;
}
/* .filterbox .listbox li:nth-child(n+6) {
    display: none;
} */

.noUi-base, .noUi-connects{
  height: 9.6px;
}

.noUi-horizontal{
  height: 10px !important;
}

.noUi-horizontal .noUi-handle{
  width: 15px !important;
  height:  15px !important;
  right: -8px;
  top: -4px;
}

#prijsbox, .attr-long-face-range{
  margin-top: 20px;
}

.display-list .product__acction{
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  width: 100%;
  background-color: unset !important;
}

@media(max-width: 768px) {
  .product__box .product__des {
    height: 180px;
  }

  .product__box{
    padding: 0;
  }

  .product__box .product__acction span{
    font-size: 18px !important;
  }
}

.label-cashback>.after-cashback{
  font-size: 16px !important;
}

.brand-name{
  text-transform: uppercase;
}

.product__box .product__acction span .txt-textdecimal{
  font-size: 60%;
}

ul.listbox li>label {
  border-bottom: solid 1px #eee;
  width: 100%;
  letter-spacing: 1px;
  padding-bottom: 5px;
  border-color: #e5e5e5!important;
}

li.temp-iatt label:hover{
  font-weight: 700 !important;
}

.listbox .rangeprice{
  margin-top: 10px;
}