﻿.catLi {
    color: black;
    margin-right: 3px
}

#searchBox1,
#searchBox1,
#searchBoxMobile {
    position: relative;
}

#search-ul2 a,
#search-ul a,
#search-ulMobile a {
    width: 100%;
}

    #search-ul2 a:hover,
    #search-ul a:hover,
    #search-ulMobile a:hover {
        background-color: #eee;
    }

#search-ul,
#search-ul2,
#search-ulMobile {
    /*background-color: #fff;*/
    position: absolute;
    right: 0px;
    top: 50px;
    max-height: 300px;
    overflow: auto;
    /*width: 300px;*/
    width: 100%;
    z-index: 999999999999 !important;
}

@media only screen and (max-width:760px) {
    #search-ul,
    #search-ul2,
    #search-ulMobile {
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 40px;
        max-height: 300px;
        overflow: auto;
        width: 300px;
        z-index: 999999999999;
    }
}

.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;
    min-height: 68px;
}

.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;
    }
