[data-action="sort_list"] {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    z-index: 15;
    -webkit-box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
    box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
}

@media screen and (max-width: 992px) {
    .box .sort-holder.mobile_one .sort {
    width: 48% !important;
        border: 1px solid;
        border-color: #0000001f;
   
        color: #fff;
        box-shadow: 0 0 3px rgba(237, 7, 101, 0.5);
  
    }
}

@media screen and (max-width: 992px) {
    .box.reverse .headline .sort-holder {
        width: calc(100%);
        margin-left: 0px;
        margin-bottom: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
        box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    }
}




 .box.single-models .headline {
        margin-top: 0px;
    }



[data-action="sort_show"]::after {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-left: 6px;
    vertical-align: middle;
    right: 10px;

}


span.num_pagination {
    color: #5e5e5e;
}
[data-action="sort_show"] {
    position: relative;
    z-index: 16;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #5e5e5e;
    font-size: 15px;
    line-height: 18px;
    padding: 7px 11px;
    font-weight: 300;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
    box-shadow: 0 0 3px rgba(94, 94, 94, 0.5);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	    white-space: nowrap;       /* Не переносить содержимое */
    overflow: hidden;          /* (опционально) обрезать лишнее */
    text-overflow: ellipsis;   /* (опционально) многоточие */
    max-width: 100%;           /* Не выходить за родителя */
	    min-width: 150px;
}

@media screen and (max-width: 992px) {
    [data-action="sort_show"]{
        color: #5e5e5e;
        font-size: 18px;
        line-height: 18px;
        padding: 7px 11px;
        font-weight: 500;
        cursor: pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
	
	 [data-action="sort_show"] span.text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
	
	
}
[data-action="sort_show"].active::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(225deg);
    margin-left: 6px;
    vertical-align: middle;

}

[data-action="sort_show"]:hover {
    -webkit-box-shadow: 0 0 3px rgba(237, 7, 101, 0.5);
    box-shadow: 0 0 3px rgba(237, 7, 101, 0.5);
    background-color: #e6184e;
    color: #fff;
}


[data-action="sort_list"] li {
display: block;
}

[data-action="sort_list"] li a {
    color: #5e5e5e;
    font-size: 15px;
    line-height: 17px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
}

[data-action="sort_list"] li a:hover {
        color: #fff;
        background: rgba(230, 24, 78, 0.86);
	
    }
	
	[data-action="sort_list"] li a.active {
    color: #fff;
    background: rgba(230, 24, 78, 0.86);
		    cursor: default;
}



	[data-action="sort_list"].show {
opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	    z-index: 99;
}


@media screen and (max-width: 992px) {
  .sort-holder {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    cursor: grab;
  }




[data-action="sort_list"] {
    top: 30px;

}


}