.category-info-bottom{
  margin-top: 10px;
    padding: 0 10px;
}
.owl-carousel .owl-dots .owl-dot span,
.owl-carousel .owl-dots .owl-dot.active span{
  background: #b6b7bb;
  border-radius: 0;
}
.owl-carousel .owl-dots .owl-dot.active span{
  width: 10px;
  background: #d74f31;
}
.heading-h1 h1,
.heading-custom{
  font-size: 17px;
  letter-spacing: 1px;
  color: #292929;
  font-weight: 700;
}
.heading-h1::after,
.heading-custom:after{
  content: none;
}
.category-list{
  margin-bottom: 15px;
}
.category-list__image-container{
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subcategory_name{
  font-size: 12px;
  letter-spacing: 1px;
  color: #212121;
  font-weight: 400;
  text-align: center;
}
.subcategory_name:hover,
.compare-block__link:hover,
.compare-block__link:active{
  color: #d75032;
}
.sorts-block__btn{
  background-color: #ffffff !important;
  box-shadow: none !important;
  border: none;
  padding: 0;
  margin-right: 10px;
}
.compare-block__link{
  text-decoration: none;font-size: 13px;
  letter-spacing: 1px;
  color: #2b3c49;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.compare-block__link img{
  margin-right: 10px;
}
.category-top-hr{
  height: 2px;
  background-color: #d54f32;
  box-shadow: none;
  border: none;
}
.sorts-block__item{
  align-items: center;
}
.sorts-block__limit{
  margin: 0;
}
#input-sort,
#input-limit,
.sorts-block__item{
  font-size: 13px;
  letter-spacing: 1px;
  color: #2b3c49;
  font-weight: 400;
}
#input-sort,
#input-limit{
  padding: 0;
}
#input-sort:focus,
#input-limit:focus{
  border:none;
}
#input-sort{
  width: 30%;
}
.sorts-block__item span{
  margin-right: 5px;
}
.sort-span{
  margin-left: auto;
}
.sorts-block__select{
  border:none;
  -webkit-appearance: none;
}
/* ocfilter custom  styles */
.list-group-item{
  padding: 10px;
  border:none;
}
.heading-custom-filter{
  padding: 0 0 0 10px;
}
#ocfilter{
  border:none;
  box-shadow: none;
}
.ocfilter .ocfilter-option .ocf-option-name{
  font-size: 12px;
  letter-spacing: 1px;
  color: #d75032;
  font-weight: 700 !important;
  margin-bottom: 20px;
}
.ocfilter-option label{
  color: #000000;
  letter-spacing: 1px;
}
label.input input[type="checkbox"] + span{
  border-radius: 0;
  border:none;
  background-color: #d75032;
}

label.input input[type="radio"]:checked + span,
label.input input[type="checkbox"]:checked + span{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-size: 50% 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #d75032;
}
.ocfilter-option-popover{
  box-shadow: none;
}
.ocfilter-option-popover button,
.ocfilter-option-popover button:hover,
.ocfilter-option-popover button:active{
  background-color: #d75032 !important;
}
.selected-options .ocfilter-option{
  background-color: #ffffff;
  font-size: 12px;
  padding: 0;
}
.selected-options  button{
  color: #d75032;
  background: #ffffff;
  border-radius: 0;
}
.selected-options  button:hover,
.selected-options  button:active,
.selected-options  button:focus{
  color: #d75032 !important;
  background: #f5f5f5 !important;
  box-shadow: none;
}
#ocfilter .ocfilter-price-title{
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  color: #2b3c49;
  font-weight: 400 !important;
}
.ocfilter .noUi-base{
  border:none;
  background: #d74f31;
}
.ocfilter .noUi-origin,
.noUi-horizontal .noUi-handle{
  background: #d74f31;
}
.ocfilter .noUi-pips-horizontal{
  display: none;
}
.ocfilter .scale{
  margin: 0 5px 15px;
}
.price-under-scale{
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 1px;
  line-height: 14px;
  color: #2b3c49;
  font-weight: 400;
}
.show-more button i{
  display: none;
}
.show-more button{
  background-color: #d74f31;
  color: #ffffff;
  border-radius: 0;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 9px;
  font-weight: 700;
  text-transform: uppercase;
  border:none;
  padding: 10px 15px;
}



/* category product card */
.product-thumb{
  border-radius: 0;
  border-color: #f6f6f6;
}
.product-thumb:hover{
  box-shadow: none;
  filter: drop-shadow(0px 3px 20px rgba(0,0,0,0.11));
}
.product-thumb__image{
  border: none;
  box-shadow: none;
}
.product-thumb__addit-dot{
  border-radius: 0;
}
.product-thumb__addit-dot.active{
  background: #d74f31;
}
.product-thumb__name{
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #363636;
  font-weight: 700;
  word-break: break-word;
  overflow: hidden;
}
.product-thumb__quick-order,
.ask-question-button{
  padding: 0;
  margin:0;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #d75032;
  height: unset;
}
.ask-question-button{
  border:none;
  background-color: #ffffff;
}
.ask-question-button:hover{
  color: #000000;
  border:none;
  background-color: #ffffff;
}
.quick-order-ask-container{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price{
  flex-direction: column;
  align-items: unset;
}
.price-old{
  font-size: 12px !important;
  letter-spacing: 1px;
  line-height: 24px;
  color: #303030 !important;
  font-weight: 700;
}
.product-thumb__price.price,
.product-thumb__name{
  height: 64px;
}
.price-new{
  font-size: 31px;
  letter-spacing: 2px;
  color: #28a207 !important;
  font-weight: 700;
  margin-top: auto;
}

.product-thumb__add-to-cart{
  border-radius: 0;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 5px 8px;
  height: unset;
}
.product-thumb__add-to-cart svg{
  margin-right: 10px;
}
.product-thumb__rating-a{
  text-decoration: none !important;
  margin-left: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #363636;
  font-weight: 700;
}
.custom-star{
  color: #989795 !important;
}
.grey-quick-order{
  color: #515151 !important;
}
.product-thumb__cart.cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-list.list-view .product-thumb__cart.cart,
.product-list.list-view .quick-order-ask-container,
 .product-list.list-view .price-savings-container{
  justify-content: unset
}
.product-list.list-view .product-thumb__quick-order,
.product-list.list-view .product-thumb__add-to-cart,
.product-list.list-view .price-old{
  margin-right: 25px;
}
.product-list.list-view .product-thumb__price.price{
  height: unset;
}
.product-list.list-view .product-thumb{
  position: relative;
}
.product-list.list-view  .product-model-code{
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 999;
}
.product-thumb__wishlist,
.product-thumb__compare{
  position: unset;
  width: unset;
  height: unset;
}
.product-thumb__compare{
  transform: unset;
  margin-left: 15px;
}
.product-thumb__attribute_container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.product-thumb__attribute-name,
.product-thumb__attribute-value{
  font-size: 10px;
  color: #363636;
  font-weight: 700;
}
.product-thumb__attribute-value{
  text-align: right;
}
.option__name{
  color: #000000;
  font-weight: 500;
  font-size: 11px;
  border-radius: 0;
}
.product-model-code,
.product-model-code-none{
  font-size: 12px;
  letter-spacing: 1px;
  color: #666666;
  font-weight: 400;
}
.product-model-code-none{
  color:#ffffff;
}
.menu__pm{
  border:none;
}
.category-list__item{
  word-break: break-word;
}
.category-list__item.image-after::after{
  border-radius: 0;
}
@media (max-width:1599px){
  .sorts-block__item-news-page > .sort-span{
    margin:0;
  }
  .sorts-block__item-news-page > #input-sort{
    margin-right:auto;
    width: 40% !important;
  }

}
@media (max-width:1199px){
  .sorts-block__item > .btn-group{
    display: flex;
  }
}
@media (min-width:747px) and (max-width:1199px){
  .cart-button-text{
    font-size: 14px;
  }
}
@media (max-width:991px){
  body:not(.touch-support) .product-thumb .attribute {
    display: none;
  }
  .product-thumb__attribute{
    display: none;
  }
  .compare-block > a >  span{
    display: none;
  }
  #input-sort{
    width: 35%;
  }
}
@media (max-width:599px){
  .quick-order-ask-container{
    margin-top: 10px;
    flex-direction: column;
  }
  .product-thumb__quick-order{
    margin-bottom:  5px;
  }
  .price-new{
    font-size: 19px;
  }
  .price-old,
  .price-savings{
    font-size: 11px !important;
  }
}
@media (max-width:520px){
  .product-model-code,
  .product-model-code-none{
    display: none;
  }
  .product-thumb__add-to-cart{
    width: 40%;
  }
  .product-thumb__add-to-cart > svg{
    margin: auto;
  }
  .product-thumb__compare{
    margin-left: 10px;
  }

  .product-thumb__name{
    height: 35px;
  }
  .product-thumb__price.price{
    height: 38px;
  }
  .price-savings{
    display: none;
  }
  #menu > .menu__collapse{
    width: 160%;
  }
  .sort-span{
    margin-left: 0;
  }
  #input-sort{
    margin-right: auto;
  }
}
