﻿ul.OrderBy {
    width: 190px;
    border-radius: 6px;
    list-style-type: none;
        display: inline-block;
    z-index: 10;
    position: absolute;
    background: white;
    font-size: 14px;
    padding-right: 0px;
    border: 1px solid #E5E6E5;
    /*  flex-grow: 1;
    left: 0;*/
    left: 66px;
    top: 0px;
}

.OrderBy.ob-common {
    max-width: 150px;
    height: 47px;
    display: inline-block;
    position: inherit;
}
.count-line-review .OrderBy.ob-common {
    position: absolute;
    left: 275px;
}
ul.OrderBy.open {
    box-shadow: 0px 0px 6px #00000033;
    height: unset;
}

ul.OrderBy li small {
    border-left: 2px solid #6D7276;
    border-bottom: 2px solid #6D7276;
    width: 6px;
    height: 6px;
    display: inline-block;
    transform: rotate( -45deg );
       position: absolute;
        left: 15px;
        top: 49%;
}

    ul.OrderBy li:not(.init) {
        float: left;
        width: 100%;
        display: none;
    }
ul.OrderBy.ob-common li:not(.init) {
    background: white;
}

/*
ul.OrderBy.ob-common li:not(.init) {
    background: white;
    border-right: 1px solid #E5E6E5;
    border-left: 1px solid #E5E6E5;
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 6px 0 8px 0px #00000017, -6px 0 8px 0px #00000017;
}
    ul.OrderBy.ob-common li:not(.init):last-of-type {
        box-shadow: 0 6px 6px 0px #00000017, 0 -9px 0px 0px white, 6px 0 8px 0px #00000017, -6px 0 8px 0px #00000017;
    }
    */
ul .OrderBy li:not(.init):hover, ul li.selected:not(.init) {
    background: #09f;
}

ul.OrderBy .OrderByRow {
    height: 40px;
    line-height: 46px;
    color: #6D7276;
    cursor: pointer;
   /* display: flex;
    justify-content: space-between;
    align-items: center;*/
}

    ul.OrderBy .OrderByRow b {        
        color: #000;
    }

        ul.OrderBy .OrderByRow .OrderByTxt {
            padding-right: 12px;
            text-align:right;
        }
        ul.OrderBy .OrderByRow .OrderByTxt b {
            margin-right: 2px;
        }

            ul.OrderBy .OrderByRow .OrderByTxt.selected {
                color: #007284;
                font-weight: bold;
            }

            ul.OrderBy .OrderByRow .OrderByTxt .checkedV {
                float: right;
                width: 15px;
                height: 35px;
                margin-top: 3px;
                background-color: #007f90;
                -webkit-mask: url(https://img.zap.co.il/imgs/zapmobile/svg/icon-check.svg) no-repeat center;
                mask: url(https://img.zap.co.il/imgs/zapmobile/svg/icon-check.svg) no-repeat center;
                margin-left: 5px;
            }

    ul.OrderBy .Separator {
        display: inline-block;
        float: right;
        height: 1px;
        background: #E5E6E5;
        width: calc(100% - 20px);
        margin: 0 10px 0 10px;
    }

        ul.OrderBy .Separator.first {
            width: 100%;
            margin: 0;
        }

ul.OrderBy li:last-of-type {
    border-bottom: 1px solid #E5E6E5;
    border-radius: 6px;
}

.OrderBy li.init {
    position: relative;
}

