.shadowed-block .product-preloader {
  text-align: center;
}
.shadowed-block .product-preloader .loader {
  left: 18% ;
}
.shadowed-block .product-preloader p {
  margin-left: 0;
}
.product-preloader {
  position: relative;
}
.product-preloader .loader {
  display: block;
}
.product-preloader p {
  margin-left: 60px;
  font-size: 16px;
  line-height: 36px;
}
.shadowed-block .loader {
  left: 40px;
  top: 12px;
}
.shadowed-block .product-preloader p {
  margin-bottom: 0;
}

.search-dropdown {
  box-shadow: 0px 3px 14px rgba(0,0,0,0.12);
}
.search-dropdown .dropdown {
  border: unset;
  width: 100%;
  text-align: left;
  padding: 16px;
  border-left: 2px solid #FF6A00;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.search-dropdown .dropdown-name{
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FF6A00;
}
.search-dropdown .dropdown svg{
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.search-dropdown .dropdown path {
  fill: #FF6A00 !important;
}
.search-dropdown .svg-close,
.search-dropdown .text-close {
  display: none;
}

.search-dropdown .dropdown-text {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.05em;
  color: #FF6A00;
  border-bottom: 1px dashed #FF6A00;
}
.search-dropdown.open .dropdown{
  background-color: #FF6A00;
  border-left: unset;
}
.search-dropdown.open .dropdown-name {
  color: #fff;
}
.search-dropdown.open .dropdown rect {
  fill: #fff !important;
}
.search-dropdown.open .dropdown-text {
  color: #fff;
  border-color: #fff;
}

.search-dropdown.open .svg-close,
.search-dropdown.open .text-close {
  display: inline-block;
}
.search-dropdown.open .svg-open,
.search-dropdown.open .text-open {
  display: none;
}

.search-dropdown.open .dropdown-content {
  display: block;
}

.dropdown-content {
  display: none;
  /* max-height: 272px;
  overflow: hidden; */
}
body .serach-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px !important;
  background-color: #FF6A00 !important;
}
.search-dropdown .dropdown-item {
  padding: 10px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  border-bottom: 1px solid #ececec;
}
.dropdown-item .item-stock {
  margin-top: 5px;
  position: relative;
}
.dropdown-item .item-stock .info {
  display: block;
  font-size: 14px;
  margin-left: 17px;
  margin-top: 3px;
}
.dropdown-item .prices {
 margin-top: 7px;
}
.dropdown-item  .counter_wrapp.list {
  padding: 0;
  margin: 0;
}

.search-title {
  max-width: 1760px;
  padding: 0px 30px;
  margin: 30px auto;
  position: relative;
}
.search-title h2 {
  color: #000000;
  display: inline-block;
}
.search-title .product-preloader {
  float: right;
  margin-bottom: 0;
}
.search-title .product-preloader p {
  margin-bottom: 0;
}
.search-title .btn {
  display: none;
}
.serach-wrap {
  max-width: 1760px;
  margin: 0 30px;
  display: grid;
  column-gap: 15px;
  grid-template-columns: 300px auto;
}
.serach-wrap .items-wrap {
  padding: 0 20px;
  border: 1px solid #f2f2f2;
  border-bottom: unset;
  transition: transform ease 0.2s, box-shadow ease 0.2s;
  z-index: 0;
  position: relative;
}
.serach-wrap .items-wrap.hidden {
  display: none;
}
.serach-wrap .items-wrap:last-child {
  border-bottom: 1px solid #f2f2f2;
}
.serach-wrap .items-wrap:not(.hidden):nth-child(even) {
  background: #fafafa;
}
.serach-wrap .items-wrap:hover {
  border-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  z-index: 1;
}
.items-wrap .item {
  display: none;
}
.items-wrap .item.hidden {
  display: none !important;
}
.items-wrap.open .item,
.items-wrap .item.to-top,
.items-wrap .item:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}
.items-wrap .info-wrap {
  display: grid;
  grid-template-columns: 1fr 7fr;
  column-gap: 20px;
  align-items: start;
  padding: 15px 0;
  visibility: hidden;
  height: 1px;
}
.items-wrap .item:first-child .info-wrap,
.items-wrap .item.to-top .info-wrap {
  visibility: visible;
  height: auto;
}
.items-wrap .buy-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  align-items: start;
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
}
.items-wrap .item:last-child .buy-wrap {
  border: unset;
  /* padding-bottom: 30px; */
}
.info-wrap .img-wrap {
  text-align: center;
}
.info-wrap .img-wrap img {
  max-width: 100%;
  max-height: 50px;
  font-size: 10px;
  line-height: 10px;
}
.info-wrap .name-wrap a {
  font-weight: bold;
  max-height: 50px;
  display: block;
  overflow: hidden;
}
.info-wrap .name-wrap p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #000000;
}
.info-wrap .prop-wrap {
  display: grid;
  grid-template-columns: 2fr 3fr;
  column-gap: 20px;
  margin-top: 5px;
}
.info-wrap .prop {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.05em;
  color: #999999;
}
.info-wrap .prop span {
  font-weight: normal;
}
.buy-wrap .item-stock {
  max-width: 150px;
  white-space: unset;
}
.serach-wrap .item-stock .value{
  max-width: 85%;
}
.buy-wrap.quantity_block_wrapper .item-stock {
  max-width: unset;
}
.buy-wrap .item-stock .info {
  font-size: 12px;
  display: block;
  color: #999999;
  margin-left: 18px;
  margin-top: 3px;
}
.buy-wrap .prices {
  text-align: left;
}
.buy-wrap .counter_wrapp {
  white-space: unset;
  margin: 0 !important;
  padding: 0;
  position: relative;
}
.buy-wrap .counter_wrapp.list > div {
  margin: 0;
}
.buy-wrap .show-more,
.buy-wrap .hide-more {
  position: absolute;
  right: 4px;
  bottom: -16px;
  cursor: pointer;
  color: #FF6A00;
  font-size: 13px;
  line-height: 13px;
  border-bottom: 1px dashed #FF6A00;
  display: none;
  margin-bottom: 3px;
}
.items-wrap .item:only-child .show-more,
.items-wrap.hide-show-btn .item .show-more {
  display: none !important;
}
.items-wrap:not(.open) .item:first-child .show-more,
.items-wrap:not(.open) .item.to-top .show-more {
  display: block;
  margin-bottom: 3px;
}
.items-wrap.open .item:not(.to-top):last-child .hide-more {
  display: block;
}

/* Filter */
.filter-wrap {
  border: 1px solid #ececec;
  background: #fff;
  position: relative;
  z-index: 10;
  height: fit-content;
}
.filter-wrap.filter-loading {
  overflow: hidden;
}
.filter-wrap__block {
  padding: 22px 21px 46px 21px;
  border-bottom: 1px solid #ececec;
}
.filter-wrap__list-wrap {
  padding-bottom: 20px;
}
.filter-wrap__inputs {
  border: 1px solid #ececec;
  border-radius: 3px;
  position: relative;
  margin-bottom: 20px;
}
.filter-name {
  font-size: 13px;
  display: block;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
}
.filter-wrap__inputs input {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 11px;
  height: 48px;
  color: #666;
  line-height: 20px;
  padding: 9px 8px 9px;
  background: #fafafa !important;
  padding-left: 15px;
  border-radius: 0px;
  font-size: 14px;
  outline: none;
  border: unset;
}
.filter-wrap__inputs input:first-child {
  margin-right: -4px;
}
.filter-wrap__inputs input:last-child {
  border-left: 1px solid #ececec;
}
.filter-wrap .noUi-horizontal {
  height: 2px;
  border: unset;
  border-radius: unset;
  background: #f2f2f2;
  padding-right: 15px;
}
.filter-wrap .noUi-connect {
  background: #ff6a00;
}
.filter-wrap .noUi-horizontal .noUi-handle {
  border: unset;
  top: -11px;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
  outline: none;
}
.filter-wrap .noUi-horizontal .noUi-handle::before,
.filter-wrap .noUi-horizontal .noUi-handle::after {
  display: none;
}
.filter-wrap .noUi-touch-area::after {
  font-size: 0;
  content: ".";
  display: inline-block;
  background: #fff;
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
  position: absolute;
  border-radius: 100%;
  background: #ff6a00;
}
.filter-wrap .slider-title {
  position: relative;
}
.filter-wrap .slider-title span {
  position: absolute;
  bottom: 0;
  font-size: 10px;
  top: 8px;
  display: block;
  width: 100%;
  color: #999999;
  text-align: left;
}
.filter-wrap .slider-title span:last-child {
  text-align: right;
}
.filter-wrap__list {
  overflow: hidden;
  height: 250px;
}

.filter-wrap__buttons button{
  width: 50%;
  border-radius: unset;
  height: 53px;
  line-height: 13px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
.filter-wrap__buttons button:first-child {
  margin-right: -4px;
}
.filter-preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, .6);
}
.filter-preloader .product-preloader {
  margin: 0 auto;
  margin-top: 100%;
  width: 45px;
  height: 45px;
}
.filter-preloader .loader {
  font-size: 6px;
}
.filter-title {
  display: none;
  background-color: #FF6A00;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  height: 45px;
  text-transform: uppercase;
}
.filter-title i {
  margin-right: 10px;
}
.filter-title i path {
  fill: #fff;
}

@media (max-width: 1200px) {
  .search-title {
    border-top: 1px solid #f2f2f2;
    margin-bottom: 0;
  }
  .search-title h2{
    color: #FF6A00;
    text-transform: uppercase;
    margin: 12px 0 !important;
    font-size: 20px;
  }
  .search-title .btn {
    display: block;
    position: absolute;
    right: 30px;
    top: 5px;
    padding: 7px 10px;
  }
  .search-title .btn svg{
    width: 20px;
    height: 20px;
  }
  .search-title .btn path {
    fill: #fff;
  }
  .search-title .product-preloader {
    margin-top: 4px;
    margin-right: 60px;
  }

  .serach-wrap {
    margin: 0;
    display: block;
    position: relative;
  }
  .filter-wrap {
    display: none;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
    width: 300px;
    position: absolute;
    right: 30px;
    border: unset;
  }
  .filter-title {
    display: block;
  }
  .serach-wrap .items-wrap {
    padding: 0 20px;
  }
  .items-wrap.open .item,
  .items-wrap .item:first-child {
    grid-template-columns: 1fr;
  }
  .items-wrap .info-wrap {
    grid-template-columns: 1fr 3fr;
    column-gap: 20px;
    display: none;
    padding: 20px 0;
  }
  .items-wrap .buy-wrap {
    align-items: center;
    column-gap: 20px;
  }
  .items-wrap .item:first-child .info-wrap {
    display: grid;
  }
  .items-wrap .item:first-child .buy-wrap {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .info-wrap .prop-wrap {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .info-wrap .img-wrap img {
    width: auto;
    max-height: 130px;
  }
  .info-wrap .name-wrap a {
    margin-top: -6px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .product-info.product-info--type2 .shadowed-block .prices_block.product-preloader {
    padding: 0 20px;
  }
  .product-preloader {
    display: block;
    text-align: center;
    margin: 0 !important;
    float: none !important;
  }
  .product-preloader .loader {
    left: 50% !important;
    transform: translateX(-125px);
    top: 15%;
  }
  .product-preloader p {
    width: 250px;
    margin: 0 auto !important;
    padding: 20px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .search-dropdown .dropdown-text {
    display: none;
  }
  .search-dropdown .dropdown .svg {
    float: right;
  }
  .search-dropdown .dropdown .svg svg {
    margin: 0;
  }
  .search-dropdown .dropdown-name {
    font-size: 12px;
  }

  .search-dropdown .dropdown-item {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .dropdown-item .counter_wrapp.list {
    grid-row: 2;
    grid-column: span 2;
  }

  .search-title,
  .serach-wrap .items-wrap {
    padding: 0 16px;
  }
  
  .search-title h2 {
    font-size: 16px;
    margin: 18px 0 !important;
  }
  .search-title .btn {
    top: 10px;
    right: 16px;
  }
  .items-wrap .info-wrap {
    grid-template-columns: 1fr 2fr;
    column-gap: 20px;
  }
  .items-wrap .buy-wrap {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
  .info-wrap .name-wrap a {
    max-height: 75px;
  }
  .buy-wrap .counter_wrapp.list {
    grid-row: 2;
    grid-column: span 2;
  }
  .info-wrap .name-wrap {
    overflow: hidden;
  }

  .filter-wrap {
    right: 15px;
    top: 0px;
    width: 265px;
  }
}

/* INFO FOR MANAGER */
.quantity_value {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #999999;
  line-height: 12px;
}
.provider_info {
  display: none !important;
  position: absolute;
  background: white;
  padding: 20px;
  width: 400px;
  z-index: 100;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
  border: 1px solid #f2f2f2;
  font-size: 14px !important;
}
.item-stock:hover .provider_info {
  display: block !important;
}
.cost.prices.detail .quantity_value {
  margin-left: 6px;
  margin-top: 4px;
}
.bx_filter_param_price {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #999999;
  position: absolute;
  right: 0;
  top: 4px;
  background: white;
  padding: 0 5px 0 5px;
}
.bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
  position: relative;
}

@media (min-width: 1600px) {
  .items-wrap .buy-wrap {
    padding-left: 1.5vw;
  }
}