.rnx_category {
    display: block;
    border-bottom: 1px solid #004a99;
    cursor: pointer;
}

.rnx_category_title {
    display: block;
    height: 90px;
    background-color: transparent;
}
.rnx_category_title div {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    color:#004a99;
    letter-spacing: 1px;
}

div.category_img {
    height: 90px;
    width: 80px;
    min-width: 80px;
    background-size: auto 60px;
    background-position: center center;
    background-repeat: no-repeat;
}
div.category_img svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rnx_list_itemgroup {
    padding: 0 0;
    border: 1px solid #004a99;
    border-bottom: none;
    height: 45px;
    display: flex;
}

.rnx_list_itemgroup_image {
    width: 70px;
    height: 65px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.rnx_list_itemgroup_title {
    border-color: transparent transparent transparent transparent;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    color:#004a99;
    letter-spacing: 1px;
}

.rnx_list_itemgroup_title:hover{

}

.rnx_list_itemgroup_quantity{
    font-size: 12px;
    letter-spacing: 0px;
}
.rnx_list_close{position: relative;}

.rnx_list_close_inner {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    color: #004c9b;
    cursor: pointer;
    padding: 3px 5px 5px 10px;
    border-color: transparent transparent transparent transparent;
}

.rnx_list_close_inner::after {
    position: absolute;
    content: "";
    top: 8px;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #004b9a;
}
