

.apxn_input_text_search{
    overflow: hidden;
    border: solid 1px #d0cfc8;
    border-radius: 3px;
    background: transparent;
    color: #fff;
    -webkit-appearance: none;
    line-height: 14px !important;
    padding: 9px !important;
    margin: 0 !important;
    width: 100% !important;
    font-size: 14px;
  }



  .price-filter .codenegar_product_filter_wrap .apxn_container__range {
      display: block;
      margin-top: 10px;
      margin-bottom: 40px;
      float: left;
      width: 100%
  }

 .apxn_container__range .range-min, .apxn_container__range .range-max {
      display: inline-block;
      margin-bottom: 10px
  }

 .apxn_container__range .range-min {
      float: left
  }

 .apxn_container__range .range-max {
      float: right
  }

.apxn_container__range .range-slider {
      position: relative;
      margin-top: 10px;
      float: left;
      width: 100%;
      padding: 0 10px
  }

  .apxn_container__range:after {
      content: '';
      clear: both
  }

  .apxn_container__range_fallback {
      display: none;
      margin-top: 10px;
      margin-bottom: 10px
  }

  .apxn_container__range {
      display: block
  }


  .noUi-target,.noUi-target * {
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
      -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-target {
      position: relative;
      direction: ltr
  }

  .noUi-base,.noUi-connects {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 1
  }

  .noUi-connects {
      overflow: hidden;
      z-index: 0
  }

  .noUi-connect,.noUi-origin {
      will-change: transform;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      -ms-transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0
  }

  html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
      left: auto;
      right: 0
  }

  .noUi-vertical .noUi-origin {
      width: 0
  }

  .noUi-horizontal .noUi-origin {
      height: 0
  }

  .noUi-handle {
      position: absolute
  }

  .noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin {
      -webkit-transition: transform .3s;
      transition: transform .3s
  }

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

  .noUi-horizontal {
      height: 4px
  }

  .noUi-horizontal .noUi-handle {
      left: -12px;
      top: -9px;
      outline: none
  }

  .noUi-vertical {
      width: 18px
  }

  .noUi-vertical .noUi-handle {
      left: -6px;
      top: -17px;
      outline: none
  }

  html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
      right: -12px;
      left: auto
  }

  .noUi-target {
      background: #F0F0F0;
      border-radius: 0;
      border: 0;
      box-shadow: none
  }

  .noUi-connects {
      border-radius: 0
  }

  .noUi-connect {
      background: #000
  }

  .noUi-draggable {
      cursor: ew-resize
  }

  .noUi-vertical .noUi-draggable {
      cursor: ns-resize
  }

  .noUi-handle {
      border: 2px solid #000;
      height: 22px;
      width: 22px;
      border-radius: 100%;
      background: #fff;
      cursor: pointer
  }

  .noUi-active {
      box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB
  }

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

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

  .noUi-pips,.noUi-pips * {
      -moz-box-sizing: border-box;
      box-sizing: border-box
  }

  .noUi-pips {
      position: absolute;
      color: #999
  }

  .noUi-value {
      position: absolute;
      white-space: nowrap;
      text-align: center
  }

  .noUi-value-sub {
      color: #ccc;
      font-size: 10px
  }

  .noUi-marker {
      position: absolute;
      background: #CCC
  }

  .noUi-marker-sub {
      background: #AAA
  }

  .noUi-marker-large {
      background: #AAA
  }

  .noUi-pips-horizontal {
      padding: 10px 0;
      height: 80px;
      top: 100%;
      left: 0;
      width: 100%
  }

  .noUi-value-horizontal {
      -webkit-transform: translate(-50%,50%);
      transform: translate(-50%,50%)
  }

  .noUi-rtl .noUi-value-horizontal {
      -webkit-transform: translate(50%,50%);
      transform: translate(50%,50%)
  }

  .noUi-marker-horizontal.noUi-marker {
      margin-left: -1px;
      width: 2px;
      height: 5px
  }

  .noUi-marker-horizontal.noUi-marker-sub {
      height: 10px
  }

  .noUi-marker-horizontal.noUi-marker-large {
      height: 15px
  }

  .noUi-pips-vertical {
      padding: 0 10px;
      height: 100%;
      top: 0;
      left: 100%
  }

  .noUi-value-vertical {
      -webkit-transform: translate(0,-50%);
      transform: translate(0,-50%,0);
      padding-left: 25px
  }

  .noUi-rtl .noUi-value-vertical {
      -webkit-transform: translate(0,50%);
      transform: translate(0,50%)
  }

  .noUi-marker-vertical.noUi-marker {
      width: 5px;
      height: 2px;
      margin-top: -1px
  }

  .noUi-marker-vertical.noUi-marker-sub {
      width: 10px
  }

  .noUi-marker-vertical.noUi-marker-large {
      width: 15px
  }

  .noUi-tooltip {
      display: block;
      position: absolute;
      border: 1px solid #D9D9D9;
      border-radius: 3px;
      background: #fff;
      color: #000;
      padding: 5px;
      text-align: center;
      white-space: nowrap
  }

  .noUi-horizontal .noUi-tooltip {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0);
      left: 50%;
      bottom: 120%
  }

  .noUi-vertical .noUi-tooltip {
      -webkit-transform: translate(0,-50%);
      transform: translate(0,-50%);
      top: 50%;
      right: 120%
  }




.apxn_submit_search_form {
  border-radius: 3px !important;
  line-height: 17px;
font-family: Hind, Arial, Helvetica, sans-serif;
letter-spacing: 0px;
text-transform: uppercase;
padding: 14px 20px;
  background: rgba(255, 255, 255, 0);
float: none;
width: 100%;
display: inline-block;
border: 1px solid #ffae0b;
border-radius: 3px;
font-weight: 700;
font-size: 16px;
color: #fff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transition: all 500ms cubic-bezier(0.53, 0, 0.55, 1);
-moz-transition: all 500ms cubic-bezier(0.53, 0, 0.55, 1);
-o-transition: all 500ms cubic-bezier(0.53, 0, 0.55, 1);
transition: all 500ms cubic-bezier(0.53, 0, 0.55, 1);
-webkit-transition-timing-function: cubic-bezier(0.53, 0, 0.55, 1);
-moz-transition-timing-function: cubic-bezier(0.53, 0, 0.55, 1);
-o-transition-timing-function: cubic-bezier(0.53, 0, 0.55, 1);
transition-timing-function: cubic-bezier(0.53, 0, 0.55, 1);
}
.apxn_container  {
  margin-top: 10px;
  margin-bottom: 10px;
}
.apxn_submit_search_form:hover{
  cursor: pointer;
  background: white;
  color: #000;
}
.apxn-select {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.select2-container--default .select2-selection,
.select2-container--default .select2-selection--multiple{
    overflow: hidden;
    border: solid 1px #d0cfc8;
    border-radius: 3px;
    background: transparent;
    background-color: transparent;
    color: #fff;
    -webkit-appearance: none;
    line-height: 14px !important;
    padding: 9px !important;
    margin: 0 !important;
    width: 100% !important;
    font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #e9a825;
  border: 0;
  background: transparent;
}
.filter-widgets {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.apxn_container,
.apxn_submit_search_form_container {
  width: 100%;
}
.apxn_submit_search_form_container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.apxn_container_half {
  width: 49%;
}
.select2-container {
  width: 100% !important;
}
.select2-selection__clear {
  display: none !important;
}
.apxn_input,
.apxn_input:active,
.apxn_input:focus {
  outline: none;
}


#sidebar .apxn_input_text_search {
  color: #333;
}
.select2-container--default .select2-selection, .select2-container--default .select2-selection--multiple {
  font-size: 12px;
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}
.apxn_input_text_search {
  padding: 13px !important;
  height: auto;
}
.filter-widgets input {
  font-size: 12px;
}

.select2-container--default .select2-results>.select2-results__options {
  font-size: 12px;
}

body.home  .select2-container--default .select2-selection--single .select2-selection__rendered  {
  color: #e9a825;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid 1px #d0cfc8;
}
.select2-selection {
  outline: none !important;
}

body.home .select2-dropdown {
  background: #202020;
  color: #aaa;
}
body.home  .select2-search__field{

  background: #202020 !important;
  color: #aaa !important;
}

body.home .select2-container--default .select2-results__option--highlighted{
    background-color: #e9a825 !important;
    color: white !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #222 !important;
  color: #e9a825 !important;

}

body button.apxn_clear_search_form {
    text-transform: none !important;
    border: 2px solid #000;
    border-radius: 3px !important;
    font-weight: 400 !important;
    top: 1px;
    position: relative;
    text-align: left !important;
    height: 40px;
    width: 100%;
    line-height: 17px;
    font-family: Hind, Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0);
    float: none;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    padding-left: 15px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 500ms cubic-bezier(0.53, 0, 0.55, 1);
    -moz-transition: all 500ms cubic-bezier(0.53, 0, 0.55, 1);
    -o-transition: all 500ms cubic-bezier(0.53, 0, 0.55, 1);
    transition: all 500ms cubic-bezier(0.53, 0, 0.55, 1);
    -webkit-transition-timing-function: cubic-bezier(0.53, 0, 0.55, 1);
    -moz-transition-timing-function: cubic-bezier(0.53, 0, 0.55, 1);
    -o-transition-timing-function: cubic-bezier(0.53, 0, 0.55, 1);
    transition-timing-function: cubic-bezier(0.53, 0, 0.55, 1);

}
button.apxn_clear_search_form:hover {
  background: #000;
  color: #fff;
}
body.home button.apxn_clear_search_form {
  border: 1px solid #ffffffb0;
  background: transparent;
  color: #fff;
  top: 0;
}
body.home button.apxn_clear_search_form:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
}
body.home .filter-widgets input,
body.home .select2-container--default .select2-selection, .select2-container--default .select2-selection--multiple,
body.home .select2-container--default .select2-results>.select2-results__options {
  font-size: 14px;
}

.sidebar .widget .heading .widget-title, .sidebar .widget .widget-title {
  font-weight: 700;
  margin-bottom: 0;
}








