#filters-orders .filters-fields__group:nth-child(n+6) {
    border-top: 1px solid var(--borderColor);
    padding-top: 20px;
}




.expand{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    color: var(--mainTextColor);
}

#prevCurrency .checkbox, #prevCaption .checkbox, #prevCountriesSeller .checkbox, #prevCountriesSource .checkbox, #prevCountriesPlace .checkbox {
  margin-bottom: 7px;
}


.closed-fields .expand{
 border-top: 1px solid var(--borderColor);
    padding-top: 20px;   
}

.closed-fields .field, .field-checkboxes {
 margin-top: 10px;
}

.field-checkboxes .checkbox .text  {
 font-size: 14px;
 overflow: hidden;
    max-width: 230px;
    text-overflow: ellipsis;
}

.icon_count{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-right: 5px;
    /*margin-bottom: 10px;*/
}

.selected-option-counter{
    width: 20px;
    height: 20px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--placeholderColor);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected-option-counter.hide{
display: none;
}

.filters-fields__field.hide{
display: none !important;
}


.range_group .icon-arrow-bottom, .select_group .icon-arrow-bottom, .expand .icon-arrow-bottom{
    cursor: pointer;
    font-size: 20px;
    transition: .2s ease;
}



.range_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sliders_control {
  position: relative;
  min-height: 20px;
}

.form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #635a5a;
 /* margin-bottom: 20px;*/
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 12px;
  height: 12px;
  background-color: var(--mainActiveColor);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer;
  z-index: 1000;
  display: block;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 12px;
  height: 12px;
  background-color: var(--mainActiveColor);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer; 
  z-index: 1000;
  display: block;
}


input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

.form_control_container {
  width: 48%;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

input[type="range"] {
  -webkit-appearance: none; 
  appearance: none;
  height: 2.1px;
  width: 100%;
  position: absolute;
  background-color: #C6C6C6;
  pointer-events: none;
  padding: 0;
      border: unset;

}

#fromSlider {
  height: 0;
  z-index: 1;
}

#fromSlider::-webkit-slider-thumb {
    margin-top: 2px;
  width: 12.2px;
  height: 12.2px;
}

#fromSlider::-moz-range-thumb {
    margin-top: 2px;
  width: 12.2px;
  height: 12.2px;
}










.range_values{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.start_range, .end_range{
    border-radius: 4px;
    cursor: default;
    top: 10px;
    padding: 1px 3px;
    font-size: 16px;
    position: relative;
    color: var(--placeholderColor);
}

.current_values output{
    position: relative;
    background-color: var(--mainActiveColor);
    color: #fff;
    border-radius: 4px;
    cursor: default;
    bottom: 10px;
    padding: 3px 3px 1px 3px;
    font-size: 16px;
}
}







.icon-arrow-bottom{
    font-size: 20px;
    transform: rotate(180deg);
    cursor: pointer;
}

.catalog-list #product_categories {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 9px;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: hidden;
    line-height: 1.5;
}

.catalog-list #product_categories.over{
    -webkit-line-clamp: 2;
}


.catalog-list .product-category {
    width: fit-content;
    display: inherit;
    margin-right: 20px;
}

.catalog-list .product-category a{
    white-space: nowrap;
}



#panelGoodsTab, #panelGoodsTabMob {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 5px;
}

#panelGoodsTabMob {
    display: none;
}

#panelGoodsTab .tag, #panelGoodsTabMob .tag{
    cursor: pointer;
    padding: 5px 8px;
    background: #e8f5e9;
    color: var(--mainActiveColor) !important;
    border-radius: 40px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 0 5px;
    color: var(----placeholderColor);
    font-size: 12px;
}

.catalog-list #product_categories .product-category.selected {
    border: 1px solid var(--mainActiveColor);
}

.catalog-list #product_categories .product-category .name, #mohr {
    color: var(--mainActiveColor);
    font-size: var(--smallFontSize);
    line-height: 20px;
    padding: 0 3px;
}

#mohr .icon{
    padding: 0;
    width: unset;
}

#mohr .icon.over{
    transform: rotate(180deg);
}

#mohr .icon i{
    color: var(--mainActiveColor);
    margin-top: 2px;
}

#mohr {
    cursor: pointer;
}

#product_list{
display: flex;
    flex-direction: column;
    gap: 16px;
}

#product_list .item{
    display: flex;
    background: var(--white);
    border: 1px solid var(--borderColor);
    border-radius: 2px;
    padding: 16px;
    transition: .4s ease;
    height: 192px;
}

#product_list .item .item-info{
    display: flex;
    position: relative;
    gap: 0 16px;
}

#product_list .item .item-info .item-info_photo{
    width: 188px;
    height: 148px;
}

#product_list .item .item-info .item-info_photo img{
     height: 100%;
    width: 100%;
    object-fit: contain;
}

#product_list .item .item-info .item-info_main{
     width: calc(100% - 204px);
    margin-left: 0;
}

#product_list .item .item-info .item-info_main .item-name{
     margin-bottom: 8px;
    display: flex;
    width: 100%;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 34px;
}

#product_list .item .item-info .item-info_main .item-name a{
    margin: 0;
    height: 40px;
    align-self: stretch;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#product_list .item .item-info .item-info_main .product-description{
    font-family: Roboto;
    font-style: normal;
    flex-wrap: wrap;
    flex: 1 0 0;
    align-self: stretch;
    align-content: flex-start;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
    min-height: 80px;
    height: 80px;
    overflow: hidden;
    font-size: 14px;
    height: 82px;
    overflow: hidden;
    white-space: break-spaces;
    display: -webkit-inline-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

#product_list .item .item-info .item-info_main .product-description span{
    text-align: left;
    transition: none;
    color: var(--mainTextColor);
}

#product_list .item:hover {
        background: #f3f8f4;
}

#product_list .item:hover .item-info .item-info_main .product-description span{
    color: var(--mainTextColor);
}

#product_list .item .item-info .item-info_main .product-description h5{
    color: #616161;
    display: inline;
    transition: none;
}

.main-offers-demands-count a{
  color: var(--mainActiveColor);
}

.main-offers-demands-count{
  display: flex;
    gap: 15px;
    display: inline;
}



@media screen and (max-width: 1279px){

 #panelGoodsTabMob{
    display: flex;
  }

   #panelGoodsTab{
    display: none;
  }

    #product_list .item .item-info .item-info_photo {
    min-width: 200px;
    max-width: 200px;
    height: 148px;
}

   #product_list .item .item-info .item-info_main {
    width: 73.5%;
}

 #product_list.product_list_class .item .item-info .item-info_main {
    width: 100%;
}


#product_list .item {
    height: 182px;
}

.catalog-list #product_categories{
    display: none;
}

#product_list .item .item-info .item-info_main .product-description{
    -webkit-line-clamp: 5;
    height: 102px;
}

.field-checkboxes .checkbox .text  {
 overflow: unset;
    max-width: unset;
    text-overflow: unset;
}

.field-checkboxes .checkbox .text  {
    max-width: unset;
    word-break: break-word;
}


}

@media screen and (max-width: 767px){

    #product_list .item .item-info .item-info_photo {
    width: 88px;
    height: 88px;
    min-width: 88px;
}

#product_list .item .item-info .item-info_main {
    width: 67.5%;
}

 #product_list .item {
    padding: 12px;
}

#product_list .item .item-info .item-info_photo img {
   /* height: 5.5rem;*/
}

#product_list .item .item-info .item-info_main .item-name a {
    height: 72px;
    line-height: 24px;
    -webkit-line-clamp: 3;
}

#product_list .item .item-info .item-info_main .product-description{
    -webkit-line-clamp: 8;
    height: min-content;
}

#product_list.product_list_class .item {
    height: unset;
}

#product_list .item .item-info .item-info_main .item-name {
 height: 72px;
 line-height: 24px;
 -webkit-line-clamp: 3;
}

#product_list.product_list_class .item .item-info .item-info_main .product-description {
    min-height: unset; 
    height: min-content;
}
}