.sort-list{margin-right:20px;background:var(--background-color-1);border-radius:12px;border:1px solid var(--btn-border-color);margin-bottom:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;box-shadow:0 2px 10px rgba(0,0,0,.04)}.sort-list ul{max-height:425px;overflow-y:hidden}.sort-list ul:hover{overflow-y:auto}.sort-list .text,.sort-list .title{font-size:14px;line-height:20px}.sort-list .title{height:46px;line-height:46px;padding-left:19px;border-bottom:1px solid var(--btn-border-color);color:var(--market-title-color);font-family:inherit;font-weight:700;background:var(--theme-color)}.sort-list .text{font-family:inherit;font-weight:400;width:100%;color:var(--market-text-color)}.sort-list .item{padding:10px;cursor:pointer;display:flex;align-items:center;border-radius:8px}.sort-list .item .img-item{position:relative;padding:5px}.sort-list .item .img-item .img{width:40px;height:40px;border-radius:6px}.sort-list .item .img-item .official-certification{width:18px;height:18px;background-image:url(/_next/static/media/certification.d2600369.svg);background-size:100% 100%;background-repeat:no-repeat;position:absolute;bottom:0;right:0}.sort-list .item:hover{background:var(--theme-color)}.sort-list .item .checked:after,.sort-list .item .checked:before{width:10px;height:10px}