
/*filter*/
.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-target {
  position: relative;
  direction: ltr;
}

.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: 2px;
}


  .noUi-horizontal .noUi-handle {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #D89D9D;
    position: relative;
    top: -19px;
    left: -10px;
  }

    .noUi-horizontal .noUi-handle::after {
      content: '';
      position: absolute;
      left: -10px;
      top: 10px;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-top-color: #D89D9D;
    }

.slider-labels {
  margin-top: 10px;
}

#slider-range {
  margin-top: 10px;
}

#slider-range-value1, #slider-range-value2 {
  color: #D89D9D;
}
/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #C1C1C1;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

  .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:active {
    border: 8px solid #345DBB;
    border: 8px solid rgba(53,93,187,0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
  }

/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed;
}

.panel-default > .panel-heading {
  color: #262626;
  background-color: #fff;
  border-color: #CCCCCC;
  padding: 15px 17px;
}

.panel-title {
  font-weight: bold;
  text-transform: uppercase;
}

h4.panel-title a:after {
  font-size: 12px;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  float: right;
  transition: all 0.5s;
  color: #C1C1C1;
  margin-top: 3px;
}

.product-material {
  display: block;
  position: relative;
  /* margin-bottom: 40px;*/
  cursor: pointer;
  padding-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

  .product-material input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

.pickmark {
  position: absolute;
  top: 3px;
  left: -4px;
  height: 13px;
  width: 13px;
  background-color: #fff;
  border: 1px solid #707070;
}

.product-material input:checked ~ .pickmark {
  border-color: #D89D9D;
}

.pickmark:after {
  content: "";
  position: absolute;
  display: none;
}

.product-material input:checked ~ .pickmark:after {
  display: block;
}

.product-material .pickmark:after {
  top: 3px;
  left: 3px;
  width: 5px;
  height: 5px;
  background: #D89D9D;
}

.panel-body a {
  color: #262626;
}

.panel-body .lightening-material li {
  border-bottom: 1px solid #ABABAB;
  padding: 6px 0;
}

.panel-body ul li a:hover {
  color: #D89D9D;
}

.panel-group .panel + .panel {
  margin-top: 30px;
}

.btn-product {
  text-align: center;
  background: #D89D9D;
  padding: 15px;
}

  .btn-product a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
  }

.product-list {
  margin-top: 45px;
}
/**/
.product-left, .product-middle, .product-right {
  display: flex;
  align-items: center;
}

.select-options {
  height: 35px;
  font-size: 13px;
  border-color: #707070;
  color: #5A5A5A;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #ECECEC;
  width: 90px;
}

.select-sorts:before {
  content: '';
  left: 148px;
  top: 0px;
  width: 19px;
  height: 33px;
  background: #ECECEC;
  position: absolute;
  pointer-events: none;
  display: block;
}

.select-sorts:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  color: #262626;
  left: 155px;
  top: 10px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}

.product-sort {
  font-weight: bold;
}

.product-sortby {
  margin-left: 10px;
}

.select-sort:before {
  content: '';
  left: 100px;
  top: 0px;
  width: 19px;
  height: 33px;
  background: #ECECEC;
  position: absolute;
  pointer-events: none;
  display: block;
}

.select-sort:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  color: #262626;
  left: 110px;
  top: 10px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}

.select-options.select-option {
  width: 44px;
}

.product-display {
  margin: 0 10px;
}

.list-view {
  margin: 0 10px;
}

button#list, button#grid {
  padding: 10px 0;
  background: #ECECEC;
}

.sale-overlay {
  position: absolute;
  background: #fff;
  top: 18px;
  left: 18px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #D89D9D;
  text-transform: uppercase;
  padding-top: 25px;
}

.select-box {
  margin-bottom: 30px;
}

.select-text {
  text-align: center;
}

.page-list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.page-title li {
  display: inline-block;
  margin: 0 5px;
}

  .page-title li a {
    border: 1px solid #9E9E9E;
    color: #9E9E9E;
    padding: 1px 9px;
  }

.page-title .activess a {
  background: #fff;
  color: #D89D9D;
  border-color: transparent;
}

.page-title {
  margin: 0 10px;
}

.previous-page i {
  color: #D89D9D;
  margin-left: 10px;
}

.next-page i {
  margin-right: 10px;
}

.page-title li a:hover {
  background: #fff;
  color: #D89D9D;
  border-color: transparent;
}

/**/
.img-list img {
  width: 100%;
}

.adding-button .quantity-button {
  color: #fff;
  width: 33px;
  height: 35px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  background: #BFBFBF;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
}

.adding-button .quantity-field {
  width: 33px;
  height: 37px;
  outline: none;
  margin: 0 -5px;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  border: 1px solid #eee;
}

button.quantity-button.qut-btn {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

button.quantity-button.qut-btns {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select-overlay.block {
  display: flex;
}

  .select-overlay.block h2 {
    color: #fff;
    font-size: 15px;
    transition: all .2s ease-in-out;
    transition: .5s ease;
    background: #000000;
    padding: 10px 11px;
    border-radius: 5px;
    margin: 0;
  }

.feature-list .hover-icon {
  display: block;
  position: absolute;
  bottom: 23px;
  /*left: 5%;*/
  padding: 6px 8px;
  font-size: 0.8rem;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  transition: all 0.3s ease;
  z-index: 1;
}

.select-icon .hover-icon {
  line-height: 18px;
  font-size: 11px;
  background: #000000;
  color: #fff;
  border-radius: 5px;
  bottom: 10px;
  min-width: 110px;
  max-width: 200px;
  left: 50%;
  box-sizing: border-box;
}

.select-overlay.block {
  display: flex;
  margin-top: 20px;
}

.list-title {
  color: #D89D9D;
  font-weight: bold;
  font-size: 17px;
}

.list-description {
  margin: 5px 0;
}

.list-price {
  color: #D89D9D;
  font-weight: bold;
  margin-bottom: 5px;
}

.list-row {
  margin-top: 45px;
}

button#grid {
  color: #D89D9D;
}

#list-view-list-images {
  margin-top: 30px;
}

.product-list .panel-group {
  margin-bottom: 0;
}

.select-icon:nth-child(1) {
  margin-left: 0px;
}

@media screen and (min-width :1401px) and (max-width:2200px) {
  .panel-body a {
    font-size: 16px;
  }

  .btn-product a {
    font-size: 16px;
  }

  .btn-product {
    height: 50px;
  }

  .product-view {
    font-size: 16px;
  }

  button#list, button#grid {
    font-size: 20px;
  }

  .product-sort {
    font-size: 16px;
  }

  .select-options {
    font-size: 16px;
  }

  .select-options {
    width: 110px;
  }

  .select-sorts:before, .select-sorts:after {
    left: 180px;
  }

  .product-displays {
    font-size: 16px;
  }

  .select-sort:before {
    left: 110px;
  }

  .select-sort:after {
    left: 116px;
  }

  .caption span {
    font-size: 16px;
  }

  .noUi-base {
    width: 96%;
  }

  .noUi-horizontal .noUi-handle {
    left: -3px;
  }

  #slider-range {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #accordion .panel-body {
    font-size: 16px;
    padding: 20px 14px 20px 17px;
  }

  .pickmark {
    top: 6px;
  }

  .panel-body .lightening-material li {
    padding: 17px 0;
  }

  .page-title li a {
    padding: 5px 11px;
  }

  .page-title li {
    margin: 0 9px;
  }

  .previous-page, .next-page {
    font-size: 16px;
  }

  .page-list {
    margin-top: 58px;
  }

  .site-background {
    padding: 65px 0 100px 0;
  }

  .list-title {
    font-size: 24px;
  }

  .list-description {
    margin: 15px 0 11px 0;
    font-size: 16px;
  }

  .list-price {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .select-overlay.block {
    margin-top: 67px;
  }

  .select-icon {
    margin: 0 10px;
  }

  .select-overlay.block h2 {
    padding: 12px 12px;
    height: 43px;
    width: 43px;
  }

  .list-detail {
    margin-left: 10px;
  }

  .select-icon .hover-icon {
    font-size: 15px;
    min-width: 133px;
  }
}
