
.product_category {
    background: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
}

.product_category H5 {
    margin: 0;
    padding: 25px 0px 10px 25px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 600;
}

.product_category .product_icon {
    position: absolute;
    top: 0;
    margin-left: 20px;
    margin-top: 8px;
}

.product_category .product_content {
    padding: 10px 20px 10px 25px;
    list-style: none;
}

.product_category .product_content LI {
    font-size: 13px;
    font-family: 'Raleway', sans-serif !important;
    color: rgba(0, 0, 0, 0.67);
    line-height: 30px;
    line-height: 30px;
    padding: 5px;
    border-radius: 3px;
}

.product_category .product_content LI:hover {
    background: #ccc;
}

.product_category .product_icon IMG {
    height: 50px !important;
    margin: 2px;
    vertical-align: middle;
    border: 2px solid #fff;
}

#product_list {
    list-style: none;
    padding: 0;
}

#offer_list {
    list-style: none;
    padding: 0;
}

#offer_list LI {
    display: inline-block;
}

#offer_list .offer {
    display: block;
    width: 150px;
    height: 150px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}

#offer_list .offer_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    color: black;
    text-align: center;
    font-weight: bold;
}


.list-group-item SPAN {
    color: #3c8dbc;
}

.list-group-item .ajaxModal {
    display: none;
}

.list-group-item:hover .ajaxModal {
    display: inline;
}

/*.table-bordered, .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td*/
/*{*/
/*border: solid 1px #ddd !important;*/
/*}*/