﻿.catLi {
    color: black;
    margin-right: 3px
}

#searchBox{
    /*position:relative;*/
}
#search-ul {
    /* background-color: #fff; */
    position: absolute;
    /* right: 0px; */
    top: 57px;
    max-height: 300px;
    overflow: auto;
    width: 100%;
    float: right;
    right: 0px;
    /* width: 100%; */
    z-index: 999999999999 !important;
    /* border: solid 1px #ccc; */
    text-align: right;
    direction: rtl;
    border-top: none;
}
ul#search-ul li {
    padding: 10px 5px;
    direction: rtl;
    font-size: 12px;
    width: 100%;
}
@media only screen and (max-width:760px) {
    #search-ul {
        background-color: #fff;
        position: absolute;
        right: 0;
        max-height: 300px;
        overflow: auto;
        width: 100%;
        /*border: solid 1px #ccc;*/
        z-index: 999999999999;
    top:33px;
    }
    ul#search-ul li {
        padding: 10px 5px;
        direction: rtl;
        font-size: 12px;
    }
    #search-ul {
       
        top: 33px;
    }
}
    /*.ti-bx {
        position: relative;
    }*/

    .bx-t {
        background-color: #fff;
        z-index: 9999;
        position: relative;
        width: 250px;
        margin: 0 auto;
    }

    .ti-ctg {
        padding-top: 0px;
        text-align: center;
        font-size: 16px;
        color: #999999;
    }

    /*.p99 {
        padding-top: 0px;
        font-size: 20px;
        text-align: center;
        padding-right: 6px;
        color: #666666;
        direction: rtl;
    }*/

    #cbp-vm {
        padding: 0 10%;
    }

    .cbp-vm-view-grid .ms-all-pr .ms_pro {
        width: 22%;
    }

    .cbp-vm-view-grid .ms_pro {
        width: 30%;
        height: 455px;
        display: inline-block;
        margin: 0px 1%;
        margin-bottom: 0px;
    }

    .cbp-vm-view-grid ul li {
        padding: 1px 1px;
    }

    /*.ti-product {
        text-align: right;
    }*/

    .separator {
        display: flex;
        align-items: center;
        text-align: center;
        margin: 15px 0;
    }

        .separator::before, .separator::after {
            content: '';
            flex: 1;
            border-bottom: 1px dotted #555;
        }

        .separator::before {
            margin-right: .25em;
        }

        .separator::after {
            margin-left: .25em;
        }

.custom-container {
    margin-top: 40px;
}