@media only screen and (max-width: 768px) {
   .clearfix.onscrollsearch    {
   padding-top: 170px;
   position: inherit;
   }
}
   
a.tag.category {
 top: 10px !important;
 padding: 0.2rem .5rem !important;
 }.selectize-control .selectize-input .item[data-value=""]{
 font-size: 12px !important;
 }.select2-container--default .select2-selection--single .select2-selection__arrow b{
 border-width: 5px 5px 0 5px !important;
 width: 9px !important;
 }.select2-container--default .select2-selection--single .select2-selection__arrow{
 width: 40px !important;
 }.select2-container .select2-selection--single{
 height: 44px !important;
 }span.select2-dropdown.select2-dropdown--below{
 z-index: 10;
 border: 1px solid #d0d0d0;
 background: #ffffff;
 margin: -1px 0 0 0;
 border-top: 0 none;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
 -webkit-border-radius: 0 0 3px 3px;
 -moz-border-radius: 0 0 3px 3px;
 border-radius: 0 0 3px 3px;
 color: #303030;
 font-family: inherit;
 font-size: 13px;
 line-height: 18px;
 -webkit-font-smoothing: inherit;
}
.select2-container .select2-selection--single:focus{
 outline-color : #BBD9D5 !important;
 -webkit-box-shadow: none;
 outline: -webkit-focus-ring-color auto 0px;
}
.items:not(.selectize-input) .item h3{
 bottom: 8rem;
}
.items:not(.selectize-input) .item h4 {
 top: 11rem;
}
   /*css multichoices*/
.MultiCheckBox {
 color: #00000091;
 border: 1px solid #aaa !important;
 padding: 12px;
 border-radius: 25px;
 cursor: pointer;
 background: #fff;
 font-size: 13px;
 position: relative;
 line-height: inherit;
 box-shadow: 0 0.2rem 1rem 0rem rgba(0,0,0, .1);
 font-weight: 500;
 transition: .3s ease;
 word-break: break-all;
}
.MultiCheckBox .k-icon{ 
 font-size: 15px;
 float: right;
 font-weight: bolder;
 margin-top: -2px;
 height: 10px;
 width: 10px;
 color: #787878;
 } 
.MultiCheckBoxDetail {
 display:none;
 /*position:absolute;*/
 border:1px solid #e2e2e2;
 overflow-y:hidden;
 background:#fff;
 padding: 8px;
 }
   .MultiCheckBoxDetailBody {
   overflow-y:scroll;
   line-height: 23px;
   }
 .MultiCheckBoxDetail .cont ,.MultiCheckBoxDetail .cont1 {
 clear:both;
 overflow: hidden;
 padding: 2px;
 }
 .MultiCheckBoxDetail .cont:hover , .MultiCheckBoxDetail .cont1:hover  {
 background-color:#f2f2f2;
 }
 .MultiCheckBoxDetailHeader:hover,.MultiCheckBoxDetailHeader1:hover {
 background-color:#f2f2f2;
 }
 .MultiCheckBoxDetailBody > div > div {
 float:left;
 }
 .MultiCheckBoxDetail>div>div:nth-child(1) {
 }
 .MultiCheckBoxDetailHeader,.MultiCheckBoxDetailHeader1 {
 overflow:hidden;
 position:relative;
 height: 28px;
 background-color:#fff;
 color:#000;
 }
 .MultiCheckBoxDetailHeader>input,.MultiCheckBoxDetailHeader1>input {
 position: absolute;
 top: 4px;
 left: 3px;
 }
 .MultiCheckBoxDetailHeader>div,.MultiCheckBoxDetailHeader1>div {
 position: absolute;
 top: 5px;
 left: 30px;
 }
 input.mulinput:after ,input.mulinput1:after {
 content: "";
 vertical-align: middle;
 text-align: center;
 line-height: 13px;
 position: absolute;
 cursor: pointer;
 height: 13px;
 width: 13px;
 /* left: 0;
 top: 0;*/
 font-size: 10px;
 box-shadow: inset 0 0 0 0.1rem #bdbdbd;
 border-radius: 3px;
 background-color: #fff;
 transition: .2s ease;
 cursor: pointer;
 position: relative;
 display: inline-block;
 height: 2rem;
 margin-right: 1rem;
 width: 2rem;
 /* top: -.1rem;*/
 margin-bottom: 0.5em;
 background: #fff;
 border: transparent !important;
 }
 input.mulinput:checked:after,input.mulinput1:checked:after {
 font-family: 'fontawesome';
 background: red;
 content: "\f00c";
 color: #fff;
 font-size: 12px;
 vertical-align: middle;
 text-align: center;
 padding: 4px;
 border: transparent !important;
 box-shadow: inset 0 0 0 0.1rem red;
 }
 .select2-selection__choice{
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  width: fit-content;
  cursor: default;
  text-align: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  font-size: 11px;
 }
 .MultiCheckBoxDetailHeader1{
  margin-left: -3px;
 }
 @media (min-width:1400px) and (max-width: 4000px) {

 }
.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-handle:after, .noUi-handle:before{
  content: none !important;
}

.noUi-target {
  position: relative;
  direction: ltr;
      border: 1px solid #6c757da3;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 7px;
}

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  background-color: #e60a14;
}

/* Styling;
 */
.noUi-background {
  background: #f8f9fa;
}

.noUi-connect {
  background: #e60a14;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 7px;
}

.noUi-target {
  border-radius: 7px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.noUi-handle{
  box-shadow: none !important;
  border:none !important;
}

[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}

.noUi-base, .noUi-handle {
    transform: translate3d(0,0,0);
}

div#range_div {
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 0 !important;
}
.caption {
    padding-right:0;/* 5px 15px;*/
    display: flex;
}

.sign {
  opacity: 1;
  position: absolute;
  margin-left: -11px;
  top: -35px;
  z-index: 3;
  background-color: #e60a14;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.sign:after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #e60a14;
}

.sign{
  font-size: 8px;
  font-weight: 700;
  line-height: 28px;
  cursor: pointer;
}

#slider-range:hover  {
  opacity: 1;
}

#slider-range-value1,#slider-range-value2{
  cursor: pointer;
}
.search-file-upload-previews > .SingleFile-label {
    border-radius: .4rem;
    background-color: rgba(0,0,0, .03);
    display: inline-block;
    border: .2rem solid rgba(0,0,0, .1);
    padding: 1rem;
    position: relative;
    margin-right: 1rem;
}

.search-file-upload-previews span.SingleFile-label {
    box-shadow: 0 0.2rem 0.7rem 0 rgba(0,0,0, .08);
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 1rem;
}

.search-file-upload-previews > .SingleFile-label{
    width: fit-content!important;
} 

.search-file-upload-previews .SingleFile-remove {
    box-shadow: 0 0.2rem 0.7rem 0 rgba(0,0,0, .08);
    border-radius: 50%;
    color: transparent;
    position: absolute;
    background-color: red;
    width: 2rem;
    height: 2rem;
    top: -1rem;
    right: -1rem;
    z-index: 1;
}

.search-file-upload-previews span.SingleFile-label .SingleFile-title {
    position: absolute;
    background-color: rgba(0,0,0, .4);
    color: #fff;
    padding: 1rem;
    bottom: 0;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
}

.search-file-upload-previews .SingleFile-remove:after {
    font-family: 'fontawesome';
    content: "\f068";
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
}

#searchProduct{
  padding: 7px 22px;
}
#title_similar_products,#not_available{
  display: none;
}

.page-pagination{
  display: none;
}