﻿/*BỘ lọc nhanh*/
.rm-fast-filter {
    margin: 20px auto;
    border-radius: 14px;
    box-shadow: 0 3px 6px #00000029;
}

.row-item { margin-top: 10px; }

.text-h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: flex-end;
    height: 30px;
}


    .list-funtion li {
        float: left;
        list-style: none;
        padding: 15px 0px;
        color: #666;
        font-size: 14px;
        display: block;
        width: 100%;
        border-bottom: 1px solid#eeeeee;
    }

.rm-check {
    position: relative;
    top: 2px;
}
.list-funtion .rm-check {
    margin-right: 10px;
}
/*.rmlist-price {
    background: #fff;
    border: 1px solid #ece9e9;
    border-bottom: none;
    border-radius: 4px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
    display: none;
    min-height: 100px;
    overflow: visible;
    padding: 5px 0px 0px 0px;
    position: absolute;
    right: -6px;
    top: 40px;
    width: 300px;
    z-index: 9999;
}*/

.rmlist-price label {
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    display: block;
    float: left;
    padding: 6px 15px 10px 0px;
    width: 100%;
}

.rmlist-price div {
    border-bottom: 1px solid #e6e6e6;
    color: #817e7e;
    padding: 6px 15px 10px 0px;
}

.rmlist-price .price {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

#rmprice { cursor: pointer; }

.rmlist-price:after {
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    content: '';
    height: 0;
    position: absolute;
    right: 55px;
    width: 0;
}

.rmlist-price p {
    margin: 0px;
    text-align: center;
}

.rmlist-price p .rm-btn-price {
    background: #00a652;
    border-radius: 3px;
    color: #FFF;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 10px;
    width: 100%;
}

.rm-tags { padding: 30px 0px 10px 0px; }

.text-view-more a { color: #00a652; }

/*icon mobile*/

[class^="rm-iconmobile-"], [class*="rm-iconmobile-"] {
    background-image: url(/Html/Images/icon/iconmobile@2x.png);
    background-repeat: no-repeat;
    background-size: 400px 136px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: 30px;
}

.list-funtion .rm-icondesktop-down {
    background-position: -389px -74px;
    width: 30px;
    height: 10px;
}

/* Chuyên mục phụ kiện ô tô*/

.rm-car-accessory { margin-top: 10px; }

.text-h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-h3 a {
    color: #00a652;
    font-size: 14px;
    padding: 0px 15px;
    text-decoration: none;
}

/*Kết quả tìm  kiếm*/
.text-h3 span {
    border-right: 1px solid #9a9a9a;
    color: #000000;
    font-size: 14px;
    padding: 0px 10px;
}

.rm-search { margin-top: 10px; }
/*Filter*/
#frmFilter {
    margin: 20px 0px;
    position: relative;
    display: block;
    float: left;
    clear: both;
    border: 1px dashed #caeddb;
}
.lbl-radio input {
    margin: 10px 6px;
}